diff options
author | Torsten Veller <tove@gentoo.org> | 2010-08-24 07:19:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-08-24 07:19:26 +0000 |
commit | 28b4e56ce0b92face03b4f896cae07570bf48f26 (patch) | |
tree | c36f99b675f53dda776648b9e23d56b68c77d585 /app-misc/gwine/gwine-0.7.1.ebuild | |
parent | version bump, bug #334159 (diff) | |
download | historical-28b4e56ce0b92face03b4f896cae07570bf48f26.tar.gz historical-28b4e56ce0b92face03b4f896cae07570bf48f26.tar.bz2 historical-28b4e56ce0b92face03b4f896cae07570bf48f26.zip |
Remove app-misc/gwine (#239615,#271935)
Diffstat (limited to 'app-misc/gwine/gwine-0.7.1.ebuild')
-rw-r--r-- | app-misc/gwine/gwine-0.7.1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-misc/gwine/gwine-0.7.1.ebuild b/app-misc/gwine/gwine-0.7.1.ebuild deleted file mode 100644 index 396af1bcd0c0..000000000000 --- a/app-misc/gwine/gwine-0.7.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gwine/gwine-0.7.1.ebuild,v 1.7 2005/11/28 12:10:12 mcummings Exp $ - -inherit perl-app - -DESCRIPTION="Gnome application to manage your wine cellar" -HOMEPAGE="http://home.gna.org/gwine/" -SRC_URI="http://download.gna.org/gwine/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND=">=dev-lang/perl-5.8.0 - >=dev-perl/glib-perl-0.90 - >=dev-perl/gtk2-perl-0.90 - >=dev-perl/gnome2-perl-0.28 - dev-perl/DateTime" - -src_compile() { - cp Makefile.PL Makefile.PL.old - sed -e 's#. "$path" .#. "/usr/share/pixmaps" .#' Makefile.PL.old >Makefile.PL - perl Makefile.PL ${myconf} \ - PREFIX=${D}/usr INSTALLDIRS=vendor -} |