summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2011-06-04 20:04:27 +0000
committerAlex Legler <a3li@gentoo.org>2011-06-04 20:04:27 +0000
commitb4866c4e425a0808f0427ded7360e6d012208591 (patch)
treee2999f23b2128f180d94c113c37eaa1a40133ef1 /dev-php/Horde_Crypt
parentInitial commit, part of Horde 4. (diff)
downloadhistorical-b4866c4e425a0808f0427ded7360e6d012208591.tar.gz
historical-b4866c4e425a0808f0427ded7360e6d012208591.tar.bz2
historical-b4866c4e425a0808f0427ded7360e6d012208591.zip
Initial commit, part of Horde 4.
Package-Manager: portage-2.2.0_alpha37/cvs/Linux x86_64
Diffstat (limited to 'dev-php/Horde_Crypt')
-rw-r--r--dev-php/Horde_Crypt/ChangeLog10
-rw-r--r--dev-php/Horde_Crypt/Horde_Crypt-1.0.3.ebuild24
-rw-r--r--dev-php/Horde_Crypt/metadata.xml9
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-php/Horde_Crypt/ChangeLog b/dev-php/Horde_Crypt/ChangeLog
new file mode 100644
index 000000000000..38371a8add2d
--- /dev/null
+++ b/dev-php/Horde_Crypt/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-php/Horde_Crypt
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Crypt/ChangeLog,v 1.1 2011/06/04 20:03:28 a3li Exp $
+
+*Horde_Crypt-1.0.3 (04 Jun 2011)
+
+ 04 Jun 2011; Alex Legler <a3li@gentoo.org> +Horde_Crypt-1.0.3.ebuild,
+ +metadata.xml:
+ Initial commit, part of Horde 4.
+
diff --git a/dev-php/Horde_Crypt/Horde_Crypt-1.0.3.ebuild b/dev-php/Horde_Crypt/Horde_Crypt-1.0.3.ebuild
new file mode 100644
index 000000000000..9a17d8556d26
--- /dev/null
+++ b/dev-php/Horde_Crypt/Horde_Crypt-1.0.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Crypt/Horde_Crypt-1.0.3.ebuild,v 1.1 2011/06/04 20:03:28 a3li Exp $
+
+EAPI=4
+
+inherit php-pear-r1
+
+KEYWORDS="~amd64"
+SLOT="0"
+DESCRIPTION="Horde Cryptography API"
+LICENSE="LGPL-2"
+HOMEPAGE="http://www.horde.org/"
+SRC_URI="http://pear.horde.org/${P}.tgz"
+
+DEPEND="dev-lang/php[hash,ssl]
+ >=dev-lang/php-5.2.0
+ >=dev-php/PEAR-PEAR-1.7.0
+ =dev-php/Horde_Exception-1*
+ =dev-php/Horde_Mime-1*
+ =dev-php/Horde_Stream_Filter-1*
+ =dev-php/Horde_Translation-1*
+ =dev-php/Horde_Util-1*"
+RDEPEND="${DEPEND}"
diff --git a/dev-php/Horde_Crypt/metadata.xml b/dev-php/Horde_Crypt/metadata.xml
new file mode 100644
index 000000000000..92e07d62e184
--- /dev/null
+++ b/dev-php/Horde_Crypt/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>php</herd>
+ <maintainer>
+ <email>a3li@gentoo.org</email>
+ <name>Alex Legler</name>
+ </maintainer>
+</pkgmetadata>