From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73EA915813A for ; Tue, 21 Jan 2025 13:13:30 +0000 (UTC) Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 31DD7340C3C for ; Tue, 21 Jan 2025 13:13:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4585FE0207; Tue, 21 Jan 2025 13:13:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22946E01E4 for ; Tue, 21 Jan 2025 13:13:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 051AE33FECD for ; Tue, 21 Jan 2025 13:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 639D197F for ; Tue, 21 Jan 2025 13:13:25 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1737464533.296f694723adfaddab9f0a7e527c2237f663b836.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rss-glx/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rss-glx/rss-glx-0.9.1-r3.ebuild X-VCS-Directories: x11-misc/rss-glx/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 296f694723adfaddab9f0a7e527c2237f663b836 X-VCS-Branch: master Date: Tue, 21 Jan 2025 13:13:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4016f85a-f1ff-4743-9d3d-b555d7eb8127 X-Archives-Hash: 8b53be678da3833580e50fb36cd0c85e commit: 296f694723adfaddab9f0a7e527c2237f663b836 Author: Alexander Miller gmx de> AuthorDate: Wed Dec 18 16:19:44 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jan 21 13:02:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296f6947 x11-misc/rss-glx: drop 0.9.1-r3 Signed-off-by: Alexander Miller gmx.de> Closes: https://github.com/gentoo/gentoo/pull/39769 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/rss-glx/rss-glx-0.9.1-r3.ebuild | 140 ------------------------------- 1 file changed, 140 deletions(-) diff --git a/x11-misc/rss-glx/rss-glx-0.9.1-r3.ebuild b/x11-misc/rss-glx/rss-glx-0.9.1-r3.ebuild deleted file mode 100644 index 951fc14b7ddb..000000000000 --- a/x11-misc/rss-glx/rss-glx-0.9.1-r3.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_P=${PN}_${PV} - -DESCRIPTION="Really Slick OpenGL Screensavers for XScreenSaver" -HOMEPAGE="http://rss-glx.sourceforge.net" -SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86" -IUSE="+bzip2 openal quesoglc" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext - >=media-libs/glew-1.5.1:= - media-libs/mesa[X(+)] - >=media-gfx/imagemagick-6.4:= - >=x11-misc/xscreensaver-5.08-r2 - bzip2? ( app-arch/bzip2 ) - openal? ( >=media-libs/freealut-1.1.0-r1 ) - quesoglc? ( media-libs/quesoglc )" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto" -BDEPEND=" - virtual/pkgconfig - bzip2? ( app-arch/bzip2 )" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${P}-quesoglc.patch - "${FILESDIR}"/${P}-asneeded.patch - "${FILESDIR}"/${P}-imagemagick-7.patch - "${FILESDIR}"/${P}-c++11-narrowing.patch - "${FILESDIR}"/${P}-hang.patch - "${FILESDIR}"/${P}-matrixview-copy-font.patch - "${FILESDIR}"/${P}-missing-include.patch - "${FILESDIR}"/${P}-bashism.patch -) - -src_prepare() { - default - - sed -i \ - -e '/CFLAGS=/s:-O2:${CFLAGS}:' \ - -e '/CXXFLAGS=/s:-O2:${CXXFLAGS}:' \ - -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \ - configure.in || die - mv configure.{in,ac} || die - - eautoreconf -} - -src_configure() { - econf \ - --disable-static \ - --enable-shared \ - $(use_enable bzip2) \ - $(use_enable openal sound) \ - $(use_with quesoglc) \ - --bindir="${EPREFIX}"/usr/$(get_libdir)/misc/xscreensaver \ - --with-configdir="${EPREFIX}"/usr/share/xscreensaver/config -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} - -pkg_postinst() { - local xssconf="${EROOT}"/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: \"Pixelcity\" pixelcity --root \\n\\\ - GL: \"Skyrocket\" skyrocket --root \\n\\\ - GL: \"Solarwinds\" solarwinds --root \\n\\\ - GL: \"Colorfire\" colorfire --root \\n\\\ - GL: \"Hufo\x27s Smoke\" hufo_smoke --root \\n\\\ - GL: \"Hufo\x27s 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 - fi -} - -pkg_postrm() { - local xssconf="${EROOT}"/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 '/\"Pixelcity\" pixelcity/d' \ - -e '/\"Skyrocket\" skyrocket/d' \ - -e '/\"Solarwinds\" solarwinds/d' \ - -e '/\"Colorfire\" colorfire/d' \ - -e '/\"Hufo.*Smoke\" hufo_smoke/d' \ - -e '/\"Hufo.*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 - fi -}