Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Cache-Memcached: Cache-Memcached-1.290.0-r1.ebuild Cache-Memcached-1.300.0-r1.ebuild ChangeLog Cache-Memcached-1.290.0.ebuild Cache-Memcached-1.300.0.ebuild
Date: Fri, 22 Aug 2014 21:18:34
Message-Id: 20140822211830.9C7712240@oystercatcher.gentoo.org
1 axs 14/08/22 21:18:30
2
3 Modified: ChangeLog
4 Added: Cache-Memcached-1.290.0-r1.ebuild
5 Cache-Memcached-1.300.0-r1.ebuild
6 Removed: Cache-Memcached-1.290.0.ebuild
7 Cache-Memcached-1.300.0.ebuild
8 Log:
9 bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
10
11 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
12
13 Revision Changes Path
14 1.79 dev-perl/Cache-Memcached/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog?rev=1.79&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog?rev=1.79&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog?r1=1.78&r2=1.79
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog,v
23 retrieving revision 1.78
24 retrieving revision 1.79
25 diff -u -r1.78 -r1.79
26 --- ChangeLog 30 Jul 2013 23:51:52 -0000 1.78
27 +++ ChangeLog 22 Aug 2014 21:18:30 -0000 1.79
28 @@ -1,6 +1,15 @@
29 # ChangeLog for dev-perl/Cache-Memcached
30 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog,v 1.78 2013/07/30 23:51:52 zlogene Exp $
32 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
33 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog,v 1.79 2014/08/22 21:18:30 axs Exp $
34 +
35 +*Cache-Memcached-1.300.0-r1 (22 Aug 2014)
36 +*Cache-Memcached-1.290.0-r1 (22 Aug 2014)
37 +
38 + 22 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
39 + +Cache-Memcached-1.290.0-r1.ebuild, +Cache-Memcached-1.300.0-r1.ebuild,
40 + -Cache-Memcached-1.290.0.ebuild, -Cache-Memcached-1.300.0.ebuild:
41 + bumped EAPI to 5; committed directly to stable as no other changes present and
42 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
43
44 30 Jul 2013; Mikle Kolyada <zlogene@g.o> -Cache-Memcached-1.24.ebuild,
45 -Cache-Memcached-1.26.ebuild, -Cache-Memcached-1.27.ebuild,
46
47
48
49 1.1 dev-perl/Cache-Memcached/Cache-Memcached-1.290.0-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.290.0-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.290.0-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: Cache-Memcached-1.290.0-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.290.0-r1.ebuild,v 1.1 2014/08/22 21:18:30 axs Exp $
59
60 EAPI=5
61
62 MODULE_AUTHOR=DORMANDO
63 MODULE_VERSION=1.29
64 inherit perl-module
65
66 DESCRIPTION="Perl API for memcached"
67 HOMEPAGE="http://www.danga.com/memcached/ ${HOMEPAGE}"
68
69 SLOT="0"
70 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"
71 IUSE=""
72
73 DEPEND="dev-perl/string-crc32"
74 RDEPEND="${DEPEND}"
75
76 SRC_TEST="do"
77
78
79
80 1.1 dev-perl/Cache-Memcached/Cache-Memcached-1.300.0-r1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.300.0-r1.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.300.0-r1.ebuild?rev=1.1&content-type=text/plain
84
85 Index: Cache-Memcached-1.300.0-r1.ebuild
86 ===================================================================
87 # Copyright 1999-2014 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.300.0-r1.ebuild,v 1.1 2014/08/22 21:18:30 axs Exp $
90
91 EAPI=5
92
93 MODULE_AUTHOR=DORMANDO
94 MODULE_VERSION=1.30
95 inherit perl-module
96
97 DESCRIPTION="Perl API for memcached"
98 HOMEPAGE="http://www.danga.com/memcached/ ${HOMEPAGE}"
99
100 SLOT="0"
101 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"
102 IUSE=""
103
104 DEPEND="dev-perl/string-crc32"
105 RDEPEND="${DEPEND}"
106
107 SRC_TEST="do"