diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-06 15:57:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-06 15:57:12 +0000 |
commit | 73539fc9ceed9850976bbd7d1a5cb8728827ff5a (patch) | |
tree | 600a109a66b884f5a390abeff1cb8f54daee3097 /dev-perl/Hook-LexWrap | |
parent | version bump (diff) | |
download | historical-73539fc9ceed9850976bbd7d1a5cb8728827ff5a.tar.gz historical-73539fc9ceed9850976bbd7d1a5cb8728827ff5a.tar.bz2 historical-73539fc9ceed9850976bbd7d1a5cb8728827ff5a.zip |
Cleanup
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-perl/Hook-LexWrap')
-rw-r--r-- | dev-perl/Hook-LexWrap/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Hook-LexWrap/Hook-LexWrap-0.20.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-perl/Hook-LexWrap/ChangeLog b/dev-perl/Hook-LexWrap/ChangeLog index 3a6a14eaeb0d..f98cf5f180e7 100644 --- a/dev-perl/Hook-LexWrap/ChangeLog +++ b/dev-perl/Hook-LexWrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Hook-LexWrap # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hook-LexWrap/ChangeLog,v 1.18 2009/05/04 16:13:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hook-LexWrap/ChangeLog,v 1.19 2009/05/06 15:53:13 tove Exp $ + + 06 May 2009; Torsten Veller <tove@gentoo.org> -Hook-LexWrap-0.20.ebuild: + Cleanup 04 May 2009; Raúl Porcel <armin76@gentoo.org> Hook-LexWrap-0.22.ebuild: ia64/sparc stable wrt #268204 diff --git a/dev-perl/Hook-LexWrap/Hook-LexWrap-0.20.ebuild b/dev-perl/Hook-LexWrap/Hook-LexWrap-0.20.ebuild deleted file mode 100644 index df681632034e..000000000000 --- a/dev-perl/Hook-LexWrap/Hook-LexWrap-0.20.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hook-LexWrap/Hook-LexWrap-0.20.ebuild,v 1.12 2007/07/10 23:33:29 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Lexically scoped subroutine wrappers" -HOMEPAGE="http://search.cpan.org/~dconway/" -SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="amd64 ia64 ~ppc sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |