Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/pgmemcache: pgmemcache-2.1.1.ebuild ChangeLog
Date: Sun, 09 Feb 2014 06:41:04
Message-Id: 20140209064059.5A2B82004C@flycatcher.gentoo.org
1 prometheanfire 14/02/09 06:40:59
2
3 Modified: ChangeLog
4 Added: pgmemcache-2.1.1.ebuild
5 Log:
6 fixing bug 429658 via adding 2.1.1
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
9
10 Revision Changes Path
11 1.5 dev-db/pgmemcache/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 17 Mar 2013 15:19:40 -0000 1.4
24 +++ ChangeLog 9 Feb 2014 06:40:59 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-db/pgmemcache
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/ChangeLog,v 1.4 2013/03/17 15:19:40 hwoarang Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/ChangeLog,v 1.5 2014/02/09 06:40:59 prometheanfire Exp $
31 +
32 +*pgmemcache-2.1.1 (09 Feb 2014)
33 +
34 + 09 Feb 2014; Matthew Thode <prometheanfire@g.o>
35 + +pgmemcache-2.1.1.ebuild:
36 + fixing bug 429658 via adding 2.1.1
37
38 17 Mar 2013; Markos Chandras <hwoarang@g.o> metadata.xml:
39 Add proxy-maintainers to metadata.xml
40
41
42
43 1.1 dev-db/pgmemcache/pgmemcache-2.1.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.1.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.1.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pgmemcache-2.1.1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.1.1.ebuild,v 1.1 2014/02/09 06:40:59 prometheanfire Exp $
53
54 EAPI=5
55
56 DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached"
57 HOMEPAGE="http://pgfoundry.org/projects/pgmemcache"
58 SRC_URI="http://pgfoundry.org/frs/download.php/3018/${PN}_${PV}.tar.bz2"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND=">=dev-db/postgresql-base-8.4
66 dev-libs/cyrus-sasl
67 <dev-libs/libmemcached-1[sasl]"
68 RDEPEND="${DEPEND}"
69
70 S=${WORKDIR}/${PN}