summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-02-25 18:45:22 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-02-25 18:45:22 +0000
commit14f8911949f0273ae404156301eb2f6397f0507d (patch)
treefe95b163f39a984c5d3c1f5a6dff080171149f60 /net-libs
parentStable on x86. (diff)
downloadgentoo-2-14f8911949f0273ae404156301eb2f6397f0507d.tar.gz
gentoo-2-14f8911949f0273ae404156301eb2f6397f0507d.tar.bz2
gentoo-2-14f8911949f0273ae404156301eb2f6397f0507d.zip
Stable on x86. Removed old ebuilds.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libetpan/ChangeLog6
-rw-r--r--net-libs/libetpan/files/digest-libetpan-0.401
-rw-r--r--net-libs/libetpan/files/digest-libetpan-0.411
-rw-r--r--net-libs/libetpan/libetpan-0.40.ebuild35
-rw-r--r--net-libs/libetpan/libetpan-0.41.ebuild35
-rw-r--r--net-libs/libetpan/libetpan-0.42.ebuild4
6 files changed, 7 insertions, 75 deletions
diff --git a/net-libs/libetpan/ChangeLog b/net-libs/libetpan/ChangeLog
index 9ff3eddb0a7b..d07d05c90a5b 100644
--- a/net-libs/libetpan/ChangeLog
+++ b/net-libs/libetpan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libetpan
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.17 2006/01/17 20:28:58 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.18 2006/02/25 18:45:22 ticho Exp $
+
+ 25 Feb 2006; Andrej Kacian <ticho@gentoo.org> -libetpan-0.40.ebuild,
+ -libetpan-0.41.ebuild, libetpan-0.42.ebuild:
+ Stable on x86. Removed old ebuilds.
17 Jan 2006; Marius Mauch <genone@gentoo.org> libetpan-0.42.ebuild:
Added warning to run revdep-rebuild.
diff --git a/net-libs/libetpan/files/digest-libetpan-0.40 b/net-libs/libetpan/files/digest-libetpan-0.40
deleted file mode 100644
index dc8ec61fb325..000000000000
--- a/net-libs/libetpan/files/digest-libetpan-0.40
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d204c1c222408d24b073dbaaf8ab3920 libetpan-0.40.tar.gz 1276451
diff --git a/net-libs/libetpan/files/digest-libetpan-0.41 b/net-libs/libetpan/files/digest-libetpan-0.41
deleted file mode 100644
index 5bd948dcc843..000000000000
--- a/net-libs/libetpan/files/digest-libetpan-0.41
+++ /dev/null
@@ -1 +0,0 @@
-MD5 62fd85dc7d38f7586073b469278ee58e libetpan-0.41.tar.gz 1130264
diff --git a/net-libs/libetpan/libetpan-0.40.ebuild b/net-libs/libetpan/libetpan-0.40.ebuild
deleted file mode 100644
index 28db19f3a65d..000000000000
--- a/net-libs/libetpan/libetpan-0.40.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.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"
-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.41.ebuild b/net-libs/libetpan/libetpan-0.41.ebuild
deleted file mode 100644
index f24d0c0cc97d..000000000000
--- a/net-libs/libetpan/libetpan-0.41.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.41.ebuild,v 1.2 2006/01/09 06:56:26 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"
-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.42.ebuild b/net-libs/libetpan/libetpan-0.42.ebuild
index 4f12bbfed40f..04055733c1fb 100644
--- a/net-libs/libetpan/libetpan-0.42.ebuild
+++ b/net-libs/libetpan/libetpan-0.42.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.42.ebuild,v 1.2 2006/01/17 20:28:58 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.42.ebuild,v 1.3 2006/02/25 18:45:22 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