summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/ekee/ekee-2.0.2-r1.ebuild')
-rw-r--r--app-office/ekee/ekee-2.0.2-r1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/app-office/ekee/ekee-2.0.2-r1.ebuild b/app-office/ekee/ekee-2.0.2-r1.ebuild
new file mode 100644
index 0000000..43a1a4e
--- /dev/null
+++ b/app-office/ekee/ekee-2.0.2-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+USE_RUBY="ruby20"
+inherit ruby-single
+
+DESCRIPTION="A small LaTeX editor that produces images, with drag and drop
+support."
+HOMEPAGE="http://rlehy.free.fr/"
+SRC_URI="http://rlehy.free.fr/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="kde-base/qtruby
+ virtual/latex-base
+ app-text/dvipng
+ media-gfx/pstoedit
+ x11-misc/xdg-utils"
+
+src_install() {
+ dobin ekee
+}