commit:     873539ecea03a41a2fbcf154d2a2edc92f14e14c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:28:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:34:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873539ec

x11-misc/xscreensaver-app: drop 2.3-r3

Bug: https://bugs.gentoo.org/776484
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../xscreensaver-app-2.3-r3.ebuild                 | 45 ----------------------
 1 file changed, 45 deletions(-)

diff --git a/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r3.ebuild 
b/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r3.ebuild
deleted file mode 100644
index a4de3213fff..00000000000
--- a/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools toolchain-funcs
-
-MY_PN=${PN/-a/.A}
-MY_PN=${MY_PN/xs/XS}
-MY_PN=${MY_PN/s/S}
-
-DESCRIPTION="XScreenSaver dockapp for the Window Maker window manager"
-HOMEPAGE="http://xscreensaverapp.sourceforge.net/";
-SRC_URI="mirror://sourceforge/project/xscreensaverapp/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-
-CDEPEND="
-       x11-libs/libdockapp
-       x11-libs/libX11
-"
-DEPEND="
-       ${CDEPEND}
-       virtual/pkgconfig
-       x11-base/xorg-proto
-"
-RDEPEND="
-       ${CDEPEND}
-       x11-misc/xscreensaver
-"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
-       rm configure.in || die
-       cp "${FILESDIR}"/${PN}-2.3-configure.ac configure.ac || die
-
-       eautoreconf
-}
-
-src_install() {
-       dobin ${MY_PN}
-       dodoc README NEWS ChangeLog TODO AUTHORS
-}

Reply via email to