diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-12-12 10:34:39 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-12-12 10:34:39 +0000 |
commit | 19b5d808f55b42c35128cf35bd421fe762806311 (patch) | |
tree | be782c5b4ae201d39a507d6e22ae4d108dffc406 /net-libs | |
parent | Stable on x86. (diff) | |
download | gentoo-2-19b5d808f55b42c35128cf35bd421fe762806311.tar.gz gentoo-2-19b5d808f55b42c35128cf35bd421fe762806311.tar.bz2 gentoo-2-19b5d808f55b42c35128cf35bd421fe762806311.zip |
0.40 stable on x86. Removed deprecated 0.38 and 0.39.
(Portage version: 2.0.53)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libetpan/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libetpan/files/digest-libetpan-0.38 | 1 | ||||
-rw-r--r-- | net-libs/libetpan/files/digest-libetpan-0.39 | 1 | ||||
-rw-r--r-- | net-libs/libetpan/libetpan-0.38.ebuild | 31 | ||||
-rw-r--r-- | net-libs/libetpan/libetpan-0.39.ebuild | 35 | ||||
-rw-r--r-- | net-libs/libetpan/libetpan-0.40.ebuild | 4 |
6 files changed, 7 insertions, 71 deletions
diff --git a/net-libs/libetpan/ChangeLog b/net-libs/libetpan/ChangeLog index 8c1815333931..86e478189a9f 100644 --- a/net-libs/libetpan/ChangeLog +++ b/net-libs/libetpan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libetpan # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.14 2005/12/02 17:13:01 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.15 2005/12/12 10:34:39 ticho Exp $ + + 12 Dec 2005; Andrej Kacian <ticho@gentoo.org> -libetpan-0.38.ebuild, + -libetpan-0.39.ebuild, libetpan-0.40.ebuild: + 0.40 stable on x86. Removed deprecated 0.38 and 0.39. *libetpan-0.41 (02 Dec 2005) diff --git a/net-libs/libetpan/files/digest-libetpan-0.38 b/net-libs/libetpan/files/digest-libetpan-0.38 deleted file mode 100644 index 511c6de1e6cb..000000000000 --- a/net-libs/libetpan/files/digest-libetpan-0.38 +++ /dev/null @@ -1 +0,0 @@ -MD5 4d31145dee857beca7e283aa03fe9450 libetpan-0.38.tar.gz 1104864 diff --git a/net-libs/libetpan/files/digest-libetpan-0.39 b/net-libs/libetpan/files/digest-libetpan-0.39 deleted file mode 100644 index 0c30626252f0..000000000000 --- a/net-libs/libetpan/files/digest-libetpan-0.39 +++ /dev/null @@ -1 +0,0 @@ -MD5 d4659640999458a816a4e48c15653420 libetpan-0.39.tar.gz 1115262 diff --git a/net-libs/libetpan/libetpan-0.38.ebuild b/net-libs/libetpan/libetpan-0.38.ebuild deleted file mode 100644 index 394f28928e0e..000000000000 --- a/net-libs/libetpan/libetpan-0.38.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.38.ebuild,v 1.4 2005/08/23 15:19:47 ticho Exp $ - -DESCRIPTION="A portable, efficient middleware for different kinds of mail access." -HOMEPAGE="http://libetpan.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="berkdb debug ssl" - -DEPEND="virtual/libc - ssl? ( dev-libs/openssl ) - db? ( sys-libs/db )" - -src_compile() { - local myconf - - econf \ - `use_enable debug` \ - `use_enable berkdb db` \ - `use_with ssl openssl` \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc NEWS TODO ChangeLog -} diff --git a/net-libs/libetpan/libetpan-0.39.ebuild b/net-libs/libetpan/libetpan-0.39.ebuild deleted file mode 100644 index 03b50a78a16f..000000000000 --- a/net-libs/libetpan/libetpan-0.39.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.39.ebuild,v 1.2 2005/10/24 14:41:59 ticho Exp $ - -DESCRIPTION="A portable, efficient middleware for different kinds of mail access." -HOMEPAGE="http://libetpan.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="berkdb debug gnutls sasl ssl" - -DEPEND="virtual/libc - berkdb? ( sys-libs/db ) - gnutls? ( net-libs/gnutls ) - !gnutls? ( ssl? ( dev-libs/openssl ) ) - sasl? ( dev-libs/cyrus-sasl )" - -src_compile() { - local myconf - - econf \ - `use_enable debug` \ - `use_enable berkdb db` \ - `use_with gnutls` \ - `use_with ssl openssl` \ - `use_with sasl` \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc NEWS TODO ChangeLog -} diff --git a/net-libs/libetpan/libetpan-0.40.ebuild b/net-libs/libetpan/libetpan-0.40.ebuild index a2f198b10402..28db19f3a65d 100644 --- a/net-libs/libetpan/libetpan-0.40.ebuild +++ b/net-libs/libetpan/libetpan-0.40.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.40.ebuild,v 1.2 2005/11/29 03:16:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.40.ebuild,v 1.3 2005/12/12 10:34:39 ticho Exp $ DESCRIPTION="A portable, efficient middleware for different kinds of mail access." HOMEPAGE="http://libetpan.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc x86" IUSE="berkdb debug gnutls sasl ssl" DEPEND="virtual/libc |