summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa M. Seelye <lisa@gentoo.org>2006-01-02 11:07:06 +0000
committerLisa M. Seelye <lisa@gentoo.org>2006-01-02 11:07:06 +0000
commit77b3204220e8478ac963a20654124ff4c14f2fb9 (patch)
treeabce60524bb3331210da8de9dcbff5cb36ef42e8 /net-misc/memcached
parentRemoved COPYING and INSTALL from dodoc (diff)
downloadgentoo-2-77b3204220e8478ac963a20654124ff4c14f2fb9.tar.gz
gentoo-2-77b3204220e8478ac963a20654124ff4c14f2fb9.tar.bz2
gentoo-2-77b3204220e8478ac963a20654124ff4c14f2fb9.zip
Gearing up for the removal of dev-libs/memcached-api-php per http://article.gmane.org/gmane.linux.gentoo.devel/34595/match=, this package had IUSE php which pulled in the api. Please use the pecl-memcache library instead.
(Portage version: 2.0.53)
Diffstat (limited to 'net-misc/memcached')
-rw-r--r--net-misc/memcached/ChangeLog10
-rw-r--r--net-misc/memcached/memcached-1.1.11.ebuild18
-rw-r--r--net-misc/memcached/memcached-1.1.12-r1.ebuild19
-rw-r--r--net-misc/memcached/memcached-1.1.12-r2.ebuild16
-rw-r--r--net-misc/memcached/memcached-1.1.12.ebuild19
5 files changed, 23 insertions, 59 deletions
diff --git a/net-misc/memcached/ChangeLog b/net-misc/memcached/ChangeLog
index 5d8ec5186ce9..022caca6e2fd 100644
--- a/net-misc/memcached/ChangeLog
+++ b/net-misc/memcached/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/memcached
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.19 2005/12/31 13:30:42 flameeyes Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.20 2006/01/02 11:07:06 lisa Exp $
+
+ 02 Jan 2006; Lisa Seelye <lisa@gentoo.org> memcached-1.1.11.ebuild,
+ memcached-1.1.12.ebuild, memcached-1.1.12-r1.ebuild,
+ memcached-1.1.12-r2.ebuild:
+ Gearing up for removal of dev-libs/memcached-api-php per
+ http://article.gmane.org/gmane.linux.gentoo.devel/34595/match=
31 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
memcached-1.1.12-r2.ebuild:
diff --git a/net-misc/memcached/memcached-1.1.11.ebuild b/net-misc/memcached/memcached-1.1.11.ebuild
index bd6e2153acb2..06ac92e2d3a6 100644
--- a/net-misc/memcached/memcached-1.1.11.ebuild
+++ b/net-misc/memcached/memcached-1.1.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.1.11.ebuild,v 1.7 2005/03/29 08:15:36 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.1.11.ebuild,v 1.8 2006/01/02 11:07:06 lisa Exp $
DESCRIPTION="memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load."
@@ -14,11 +14,10 @@ SLOT="0"
KEYWORDS="x86 ~ppc amd64"
-IUSE="static perl php"
+IUSE="static perl"
DEPEND=">=dev-libs/libevent-0.6
perl? ( dev-perl/Cache-Memcached )
- php? ( dev-libs/memcached-api-php )
"
src_compile() {
@@ -38,14 +37,3 @@ src_install() {
exeinto /etc/init.d
newexe "${FILESDIR}/init" memcached
}
-
-
-pkg_postinst() {
- if ! use php; then
- ewarn "This package uses a special \"php\" USE flag to include the PHP"
- ewarn "API. If you emerged this without setting that USE flag, you can"
- ewarn "still get the API by doing:"
- einfo " emerge dev-libs/memcached-api-php"
- echo
- fi
-}
diff --git a/net-misc/memcached/memcached-1.1.12-r1.ebuild b/net-misc/memcached/memcached-1.1.12-r1.ebuild
index 880c8dfdde1b..67d059521e3a 100644
--- a/net-misc/memcached/memcached-1.1.12-r1.ebuild
+++ b/net-misc/memcached/memcached-1.1.12-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.1.12-r1.ebuild,v 1.2 2005/12/17 21:38:32 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.1.12-r1.ebuild,v 1.3 2006/01/02 11:07:06 lisa Exp $
DESCRIPTION="memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load."
@@ -12,11 +12,10 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 sparc x86"
-IUSE="static perl php doc"
+IUSE="static perl doc"
DEPEND=">=dev-libs/libevent-0.6
- perl? ( dev-perl/Cache-Memcached )
- php? ( dev-libs/memcached-api-php )"
+ perl? ( dev-perl/Cache-Memcached )"
src_compile() {
local myconf=""
@@ -41,13 +40,3 @@ src_install() {
dodoc ${S}/doc/{memory_management.txt,protocol.txt}
fi
}
-
-pkg_postinst() {
- if ! use php; then
- ewarn "This package uses a special \"php\" USE flag to include the PHP"
- ewarn "API. If you emerged this without setting that USE flag, you can"
- ewarn "still get the API by doing:"
- einfo " emerge dev-libs/memcached-api-php"
- echo
- fi
-}
diff --git a/net-misc/memcached/memcached-1.1.12-r2.ebuild b/net-misc/memcached/memcached-1.1.12-r2.ebuild
index cf04657223a7..05a7d409a344 100644
--- a/net-misc/memcached/memcached-1.1.12-r2.ebuild
+++ b/net-misc/memcached/memcached-1.1.12-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.1.12-r2.ebuild,v 1.2 2005/12/31 13:30:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.1.12-r2.ebuild,v 1.3 2006/01/02 11:07:06 lisa Exp $
inherit eutils
@@ -14,11 +14,10 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 sparc x86"
-IUSE="static perl php doc"
+IUSE="static perl doc"
DEPEND=">=dev-libs/libevent-0.6
- perl? ( dev-perl/Cache-Memcached )
- php? ( dev-libs/memcached-api-php )"
+ perl? ( dev-perl/Cache-Memcached )"
src_compile() {
local myconf=""
@@ -46,11 +45,4 @@ src_install() {
pkg_postinst() {
enewuser memcached -1 -1 /dev/null daemon
- if ! use php; then
- ewarn "This package uses a special \"php\" USE flag to include the PHP"
- ewarn "API. If you emerged this without setting that USE flag, you can"
- ewarn "still get the API by doing:"
- einfo " emerge dev-libs/memcached-api-php"
- echo
- fi
}
diff --git a/net-misc/memcached/memcached-1.1.12.ebuild b/net-misc/memcached/memcached-1.1.12.ebuild
index c3f7e67940d1..ac7580889e00 100644
--- a/net-misc/memcached/memcached-1.1.12.ebuild
+++ b/net-misc/memcached/memcached-1.1.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.1.12.ebuild,v 1.7 2005/11/29 03:54:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.1.12.ebuild,v 1.8 2006/01/02 11:07:06 lisa Exp $
DESCRIPTION="memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load."
@@ -12,11 +12,10 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~hppa ~mips ~ppc sparc x86"
-IUSE="static perl php"
+IUSE="static perl"
DEPEND=">=dev-libs/libevent-0.6
- perl? ( dev-perl/Cache-Memcached )
- php? ( dev-libs/memcached-api-php )"
+ perl? ( dev-perl/Cache-Memcached )"
src_compile() {
local myconf=""
@@ -35,13 +34,3 @@ src_install() {
exeinto /etc/init.d
newexe "${FILESDIR}/${PV}/init" memcached
}
-
-pkg_postinst() {
- if ! use php; then
- ewarn "This package uses a special \"php\" USE flag to include the PHP"
- ewarn "API. If you emerged this without setting that USE flag, you can"
- ewarn "still get the API by doing:"
- einfo " emerge dev-libs/memcached-api-php"
- echo
- fi
-}