diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:10:12 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:10:12 +0000 |
commit | 21b679bd64f47f93fe2e035c80cf85fac3183651 (patch) | |
tree | 452750b0fa060467f82b939e609f262c3963903c /app-misc/gwine | |
parent | Switched from perl-module to perl-app eclass (diff) | |
download | historical-21b679bd64f47f93fe2e035c80cf85fac3183651.tar.gz historical-21b679bd64f47f93fe2e035c80cf85fac3183651.tar.bz2 historical-21b679bd64f47f93fe2e035c80cf85fac3183651.zip |
Switched from perl-module to perl-app eclass
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'app-misc/gwine')
-rw-r--r-- | app-misc/gwine/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/gwine/gwine-0.10.1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/gwine/gwine-0.7.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/gwine/ChangeLog b/app-misc/gwine/ChangeLog index f74451b77eb5..f6826e27506b 100644 --- a/app-misc/gwine/ChangeLog +++ b/app-misc/gwine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/gwine # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gwine/ChangeLog,v 1.6 2005/07/18 09:01:30 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gwine/ChangeLog,v 1.7 2005/11/28 12:10:12 mcummings Exp $ + + 28 Nov 2005; <mcumming@gentoo.org> gwine-0.10.1.ebuild, gwine-0.7.1.ebuild: + Switched from perl-module to perl-app eclass 18 Jul 2005; David Holm <dholm@gentoo.org> gwine-0.10.1.ebuild: Added to ~ppc. diff --git a/app-misc/gwine/gwine-0.10.1.ebuild b/app-misc/gwine/gwine-0.10.1.ebuild index 0d880c8bf181..e9357423939e 100644 --- a/app-misc/gwine/gwine-0.10.1.ebuild +++ b/app-misc/gwine/gwine-0.10.1.ebuild @@ -1,8 +1,8 @@ # 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.2 2005/07/18 09:01:30 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gwine/gwine-0.10.1.ebuild,v 1.3 2005/11/28 12:10:12 mcummings Exp $ -inherit gnome2 perl-module +inherit gnome2 perl-app DESCRIPTION="Gnome application to manage your wine cellar" HOMEPAGE="http://home.gna.org/gwine/" diff --git a/app-misc/gwine/gwine-0.7.1.ebuild b/app-misc/gwine/gwine-0.7.1.ebuild index 7b9fe3163766..396af1bcd0c0 100644 --- a/app-misc/gwine/gwine-0.7.1.ebuild +++ b/app-misc/gwine/gwine-0.7.1.ebuild @@ -1,8 +1,8 @@ # 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.6 2005/03/13 11:34:53 vapier Exp $ +# $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-module +inherit perl-app DESCRIPTION="Gnome application to manage your wine cellar" HOMEPAGE="http://home.gna.org/gwine/" |