diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-18 14:26:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-18 14:26:03 +0000 |
commit | 775669cac25f7a09a824506656c664a21f918a3d (patch) | |
tree | c5ae7df29d8cd6c421da9adc0f91cb448ed925f4 /dev-perl/CGI-Session | |
parent | New virtuals: Compress-Zlib (diff) | |
download | gentoo-2-775669cac25f7a09a824506656c664a21f918a3d.tar.gz gentoo-2-775669cac25f7a09a824506656c664a21f918a3d.tar.bz2 gentoo-2-775669cac25f7a09a824506656c664a21f918a3d.zip |
New virtuals: module-build
(Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/CGI-Session')
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.35.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.36.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/CGI-Session/ChangeLog | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.35.ebuild b/dev-perl/CGI-Session/CGI-Session-4.35.ebuild index 3b8fb0b57126..8cf453579c56 100644 --- a/dev-perl/CGI-Session/CGI-Session-4.35.ebuild +++ b/dev-perl/CGI-Session/CGI-Session-4.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.35.ebuild,v 1.3 2008/09/05 17:19:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.35.ebuild,v 1.4 2008/11/18 14:26:03 tove Exp $ inherit perl-module @@ -18,4 +18,4 @@ SRC_TEST="do" RDEPEND="virtual/perl-Digest-MD5 dev-lang/perl" DEPEND="${RDEPEND} - dev-perl/module-build" + virtual/perl-Module-Build" diff --git a/dev-perl/CGI-Session/CGI-Session-4.36.ebuild b/dev-perl/CGI-Session/CGI-Session-4.36.ebuild index e7d35ae0517f..dd804f97dc5a 100644 --- a/dev-perl/CGI-Session/CGI-Session-4.36.ebuild +++ b/dev-perl/CGI-Session/CGI-Session-4.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.36.ebuild,v 1.1 2008/09/15 07:18:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.36.ebuild,v 1.2 2008/11/18 14:26:03 tove Exp $ inherit perl-module @@ -18,4 +18,4 @@ SRC_TEST="do" RDEPEND="virtual/perl-Digest-MD5 dev-lang/perl" DEPEND="${RDEPEND} - dev-perl/module-build" + virtual/perl-Module-Build" diff --git a/dev-perl/CGI-Session/ChangeLog b/dev-perl/CGI-Session/ChangeLog index 0fdcee4b05d8..9630d6b3512e 100644 --- a/dev-perl/CGI-Session/ChangeLog +++ b/dev-perl/CGI-Session/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/CGI-Session # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.25 2008/09/30 08:05:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.26 2008/11/18 14:26:03 tove Exp $ + + 18 Nov 2008; Torsten Veller <tove@gentoo.org> CGI-Session-4.35.ebuild, + CGI-Session-4.36.ebuild: + New virtuals: module-build 30 Sep 2008; Torsten Veller <tove@gentoo.org> -CGI-Session-4.03.ebuild, -CGI-Session-4.13.ebuild: |