diff options
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/libtomoe-gtk/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r1.ebuild | 47 | ||||
-rw-r--r-- | app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0.ebuild | 36 |
3 files changed, 6 insertions, 85 deletions
diff --git a/app-i18n/libtomoe-gtk/ChangeLog b/app-i18n/libtomoe-gtk/ChangeLog index cab6499cca26..423f3f2cc7b1 100644 --- a/app-i18n/libtomoe-gtk/ChangeLog +++ b/app-i18n/libtomoe-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/libtomoe-gtk -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtomoe-gtk/ChangeLog,v 1.19 2012/10/17 03:39:29 phajdan.jr Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtomoe-gtk/ChangeLog,v 1.20 2014/07/24 02:10:29 dlan Exp $ + + 24 Jul 2014; Yixun Lan <dlan@gentoo.org> -libtomoe-gtk-0.6.0.ebuild, + -libtomoe-gtk-0.6.0-r1.ebuild: + bug 517820, clean up old EAPIs 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libtomoe-gtk-0.6.0-r2.ebuild: diff --git a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r1.ebuild b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r1.ebuild deleted file mode 100644 index ed9b06c2e4e1..000000000000 --- a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r1.ebuild,v 1.4 2012/05/21 18:36:58 xarthisius Exp $ - -EAPI="2" - -inherit autotools eutils - -MY_P="tomoe-gtk-${PV}" -DESCRIPTION="Tomoe GTK+ interface widget library" -HOMEPAGE="http://tomoe.sourceforge.jp/" -SRC_URI="mirror://sourceforge/tomoe/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc +gucharmap" - -RDEPEND=">=app-i18n/tomoe-0.6.0 - >=dev-python/pygtk-2 - >=dev-python/pygobject-2:2 - gucharmap? ( >=gnome-extra/gucharmap-1.4.0 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - doc? ( >=dev-util/gtk-doc-1.4 )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # Fix compilation with gucharmap-2.24, bug #243160 - epatch "${FILESDIR}/${P}-gucharmap2.patch" - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable doc gtk-doc) \ - $(use_with gucharmap) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0.ebuild b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0.ebuild deleted file mode 100644 index c938394e169f..000000000000 --- a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0.ebuild,v 1.7 2012/05/03 19:24:32 jdhore Exp $ - -EAPI="1" - -MY_P="tomoe-gtk-${PV}" -DESCRIPTION="Tomoe GTK+ interface widget library" -HOMEPAGE="http://tomoe.sourceforge.jp/" -SRC_URI="mirror://sourceforge/tomoe/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="doc" - -RDEPEND=">=app-i18n/tomoe-0.6.0 - dev-python/pygtk - dev-python/pygobject:2 - >=gnome-extra/gucharmap-1.4.0" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( dev-util/gtk-doc )" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf $(use_enable doc gtk-doc) || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog NEWS README -} |