commit: 4addc8a2fd1d53a91720c95da831bbba97bd35be Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Jul 26 11:06:40 2017 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Jul 26 11:34:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4addc8a2
x11-plugins/gkrellstock: Drop old Package-Manager: Portage-2.3.6, Repoman-2.3.2 x11-plugins/gkrellstock/Manifest | 1 - x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild | 41 ----------------------- x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild | 41 ----------------------- 3 files changed, 83 deletions(-) diff --git a/x11-plugins/gkrellstock/Manifest b/x11-plugins/gkrellstock/Manifest index 173697e8ba7..cf01ce2a33f 100644 --- a/x11-plugins/gkrellstock/Manifest +++ b/x11-plugins/gkrellstock/Manifest @@ -1,2 +1 @@ DIST gkrellstock-0.5.1.tar.gz 22385 SHA256 56711b5b19cb747dfc5fbb99c00a542a9df55959f88c9664edc2df3829115f61 SHA512 040e6271a0b0ca3f7be52cc64076a8d1b538fc7607a9ae54acf1c9dc176b094c1483b10c1813a929dcf47dff4fee8c18b7ca58472343c83edfa58a32edc7776c WHIRLPOOL 7ec087847de4c600110857fa4aea8f91a92f51e2ad0c88e8bd22741235a9247c68c72e454d385dcca104c56429f8c8e455bcb398f54ad57cc6a0270f7dfd7bf9 -DIST gkrellstock-0.5.tar.gz 22332 SHA256 1eb3ff7bf6fa8161f8b6cd8f99e3e5871fabd29866aad89ed3e2b7c2198f9e2a SHA512 8081bb1be1c640cd9853083fd22f931ffe6dbca359d86242df50e9684d2e856fd147692a716f7df4f4d496bc17e38988a40e7f547832dfaf61c2ed17d0b90b3d WHIRLPOOL 57b02ba1658fd5b587f703210cfda4364056d2336e695c107a45a258885bce8d8fe81f52b0603d1d25f0deea42a2431b4dbad6f3f5526e3474b858e145405a69 diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild deleted file mode 100644 index 487c03f787e..00000000000 --- a/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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/project/${PN}/GkrellM2.0%20Port/${PV}/${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}"/${P}-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 -} diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild deleted file mode 100644 index f333006349d..00000000000 --- a/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -}