summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/cone/ChangeLog8
-rw-r--r--mail-client/cone/cone-0.89.ebuild (renamed from mail-client/cone/cone-0.85.20110124.ebuild)8
-rw-r--r--mail-client/cone/files/cone-0.85.20110124-skip-rfc2045-test.patch12
3 files changed, 11 insertions, 17 deletions
diff --git a/mail-client/cone/ChangeLog b/mail-client/cone/ChangeLog
index 27f43fbcf750..dcaedb64ec03 100644
--- a/mail-client/cone/ChangeLog
+++ b/mail-client/cone/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/cone
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.38 2011/04/19 19:09:33 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.39 2011/05/24 22:56:47 radhermit Exp $
+
+*cone-0.89 (24 May 2011)
+
+ 24 May 2011; Tim Harder <radhermit@gentoo.org> -cone-0.85.20110124.ebuild,
+ -files/cone-0.85.20110124-skip-rfc2045-test.patch, +cone-0.89.ebuild:
+ Version bump and remove old.
*cone-0.86 (19 Apr 2011)
diff --git a/mail-client/cone/cone-0.85.20110124.ebuild b/mail-client/cone/cone-0.89.ebuild
index 7bcfb79bccc6..21635ab12fc4 100644
--- a/mail-client/cone/cone-0.85.20110124.ebuild
+++ b/mail-client/cone/cone-0.89.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/cone-0.85.20110124.ebuild,v 1.2 2011/04/16 11:11:27 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/cone-0.89.ebuild,v 1.1 2011/05/24 22:56:47 radhermit Exp $
EAPI=4
@@ -29,8 +29,8 @@ DEPEND="${RDEPEND}
dev-lang/perl"
src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.84.20100819-aspell-automagic.patch
- epatch "${FILESDIR}"/${P}-skip-rfc2045-test.patch
+ epatch "${FILESDIR}"/${PN}-0.84.20100819-aspell-automagic.patch \
+ "${FILESDIR}"/${PN}-0.86-skip-rfc2045-test.patch
cd "${S}"/cone
LIBTOOLIZE="true" eautoreconf
@@ -56,6 +56,6 @@ src_configure() {
}
src_install() {
- default_src_install
+ default
emake DESTDIR="${D}" install-configure
}
diff --git a/mail-client/cone/files/cone-0.85.20110124-skip-rfc2045-test.patch b/mail-client/cone/files/cone-0.85.20110124-skip-rfc2045-test.patch
deleted file mode 100644
index 57dbcb98b3a3..000000000000
--- a/mail-client/cone/files/cone-0.85.20110124-skip-rfc2045-test.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- cone-0.85.20110124/rfc2045/Makefile.am.orig
-+++ cone-0.85.20110124/rfc2045/Makefile.am
-@@ -76,6 +76,6 @@
- TESTSUITE=testsuite.txt.noidn
- endif
-
--check-am:
-- @SHELL@ $(srcdir)/testsuite | cmp -s - $(srcdir)/$(TESTSUITE)
-- @SHELL@ $(srcdir)/testsuitemm | cmp -s - $(srcdir)/testsuitemm.txt
-+#check-am:
-+# @SHELL@ $(srcdir)/testsuite | cmp -s - $(srcdir)/$(TESTSUITE)
-+# @SHELL@ $(srcdir)/testsuitemm | cmp -s - $(srcdir)/testsuitemm.txt