summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-06-27 22:27:17 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-06-27 22:27:17 +0000
commitabb4bee1bb8daece425e3558ee872417a59d4f2c (patch)
treeedf4c50b620da49c7cba596f88d90de717db6c38 /dev-db/pgmemcache
parentRemove old. (diff)
downloadgentoo-2-abb4bee1bb8daece425e3558ee872417a59d4f2c.tar.gz
gentoo-2-abb4bee1bb8daece425e3558ee872417a59d4f2c.tar.bz2
gentoo-2-abb4bee1bb8daece425e3558ee872417a59d4f2c.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-db/pgmemcache')
-rw-r--r--dev-db/pgmemcache/ChangeLog6
-rw-r--r--dev-db/pgmemcache/pgmemcache-2.0.4.ebuild23
-rw-r--r--dev-db/pgmemcache/pgmemcache-2.0.6.ebuild24
-rw-r--r--dev-db/pgmemcache/pgmemcache-2.1.1.ebuild21
4 files changed, 5 insertions, 69 deletions
diff --git a/dev-db/pgmemcache/ChangeLog b/dev-db/pgmemcache/ChangeLog
index dd96d0368034..471d1d03670b 100644
--- a/dev-db/pgmemcache/ChangeLog
+++ b/dev-db/pgmemcache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/pgmemcache
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/ChangeLog,v 1.11 2015/06/06 09:52:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/ChangeLog,v 1.12 2015/06/27 22:27:17 mrueg Exp $
+
+ 27 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -pgmemcache-2.0.4.ebuild,
+ -pgmemcache-2.0.6.ebuild, -pgmemcache-2.1.1.ebuild:
+ Remove old.
06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
diff --git a/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild b/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild
deleted file mode 100644
index 3927e2d5dc5b..000000000000
--- a/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild,v 1.4 2014/12/28 15:10:00 titanofold Exp $
-
-DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached"
-HOMEPAGE="http://pgfoundry.org/projects/pgmemcache"
-SRC_URI="http://pgfoundry.org/frs/download.php/2672/${PN}_${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-db/postgresql-8.4
- >=dev-libs/libmemcached-0.39"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc README.pgmemcache NEWS || die "install documentation failed"
-}
diff --git a/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild b/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild
deleted file mode 100644
index 267bd7603fc1..000000000000
--- a/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild,v 1.4 2014/12/28 15:10:00 titanofold Exp $
-
-DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached"
-HOMEPAGE="http://pgfoundry.org/projects/pgmemcache"
-SRC_URI="http://pgfoundry.org/frs/download.php/3018/${PN}_${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-db/postgresql-8.4
- dev-libs/cyrus-sasl
- >=dev-libs/libmemcached-0.39"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc README NEWS || die "install documentation failed"
-}
diff --git a/dev-db/pgmemcache/pgmemcache-2.1.1.ebuild b/dev-db/pgmemcache/pgmemcache-2.1.1.ebuild
deleted file mode 100644
index 1759b1a353e6..000000000000
--- a/dev-db/pgmemcache/pgmemcache-2.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.1.1.ebuild,v 1.3 2014/12/28 15:10:00 titanofold Exp $
-
-EAPI=5
-
-DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached"
-HOMEPAGE="http://pgfoundry.org/projects/pgmemcache"
-SRC_URI="http://pgfoundry.org/frs/download.php/3018/${PN}_${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-db/postgresql-8.4
- dev-libs/cyrus-sasl
- <dev-libs/libmemcached-1[sasl]"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}