diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-28 15:10:11 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-29 23:21:43 +0100 |
commit | eca82bb585872a5c9d7c547dd297d7eb5766ffa1 (patch) | |
tree | 874a1fa1ac83e484b4c54997a24db380b36d14c0 /x11-plugins/bfm | |
parent | x11-plugins/wmfortune: update homepage and SRC_URI (diff) | |
download | gentoo-eca82bb585872a5c9d7c547dd297d7eb5766ffa1.tar.gz gentoo-eca82bb585872a5c9d7c547dd297d7eb5766ffa1.tar.bz2 gentoo-eca82bb585872a5c9d7c547dd297d7eb5766ffa1.zip |
x11-plugins/bfm: update homepage and SRC_URI
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/bfm')
-rw-r--r-- | x11-plugins/bfm/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/bfm/bfm-0.6.4-r1.ebuild | 49 | ||||
-rw-r--r-- | x11-plugins/bfm/bfm-0.6.4-r2.ebuild | 6 |
3 files changed, 4 insertions, 53 deletions
diff --git a/x11-plugins/bfm/Manifest b/x11-plugins/bfm/Manifest index be6da3dcd7e0..ab423d6a5ae5 100644 --- a/x11-plugins/bfm/Manifest +++ b/x11-plugins/bfm/Manifest @@ -1 +1 @@ -DIST bfm-0.6.4.tar.bz2 50634 SHA256 e5afb9eaebb67428c441c1eb0a98e5ad1aae46d2dcfe36567f9151c763ca04f9 SHA512 4255e31d1e04bbcd007be7a616184f97b2fb73711c2070859919666685848d75d5641396f206a6a6d70c656cbf8e97357aed3d663dc6d63ed1e7eb426d13f81c WHIRLPOOL 44b73dfe07d30f83aadd9e919dcdc004e60583e00d28df4b6c202db746b571c34cfb0c854536672338e614c61cc9e789b2adc0877bfd45d975b997a7d60f07f2 +DIST bfm-0.6.4.tar.gz 59288 BLAKE2B b70d98a944e2e6daaf694dc90a0f8cebc01afd8e11c46fde614e2b2affbe0e331cc15a308837fe987238182a3b4b631bb0d8f8d7f50b84c8705e113425cec7ec SHA512 1a039ef7448c610d2629b50bcac082e7d70eb755aa43e79e6b0868448f92aea5078548273c5f278fac878433cdcd9492589fb1612108807a4fd2afb0e07612a4 diff --git a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild deleted file mode 100644 index 7c79d6369157..000000000000 --- a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit 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() { - sed -i \ - -e 's:CFLAGS =:CFLAGS +=:' \ - -e 's:LDFLAGS =:LDFLAGS +=:' \ - -e 's:strip:true:' \ - -e 's:$(CFLAGS) -o $(BUBBLEFISHYMON):$(CFLAGS) $(SRCS) -o $(BUBBLEFISHYMON):' \ - -e 's:$(LIBS) $(GTK2_LIBS) $(SRCS):$(LIBS) $(GTK2_LIBS):' \ - -e 's:-o $(BUBBLEFISHYMON):$(GENTOO_LDFLAGS) -o $(BUBBLEFISHYMON):' \ - Makefile || die -} - -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 -} diff --git a/x11-plugins/bfm/bfm-0.6.4-r2.ebuild b/x11-plugins/bfm/bfm-0.6.4-r2.ebuild index 0c803374a220..21af78bf45a4 100644 --- a/x11-plugins/bfm/bfm-0.6.4-r2.ebuild +++ b/x11-plugins/bfm/bfm-0.6.4-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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" +HOMEPAGE="https://github.com/JNRowe-retired/bfm" +SRC_URI="https://github.com/JNRowe-retired/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |