summaryrefslogtreecommitdiff
path: root/x11-plugins/wmblob
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-15 12:04:03 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-15 12:04:03 +0100
commit7fa8a1e3f149eea4c844c47cfe26136ed7614c58 (patch)
treee514d1b9999d088064bee1e34a3a3c500d6d7a07 /x11-plugins/wmblob
parentd993571e2ee444d08f4e9e90d493ee37338657e3 (diff)
gentoo auto-resync : 15:04:2024 - 12:04:02
Diffstat (limited to 'x11-plugins/wmblob')
-rw-r--r--x11-plugins/wmblob/Manifest3
-rw-r--r--x11-plugins/wmblob/wmblob-1.0.4-r1.ebuild4
-rw-r--r--x11-plugins/wmblob/wmblob-1.0.4.ebuild35
3 files changed, 3 insertions, 39 deletions
diff --git a/x11-plugins/wmblob/Manifest b/x11-plugins/wmblob/Manifest
index 91914204939f..2961e2d176c3 100644
--- a/x11-plugins/wmblob/Manifest
+++ b/x11-plugins/wmblob/Manifest
@@ -1,4 +1,3 @@
DIST wmblob-1.0.4.tar.bz2 179284 BLAKE2B 79025a4d80c05bd8f9d1a962762680e24ae0eb09c8bf961833f4f4c59b086ecc8563ef71c28678c969da75f1f074c691c9fd6a6919358886e64f7fcb814611a3 SHA512 d325711e6c6c865a97386793a7c3f0e0833044001ccc336f2a4e9974799e5ff00936b0d90a0dc4a3280ba27a8d1f97239ba51d61e6e5b104e7cf82c8aeed5ec1
-EBUILD wmblob-1.0.4-r1.ebuild 727 BLAKE2B 6c05f1248806214792c6244d85a7a392c03e2eeedadb43750cca5c3dffb4b3f6d326eba70e2047070b72d980db3c830ab66356201d917dd7e9abbe135567c074 SHA512 a8e13085ddbaa2b3a6091affaaff51ecc31367131a9c67b917a10e24fdbb28500c188f555711a13a76e72fab0212971eccdaa73924ed4b1d688a0b59e928dca5
-EBUILD wmblob-1.0.4.ebuild 731 BLAKE2B 49c635a6beb8cc353e79f93a2bfd53d4409df9641456ff3365bb10c4eea241d2750108b590120ab48d704eee7262294700e90e8117d4a0a206c5a23a0de251c8 SHA512 b0818713ca81d57ddd67f440f5ed9c9546fc21b13a5e36ded78caa78ce0024ea30145df217e7bdaebc981709baa892c8f04f11981f3515f192bc8b74632c3212
+EBUILD wmblob-1.0.4-r1.ebuild 723 BLAKE2B 99bfba1b9600143d5b40774ab32c26ec7d230280d7eaa53b7d7a48f8b6cfbfa4048d9cd9bdbcc4bb2c5f43b68d41093ca32bfbabca533120d65ad8d81c1cce9a SHA512 438014e84e8de6d9748464bc37e2018028a00889232c44d42da3bec0580cd134d207f9a63bb4a29b1c390532d845cfa16014c6a84edcd8c07c36490041a9f2c1
MISC metadata.xml 334 BLAKE2B 05f0e39f9e6bc64133094adbd3a070cfd676cafdcfa52dc4f68c6a42d3cabefa4e9af1b42745d8bd493d8c875a5965b05c8023da76d55f56c43d3887c1877364 SHA512 c9504acaa34930fe8fd4c84370ce83b5073e6b01d6b257d5587e93eb74d91cd14e3147629ea344ad691d40a9111c5d0b63dd35884919a37305285f88f446a38f
diff --git a/x11-plugins/wmblob/wmblob-1.0.4-r1.ebuild b/x11-plugins/wmblob/wmblob-1.0.4-r1.ebuild
index fb0d67e04abb..fa08352fb36b 100644
--- a/x11-plugins/wmblob/wmblob-1.0.4-r1.ebuild
+++ b/x11-plugins/wmblob/wmblob-1.0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bbidulock/wmblob/releases/download/${PV}/${P}.tar.bz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
RDEPEND="x11-libs/gtk+:2
x11-libs/libX11
diff --git a/x11-plugins/wmblob/wmblob-1.0.4.ebuild b/x11-plugins/wmblob/wmblob-1.0.4.ebuild
deleted file mode 100644
index 215c1fd29f0e..000000000000
--- a/x11-plugins/wmblob/wmblob-1.0.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools multilib
-
-DESCRIPTION="a fancy but useless dockapp with moving blobs"
-HOMEPAGE="https://github.com/bbidulock/wmblob"
-SRC_URI="https://github.com/bbidulock/wmblob/releases/download/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-libs/libXt"
-
-DOCS="AUTHORS ChangeLog NEWS README doc/how_it_works"
-
-src_prepare() {
- default
-
- sed -i \
- -e "s|-O2|${CFLAGS}|g" \
- -e "s|\$x_libraries|/usr/$(get_libdir)|" \
- configure.ac || die
-
- eautoreconf
-}