voyageur 15/01/20 10:02:25 Modified: ChangeLog Added: bfm-0.6.4-r2.ebuild Log: Fix underlinking (merged in patch with other Makefile modifications), bug #369465 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.19 x11-plugins/bfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 10 Aug 2014 20:01:11 -0000 1.18 +++ ChangeLog 20 Jan 2015 10:02:25 -0000 1.19 @@ -1,6 +1,13 @@ # ChangeLog for x11-plugins/bfm -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.18 2014/08/10 20:01:11 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.19 2015/01/20 10:02:25 voyageur Exp $ + +*bfm-0.6.4-r2 (20 Jan 2015) + + 20 Jan 2015; Bernard Cafarelli <[email protected]> +bfm-0.6.4-r2.ebuild, + +files/bfm-0.6.4-makefile.patch: + Fix underlinking (merged in patch with other Makefile modifications), bug + #369465 10 Aug 2014; Sergei Trofimovich <[email protected]> bfm-0.6.4-r1.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 x11-plugins/bfm/bfm-0.6.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r2.ebuild?rev=1.1&content-type=text/plain Index: bfm-0.6.4-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r2.ebuild,v 1.1 2015/01/20 10:02:25 voyageur Exp $ EAPI=5 inherit eutils multilib toolchain-funcs DESCRIPTION="a dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime" HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html" SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="gkrellm" RDEPEND="x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXext" DEPEND="${RDEPEND} virtual/pkgconfig gkrellm? ( >=app-admin/gkrellm-2 )" src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch } src_compile() { emake CC="$(tc-getCC)" GENTOO_LDFLAGS="${LDFLAGS}" use gkrellm && emake gkrellm CC="$(tc-getCC)" } src_install() { dobin bubblefishymon doman doc/*.1 dodoc ChangeLog* README* doc/*.sample if use gkrellm; then insinto /usr/$(get_libdir)/gkrellm2/plugins doins gkrellm-bfm.so fi }
