summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-09-08 07:57:32 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-09-08 07:57:32 +0000
commit61e657247a277ffa9f6b0da20847aefef7743301 (patch)
treeb8ca0102e30b797794a146494cdafd53ff9eff59 /dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.6-r1.ebuild
parentUse new PEAR eclass. (diff)
downloadgentoo-2-61e657247a277ffa9f6b0da20847aefef7743301.tar.gz
gentoo-2-61e657247a277ffa9f6b0da20847aefef7743301.tar.bz2
gentoo-2-61e657247a277ffa9f6b0da20847aefef7743301.zip
Use new PEAR eclass.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.6-r1.ebuild')
-rw-r--r--dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.6-r1.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.6-r1.ebuild b/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.6-r1.ebuild
new file mode 100644
index 000000000000..83e754ddd4d1
--- /dev/null
+++ b/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.6-r1.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-Net_POP3/PEAR-Net_POP3-1.3.6-r1.ebuild,v 1.1 2005/09/08 07:56:51 sebastian Exp $
+
+inherit php-pear-r1
+
+DESCRIPTION="Provides a POP3 class to access POP3 server."
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+RDEPEND="dev-php/PEAR-Net_Socket"