diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-01-27 19:22:14 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-01-27 19:22:14 +0000 |
commit | 6aadc4c59e1c7e8e5a017428145754568062d359 (patch) | |
tree | 6094b1c91e7560575009d9862bfc500e413768de /dev-php | |
parent | changed install directory (diff) | |
download | gentoo-2-6aadc4c59e1c7e8e5a017428145754568062d359.tar.gz gentoo-2-6aadc4c59e1c7e8e5a017428145754568062d359.tar.bz2 gentoo-2-6aadc4c59e1c7e8e5a017428145754568062d359.zip |
new package. masked
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_Sieve/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-0.8.1.ebuild | 20 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Sieve/files/digest-PEAR-Net_Sieve-0.8.1 | 1 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_Sieve/ChangeLog b/dev-php/PEAR-Net_Sieve/ChangeLog new file mode 100644 index 000000000000..dedf17af5664 --- /dev/null +++ b/dev-php/PEAR-Net_Sieve/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-php/PEAR-Net_Sieve +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.1 2003/01/27 19:22:14 rphillips Exp $ + +*PEAR-Net_Sieve-0.8.1 (27 Jan 2003) + + 27 Jan 2003; Ryan Phillips <rpillips@gentoo.org> PEAR-Net_Socket-1.0.1.ebuild : + New package + diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-0.8.1.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-0.8.1.ebuild new file mode 100644 index 000000000000..1e24c8fa40b2 --- /dev/null +++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-0.8.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-0.8.1.ebuild,v 1.1 2003/01/27 19:22:14 rphillips Exp $ + +P=${PN/PEAR-//}-${PV} +DESCRIPTION="Provides an API to talk to the timsieved server that comes with Cyrus IMAPd. Can be used to install, remove, mark active etc sieve scripts." +HOMEPAGE="http://pear.php.net/package-info.php?pacid=71" +SRC_URI="http://pear.php.net/get/${P}.tgz" +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +DEPEND="virtual/php" +RDEPEND="${DEPEND}" +S=${WORKDIR}/${P} + +src_install () { + insinto /usr/lib/php/Net + doins Sieve.php +} + diff --git a/dev-php/PEAR-Net_Sieve/files/digest-PEAR-Net_Sieve-0.8.1 b/dev-php/PEAR-Net_Sieve/files/digest-PEAR-Net_Sieve-0.8.1 new file mode 100644 index 000000000000..58ea31242a28 --- /dev/null +++ b/dev-php/PEAR-Net_Sieve/files/digest-PEAR-Net_Sieve-0.8.1 @@ -0,0 +1 @@ +MD5 bc43d7a9f00ba2e2b2cfbb7c02ce6488 Net_Sieve-0.8.1.tgz 4315 |