public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in mail-client/cone: ChangeLog cone-0.85.20110124.ebuild
@ 2011-02-28  2:38 99% Tim Harder (radhermit)
  0 siblings, 0 replies; 1+ results
From: Tim Harder (radhermit) @ 2011-02-28  2:38 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/02/28 02:38:34

  Modified:             ChangeLog
  Added:                cone-0.85.20110124.ebuild
  Log:
  Version bump to the latest development release. Update to EAPI 4.
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 mail-client/cone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/cone/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/cone/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/cone/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	28 Feb 2011 01:24:53 -0000	1.35
+++ ChangeLog	28 Feb 2011 02:38:34 -0000	1.36
@@ -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.35 2011/02/28 01:24:53 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.36 2011/02/28 02:38:34 radhermit Exp $
+
+*cone-0.85.20110124 (28 Feb 2011)
+
+  28 Feb 2011; Tim Harder <radhermit@gentoo.org> +cone-0.85.20110124.ebuild,
+  +files/cone-0.85.20110124-skip-rfc2045-test.patch:
+  Version bump to the latest development release. Update to EAPI 4.
 
   28 Feb 2011; Tim Harder <radhermit@gentoo.org> -cone-0.79.ebuild,
   -files/cone-0.79-gcc45.patch:



1.1                  mail-client/cone/cone-0.85.20110124.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/cone/cone-0.85.20110124.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/cone/cone-0.85.20110124.ebuild?rev=1.1&content-type=text/plain

Index: cone-0.85.20110124.ebuild
===================================================================
# 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.1 2011/02/28 02:38:34 radhermit Exp $

EAPI=4

inherit eutils autotools

DESCRIPTION="CONE: COnsole News reader and Emailer"
HOMEPAGE="http://www.courier-mta.org/cone/"
SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="crypt fam gnutls idn ipv6 ldap spell"

RDEPEND=">=dev-libs/openssl-0.9.6
	dev-libs/libxml2
	sys-libs/ncurses
	crypt? ( >=app-crypt/gnupg-1.0.4 )
	fam? ( virtual/fam )
	gnutls? ( net-libs/gnutls )
	idn? ( net-dns/libidn )
	ipv6? ( net-dns/libidn )
	ldap? ( net-nds/openldap )
	spell? ( virtual/aspell-dict )"
DEPEND="${RDEPEND}
	dev-lang/perl"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-0.84.20100819-aspell-automagic.patch
	epatch "${FILESDIR}"/${P}-skip-rfc2045-test.patch

	cd "${S}"/cone
	LIBTOOLIZE="true" eautoreconf

	cd "${S}"/rfc2045
	eautomake
}

src_configure() {
	local myconf
	if use spell ; then
	   myconf="--with-spellcheck=aspell"
	else
	   myconf="--with-spellcheck=none"
	fi

	econf \
		${myconf} \
		$(use_with ldap ldapaddressbook) \
		$(use_with gnutls) \
		$(use_with idn libidn) \
		$(use_with ipv6)
}

src_install() {
	default_src_install
	emake DESTDIR="${D}" install-configure
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-02-28  2:38 99% [gentoo-commits] gentoo-x86 commit in mail-client/cone: ChangeLog cone-0.85.20110124.ebuild Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox