diff options
author | 2005-07-17 14:56:38 +0000 | |
---|---|---|
committer | 2005-07-17 14:56:38 +0000 | |
commit | 411599b1f20d3872978be2e03d138dd7f6667281 (patch) | |
tree | 6bb597afa34a5cf8bca78140ef372a38cd7bf857 /app-misc/gwine/gwine-0.10.1.ebuild | |
parent | Version bump for new gwine. (diff) | |
download | historical-411599b1f20d3872978be2e03d138dd7f6667281.tar.gz historical-411599b1f20d3872978be2e03d138dd7f6667281.tar.bz2 historical-411599b1f20d3872978be2e03d138dd7f6667281.zip |
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-misc/gwine/gwine-0.10.1.ebuild')
-rw-r--r-- | app-misc/gwine/gwine-0.10.1.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/app-misc/gwine/gwine-0.10.1.ebuild b/app-misc/gwine/gwine-0.10.1.ebuild new file mode 100644 index 000000000000..99f23886fd1c --- /dev/null +++ b/app-misc/gwine/gwine-0.10.1.ebuild @@ -0,0 +1,35 @@ +# 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.10.1.ebuild,v 1.1 2005/07/17 14:56:38 vapier Exp $ + +inherit gnome2 perl-module + +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="~amd64 ~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-1.021 + >=dev-perl/gtk2-gladexml-1.003 + dev-perl/gnome2-gconf + dev-perl/libintl-perl + dev-perl/DateTime" + +src_unpack() { + unpack ${A} + sed -i \ + -e 's:gconftool:echo:' \ + "${S}"/Makefile.PL || die +} + +pkg_postinst() { + perl-module_pkg_postinst + gnome2_gconf_install +} |