diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-22 12:55:54 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-22 12:55:54 +0000 |
commit | e00aa7f66386965f7372c52b7b26790ac0b6906e (patch) | |
tree | de560f7436e0233b9156d98ff3a6451ca4b20e0d /dev-perl/digest-bubblebabble | |
parent | Added new (p.masked) upstream version. Changed maintainer as I'll take care o... (diff) | |
download | historical-e00aa7f66386965f7372c52b7b26790ac0b6906e.tar.gz historical-e00aa7f66386965f7372c52b7b26790ac0b6906e.tar.bz2 historical-e00aa7f66386965f7372c52b7b26790ac0b6906e.zip |
stable amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/digest-bubblebabble')
-rw-r--r-- | dev-perl/digest-bubblebabble/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/digest-bubblebabble/ChangeLog b/dev-perl/digest-bubblebabble/ChangeLog index 6cd288500f06..9e47a813afe2 100644 --- a/dev-perl/digest-bubblebabble/ChangeLog +++ b/dev-perl/digest-bubblebabble/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/digest-bubblebabble -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-bubblebabble/ChangeLog,v 1.7 2004/12/30 18:49:50 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-bubblebabble/ChangeLog,v 1.8 2005/04/22 12:54:45 blubb Exp $ + + 22 Apr 2005; Simon Stelling <blubb@gentoo.org> + digest-bubblebabble-0.01.ebuild: + stable on amd64 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild b/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild index 359513de142f..940af16c9ea2 100644 --- a/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild +++ b/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.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/digest-bubblebabble/digest-bubblebabble-0.01.ebuild,v 1.9 2004/12/24 15:14:39 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild,v 1.10 2005/04/22 12:54:45 blubb Exp $ inherit perl-module @@ -12,5 +12,5 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc alpha hppa ~amd64 ~mips ~ppc64" +KEYWORDS="x86 ~ppc ~sparc alpha hppa amd64 ~mips ~ppc64" IUSE="" |