commit: 35bde46319021c73da4584dbe225028ebd723e35 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jan 26 17:07:40 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jan 26 19:38:31 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bde463
x11-themes/smplayer-skins: drop 15.2.0-r1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-themes/smplayer-skins/Manifest | 1 - .../smplayer-skins/smplayer-skins-15.2.0-r1.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/x11-themes/smplayer-skins/Manifest b/x11-themes/smplayer-skins/Manifest index 500feef9a3e6..7a446cb322fe 100644 --- a/x11-themes/smplayer-skins/Manifest +++ b/x11-themes/smplayer-skins/Manifest @@ -1,2 +1 @@ -DIST smplayer-skins-15.2.0.tar.bz2 382879 BLAKE2B bda1e651a5f38ffb6c727634d6829d52f189af419c795ffb194fb1f38617d92f472094a600f48029bbc9882ecc0517e16745ed00d13a0a95527a0802f8bc0c05 SHA512 58d1dcc9caf5d93b7f0692ffa7ff4875eb8dd83db78293aee25a713a1f6007c83af556215cd1f7666dec98bc323b074c6b1fdb66eb9560176db842669c206a83 DIST smplayer-skins-20.11.0.tar.bz2 737336 BLAKE2B fcc319aa46802297883bab74d66a4af6a4df9cc2404597e9de7e132f055a66a35f6dac3dcefa5d315e0a8debf61b81118e6b9118b52c4cc999a06a63ea3e8145 SHA512 a52464b3b0aca82caf3762fde0ad7f1084e7e37b936f97d05f758554f84188cee11cb4d4630575ec10ed3970f0b77bceabb3f90fe4e43ff7d29b5c2725741a7d diff --git a/x11-themes/smplayer-skins/smplayer-skins-15.2.0-r1.ebuild b/x11-themes/smplayer-skins/smplayer-skins-15.2.0-r1.ebuild deleted file mode 100644 index 9dfeec6237b5..000000000000 --- a/x11-themes/smplayer-skins/smplayer-skins-15.2.0-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="Skins for SMPlayer" -HOMEPAGE="https://www.smplayer.info/" -SRC_URI="https://downloads.sourceforge.net/smplayer/${P}.tar.bz2" - -LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtcore:5" -RDEPEND="media-video/smplayer" - -src_prepare() { - default - - sed -i -e 's/make/$(MAKE)/' Makefile || die - sed -i -e "s|rcc -binary|$(qt5_get_bindir)/&|" themes/Makefile || die -} - -src_install() { - rm themes/Makefile || die - insinto /usr/share/smplayer - doins -r themes - dodoc Changelog README.txt -}
