diff options
author | Alex Legler <a3li@gentoo.org> | 2011-06-04 19:00:09 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2011-06-04 19:00:09 +0000 |
commit | a135b02c348a0909e1c3fdd09d525b4ffccfa0f9 (patch) | |
tree | 68f2d445ddfb628840026dd3b2750b812ecb3ee8 /dev-php/PEAR-Net_DNS2 | |
parent | sign manifest (diff) | |
download | gentoo-2-a135b02c348a0909e1c3fdd09d525b4ffccfa0f9.tar.gz gentoo-2-a135b02c348a0909e1c3fdd09d525b4ffccfa0f9.tar.bz2 gentoo-2-a135b02c348a0909e1c3fdd09d525b4ffccfa0f9.zip |
Initial commit, dependency of www-apps/horde-4.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_DNS2')
-rw-r--r-- | dev-php/PEAR-Net_DNS2/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.1.2.ebuild | 11 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNS2/metadata.xml | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_DNS2/ChangeLog b/dev-php/PEAR-Net_DNS2/ChangeLog new file mode 100644 index 000000000000..57d453399278 --- /dev/null +++ b/dev-php/PEAR-Net_DNS2/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-Net_DNS2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS2/ChangeLog,v 1.1 2011/06/04 19:00:09 a3li Exp $ + +*PEAR-Net_DNS2-1.1.2 (04 Jun 2011) + + 04 Jun 2011; Alex Legler <a3li@gentoo.org> +PEAR-Net_DNS2-1.1.2.ebuild, + +metadata.xml: + Initial commit, dependency of www-apps/horde-4. + diff --git a/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.1.2.ebuild b/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.1.2.ebuild new file mode 100644 index 000000000000..22f81b019c1e --- /dev/null +++ b/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.1.2.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.1.2.ebuild,v 1.1 2011/06/04 19:00:09 a3li Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Object-oriented PHP5 resolver library used to communicate with a DNS server." +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-php/PEAR-Net_DNS2/metadata.xml b/dev-php/PEAR-Net_DNS2/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-Net_DNS2/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> |