diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-18 15:12:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-18 15:12:23 +0000 |
commit | e4966bbcf2ac58a4645a9edc29de9f5c6b57d432 (patch) | |
tree | 5296e0eb6bb63dbaeceef2e2639cbdb7620ac2e3 /dev-perl/Math-Vec | |
parent | New virtuals: Compress-Zlib module-build (diff) | |
download | historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.tar.gz historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.tar.bz2 historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.zip |
New virtuals: module-build
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/Math-Vec')
-rw-r--r-- | dev-perl/Math-Vec/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Math-Vec/Math-Vec-1.01.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Math-Vec/ChangeLog b/dev-perl/Math-Vec/ChangeLog index b8383e1ee80e..3c77c524ff8a 100644 --- a/dev-perl/Math-Vec/ChangeLog +++ b/dev-perl/Math-Vec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-Vec -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.1 2007/09/26 15:27:00 hanno Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.2 2008/11/18 15:12:23 tove Exp $ + + 18 Nov 2008; Torsten Veller <tove@gentoo.org> Math-Vec-1.01.ebuild: + New virtuals: module-build *Math-Vec-1.01 (26 Sep 2007) diff --git a/dev-perl/Math-Vec/Math-Vec-1.01.ebuild b/dev-perl/Math-Vec/Math-Vec-1.01.ebuild index cdded472fa99..6b003022de21 100644 --- a/dev-perl/Math-Vec/Math-Vec-1.01.ebuild +++ b/dev-perl/Math-Vec/Math-Vec-1.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild,v 1.1 2007/09/26 15:27:00 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild,v 1.2 2008/11/18 15:12:23 tove Exp $ inherit perl-module @@ -16,4 +16,4 @@ IUSE="" SRC_TEST="do" DEPEND="dev-lang/perl - dev-perl/module-build" + virtual/perl-Module-Build" |