summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-15 21:28:36 +0000
committerSam James <sam@gentoo.org>2021-03-15 21:34:15 +0000
commit873539ecea03a41a2fbcf154d2a2edc92f14e14c (patch)
treef706c92f0e5079e3d997a03307605f3b3b97874a /x11-misc
parentx11-misc/xkbd: drop 0.8.16-r1 (diff)
downloadgentoo-873539ecea03a41a2fbcf154d2a2edc92f14e14c.tar.gz
gentoo-873539ecea03a41a2fbcf154d2a2edc92f14e14c.tar.bz2
gentoo-873539ecea03a41a2fbcf154d2a2edc92f14e14c.zip
x11-misc/xscreensaver-app: drop 2.3-r3
Bug: https://bugs.gentoo.org/776484 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xscreensaver-app/xscreensaver-app-2.3-r3.ebuild45
1 files changed, 0 insertions, 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 a4de3213fff7..000000000000
--- 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
-}