pacho 14/06/22 16:08:25 Modified: ChangeLog Added: gnubiff-2.2.15-r2.ebuild Log: Looks like, for some reason, panel wasn't finally disabled (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.47 net-mail/gnubiff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 17 Jun 2014 08:45:12 -0000 1.46 +++ ChangeLog 22 Jun 2014 16:08:25 -0000 1.47 @@ -1,6 +1,11 @@ # ChangeLog for net-mail/gnubiff # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.46 2014/06/17 08:45:12 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.47 2014/06/22 16:08:25 pacho Exp $ + +*gnubiff-2.2.15-r2 (22 Jun 2014) + + 22 Jun 2014; Pacho Ramos <pa...@gentoo.org> +gnubiff-2.2.15-r2.ebuild: + Looks like, for some reason, panel wasn't finally disabled 17 Jun 2014; Pacho Ramos <pa...@gentoo.org> gnubiff-2.2.15-r1.ebuild: amd64 stable, bug #510664 1.1 net-mail/gnubiff/gnubiff-2.2.15-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.15-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.15-r2.ebuild?rev=1.1&content-type=text/plain Index: gnubiff-2.2.15-r2.ebuild =================================================================== # Copyright 1999-2014 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-r2.ebuild,v 1.1 2014/06/22 16:08:25 pacho Exp $ EAPI=5 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+-3:3 >=gnome-base/libglade-2.3 dev-libs/popt password? ( dev-libs/openssl ) fam? ( virtual/fam ) x11-proto/xproto x11-libs/libX11 x11-libs/pango x11-libs/gdk-pixbuf " DEPEND="${RDEPEND} virtual/pkgconfig " DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" src_prepare() { epatch \ "${FILESDIR}"/${P}-fix-nls.patch \ "${FILESDIR}"/${P}-gold.patch \ "${FILESDIR}"/${P}-underlink.patch eautoreconf } src_configure() { # note: --disable-gnome is to avoid deprecated gnome-panel-2.x econf \ --disable-gnome \ $(use_enable debug) \ $(use_enable nls) \ $(use_enable fam) \ $(use_with password) \ $(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM}) }