From f50b7965918dcb8fea45f7473e95d644e6c59813 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 3 Feb 2023 09:09:48 +0000 Subject: gentoo auto-resync : 03:02:2023 - 09:09:48 --- x11-plugins/bfm/Manifest | 4 ++-- x11-plugins/bfm/bfm-0.6.4-r3.ebuild | 40 --------------------------------- x11-plugins/bfm/bfm-0.6.4-r4.ebuild | 45 +++++++++++++++++++++++++++++++++++++ x11-plugins/bfm/metadata.xml | 19 ++++++++-------- 4 files changed, 57 insertions(+), 51 deletions(-) delete mode 100644 x11-plugins/bfm/bfm-0.6.4-r3.ebuild create mode 100644 x11-plugins/bfm/bfm-0.6.4-r4.ebuild (limited to 'x11-plugins/bfm') diff --git a/x11-plugins/bfm/Manifest b/x11-plugins/bfm/Manifest index 8b6d0af3cd45..0b2cc89faa7f 100644 --- a/x11-plugins/bfm/Manifest +++ b/x11-plugins/bfm/Manifest @@ -1,4 +1,4 @@ AUX bfm-0.6.4-makefile.patch 1695 BLAKE2B 99a97a6c8f883c78495f60e0e6d4bfa01203ddcb02f5ae47067f1d1bd21f6441d3cd4d67f592df14b1f715d785151e0b0eb54bf21f81538e7532dd1660b88a8e SHA512 19b5161ee9b43d22895ec1a964ced44f15434cc93357f466b410301c87398ea4bcb10c5cd23c186190a1009791056d8778ff4d1231c56b8aa9366b56d08f47b8 DIST bfm-0.6.4.tar.gz 59288 BLAKE2B b70d98a944e2e6daaf694dc90a0f8cebc01afd8e11c46fde614e2b2affbe0e331cc15a308837fe987238182a3b4b631bb0d8f8d7f50b84c8705e113425cec7ec SHA512 1a039ef7448c610d2629b50bcac082e7d70eb755aa43e79e6b0868448f92aea5078548273c5f278fac878433cdcd9492589fb1612108807a4fd2afb0e07612a4 -EBUILD bfm-0.6.4-r3.ebuild 955 BLAKE2B 7fffa1b7f6949d39d3f2580748dfb6eabdfaf660d2eb97f449c0953397fd7aa44eb085e743875c55028c66a42f4c43e12fc3eeb81e55bab7b6eb44076ddf6388 SHA512 dbc98aa170e00b32412f9c6a9dfb4315b34a050894a3ca3f1a13a5e0731861b0fc39c5202e2d4f120b6a504fc34cb9757f799289189ada8e56c2f8d3a9a4488f -MISC metadata.xml 349 BLAKE2B b920a5e5e82634986dd6699e7ea57b68066b1ed1723294d1f3b8a36f694e99b24f3cb7858b3b510acdabd3c33762dc06aa20898cda06d7ff268e664b8172656d SHA512 c0550a20adbbdf3662c4bcf3497be790978330cde9333fd968584b7c1b766964f15c029e3929515c59658abba4a3bf3d4eb506fba91e105c932de5975125a7a0 +EBUILD bfm-0.6.4-r4.ebuild 967 BLAKE2B f48ae6440339edada406c8a2349beed2fd3a9da1500f8e19980be0c3ff58f68e9a677f66f892546ace032b368933bcb3bd9d8cb94ba4803d88fe1bba0ccf6954 SHA512 5d3f2585b8069bc3b17ca7b7958552c4cab209f8afe28d5e607ce48e7da74ab512945148a2ce057bdfaf30d9fbcd525bcf5df1a71a2c4096c11e9968f42f3105 +MISC metadata.xml 435 BLAKE2B 7fd90ad9036cfcb107fbb31ebf278657a132b3e58836710cd7e0ad627b14ca35356dad8caa2688db9858c6aadc110f557c8be487839cab2aaf15eb391f002824 SHA512 6ac5d04428f3977b98328a1799f98ae77b437351ca9437961fb0af420a9b310fda232ecb3494d298dff6e99520bbec8792687351e5d7e78c0562a5c21439417d diff --git a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild b/x11-plugins/bfm/bfm-0.6.4-r3.ebuild deleted file mode 100644 index d93d9ff88a99..000000000000 --- a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="a dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime" -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" -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[X] )" - -PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) - -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-r4.ebuild b/x11-plugins/bfm/bfm-0.6.4-r4.ebuild new file mode 100644 index 000000000000..1fd42525ff60 --- /dev/null +++ b/x11-plugins/bfm/bfm-0.6.4-r4.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime" +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" +KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux" +IUSE="gkrellm" + +RDEPEND=" + gkrellm? ( >=app-admin/gkrellm-2[X] ) + x11-libs/gtk+:2 + x11-libs/libX11 + x11-libs/libXext +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${P}-makefile.patch +) + +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/metadata.xml b/x11-plugins/bfm/metadata.xml index 5e8b4e0622fc..9b182362bb4f 100644 --- a/x11-plugins/bfm/metadata.xml +++ b/x11-plugins/bfm/metadata.xml @@ -1,13 +1,14 @@ - - voyageur@gentoo.org - Bernard Cafarelli - - - - Enable building of app-admin/gkrellm - module - + + voyageur@gentoo.org + Bernard Cafarelli + + + Enable building of app-admin/gkrellmmodule + + + JNRowe-retired/bfm + -- cgit v1.2.3