diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 11:49:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 11:49:39 +0000 |
commit | 8e5ff21194caf6743ff8cb35c4078ae78bd03897 (patch) | |
tree | c0e019124a31be3d0eabc6f9867fdb7393295c79 /dev-perl/Cache-Memcached | |
parent | Version bump to release 91: includes my changes and a couple of security-sens... (diff) | |
download | historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.gz historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.bz2 historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Cache-Memcached')
-rw-r--r-- | dev-perl/Cache-Memcached/Cache-Memcached-1.290.0.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Cache-Memcached/ChangeLog | 8 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Cache-Memcached/Cache-Memcached-1.290.0.ebuild b/dev-perl/Cache-Memcached/Cache-Memcached-1.290.0.ebuild new file mode 100644 index 000000000000..345719fb7e2a --- /dev/null +++ b/dev-perl/Cache-Memcached/Cache-Memcached-1.290.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.290.0.ebuild,v 1.1 2011/09/01 11:41:10 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DORMANDO +MODULE_VERSION=1.29 +inherit perl-module + +DESCRIPTION="Perl API for memcached" +HOMEPAGE="http://www.danga.com/memcached/ ${HOMEPAGE}" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +DEPEND="dev-perl/string-crc32" +RDEPEND="${DEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Cache-Memcached/ChangeLog b/dev-perl/Cache-Memcached/ChangeLog index ff34b6a73ab8..5c424e649e36 100644 --- a/dev-perl/Cache-Memcached/ChangeLog +++ b/dev-perl/Cache-Memcached/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Cache-Memcached # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog,v 1.66 2011/07/30 10:21:00 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog,v 1.67 2011/09/01 11:41:10 tove Exp $ + +*Cache-Memcached-1.290.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> + +Cache-Memcached-1.290.0.ebuild: + Change version scheme 30 Jul 2011; Torsten Veller <tove@gentoo.org> Cache-Memcached-1.24.ebuild, Cache-Memcached-1.26.ebuild, Cache-Memcached-1.27.ebuild, |