diff options
Diffstat (limited to 'app-i18n/libtomoe-gtk/libtomoe-gtk-0.3.0.ebuild')
-rw-r--r-- | app-i18n/libtomoe-gtk/libtomoe-gtk-0.3.0.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.3.0.ebuild b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.3.0.ebuild deleted file mode 100644 index f7f272fcf0c0..000000000000 --- a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.3.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 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.3.0.ebuild,v 1.1 2006/11/04 06:38:21 matsuu Exp $ - -DESCRIPTION="Tomoe GTK+ interface widget library" -HOMEPAGE="http://tomoe.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/tomoe/22452/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=app-i18n/tomoe-0.3.0 - >=x11-libs/gtk+-2.4.0" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog NEWS README -} |