diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-12-10 13:49:40 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-12-10 13:49:40 +0000 |
commit | 0c97f244a17cc8b679367fec323f3bd8d005ace8 (patch) | |
tree | 59bb063da336f7bacaf8da86eaa4cf09ce89cdd7 /dev-php | |
parent | Update $HOMEPAGE value, as the .xhtml version does not exists anymore. (diff) | |
download | gentoo-2-0c97f244a17cc8b679367fec323f3bd8d005ace8.tar.gz gentoo-2-0c97f244a17cc8b679367fec323f3bd8d005ace8.tar.bz2 gentoo-2-0c97f244a17cc8b679367fec323f3bd8d005ace8.zip |
Initial ebuild, closes bug 113842.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-php')
5 files changed, 32 insertions, 0 deletions
diff --git a/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog b/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog new file mode 100644 index 000000000000..f0299cedafb7 --- /dev/null +++ b/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-Text_Wiki_BBCode +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog,v 1.1 2005/12/10 13:49:40 sebastian Exp $ + +*PEAR-Text_Wiki_BBCode-0.0.2 (10 Dec 2005) + + 10 Dec 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +PEAR-Text_Wiki_BBCode-0.0.2.ebuild: + Initial ebuild, closes bug 113842. + diff --git a/dev-php/PEAR-Text_Wiki_BBCode/Manifest b/dev-php/PEAR-Text_Wiki_BBCode/Manifest new file mode 100644 index 000000000000..c85544a0c450 --- /dev/null +++ b/dev-php/PEAR-Text_Wiki_BBCode/Manifest @@ -0,0 +1,3 @@ +MD5 e347cb3eff1dad907dc3c9175a1ff770 PEAR-Text_Wiki_BBCode-0.0.2.ebuild 286 +MD5 ccf9dea3b14b1efb515ee0a60bcabe8f files/digest-PEAR-Text_Wiki_BBCode-0.0.2 70 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 diff --git a/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.2.ebuild b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.2.ebuild new file mode 100644 index 000000000000..afc4ced6d6db --- /dev/null +++ b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.2.ebuild @@ -0,0 +1,13 @@ +# 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_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.2.ebuild,v 1.1 2005/12/10 13:49:40 sebastian Exp $ + +inherit php-pear-r1 + +DESCRIPTION="BBCode parser for Text_Wiki." + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND=">=dev-php/PEAR-Text_Wiki-1.0.3" diff --git a/dev-php/PEAR-Text_Wiki_BBCode/files/digest-PEAR-Text_Wiki_BBCode-0.0.2 b/dev-php/PEAR-Text_Wiki_BBCode/files/digest-PEAR-Text_Wiki_BBCode-0.0.2 new file mode 100644 index 000000000000..169919945182 --- /dev/null +++ b/dev-php/PEAR-Text_Wiki_BBCode/files/digest-PEAR-Text_Wiki_BBCode-0.0.2 @@ -0,0 +1 @@ +MD5 7922511c1dd0035965b42303b8003f86 Text_Wiki_BBCode-0.0.2.tgz 14329 diff --git a/dev-php/PEAR-Text_Wiki_BBCode/metadata.xml b/dev-php/PEAR-Text_Wiki_BBCode/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-Text_Wiki_BBCode/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> |