diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-15 08:02:06 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-15 08:02:06 +0000 |
commit | b429ce9763087b25f1051f60af1462b467184c10 (patch) | |
tree | 621eff9ff3d2c8a389ef70a6885d8657093d829f /dev-php/propel-runtime | |
parent | Added to ~amd64. (diff) | |
download | gentoo-2-b429ce9763087b25f1051f60af1462b467184c10.tar.gz gentoo-2-b429ce9763087b25f1051f60af1462b467184c10.tar.bz2 gentoo-2-b429ce9763087b25f1051f60af1462b467184c10.zip |
New ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/propel-runtime')
-rw-r--r-- | dev-php/propel-runtime/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/propel-runtime/Manifest | 3 | ||||
-rw-r--r-- | dev-php/propel-runtime/files/digest-propel-runtime-1.0.0 | 1 | ||||
-rw-r--r-- | dev-php/propel-runtime/metadata.xml | 5 | ||||
-rw-r--r-- | dev-php/propel-runtime/propel-runtime-1.0.0.ebuild | 16 |
5 files changed, 35 insertions, 0 deletions
diff --git a/dev-php/propel-runtime/ChangeLog b/dev-php/propel-runtime/ChangeLog new file mode 100644 index 000000000000..783c4860ddb1 --- /dev/null +++ b/dev-php/propel-runtime/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/propel-runtime +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/ChangeLog,v 1.1 2005/03/15 07:57:28 sebastian Exp $ + +*propel-runtime-1.0.0 (15 Mar 2005) + + 15 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +propel-runtime-1.0.0.ebuild: + New ebuild. + diff --git a/dev-php/propel-runtime/Manifest b/dev-php/propel-runtime/Manifest new file mode 100644 index 000000000000..2d21375068b3 --- /dev/null +++ b/dev-php/propel-runtime/Manifest @@ -0,0 +1,3 @@ +MD5 cd81347548933316d7f9ef4f58953d98 propel-runtime-1.0.0.ebuild 359 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 9c8a30ef30d7412271a7ba0fbccbed2d files/digest-propel-runtime-1.0.0 68 diff --git a/dev-php/propel-runtime/files/digest-propel-runtime-1.0.0 b/dev-php/propel-runtime/files/digest-propel-runtime-1.0.0 new file mode 100644 index 000000000000..13b62610c047 --- /dev/null +++ b/dev-php/propel-runtime/files/digest-propel-runtime-1.0.0 @@ -0,0 +1 @@ +MD5 cdd70adf99b5c37f0633c5f0589a5242 propel_runtime-1.0.0.tgz 39845 diff --git a/dev-php/propel-runtime/metadata.xml b/dev-php/propel-runtime/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/propel-runtime/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> diff --git a/dev-php/propel-runtime/propel-runtime-1.0.0.ebuild b/dev-php/propel-runtime/propel-runtime-1.0.0.ebuild new file mode 100644 index 000000000000..75fd0ef55fdb --- /dev/null +++ b/dev-php/propel-runtime/propel-runtime-1.0.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.0.0.ebuild,v 1.1 2005/03/15 07:57:28 sebastian Exp $ + +inherit php-pear + +DESCRIPTION="Object Persistence Layer for PHP 5 (Runtime)." +HOMEPAGE="http://propel.phpdb.org/wiki/" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +SRC_URI="http://propel.phpdb.org/pear/propel_runtime-${PV}.tgz" +RDEPEND=">=dev-php/php-5.0.0 + dev-php/creole" +S="${WORKDIR}/propel_runtime-${PV}" |