* [gentoo-commits] gentoo-x86 commit in net-mail/gnubiff: ChangeLog gnubiff-2.2.13-r3.ebuild
@ 2012-01-16 17:17 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-01-16 17:17 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/01/16 17:17:11
Modified: ChangeLog
Added: gnubiff-2.2.13-r3.ebuild
Log:
Remove USE="gnome" and always pass --disable-gnome to avoid pulling in deprecated version of gnome-panel.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.38 net-mail/gnubiff/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 4 Dec 2011 19:18:38 -0000 1.37
+++ ChangeLog 16 Jan 2012 17:17:10 -0000 1.38
@@ -1,6 +1,13 @@
# ChangeLog for net-mail/gnubiff
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.37 2011/12/04 19:18:38 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.38 2012/01/16 17:17:10 ssuominen Exp $
+
+*gnubiff-2.2.13-r3 (16 Jan 2012)
+
+ 16 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+ +gnubiff-2.2.13-r3.ebuild:
+ Remove USE="gnome" and always pass --disable-gnome to avoid pulling in
+ deprecated version of gnome-panel.
04 Dec 2011; Tim Harder <radhermit@gentoo.org> -gnubiff-2.2.13-r1.ebuild:
Remove old.
1.1 net-mail/gnubiff/gnubiff-2.2.13-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.13-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.13-r3.ebuild?rev=1.1&content-type=text/plain
Index: gnubiff-2.2.13-r3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.13-r3.ebuild,v 1.1 2012/01/16 17:17:10 ssuominen Exp $
EAPI=4
inherit autotools eutils
DESCRIPTION="A mail notification program"
HOMEPAGE="http://gnubiff.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug fam nls password"
RDEPEND=">=x11-libs/gtk+-2.6:2
>=gnome-base/libglade-2.3
dev-libs/popt
password? ( dev-libs/openssl:0 )
fam? ( virtual/fam )
x11-proto/xproto"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-fix-nls.patch \
"${FILESDIR}"/${P}-gold.patch
eautoreconf
}
src_configure() {
econf \
$(use_enable debug) \
--disable-gnome \
$(use_enable nls) \
$(use_enable fam) \
$(use_with password) \
$(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM})
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-16 17:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16 17:17 [gentoo-commits] gentoo-x86 commit in net-mail/gnubiff: ChangeLog gnubiff-2.2.13-r3.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox