diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 21:29:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 21:34:15 +0000 |
commit | 53071d46ee82249d27f0a07ab4e0645998266876 (patch) | |
tree | 9706eddc224d2ad682b2b1597b0ca2a0876c28b6 /x11-misc | |
parent | x11-misc/xscreensaver-app: drop 2.3-r3 (diff) | |
download | gentoo-53071d46ee82249d27f0a07ab4e0645998266876.tar.gz gentoo-53071d46ee82249d27f0a07ab4e0645998266876.tar.bz2 gentoo-53071d46ee82249d27f0a07ab4e0645998266876.zip |
x11-misc/3ddesktop: drop 0.2.9-r1
Bug: https://bugs.gentoo.org/776436
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/3ddesktop/3ddesktop-0.2.9-r1.ebuild | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.9-r1.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.9-r1.ebuild deleted file mode 100644 index 1a17ff0dc9bd..000000000000 --- a/x11-misc/3ddesktop/3ddesktop-0.2.9-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils - -DESCRIPTION="OpenGL virtual desktop switching" -HOMEPAGE="http://desk3d.sourceforge.net/" -SRC_URI="mirror://sourceforge/desk3d/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND=" - >=media-libs/freetype-2 - media-libs/freeglut - media-libs/imlib2[X] - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXxf86vm -" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto -" - -DOCS=( AUTHORS TODO ChangeLog README README.windowmanagers ) - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-gcc4.patch \ - "${FILESDIR}"/${P}-asneeded.patch \ - "${FILESDIR}"/${P}-missing-include.patch \ - "${FILESDIR}"/${P}-gl_init.patch \ - "${FILESDIR}"/${P}-Options_Options.patch - - eautoreconf -} - -pkg_postinst() { - echo - elog "This ebuild installed a configuration file called /etc/3ddesktop.conf" - elog "The default configuration makes a screenshot of the virtual desktops" - elog "every X seconds. This is non-optimal behavior." - elog - elog "To enable a more intelligent way of updating the virtual desktops," - elog "execute the following:" - elog - elog " echo \"AutoAcquire 0\" >> /etc/3ddesktop.conf" - elog - elog "This will cause 3ddesktop to update the virtual desktop snapshots" - elog "only when a 3d desktop switch is required." -} |