From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/
Date: Wed, 26 Jul 2017 11:34:54 +0000 (UTC) [thread overview]
Message-ID: <1501068878.4addc8a2fd1d53a91720c95da831bbba97bd35be.pacho@gentoo> (raw)
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
-}
next reply other threads:[~2017-07-26 11:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-26 11:34 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-26 11:34 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/ Pacho Ramos
2017-07-26 11:34 Pacho Ramos
2022-03-20 0:16 Sam James
2022-12-18 18:50 Arthur Zamarin
2022-12-19 0:58 Sam James
2022-12-21 22:47 Sam James
2023-02-03 11:08 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1501068878.4addc8a2fd1d53a91720c95da831bbba97bd35be.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox