summaryrefslogtreecommitdiff
path: root/x11-plugins
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-15 23:13:45 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-15 23:13:45 +0100
commite87ef1b6ce856ae8859bdfce8028fb992f3e3763 (patch)
treed51e0c41adf3586e9a393881cee3ec0a9ed48977 /x11-plugins
parent0c80ffd3caee224555f8b394b6b2c05b2752f440 (diff)
gentoo auto-resync : 15:09:2022 - 23:13:44
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/Manifest.gzbin27364 -> 27371 bytes
-rw-r--r--x11-plugins/wmacpiload-ac/Manifest1
-rw-r--r--x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild28
3 files changed, 0 insertions, 29 deletions
diff --git a/x11-plugins/Manifest.gz b/x11-plugins/Manifest.gz
index 679c3eb1952b..d139a78ca905 100644
--- a/x11-plugins/Manifest.gz
+++ b/x11-plugins/Manifest.gz
Binary files differ
diff --git a/x11-plugins/wmacpiload-ac/Manifest b/x11-plugins/wmacpiload-ac/Manifest
index 3cb46df07d5b..fdd16b53591a 100644
--- a/x11-plugins/wmacpiload-ac/Manifest
+++ b/x11-plugins/wmacpiload-ac/Manifest
@@ -3,5 +3,4 @@ AUX wmacpiload-ac-acpi-segfault.patch 666 BLAKE2B 2d936ce5685453332c188479a4d53f
AUX wmacpiload-ac-acpi-sys-temp-hwmon.patch 4181 BLAKE2B e725a6679d53c3172a721d67bd0c74f59909ef1d8fe5799cc1878792b770ba34b284a0e61f0dbe48c8dea127d9347d869d93ec6bcbf40a0fa30ed16687d04ed9 SHA512 ac7d4c10fc5abffeb83e5a8efa79316505cb1560baaf29a9bfad9991aa0d543d366e9b48b47679853a92e53b39c51f3718b92d3c1df3406ec54908f21344fa01
DIST wmacpiload-0.2.0.tar.bz2 112858 BLAKE2B a981f43e4a4738b662f8a302a0737d9f7ab9ce18fb5cbc40a84608ab75916af3b47cb2da93c130461280492f2624b23712a81d6cabc786a73e4bc83c043b3358 SHA512 f0256ae313ad4ecbaf1604578321b45173912f250ba6fb7abf88edbcf6875dee30f8d2f7547cc207768c9229697dbfd48e77617c590e0ca27113b8c675e32714
EBUILD wmacpiload-ac-0.2.0-r1.ebuild 734 BLAKE2B ea075aa288f059a34e648111d002426a79ba02fea210dce370ef830fd752ea647224234859cdef0686333d35a6cfbdd28d246bc577d52926a0f39d91c55f178d SHA512 238354840112689fee02edec3428f23be72988754659c5a05e4018fe3f7da241cc3d015dfc2ad048f5c73da2a05a55fe2f52a461cb6bda977d4fda42fc90dfd2
-EBUILD wmacpiload-ac-0.2.0.ebuild 586 BLAKE2B 9398e8dc82dbb412c0434028ce6dd920e5bb2722713aa5088bce17948a29cddb0ca799cbc89ba682b702a6a4612563935378166684b85077b77570f297f4bc31 SHA512 0ea6b2242f3a1688b2e6bc13dda2477cffc0009c5fd95a57439410401d5764816da1eff113a7a6953408f79d9a5d161afea03cc4e955616ad993993ae1b2bae4
MISC metadata.xml 250 BLAKE2B 3d69a837b82fe334630573d6bf123718a3eac254377bc2ca86a2268f210cbcef9922db631e91954bceacc28828b54ad567d0568a4df655545ac56a4a54151d76 SHA512 ee587c14474743ca118c5468d1cd04ce5e3533ea29550ae74a7d517f092c895fa18c7edc7e9ffe7757b62c214dda7abf5352ee838a6dbd7d1079d60d2762732f
diff --git a/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild b/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild
deleted file mode 100644
index 5dd7b6116524..000000000000
--- a/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P=${P/-ac}
-
-DESCRIPTION="WMACPILoad based dockapp to monitor CPU temp and battery time on ACPI kernels"
-HOMEPAGE="http://wmacpiload.tuxfamily.org/"
-SRC_URI="http://wmacpiload.tuxfamily.org/download/${MY_P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
-IUSE="debug"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- econf $(use_enable debug)
-}