diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-04 11:49:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-04 11:49:42 +0000 |
commit | 0a45b86ecd150948bac451ed671e5729b297ef37 (patch) | |
tree | 9b4de5000d3067576ca549eb731fc248a0bfa935 /dev-perl/Sys-CPU | |
parent | x86 stable, bug 288026 (diff) | |
download | gentoo-2-0a45b86ecd150948bac451ed671e5729b297ef37.tar.gz gentoo-2-0a45b86ecd150948bac451ed671e5729b297ef37.tar.bz2 gentoo-2-0a45b86ecd150948bac451ed671e5729b297ef37.zip |
Remove version from SRC_URI
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sys-CPU')
-rw-r--r-- | dev-perl/Sys-CPU/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/Sys-CPU/ChangeLog b/dev-perl/Sys-CPU/ChangeLog index 600455f9ae94..d7e16ca26243 100644 --- a/dev-perl/Sys-CPU/ChangeLog +++ b/dev-perl/Sys-CPU/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sys-CPU # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.1 2009/12/04 10:56:26 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.2 2009/12/04 11:49:42 tove Exp $ + + 04 Dec 2009; Torsten Veller <tove@gentoo.org> Sys-CPU-0.51.ebuild: + Remove explicit version from SRC_URI *Sys-CPU-0.51 (04 Dec 2009) diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild index e25bb86cc016..fe66e116c2d3 100644 --- a/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild +++ b/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild,v 1.1 2009/12/04 10:56:26 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild,v 1.2 2009/12/04 11:49:42 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=MKODERER inherit perl-module DESCRIPTION="Access CPU info. number, etc on Win and UNIX" -HOMEPAGE="http://search.cpan.org/search?query=Sys-CPU&mode=dist" -SRC_URI="mirror://cpan/authors/id/M/MK/MKODERER/Sys-CPU-0.51.tar.gz" +# License is not specified LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" - -DEPEND="" -RDEPEND="" |