summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/memcached-api-php/memcached-api-php-1.0.6-r1.ebuild')
-rw-r--r--dev-libs/memcached-api-php/memcached-api-php-1.0.6-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/memcached-api-php/memcached-api-php-1.0.6-r1.ebuild b/dev-libs/memcached-api-php/memcached-api-php-1.0.6-r1.ebuild
deleted file mode 100644
index 3ec69ef84d8a..000000000000
--- a/dev-libs/memcached-api-php/memcached-api-php-1.0.6-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/memcached-api-php/memcached-api-php-1.0.6-r1.ebuild,v 1.3 2003/09/06 22:29:24 msterret Exp $
-
-DESCRIPTION="PHP API for memcached"
-
-HOMEPAGE="http://www.danga.com/memcached/"
-SRC_URI="http://www.danga.com/memcached/dist/php-memcached-${PV}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=""
-
-RDEPEND=""
-
-S=${WORKDIR}/php-memcached-${PV}
-
-
-#where we're sending the API
-APIDEST="/usr/lib/php/memcached"
-
-
-src_compile() {
- #there's nothing to compile
- return
-}
-
-src_install() {
- #Just a file to mv. cool, huh?
- insinto ${APIDEST}
- doins ${S}/MemCachedClient.inc.php
- einfo "The PHP API is installed to ${APIDEST}/MemCachedClient.inc.php"
- einfo "You may want to edit your php.ini to include_path that directory"
-}