diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-04-30 15:10:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-04-30 15:10:19 +0000 |
commit | da589bd7702a29998e8d0379e968bbc2931c2cf3 (patch) | |
tree | 494990ef6d6713f614f210fff2a31e783a48a2c9 /dev-perl/IO-Pager/IO-Pager-0.06.ebuild | |
parent | Patched makefile to also install crucial std_stream.h header into include dir... (diff) | |
download | historical-da589bd7702a29998e8d0379e968bbc2931c2cf3.tar.gz historical-da589bd7702a29998e8d0379e968bbc2931c2cf3.tar.bz2 historical-da589bd7702a29998e8d0379e968bbc2931c2cf3.zip |
Version bump
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'dev-perl/IO-Pager/IO-Pager-0.06.ebuild')
-rw-r--r-- | dev-perl/IO-Pager/IO-Pager-0.06.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/IO-Pager/IO-Pager-0.06.ebuild b/dev-perl/IO-Pager/IO-Pager-0.06.ebuild new file mode 100644 index 000000000000..e156a3cf0d7e --- /dev/null +++ b/dev-perl/IO-Pager/IO-Pager-0.06.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 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.1 2006/04/30 15:10:19 mcummings 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 ~sparc ~x86" |