voyageur 14/11/12 15:45:17 Modified: ChangeLog Added: wmbiff-0.4.28.ebuild Log: Version bump with new homepage, also fixes bug #514220 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.39 x11-plugins/wmbiff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 12 Aug 2014 00:08:20 -0000 1.38 +++ ChangeLog 12 Nov 2014 15:45:17 -0000 1.39 @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/wmbiff # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.38 2014/08/12 00:08:20 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.39 2014/11/12 15:45:17 voyageur Exp $ + +*wmbiff-0.4.28 (12 Nov 2014) + + 12 Nov 2014; Bernard Cafarelli <[email protected]> +wmbiff-0.4.28.ebuild: + Version bump with new homepage, also fixes bug #514220 12 Aug 2014; Anthony G. Basile <[email protected]> wmbiff-0.4.27-r1.ebuild: Stable on ppc, bug #506914 1.1 x11-plugins/wmbiff/wmbiff-0.4.28.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild?rev=1.1&content-type=text/plain Index: wmbiff-0.4.28.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v 1.1 2014/11/12 15:45:17 voyageur Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes" HOMEPAGE="http://windowmaker.org/dockapps/?name=wmbiff" # Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="crypt" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXpm crypt? ( >=dev-libs/libgcrypt-1.2.1:0 >=net-libs/gnutls-2.2.0 )" DEPEND="${RDEPEND} virtual/pkgconfig x11-proto/xextproto x11-proto/xproto" S=${WORKDIR}/dockapps DOCS="ChangeLog FAQ NEWS README TODO wmbiff/sample.wmbiffrc" src_prepare() { epatch "${FILESDIR}"/${PN}-0.4.27-invalid-strncpy.patch eautoreconf } src_configure() { econf $(use_enable crypt crypto) }
