diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-20 21:40:01 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-20 21:40:01 +0000 |
commit | e820bb68b932daf077d30e047d0ecc4f272b97b4 (patch) | |
tree | 9935dcf1bb6ff0d53a0b8bcae3dcbb695f407b2d /dev-perl/WeakRef | |
parent | Stable on ppc. (diff) | |
download | historical-e820bb68b932daf077d30e047d0ecc4f272b97b4.tar.gz historical-e820bb68b932daf077d30e047d0ecc4f272b97b4.tar.bz2 historical-e820bb68b932daf077d30e047d0ecc4f272b97b4.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/WeakRef')
-rw-r--r-- | dev-perl/WeakRef/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/WeakRef/WeakRef-0.01.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/WeakRef/ChangeLog b/dev-perl/WeakRef/ChangeLog index d092db5145b4..9aeed19c0611 100644 --- a/dev-perl/WeakRef/ChangeLog +++ b/dev-perl/WeakRef/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WeakRef -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WeakRef/ChangeLog,v 1.2 2004/06/25 01:09:12 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WeakRef/ChangeLog,v 1.3 2005/04/20 21:40:01 hansmi Exp $ + + 20 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> WeakRef-0.01.ebuild: + Stable on ppc. *WeakRef-0.01 (05 Jun 2004) diff --git a/dev-perl/WeakRef/WeakRef-0.01.ebuild b/dev-perl/WeakRef/WeakRef-0.01.ebuild index a5b5b2b2d23c..f43ee521e1ee 100644 --- a/dev-perl/WeakRef/WeakRef-0.01.ebuild +++ b/dev-perl/WeakRef/WeakRef-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/WeakRef/WeakRef-0.01.ebuild,v 1.4 2004/10/16 23:57:23 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WeakRef/WeakRef-0.01.ebuild,v 1.5 2005/04/20 21:40:01 hansmi Exp $ inherit perl-module @@ -14,5 +14,5 @@ SRC_TEST="do" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~amd64 ppc ~sparc ~alpha" IUSE="" |