Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/bfm/
Date: Wed, 29 Nov 2017 22:22:00
Message-Id: 1511994103.eca82bb585872a5c9d7c547dd297d7eb5766ffa1.voyageur@gentoo
1 commit: eca82bb585872a5c9d7c547dd297d7eb5766ffa1
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 28 14:10:11 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 22:21:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca82bb5
7
8 x11-plugins/bfm: update homepage and SRC_URI
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 x11-plugins/bfm/Manifest | 2 +-
13 x11-plugins/bfm/bfm-0.6.4-r1.ebuild | 49 -------------------------------------
14 x11-plugins/bfm/bfm-0.6.4-r2.ebuild | 6 ++---
15 3 files changed, 4 insertions(+), 53 deletions(-)
16
17 diff --git a/x11-plugins/bfm/Manifest b/x11-plugins/bfm/Manifest
18 index be6da3dcd7e..ab423d6a5ae 100644
19 --- a/x11-plugins/bfm/Manifest
20 +++ b/x11-plugins/bfm/Manifest
21 @@ -1 +1 @@
22 -DIST bfm-0.6.4.tar.bz2 50634 SHA256 e5afb9eaebb67428c441c1eb0a98e5ad1aae46d2dcfe36567f9151c763ca04f9 SHA512 4255e31d1e04bbcd007be7a616184f97b2fb73711c2070859919666685848d75d5641396f206a6a6d70c656cbf8e97357aed3d663dc6d63ed1e7eb426d13f81c WHIRLPOOL 44b73dfe07d30f83aadd9e919dcdc004e60583e00d28df4b6c202db746b571c34cfb0c854536672338e614c61cc9e789b2adc0877bfd45d975b997a7d60f07f2
23 +DIST bfm-0.6.4.tar.gz 59288 BLAKE2B b70d98a944e2e6daaf694dc90a0f8cebc01afd8e11c46fde614e2b2affbe0e331cc15a308837fe987238182a3b4b631bb0d8f8d7f50b84c8705e113425cec7ec SHA512 1a039ef7448c610d2629b50bcac082e7d70eb755aa43e79e6b0868448f92aea5078548273c5f278fac878433cdcd9492589fb1612108807a4fd2afb0e07612a4
24
25 diff --git a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild
26 deleted file mode 100644
27 index 7c79d636915..00000000000
28 --- a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild
29 +++ /dev/null
30 @@ -1,49 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -inherit multilib toolchain-funcs
36 -
37 -DESCRIPTION="a dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime"
38 -HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html"
39 -SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
44 -IUSE="gkrellm"
45 -
46 -RDEPEND="x11-libs/gtk+:2
47 - x11-libs/libX11
48 - x11-libs/libXext"
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig
51 - gkrellm? ( >=app-admin/gkrellm-2 )"
52 -
53 -src_prepare() {
54 - sed -i \
55 - -e 's:CFLAGS =:CFLAGS +=:' \
56 - -e 's:LDFLAGS =:LDFLAGS +=:' \
57 - -e 's:strip:true:' \
58 - -e 's:$(CFLAGS) -o $(BUBBLEFISHYMON):$(CFLAGS) $(SRCS) -o $(BUBBLEFISHYMON):' \
59 - -e 's:$(LIBS) $(GTK2_LIBS) $(SRCS):$(LIBS) $(GTK2_LIBS):' \
60 - -e 's:-o $(BUBBLEFISHYMON):$(GENTOO_LDFLAGS) -o $(BUBBLEFISHYMON):' \
61 - Makefile || die
62 -}
63 -
64 -src_compile() {
65 - emake CC="$(tc-getCC)" GENTOO_LDFLAGS="${LDFLAGS}"
66 - use gkrellm && emake gkrellm CC="$(tc-getCC)"
67 -}
68 -
69 -src_install() {
70 - dobin bubblefishymon
71 -
72 - doman doc/*.1
73 - dodoc ChangeLog* README* doc/*.sample
74 -
75 - if use gkrellm; then
76 - insinto /usr/$(get_libdir)/gkrellm2/plugins
77 - doins gkrellm-bfm.so
78 - fi
79 -}
80
81 diff --git a/x11-plugins/bfm/bfm-0.6.4-r2.ebuild b/x11-plugins/bfm/bfm-0.6.4-r2.ebuild
82 index 0c803374a22..21af78bf45a 100644
83 --- a/x11-plugins/bfm/bfm-0.6.4-r2.ebuild
84 +++ b/x11-plugins/bfm/bfm-0.6.4-r2.ebuild
85 @@ -1,12 +1,12 @@
86 -# Copyright 1999-2015 Gentoo Foundation
87 +# Copyright 1999-2017 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89
90 EAPI=5
91 inherit eutils multilib toolchain-funcs
92
93 DESCRIPTION="a dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime"
94 -HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html"
95 -SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2"
96 +HOMEPAGE="https://github.com/JNRowe-retired/bfm"
97 +SRC_URI="https://github.com/JNRowe-retired/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
98
99 LICENSE="GPL-2"
100 SLOT="0"