commit: 4fa5bd8b847955df6bbb7bfd82a3938fbdc735ee
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 18:45:27 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 19:36:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa5bd8b
x11-plugins/gkrellm-bgchanger: drop 0.1.11-r2, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../gkrellm-bgchanger-0.1.11-r2.ebuild | 32 ----------------------
1 file changed, 32 deletions(-)
diff --git a/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r2.ebuild
b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r2.ebuild
deleted file mode 100644
index fb9bd912a808..000000000000
--- a/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin toolchain-funcs
-
-MY_PN="gkrellmbgchg2"
-MY_P="${MY_PN}-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Plugin for GKrellM2 to change your desktop background"
-HOMEPAGE="http://www.bender-suhl.de/stefan/english/comp/gkrellmbgchg.html"
-SRC_URI="http://www.bender-suhl.de/stefan/comp/sources/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="app-admin/gkrellm:2[X]"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.1.11-fix-build-system.patch )
-
-PLUGIN_DOCS=( bgchg_info.sh kdewallpaper.sh )
-
-src_configure() {
- tc-export CC
-
- PLUGIN_SO=( gkrellmbgchg$(get_modname) )
-}