diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:41:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:41:36 +0000 |
commit | 4f1450d94aa721714972d468db3738fcdc6e584f (patch) | |
tree | fcbbb47bb94e8220a9c9a56efdeb33a3ca725977 /dev-perl/Apache-SessionX | |
parent | Change version scheme (diff) | |
download | gentoo-2-4f1450d94aa721714972d468db3738fcdc6e584f.tar.gz gentoo-2-4f1450d94aa721714972d468db3738fcdc6e584f.tar.bz2 gentoo-2-4f1450d94aa721714972d468db3738fcdc6e584f.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Apache-SessionX')
-rw-r--r-- | dev-perl/Apache-SessionX/Apache-SessionX-2.10.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Apache-SessionX/ChangeLog | 9 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Apache-SessionX/Apache-SessionX-2.10.0.ebuild b/dev-perl/Apache-SessionX/Apache-SessionX-2.10.0.ebuild new file mode 100644 index 000000000000..23163480c0d1 --- /dev/null +++ b/dev-perl/Apache-SessionX/Apache-SessionX-2.10.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SessionX/Apache-SessionX-2.10.0.ebuild,v 1.1 2011/09/01 13:41:36 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=GRICHTER +MODULE_VERSION=2.01 +inherit perl-module + +DESCRIPTION="An extented persistence framework for session data" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/Apache-Session" +DEPEND="${RDEPEND}" + +src_compile() { + echo "n" | perl-module_src_compile +} diff --git a/dev-perl/Apache-SessionX/ChangeLog b/dev-perl/Apache-SessionX/ChangeLog index cdf909fef4bd..2f5adf3a29da 100644 --- a/dev-perl/Apache-SessionX/ChangeLog +++ b/dev-perl/Apache-SessionX/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Apache-SessionX -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SessionX/ChangeLog,v 1.12 2007/01/14 22:19:29 mcummings Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SessionX/ChangeLog,v 1.13 2011/09/01 13:41:36 tove Exp $ + +*Apache-SessionX-2.10.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> +Apache-SessionX-2.10.0.ebuild: + Change version scheme 14 Jan 2007; Michael Cummings <mcummings@gentoo.org> -Apache-SessionX-2.00_beta5.ebuild, Apache-SessionX-2.01.ebuild: |