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 | bc674de5864a30632496cf5c7972e6b9d22563d1 (patch) | |
tree | e585276be35cd147c60ec5a4a945dd60554b926b /app-misc | |
parent | gpl2, forget the later (diff) | |
download | historical-bc674de5864a30632496cf5c7972e6b9d22563d1.tar.gz historical-bc674de5864a30632496cf5c7972e6b9d22563d1.tar.bz2 historical-bc674de5864a30632496cf5c7972e6b9d22563d1.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..6a748fffd5b5 --- /dev/null +++ b/app-misc/gwine/Manifest @@ -0,0 +1,4 @@ +MD5 5a7f1e870dd50abc5362a7c681dddfcd ChangeLog 512 +MD5 264040e8b8516576208e3c5ca0d44fe0 gwine-0.7.1.ebuild 776 +MD5 1c7c625d5bcc66006c50cac1c6ead8a1 metadata.xml 307 +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> |