public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/gnubiff: ChangeLog gnubiff-2.2.15.ebuild
@ 2012-03-05 14:02 Eray Aslan (eras)
  0 siblings, 0 replies; only message in thread
From: Eray Aslan (eras) @ 2012-03-05 14:02 UTC (permalink / raw
  To: gentoo-commits

eras        12/03/05 14:02:31

  Modified:             ChangeLog
  Added:                gnubiff-2.2.15.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 net-mail/gnubiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	16 Jan 2012 17:17:10 -0000	1.38
+++ ChangeLog	5 Mar 2012 14:02:30 -0000	1.39
@@ -1,6 +1,12 @@
 # ChangeLog for net-mail/gnubiff
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.39 2012/03/05 14:02:30 eras Exp $
+
+*gnubiff-2.2.15 (05 Mar 2012)
+
+  05 Mar 2012; Eray Aslan <eras@gentoo.org> +gnubiff-2.2.15.ebuild,
+  +files/gnubiff-2.2.15-fix-nls.patch, +files/gnubiff-2.2.15-gold.patch:
+  version bump
 
 *gnubiff-2.2.13-r3 (16 Jan 2012)
 



1.1                  net-mail/gnubiff/gnubiff-2.2.15.ebuild

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

Index: gnubiff-2.2.15.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.15.ebuild,v 1.1 2012/03/05 14:02:31 eras 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 gnome nls password"

RDEPEND=">=x11-libs/gtk+-3:3
	>=gnome-base/libglade-2.3
	dev-libs/popt
	password? ( dev-libs/openssl )
	fam? ( virtual/fam )
	gnome? ( >=gnome-base/gnome-panel-3.0 )
	x11-proto/xproto
	x11-libs/libX11
	x11-libs/pango
	x11-libs/gdk-pixbuf"
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() {
	# note: --disable-gnome is to avoid deprecated gnome-panel-2.x
	econf \
		$(use_enable debug) \
		$(use_enable 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-03-05 14:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 14:02 [gentoo-commits] gentoo-x86 commit in net-mail/gnubiff: ChangeLog gnubiff-2.2.15.ebuild Eray Aslan (eras)

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