commit: b28beb7aecd8a53f224fe5cdf4a74fdf785053bd Author: Vivian Heisz (vhz) <demize <AT> unstable <DOT> systems> AuthorDate: Mon Aug 11 15:10:53 2025 +0000 Commit: demize <demize <AT> unstable <DOT> systems> CommitDate: Mon Aug 11 15:10:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b28beb7a
media-sound/spct: drop 1.1.3 Signed-off-by: Vivian Heisz (vhz) <demize <AT> unstable.systems> media-sound/spct/Manifest | 1 - media-sound/spct/spct-1.1.3.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/media-sound/spct/Manifest b/media-sound/spct/Manifest index d8daaa2786..668d452c80 100644 --- a/media-sound/spct/Manifest +++ b/media-sound/spct/Manifest @@ -1,2 +1 @@ -DIST spct-1.1.3.tar.gz 652776 BLAKE2B 7bd4da790c3afbc7bbc31b7f9c457b07a83034518375626265fe6da0fd13441bdf96fbb14b8b5b28ca92d78d993a1eaff8dc23bbe2f2ad7234c1c34369333d68 SHA512 58df651f0613d4cc61bb70236a97d711b9f99024ccbc8db7d89dc8459cdf0fc256491ff41abb87935e7cf808c5933933683fc69d59a181fc8bd684824cbfac1d DIST spct-1.1.8.tar.gz 653893 BLAKE2B e291879ff56e4545a05d302f511e8a3b81a3b3825a8746ac79875aec83a08b387024b4943ec72c31ce5fc73fd467b962be7a3442fde8acb311a512670e9d741e SHA512 e15b53e7fe464a0ab559ec62224349f825d2bf18835c92ba71e20b8942c868a943f5259f247669e161bc3d24be29cae5f0b74e790f74406c185eac97052936e7 diff --git a/media-sound/spct/spct-1.1.3.ebuild b/media-sound/spct/spct-1.1.3.ebuild deleted file mode 100644 index 744a0ff790..0000000000 --- a/media-sound/spct/spct-1.1.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A CLI program to play back or render SPC files." -HOMEPAGE="https://codeberg.org/jneen/spct" -SRC_URI="https://codeberg.org/jneen/spct/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -DEPEND=" - media-libs/game-music-emu - sys-libs/ncurses:= -" -BDEPEND="virtual/pkgconfig" -RDEPEND=" - ${DEPEND} -" - -src_compile() { - emake VERSION="${PV}" LIBGME_NO_VENDOR=1 -} - -src_install() { - emake VERSION="${PV}" LIBGME_NO_VENDOR=1 PREFIX="${D}/usr" install - dodoc README.md -}
