summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2003-10-10 09:40:33 +0000
committerStuart Herbert <stuart@gentoo.org>2003-10-10 09:40:33 +0000
commit38f67f81d8307d6684f7e4caca60f70d4b6121b7 (patch)
tree61cd1c097021b59c0d8c86c18275464938b0b1c2 /dev-php/PECL-apc
parentInitial import (diff)
downloadgentoo-2-38f67f81d8307d6684f7e4caca60f70d4b6121b7.tar.gz
gentoo-2-38f67f81d8307d6684f7e4caca60f70d4b6121b7.tar.bz2
gentoo-2-38f67f81d8307d6684f7e4caca60f70d4b6121b7.zip
Initial import
Diffstat (limited to 'dev-php/PECL-apc')
-rw-r--r--dev-php/PECL-apc/ChangeLog9
-rw-r--r--dev-php/PECL-apc/Manifest4
-rw-r--r--dev-php/PECL-apc/PECL-apc-2.0.ebuild28
-rw-r--r--dev-php/PECL-apc/files/digest-PECL-apc-2.01
-rw-r--r--dev-php/PECL-apc/metadata.xml5
5 files changed, 46 insertions, 1 deletions
diff --git a/dev-php/PECL-apc/ChangeLog b/dev-php/PECL-apc/ChangeLog
new file mode 100644
index 000000000000..989df044422d
--- /dev/null
+++ b/dev-php/PECL-apc/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-php/PECL-apc
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-apc/ChangeLog,v 1.1 2003/10/10 09:40:29 stuart Exp $
+
+*PECL-apc-2.0 (10 Oct 2003)
+
+ 10 Oct 2003; Stuart Herbert <stuart@gentoo.org> PECL-apc-2.0.ebuild,
+ metadata.xml:
+ Initial import; based on an ebuild created by coredumb
diff --git a/dev-php/PECL-apc/Manifest b/dev-php/PECL-apc/Manifest
index 30e084900713..da806abc8c29 100644
--- a/dev-php/PECL-apc/Manifest
+++ b/dev-php/PECL-apc/Manifest
@@ -1,2 +1,4 @@
-MD5 9f68f20a41a5d506467f4edc2c9cfe5c PECL-apc-2.0.ebuild 635
+MD5 826e3e5642ad23c9bf22a18df4347985 PECL-apc-2.0.ebuild 734
+MD5 4f5861ef9b257a0a0492d2d454ceea4f ChangeLog 387
+MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156
MD5 25a572361223adc26bf0aefa4da18a51 files/digest-PECL-apc-2.0 55
diff --git a/dev-php/PECL-apc/PECL-apc-2.0.ebuild b/dev-php/PECL-apc/PECL-apc-2.0.ebuild
new file mode 100644
index 000000000000..951c7baeeb8d
--- /dev/null
+++ b/dev-php/PECL-apc/PECL-apc-2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-apc/PECL-apc-2.0.ebuild,v 1.1 2003/10/10 09:40:29 stuart Exp $
+
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_NAME="apc"
+PHP_EXT_INI="yes"
+
+inherit php-ext-source
+
+IUSE=""
+DESCRIPTION="The Alternative PHP Cache"
+HOMEPAGE="http://pecl.php.net/APC"
+SLOT="0"
+MY_PN="APC"
+SRC_URI="http://pecl.php.net/get/${MY_PN}-${PV}.tgz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="PHP"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc"
+DEPEND="$DEPEND
+ !dev-php/turck-mmcache
+ !dev-php/php-accelerator
+ !dev-php/ioncube_loaders"
+
+src_install () {
+ php-ext-source_src_install
+ dodoc CHANGELOG INSTALL LICENSE NOTICE
+}
diff --git a/dev-php/PECL-apc/files/digest-PECL-apc-2.0 b/dev-php/PECL-apc/files/digest-PECL-apc-2.0
new file mode 100644
index 000000000000..983eacd4252c
--- /dev/null
+++ b/dev-php/PECL-apc/files/digest-PECL-apc-2.0
@@ -0,0 +1 @@
+MD5 dfbbe831eeedacc495d3adec26d6f784 APC-2.0.tgz 43107
diff --git a/dev-php/PECL-apc/metadata.xml b/dev-php/PECL-apc/metadata.xml
new file mode 100644
index 000000000000..40dbb4c4bbaf
--- /dev/null
+++ b/dev-php/PECL-apc/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>php</herd>
+</pkgmetadata>