diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2010-08-14 12:38:54 +0200 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2010-08-14 12:38:54 +0200 |
commit | 418ed36d1f08fa986d935d5aef8241cdba494d55 (patch) | |
tree | 83f5895fd4a006b3eb07a598fe01c91781f3248d /x11-misc | |
parent | mask gabble (diff) | |
download | keruspe-418ed36d1f08fa986d935d5aef8241cdba494d55.tar.gz keruspe-418ed36d1f08fa986d935d5aef8241cdba494d55.tar.bz2 keruspe-418ed36d1f08fa986d935d5aef8241cdba494d55.zip |
cleanup
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rss-glx/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/rss-glx/rss-glx-0.9.1.ebuild | 120 |
2 files changed, 0 insertions, 122 deletions
diff --git a/x11-misc/rss-glx/Manifest b/x11-misc/rss-glx/Manifest deleted file mode 100644 index 5f684fb0..00000000 --- a/x11-misc/rss-glx/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD rss-glx-0.9.1.ebuild 3568 RMD160 4b128f39724052a985c3695fd2750576b4922c64 SHA1 6b9917b6f1863688738e94bcfcd0b23188d1dce1 SHA256 a773d711a770046df536b3cb99a8d0be491d7cdb61f75baaec029bb5c11c0fab -DIST rss-glx_0.9.1.tar.bz2 5435799 RMD160 45d746520aa59a34dd4215037fee15832751b28c SHA1 44d18b44a3d47fcfad4f84050652b904ccdbfb86 SHA256 8f8d773864695fd57e6ff21f430994369ad74c69a5e66ce510bbba8ca55333aa diff --git a/x11-misc/rss-glx/rss-glx-0.9.1.ebuild b/x11-misc/rss-glx/rss-glx-0.9.1.ebuild deleted file mode 100644 index cc161e66..00000000 --- a/x11-misc/rss-glx/rss-glx-0.9.1.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 -inherit autotools - -MY_P=${PN}_${PV} - -DESCRIPTION="Really Slick OpenGL Screensavers for XScreenSaver" -HOMEPAGE="http://rss-glx.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86" -IUSE="+bzip2 openal" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - >=media-libs/glew-1.5.1 - media-libs/mesa - || ( - >=gnome-extra/gnome-screensaver-2.26.1 - >=x11-misc/xscreensaver-5.10 - ) - >=media-gfx/imagemagick-6.2 - bzip2? ( app-arch/bzip2 ) - openal? ( >=media-libs/freealut-1.1.0-r1 )" -DEPEND="${RDEPEND} - x11-proto/xextproto - dev-util/pkgconfig - sys-apps/sed" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -e '/CFLAGS=/s:-O2:${CFLAGS}:' \ - -e '/CXXFLAGS=/s:-O2:${CXXFLAGS}:' \ - -i configure.in || die "sed failed" - eautoreconf -} - -src_configure() { - econf \ - --bindir=/usr/$(get_libdir)/misc/xscreensaver \ - --enable-shared \ - --disable-dependency-tracking \ - $(use_enable bzip2) \ - $(use_enable openal sound) \ - --with-configdir=/usr/share/xscreensaver/config \ - || die "configure failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog README* -} - -pkg_postinst() { - local xssconf="${ROOT}usr/share/X11/app-defaults/XScreenSaver" - - if [ -f ${xssconf} ]; then - sed -e '/*programs:/a\ - GL: \"Cyclone\" cyclone --root \\n\\\ - GL: \"Euphoria\" euphoria --root \\n\\\ - GL: \"Fieldlines\" fieldlines --root \\n\\\ - GL: \"Flocks\" flocks --root \\n\\\ - GL: \"Flux\" flux --root \\n\\\ - GL: \"Helios\" helios --root \\n\\\ - GL: \"Hyperspace\" hyperspace --root \\n\\\ - GL: \"Lattice\" lattice --root \\n\\\ - GL: \"Plasma\" plasma --root \\n\\\ - GL: \"Skyrocket\" skyrocket --root \\n\\\ - GL: \"Solarwinds\" solarwinds --root \\n\\\ - GL: \"Colorfire\" colorfire --root \\n\\\ - GL: \"Hufos Smoke\" hufo_smoke --root \\n\\\ - GL: \"Hufos Tunnel\" hufo_tunnel --root \\n\\\ - GL: \"Sundancer2\" sundancer2 --root \\n\\\ - GL: \"BioF\" biof --root \\n\\\ - GL: \"BusySpheres\" busyspheres --root \\n\\\ - GL: \"SpirographX\" spirographx --root \\n\\\ - GL: \"MatrixView\" matrixview --root \\n\\\ - GL: \"Lorenz\" lorenz --root \\n\\\ - GL: \"Drempels\" drempels --root \\n\\\ - GL: \"Feedback\" feedback --root \\n\\' \ - -i ${xssconf} || die "sed failed" - fi -} - -pkg_postrm() { - local xssconf="${ROOT}usr/share/X11/app-defaults/XScreenSaver" - - if [ -f ${xssconf} ]; then - sed \ - -e '/\"Cyclone\" cyclone/d' \ - -e '/\"Euphoria\" euphoria/d' \ - -e '/\"Fieldlines\" fieldlines/d' \ - -e '/\"Flocks\" flocks/d' \ - -e '/\"Flux\" flux/d' \ - -e '/\"Helios\" helios/d' \ - -e '/\"Hyperspace\" hyperspace/d' \ - -e '/\"Lattice\" lattice/d' \ - -e '/\"Plasma\" plasma/d' \ - -e '/\"Skyrocket\" skyrocket/d' \ - -e '/\"Solarwinds\" solarwinds/d' \ - -e '/\"Colorfire\" colorfire/d' \ - -e '/\"Hufos Smoke\" hufo_smoke/d' \ - -e '/\"Hufos Tunnel\" hufo_tunnel/d' \ - -e '/\"Sundancer2\" sundancer2/d' \ - -e '/\"BioF\" biof/d' \ - -e '/\"BusySpheres\" busyspheres/d' \ - -e '/\"SpirographX\" spirographx/d' \ - -e '/\"MatrixView\" matrixview/d' \ - -e '/\"Lorenz\" lorenz/d' \ - -e '/\"Drempels\" drempels/d' \ - -e '/\"Feedback\" feedback/d' \ - -i ${xssconf} || die "sed failed" - fi -} |