diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | 572cdefa178b10a964077d4623512a79c5297a42 (patch) | |
tree | a5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/IO-Pager | |
parent | Version bump to latest release. (diff) | |
download | historical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2 historical-572cdefa178b10a964077d4623512a79c5297a42.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/IO-Pager')
-rw-r--r-- | dev-perl/IO-Pager/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IO-Pager/IO-Pager-0.06.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-perl/IO-Pager/ChangeLog b/dev-perl/IO-Pager/ChangeLog index 56172e89d2db..ab9418708774 100644 --- a/dev-perl/IO-Pager/ChangeLog +++ b/dev-perl/IO-Pager/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IO-Pager # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Pager/ChangeLog,v 1.20 2011/09/03 21:04:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Pager/ChangeLog,v 1.21 2011/09/04 11:20:59 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -IO-Pager-0.06.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> IO-Pager-0.60.0.ebuild: Merge stable keywords from former version scheme ebuild diff --git a/dev-perl/IO-Pager/IO-Pager-0.06.ebuild b/dev-perl/IO-Pager/IO-Pager-0.06.ebuild deleted file mode 100644 index 81eaeadaa9cf..000000000000 --- a/dev-perl/IO-Pager/IO-Pager-0.06.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Pager/IO-Pager-0.06.ebuild,v 1.11 2010/01/10 12:52:10 grobian Exp $ - -inherit perl-module - -DESCRIPTION="Select a pager, optionally pipe it output if destination is a TTY" -SRC_URI="mirror://cpan/authors/id/J/JP/JPIERCE/${P}.tgz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JP/JPIERCE/${P}.readme" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" - -DEPEND="dev-lang/perl" |