diff options
author | 2010-02-06 12:37:04 +0000 | |
---|---|---|
committer | 2010-02-06 12:37:04 +0000 | |
commit | 47f13f79d093ebacfe62920ec5b555d5ed83f4f4 (patch) | |
tree | 941555a26838eb7508417e6ea49e4fcce41aff49 /dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.4.ebuild | |
parent | Remove epatch line from 0.4.95. (diff) | |
download | gentoo-2-47f13f79d093ebacfe62920ec5b555d5ed83f4f4.tar.gz gentoo-2-47f13f79d093ebacfe62920ec5b555d5ed83f4f4.tar.bz2 gentoo-2-47f13f79d093ebacfe62920ec5b555d5ed83f4f4.zip |
Fix LICENSE (#301969). Maintenance
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.4.ebuild')
-rw-r--r-- | dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.4.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.4.ebuild b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.4.ebuild index 02a16976152d..733c213fe211 100644 --- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.4.ebuild +++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.4.ebuild @@ -1,18 +1,14 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.4.ebuild,v 1.15 2010/01/11 20:20:28 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.4.ebuild,v 1.16 2010/02/06 12:37:04 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=SCOTT inherit perl-module DESCRIPTION="Try every conceivable way to get full hostname" -SRC_URI="mirror://cpan/authors/id/S/SC/SCOTT/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~scott/" SLOT="0" -LICENSE="Artistic" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" - -mydoc="TODO" - -DEPEND="dev-lang/perl" |