jlec 15/03/24 19:50:24 Modified: gkrellstock-0.5-r1.ebuild ChangeLog Added: gkrellstock-0.5.1.ebuild Log: Version Bump, #399619 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.3 x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?r1=1.2&r2=1.3 Index: gkrellstock-0.5-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gkrellstock-0.5-r1.ebuild 24 Mar 2015 19:42:04 -0000 1.2 +++ gkrellstock-0.5-r1.ebuild 24 Mar 2015 19:50:24 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v 1.2 2015/03/24 19:42:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v 1.3 2015/03/24 19:50:24 jlec Exp $ EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="Get Stock quotes plugin for Gkrellm2" HOMEPAGE="http://gkrellstock.sourceforge.net/" -SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz" +SRC_URI="mirror://sourceforge/project/${PN}/GkrellM2.0%20Port/${PV}/${P}.tar.gz" SLOT="2" LICENSE="GPL-2" @@ -20,7 +20,8 @@ x11-libs/gtk+:2 dev-perl/libwww-perl dev-perl/Finance-Quote" -DEPEND="virtual/pkgconfig" +DEPEND="${DEPEND} + virtual/pkgconfig" S=${WORKDIR}/${P/s/S} 1.17 x11-plugins/gkrellstock/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 24 Mar 2015 19:42:04 -0000 1.16 +++ ChangeLog 24 Mar 2015 19:50:24 -0000 1.17 @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/gkrellstock # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.16 2015/03/24 19:42:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.17 2015/03/24 19:50:24 jlec Exp $ + +*gkrellstock-0.5.1 (24 Mar 2015) + + 24 Mar 2015; Justin Lecher <[email protected]> +gkrellstock-0.5.1.ebuild, + gkrellstock-0.5-r1.ebuild: + Version Bump, #399619 24 Mar 2015; Justin Lecher <[email protected]> +files/gkrellstock-0.5-ldflags.patch, gkrellstock-0.5-r1.ebuild: 1.1 x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild?rev=1.1&content-type=text/plain Index: gkrellstock-0.5.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild,v 1.1 2015/03/24 19:50:24 jlec Exp $ EAPI=5 inherit flag-o-matic gkrellm-plugin toolchain-funcs DESCRIPTION="Get Stock quotes plugin for Gkrellm2" HOMEPAGE="http://gkrellstock.sourceforge.net/" SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz" SLOT="2" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=" dev-libs/glib:2 x11-libs/gtk+:2 dev-perl/libwww-perl dev-perl/Finance-Quote" DEPEND="${DEPEND} virtual/pkgconfig" S=${WORKDIR}/${P/s/S} src_prepare() { epatch "${FILESDIR}"/${PN}-0.5-ldflags.patch append-cppflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0) append-flags -fPIC } src_compile() { emake CC=$(tc-getCC) } src_install () { gkrellm-plugin_src_install dobin GetQuote2 }
