* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgmemcache/
@ 2017-10-29 23:54 Jonas Stein
0 siblings, 0 replies; 3+ messages in thread
From: Jonas Stein @ 2017-10-29 23:54 UTC (permalink / raw
To: gentoo-commits
commit: 38d2c8d2f01b239ef9dac4a8dea41c8963b82db7
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 23:53:53 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 23:53:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d2c8d2
dev-db/pgmemcache: Removed proxied maintainer
Proxied maintainer retired.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-db/pgmemcache/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/dev-db/pgmemcache/metadata.xml b/dev-db/pgmemcache/metadata.xml
index 2028473d78d..c5e7917d4c0 100644
--- a/dev-db/pgmemcache/metadata.xml
+++ b/dev-db/pgmemcache/metadata.xml
@@ -5,14 +5,6 @@
<email>patrick@gentoo.org</email>
<name>Patrick Lauer</name>
</maintainer>
- <maintainer type="person">
- <email>bugs@bergstroem.nu</email>
- <name>Johan Bergström</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<upstream>
<remote-id type="github">ohmu/pgmemcache</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgmemcache/
@ 2020-09-28 0:56 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-09-28 0:56 UTC (permalink / raw
To: gentoo-commits
commit: 5e1ac4c6162eac59a4987e1629ca85f29640911a
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 00:55:24 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 00:55:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1ac4c6
dev-db/pgmemcache: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-db/pgmemcache/Manifest | 2 --
dev-db/pgmemcache/pgmemcache-2.1.2.ebuild | 19 -------------------
dev-db/pgmemcache/pgmemcache-2.2.0.ebuild | 23 -----------------------
3 files changed, 44 deletions(-)
diff --git a/dev-db/pgmemcache/Manifest b/dev-db/pgmemcache/Manifest
index 860ce8a8f46..02ef5ef4f2a 100644
--- a/dev-db/pgmemcache/Manifest
+++ b/dev-db/pgmemcache/Manifest
@@ -1,3 +1 @@
-DIST pgmemcache-2.1.2.tar.gz 16685 BLAKE2B d447cda1cc164063e2f76bec87547dd0de9d7e38cce210bec7ca2a0c48afb85d34a7882d6711027e74fcd973bb2bd3b94112359eb482b6be2d5ea01f098a7a9b SHA512 2be9aeef214f569473efcb849611e10c4fdb179e5cb8b1105f63fe0ab7bd829648a7891fd4e21109afc1b6375aeae0c2449a977a67631ee4d505e3faf83bc3f3
-DIST pgmemcache-2.2.0.tar.gz 17742 BLAKE2B 3620cfec0b712fa570fed77cae1b2dc65e5a36679e37c1531a94c80190725ee4af13b1912e58c8fb2fe5d181338190ca9df04f2bbf5868ed3107920b2fe39ca0 SHA512 8d63aa25fec9c5f1895cf5107bbb261be2b35d5e05ac03e8fa59597ed18cf123c45aa0690eafeca4a26bdfabf61088bd1e2518c3fa13b683333b1ca0b5d8446f
DIST pgmemcache-2.3.0.tar.gz 21135 BLAKE2B 527043018fd6af9d4c00788518daeac28c89450e3bc43dee2df205d2eea7eac42fb4a73633f9b54dcd9ce5f35b01ea0ce7f6e2f26b3d9ab75e57c25e47b69933 SHA512 75ae3b7c9087078b2276ebadf66f9d419323927f6b8c8f61f8681fe939d086dbfe6aa935f20afa3acc11171e00329e5758a8a6a952cfbcf3aef45c8cc3f50a3b
diff --git a/dev-db/pgmemcache/pgmemcache-2.1.2.ebuild b/dev-db/pgmemcache/pgmemcache-2.1.2.ebuild
deleted file mode 100644
index d3137046d2b..00000000000
--- a/dev-db/pgmemcache/pgmemcache-2.1.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 )
diff --git a/dev-db/pgmemcache/pgmemcache-2.2.0.ebuild b/dev-db/pgmemcache/pgmemcache-2.2.0.ebuild
deleted file mode 100644
index 7d0ec99a803..00000000000
--- a/dev-db/pgmemcache/pgmemcache-2.2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgmemcache/
@ 2021-10-23 14:59 Jakov Smolić
0 siblings, 0 replies; 3+ messages in thread
From: Jakov Smolić @ 2021-10-23 14:59 UTC (permalink / raw
To: gentoo-commits
commit: f22e5d7dffdaea7d844f11380465403d7e7e0136
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 14:16:54 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 14:59:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22e5d7d
dev-db/pgmemcache: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-db/pgmemcache/pgmemcache-2.3.0.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-db/pgmemcache/pgmemcache-2.3.0.ebuild b/dev-db/pgmemcache/pgmemcache-2.3.0.ebuild
index 1e794204e9a..b2815416834 100644
--- a/dev-db/pgmemcache/pgmemcache-2.3.0.ebuild
+++ b/dev-db/pgmemcache/pgmemcache-2.3.0.ebuild
@@ -1,23 +1,22 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
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
+ einstalldocs
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-23 15:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-28 0:56 [gentoo-commits] repo/gentoo:master commit in: dev-db/pgmemcache/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2021-10-23 14:59 Jakov Smolić
2017-10-29 23:54 Jonas Stein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox