commit: 5171cae67671636879757f868a0a434507b435e7 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jan 26 17:24:22 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jan 26 19:38:30 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5171cae6
x11-themes/smplayer-themes: drop 18.6.0 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-themes/smplayer-themes/Manifest | 1 - .../smplayer-themes/smplayer-themes-18.6.0.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest index b3911f91ae0c..810afd746143 100644 --- a/x11-themes/smplayer-themes/Manifest +++ b/x11-themes/smplayer-themes/Manifest @@ -1,2 +1 @@ -DIST smplayer-themes-18.6.0.tar.bz2 3739369 BLAKE2B 55618c03649c6c93cb3951d8b4ffff6f45ab153c169ad0fcbbf53c92b2110a57591db71b3fd0fa05cf9a84c4186b8c0e4998ea39b8d8d51100569c679d78d27d SHA512 e16f2dc50015b0034134a096ca99603167309c31bb50a44679c343b5f9c0ea786a17a0fb64eb1d71c61dacbd2a295adc0a82d23bd0837adf96664120f33adda6 DIST smplayer-themes-20.11.0.tar.bz2 3782542 BLAKE2B cb52eb2b4cc47b6e88ea1338a13f7187ebe690ff4e7c16f56c1cb63708300a4777de2d109c665bce6aae55da9e8ef573fe4c7193e43a4e1a0cb54c6b13342dad SHA512 4e64c3f44fc3529d980751618cd30fcc395a21701ba7481ad0a6dffc1fa770c13a3414d0853f94cd6163738702a0a75060a92e5c1c426e79902a68d8f8336575 diff --git a/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild deleted file mode 100644 index c679bfba54dc..000000000000 --- a/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="Icon themes 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 CC0-1.0 GPL-2 GPL-3+ LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86" -IUSE="" - -DEPEND="dev-qt/qtcore:5" -RDEPEND="media-video/smplayer" - -src_prepare() { - default - - # bug 544108 - sed -i -e "s| rcc| \"$(qt5_get_bindir)\"/rcc|" themes/Makefile || die - - # bug 544160 - sed -i -e 's/make/$(MAKE)/' Makefile || die -} - -src_install() { - rm themes/Makefile || die - insinto /usr/share/smplayer - doins -r themes - dodoc Changelog README.txt -}
