summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@googlemail.com>2010-10-02 17:37:24 +0200
committerHenry Gebhardt <hsggebhardt@googlemail.com>2010-10-02 17:37:24 +0200
commit9fbe522538540caa78302a84ba8f24d679382476 (patch)
tree40100fdc9f7b548cca4de28efee65de08f83d427 /app-office
parentapp-backup/bup-0.19: it backs things up... and now it restores them too! (diff)
downloadkork-9fbe522538540caa78302a84ba8f24d679382476.tar.gz
kork-9fbe522538540caa78302a84ba8f24d679382476.tar.bz2
kork-9fbe522538540caa78302a84ba8f24d679382476.zip
app-office/ekee-2.0.2: New ebuild
'ekee' is the child of 'eqe' written in ruby. From: http://bugs.gentoo.org/show_bug.cgi?id=227765 See also: http://bugs.gentoo.org/show_bug.cgi?id=306763
Diffstat (limited to 'app-office')
-rw-r--r--app-office/ekee/ekee-2.0.2.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-office/ekee/ekee-2.0.2.ebuild b/app-office/ekee/ekee-2.0.2.ebuild
new file mode 100644
index 0000000..857aa70
--- /dev/null
+++ b/app-office/ekee/ekee-2.0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit ruby
+
+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"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-ruby/qt4-qtruby
+ virtual/latex-base
+ app-text/dvipng
+ media-gfx/pstoedit
+ x11-misc/xdg-utils"
+
+src_install() {
+ dobin ekee
+}