patrick     15/02/25 03:39:05

  Modified:             ChangeLog
  Added:                pgmemcache-2.3.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 dev-db/pgmemcache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   28 Dec 2014 15:10:00 -0000      1.9
+++ ChangeLog   25 Feb 2015 03:39:05 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/pgmemcache
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/ChangeLog,v 1.9 
2014/12/28 15:10:00 titanofold Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/ChangeLog,v 1.10 
2015/02/25 03:39:05 patrick Exp $
+
+*pgmemcache-2.3.0 (25 Feb 2015)
+
+  25 Feb 2015; Patrick Lauer <[email protected]> +pgmemcache-2.3.0.ebuild:
+  Bump
 
   28 Dec 2014; Aaron W. Swenson <[email protected]>
   pgmemcache-2.0.4.ebuild, pgmemcache-2.0.6.ebuild, pgmemcache-2.1.1.ebuild,



1.1                  dev-db/pgmemcache/pgmemcache-2.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.3.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.3.0.ebuild?rev=1.1&content-type=text/plain

Index: pgmemcache-2.3.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.3.0.ebuild,v 
1.1 2015/02/25 03:39:05 patrick Exp $

EAPI=5

DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached"
HOMEPAGE="http://pgfoundry.org/projects/pgmemcache 
https://github.com/ohmu/pgmemcache";
SRC_URI="https://github.com/ohmu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-db/postgresql
        dev-libs/cyrus-sasl
        >=dev-libs/libmemcached-1.0.18[sasl]"
RDEPEND="${DEPEND}"

DOCS=( NEWS README TODO )

src_install() {
        emake -j1 DESTDIR="${D}" install
}




Reply via email to