diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-03-04 18:51:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-03-04 18:51:38 +0000 |
commit | bc4f05c49dbe864e1f1a4908af22630a510b6af3 (patch) | |
tree | 680b41af89b4b61151b6d0edfa49cb0dc395ff97 /app-misc | |
parent | added s390 keywords (Manifest recommit) (diff) | |
download | gentoo-2-bc4f05c49dbe864e1f1a4908af22630a510b6af3.tar.gz gentoo-2-bc4f05c49dbe864e1f1a4908af22630a510b6af3.tar.bz2 gentoo-2-bc4f05c49dbe864e1f1a4908af22630a510b6af3.zip |
exit
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gwine/ChangeLog | 13 | ||||
-rw-r--r-- | app-misc/gwine/Manifest | 4 | ||||
-rw-r--r-- | app-misc/gwine/files/digest-gwine-0.7.1 | 1 | ||||
-rw-r--r-- | app-misc/gwine/gwine-0.7.1.ebuild | 26 | ||||
-rw-r--r-- | app-misc/gwine/metadata.xml | 10 |
5 files changed, 54 insertions, 0 deletions
diff --git a/app-misc/gwine/ChangeLog b/app-misc/gwine/ChangeLog new file mode 100644 index 000000000000..44836e39613e --- /dev/null +++ b/app-misc/gwine/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for app-misc/gwine +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gwine/ChangeLog,v 1.1 2004/03/04 18:51:38 mcummings Exp $ + +*gwine-0.7.1 (04 Mar 2004) + + 04 Mar 2004; Michael Cummings <mcummings@gentoo.org> gwine-0.7.1.ebuild: + Updated with new perl dependancies + +*gwine-0.6.2 (21 Sep 2003) + + 21 Sep 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Arnaud Launay <asl@launay.org> #27301. diff --git a/app-misc/gwine/Manifest b/app-misc/gwine/Manifest new file mode 100644 index 000000000000..bc9f85991714 --- /dev/null +++ b/app-misc/gwine/Manifest @@ -0,0 +1,4 @@ +MD5 894ec7f33a3f20fc2a96e7e1ed215227 ChangeLog 281 +MD5 ac8527e578eca077aff4374d5724df6d gwine-0.7.1.ebuild 617 +MD5 b20d9ed06f56715a93475c6d02e9a7f1 files/digest-gwine-0.6.2 62 +MD5 478df819bd55d161493480fc607c7069 files/digest-gwine-0.7.1 62 diff --git a/app-misc/gwine/files/digest-gwine-0.7.1 b/app-misc/gwine/files/digest-gwine-0.7.1 new file mode 100644 index 000000000000..e20ffc62e458 --- /dev/null +++ b/app-misc/gwine/files/digest-gwine-0.7.1 @@ -0,0 +1 @@ +MD5 896cd78697b06b18e9d9c382e04c4d3f gwine-0.7.1.tar.gz 43778 diff --git a/app-misc/gwine/gwine-0.7.1.ebuild b/app-misc/gwine/gwine-0.7.1.ebuild new file mode 100644 index 000000000000..7cb5999227c0 --- /dev/null +++ b/app-misc/gwine/gwine-0.7.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/03/04 18:51:38 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Gnome application to manage your wine cellar" +HOMEPAGE="http://gwine.tuxfamily.org" +SRC_URI="http://download.gna.org/gwine/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +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 +} diff --git a/app-misc/gwine/metadata.xml b/app-misc/gwine/metadata.xml new file mode 100644 index 000000000000..1b54547205ac --- /dev/null +++ b/app-misc/gwine/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>vapier@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |