diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 17:27:03 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 17:27:03 +0000 |
commit | 1b85ca4c2ae0bc0a2e2292c89bb74a1e44c30d60 (patch) | |
tree | edb1ce6b12e64c24f88cf67c668c4dc27e058da7 /dev-perl/gtk2-trayicon | |
parent | version bump (diff) | |
download | gentoo-2-1b85ca4c2ae0bc0a2e2292c89bb74a1e44c30d60.tar.gz gentoo-2-1b85ca4c2ae0bc0a2e2292c89bb74a1e44c30d60.tar.bz2 gentoo-2-1b85ca4c2ae0bc0a2e2292c89bb74a1e44c30d60.zip |
cleaning
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-perl/gtk2-trayicon')
-rw-r--r-- | dev-perl/gtk2-trayicon/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/gtk2-trayicon/gtk2-trayicon-0.03.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/gtk2-trayicon/ChangeLog b/dev-perl/gtk2-trayicon/ChangeLog index 8b0b62eda134..1e2ff7f2d183 100644 --- a/dev-perl/gtk2-trayicon/ChangeLog +++ b/dev-perl/gtk2-trayicon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/gtk2-trayicon -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v 1.4 2004/06/25 00:34:59 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v 1.5 2005/04/29 17:25:21 mcummings Exp $ + + 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> + gtk2-trayicon-0.03.ebuild: + Cleaning for mirror syntax 06 May 2004; Brandon Hale <tseng@gentoo.org> gtk2-trayicon-0.03.ebuild: Add IUSE= diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.03.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.03.ebuild index 3a9194001a3f..69082dec678f 100644 --- a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.03.ebuild +++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.03.ebuild,v 1.4 2004/06/25 00:34:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.03.ebuild,v 1.5 2005/04/29 17:25:21 mcummings Exp $ inherit perl-module @@ -8,7 +8,7 @@ MY_P=Gtk2-TrayIcon-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Perl wrappers for the egg cup Gtk2::TrayIcon utilities." -SRC_URI="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${MY_P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/M/ML/MLEHMANN/${MY_P}.tar.gz" HOMEPAGE="http://gtk2-perl.sf.net/" SLOT="0" LICENSE="GPL-2" |