summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-09-23 02:44:32 +0000
committerSteve Dibb <beandog@gentoo.org>2009-09-23 02:44:32 +0000
commit537b449931c1606e07a6cde11e3de079d4608f1a (patch)
tree96590d55732b2cd55b3ad9e34cf6a205601d3ce1 /dev-php/PEAR-Archive_Tar
parentVersion bump, bug 250268; New install system using split ebuilds, PEAR-PEAR i... (diff)
downloadgentoo-2-537b449931c1606e07a6cde11e3de079d4608f1a.tar.gz
gentoo-2-537b449931c1606e07a6cde11e3de079d4608f1a.tar.bz2
gentoo-2-537b449931c1606e07a6cde11e3de079d4608f1a.zip
Initial commit; new split ebuilds for PEAR base install
(Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-php/PEAR-Archive_Tar')
-rw-r--r--dev-php/PEAR-Archive_Tar/ChangeLog10
-rw-r--r--dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.3.ebuild31
-rw-r--r--dev-php/PEAR-Archive_Tar/metadata.xml5
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-php/PEAR-Archive_Tar/ChangeLog b/dev-php/PEAR-Archive_Tar/ChangeLog
new file mode 100644
index 000000000000..e80912397a68
--- /dev/null
+++ b/dev-php/PEAR-Archive_Tar/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-php/PEAR-Archive_Tar
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/ChangeLog,v 1.28 2009/09/23 02:44:32 beandog Exp $
+
+*PEAR-Archive_Tar-1.3.3 (23 Sep 2009)
+
+ 23 Sep 2009; Steve Dibb <beandog@gentoo.org>
+ +PEAR-Archive_Tar-1.3.3.ebuild, +metadata.xml:
+ Initial commit; new split ebuilds for PEAR base install
+
diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.3.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.3.ebuild
new file mode 100644
index 000000000000..9116424b563f
--- /dev/null
+++ b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.3.ebuild,v 1.1 2009/09/23 02:44:32 beandog Exp $
+
+MY_PN="${PN/PEAR-/}"
+MY_P="${MY_PN}-${PV}"
+
+inherit depend.php
+
+DESCRIPTION="Tar file management class"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
+PDEPEND="dev-php/pear"
+HOMEPAGE="http://pear.php.net/package/Archive_Tar"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+ require_php_with_use pcre
+}
+
+src_install() {
+ insinto /usr/share/php/Archive
+ doins Archive/*
+
+ dodoc docs/*
+}
diff --git a/dev-php/PEAR-Archive_Tar/metadata.xml b/dev-php/PEAR-Archive_Tar/metadata.xml
new file mode 100644
index 000000000000..fd3dbe39fa64
--- /dev/null
+++ b/dev-php/PEAR-Archive_Tar/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>