diff options
-rw-r--r-- | dev-php/PEAR-Text_Diff/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Diff/Manifest | 4 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.1.1.ebuild | 12 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Diff/files/digest-PEAR-Text_Diff-0.1.1 | 1 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Diff/metadata.xml | 5 |
5 files changed, 32 insertions, 0 deletions
diff --git a/dev-php/PEAR-Text_Diff/ChangeLog b/dev-php/PEAR-Text_Diff/ChangeLog new file mode 100644 index 000000000000..4c7680e8819d --- /dev/null +++ b/dev-php/PEAR-Text_Diff/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-Text_Diff +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.1 2005/09/07 05:24:35 sebastian Exp $ + +*PEAR-Text_Diff-0.1.1 (07 Sep 2005) + + 07 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +PEAR-Text_Diff-0.1.1.ebuild: + Initial ebuild, closes bug 103611. + diff --git a/dev-php/PEAR-Text_Diff/Manifest b/dev-php/PEAR-Text_Diff/Manifest new file mode 100644 index 000000000000..40bcc06a3445 --- /dev/null +++ b/dev-php/PEAR-Text_Diff/Manifest @@ -0,0 +1,4 @@ +MD5 d934de45e45868d401de28ecfd803003 PEAR-Text_Diff-0.1.1.ebuild 300 +MD5 fd09d4b64cded11bd896e2eebe9c1582 ChangeLog 302 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 ac01993e8dbcebeaf6c40083ec8e09c7 files/digest-PEAR-Text_Diff-0.1.1 63 diff --git a/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.1.1.ebuild b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.1.1.ebuild new file mode 100644 index 000000000000..4c532b24326c --- /dev/null +++ b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.1.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.1.1.ebuild,v 1.1 2005/09/07 05:24:35 sebastian Exp $ + +inherit php-pear + +DESCRIPTION="Engine for performing and rendering text diffs." + +LICENSE="PHP" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" diff --git a/dev-php/PEAR-Text_Diff/files/digest-PEAR-Text_Diff-0.1.1 b/dev-php/PEAR-Text_Diff/files/digest-PEAR-Text_Diff-0.1.1 new file mode 100644 index 000000000000..3b48c381c52c --- /dev/null +++ b/dev-php/PEAR-Text_Diff/files/digest-PEAR-Text_Diff-0.1.1 @@ -0,0 +1 @@ +MD5 2e4273d64e8dc1da44f9be295733cfdc Text_Diff-0.1.1.tgz 12925 diff --git a/dev-php/PEAR-Text_Diff/metadata.xml b/dev-php/PEAR-Text_Diff/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-Text_Diff/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> |