From cf843851e9e2623ec506ec4021295a1cdec7b33a Mon Sep 17 00:00:00 2001 From: Henry Gebhardt Date: Sun, 23 Aug 2015 00:05:50 -0400 Subject: app-office/ekee-2.0.2-r1: use new ruby eclass, fix #557704 --- app-office/ekee/Manifest | 3 +-- app-office/ekee/ekee-2.0.2-r1.ebuild | 29 +++++++++++++++++++++++++++++ app-office/ekee/ekee-2.0.2.ebuild | 26 -------------------------- 3 files changed, 30 insertions(+), 28 deletions(-) create mode 100644 app-office/ekee/ekee-2.0.2-r1.ebuild delete mode 100644 app-office/ekee/ekee-2.0.2.ebuild diff --git a/app-office/ekee/Manifest b/app-office/ekee/Manifest index 64d1708..9a26a79 100644 --- a/app-office/ekee/Manifest +++ b/app-office/ekee/Manifest @@ -1,2 +1 @@ -DIST ekee-2.0.2.tar.bz2 26095 RMD160 26c2f4cd670e25cb7dd55dc4d01bdc01351a0145 SHA1 62c6945e8fe0c9745549da6a3b3e00d059d1a3d5 SHA256 50759036aedf170ed6ff30dfd381ff9c1425b4fba9d09142acedb9f9b6051e3b -EBUILD ekee-2.0.2.ebuild 509 RMD160 037f81c627c50ae41539b361c74ddf0c1c6171f5 SHA1 ced7cf6769f701a479ee41d4cbdf95e4308219b9 SHA256 d6ab1a43d2d96cdf10702dd087b5ecd7516c1f5d2de5c467c9fdc9d1b2e7f1e6 +DIST ekee-2.0.2.tar.bz2 26095 SHA256 50759036aedf170ed6ff30dfd381ff9c1425b4fba9d09142acedb9f9b6051e3b 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 +} diff --git a/app-office/ekee/ekee-2.0.2.ebuild b/app-office/ekee/ekee-2.0.2.ebuild deleted file mode 100644 index 93cb000..0000000 --- a/app-office/ekee/ekee-2.0.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 ~amd64" -IUSE="" - -DEPEND="" -RDEPEND="kde-base/kdebindings-ruby - virtual/latex-base - app-text/dvipng - media-gfx/pstoedit - x11-misc/xdg-utils" - -src_install() { - dobin ekee -} -- cgit v1.2.3-65-gdbad