summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-01-09 07:03:17 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-01-09 07:03:17 +0000
commit5173e83b18d330a58cf3ca717812b9e1939eed1f (patch)
tree9cc399a3d2bd5ab783444315c99deccd0c3b891c /mail-client/etpan-ng
parentVersion bump. 0.41 stable on x86. (diff)
downloadgentoo-2-5173e83b18d330a58cf3ca717812b9e1939eed1f.tar.gz
gentoo-2-5173e83b18d330a58cf3ca717812b9e1939eed1f.tar.bz2
gentoo-2-5173e83b18d330a58cf3ca717812b9e1939eed1f.zip
Version bump.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'mail-client/etpan-ng')
-rw-r--r--mail-client/etpan-ng/ChangeLog9
-rw-r--r--mail-client/etpan-ng/Manifest14
-rw-r--r--mail-client/etpan-ng/etpan-ng-0.7.ebuild29
-rw-r--r--mail-client/etpan-ng/files/digest-etpan-ng-0.71
4 files changed, 40 insertions, 13 deletions
diff --git a/mail-client/etpan-ng/ChangeLog b/mail-client/etpan-ng/ChangeLog
index 0cabd0ec65fd..f2c462e68ff6 100644
--- a/mail-client/etpan-ng/ChangeLog
+++ b/mail-client/etpan-ng/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/etpan-ng
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/ChangeLog,v 1.2 2005/08/23 15:21:33 ticho Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/ChangeLog,v 1.3 2006/01/09 07:03:17 ticho Exp $
+
+*etpan-ng-0.7 (09 Jan 2006)
+
+ 09 Jan 2006; Andrej Kacian <ticho@gentoo.org> +etpan-ng-0.7.ebuild:
+ Version bump.
23 Aug 2005; Andrej Kacian <ticho@gentoo.org> etpan-ng-0.6.1.ebuild:
Stable on x86.
diff --git a/mail-client/etpan-ng/Manifest b/mail-client/etpan-ng/Manifest
index 0e97b4b092fe..e6100ccd46cf 100644
--- a/mail-client/etpan-ng/Manifest
+++ b/mail-client/etpan-ng/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 798aad06e5d5b40ef677cce21a7361ba ChangeLog 440
-MD5 0a9d3ca5456904229c60e35e4452132a metadata.xml 254
MD5 ce865a54d5f65ecfdb12f24d3270ca1b etpan-ng-0.6.1.ebuild 817
+MD5 e9ff2d977696b808a9d47ef96c7eab18 etpan-ng-0.7.ebuild 715
MD5 9434b4b4de90f5012f93db2e03e304ee files/digest-etpan-ng-0.6.1 66
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDCz8YQlM6RnzZP+IRAu3rAJ4w5RH/RC2KYde4429eptwGycu9SwCfUIyY
-6O6vIC0Gv+1k67N2p3jCMk4=
-=oHQN
------END PGP SIGNATURE-----
+MD5 fe51a32187705d3ce52cf5338e9671a3 files/digest-etpan-ng-0.7 64
+MD5 0a9d3ca5456904229c60e35e4452132a metadata.xml 254
diff --git a/mail-client/etpan-ng/etpan-ng-0.7.ebuild b/mail-client/etpan-ng/etpan-ng-0.7.ebuild
new file mode 100644
index 000000000000..92396aa5244c
--- /dev/null
+++ b/mail-client/etpan-ng/etpan-ng-0.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.ebuild,v 1.1 2006/01/09 07:03:17 ticho Exp $
+
+DESCRIPTION="etPan is a console mail client that is based on libEtPan!"
+HOMEPAGE="http://libetpan.sourceforge.net/etpan/"
+SRC_URI="mirror://sourceforge/libetpan/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="debug ldap"
+
+DEPEND=">=net-libs/libetpan-0.35
+ sys-libs/ncurses
+ ldap? ( net-nds/openldap )"
+
+src_compile() {
+ sed -i -e "s:@bindir@:${D}/@bindir@:" src/Makefile.in
+
+ econf \
+ `use_enable debug` \
+ || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc Changelog NEWS README TODO contrib/etpan-make-vtree.pl doc/*
+}
diff --git a/mail-client/etpan-ng/files/digest-etpan-ng-0.7 b/mail-client/etpan-ng/files/digest-etpan-ng-0.7
new file mode 100644
index 000000000000..5bc6fefd7d9c
--- /dev/null
+++ b/mail-client/etpan-ng/files/digest-etpan-ng-0.7
@@ -0,0 +1 @@
+MD5 711a78705d8d333f0f24460a8e675b98 etpan-ng-0.7.tar.gz 366881