public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplay/
Date: Fri, 29 Dec 2023 00:24:01 +0000 (UTC)	[thread overview]
Message-ID: <1703808774.2098275772a41e3d0dbb72a81d024eb78e8021ca.sam@gentoo> (raw)

commit:     2098275772a41e3d0dbb72a81d024eb78e8021ca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 15:47:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 00:12:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20982757

media-libs/libsidplay: drop 2.1.1-r6

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libsidplay/libsidplay-2.1.1-r6.ebuild | 81 ------------------------
 1 file changed, 81 deletions(-)

diff --git a/media-libs/libsidplay/libsidplay-2.1.1-r6.ebuild b/media-libs/libsidplay/libsidplay-2.1.1-r6.ebuild
deleted file mode 100644
index 3ce5bf9beb7a..000000000000
--- a/media-libs/libsidplay/libsidplay-2.1.1-r6.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools multilib-minimal
-
-MY_P=sidplay-libs-${PV}
-
-DESCRIPTION="C64 SID player library"
-HOMEPAGE="http://sidplay2.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sidplay2/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
-IUSE="static-libs"
-
-BDEPEND="sys-devel/autoconf-archive"
-
-MULTILIB_WRAPPED_HEADERS=(
-	/usr/include/sidplay/sidconfig.h
-)
-
-PATCHES=(
-	"${FILESDIR}"/${P}-gcc41.patch
-	"${FILESDIR}"/${P}-fbsd.patch
-	"${FILESDIR}"/${P}-gcc43.patch
-	"${FILESDIR}"/${P}-no_libtool_reference.patch
-	"${FILESDIR}"/${P}-gcc6.patch
-	"${FILESDIR}"/${P}-autoconf.patch
-	"${FILESDIR}"/${P}-slibtool.patch
-)
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default
-
-	local subdirs=(
-		builders/hardsid-builder
-		builders/resid-builder
-		libsidplay
-		libsidutils
-		resid
-		.
-	)
-
-	for i in ${subdirs[@]}; do
-		(
-			cd "$i" || die
-			eautoreconf
-		)
-	done
-
-	multilib_copy_sources
-}
-
-multilib_src_configure() {
-	local myeconfargs=(
-		--enable-shared
-		--with-pic
-		$(use_enable static-libs static)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-	docinto libsidplay
-	dodoc libsidplay/{AUTHORS,ChangeLog,README,TODO}
-
-	docinto libsidutils
-	dodoc libsidutils/{AUTHORS,ChangeLog,README,TODO}
-
-	docinto resid
-	dodoc resid/{AUTHORS,ChangeLog,NEWS,README,THANKS,TODO}
-
-	doenvd "${FILESDIR}"/65resid
-
-	find "${D}" -name '*.la' -delete || die
-}


             reply	other threads:[~2023-12-29  0:24 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-29  0:24 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-22 23:22 [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplay/ Conrad Kostecki
2024-03-14  6:53 Sam James
2023-12-29  0:24 Sam James
2023-12-02  9:24 Arthur Zamarin
2023-12-02  4:03 Sam James
2023-12-01 20:25 Arthur Zamarin
2023-12-01 20:10 Arthur Zamarin
2023-12-01 20:09 Arthur Zamarin
2023-12-01 11:30 Ulrich Müller
2023-10-26 16:27 Arthur Zamarin
2023-10-15 16:03 Arthur Zamarin
2023-10-15 13:06 Sam James
2023-10-15 13:06 Sam James
2023-10-15 12:38 Sam James
2023-10-15 11:40 Mart Raudsepp
2023-10-15 11:40 Mart Raudsepp
2022-12-18 12:20 Sam James
2022-12-18 12:20 Sam James
2022-12-03  6:08 WANG Xuerui
2022-05-10  2:30 Sam James
2022-01-22 14:17 Hanno Böck
2021-09-02 22:30 Yixun Lan
2021-08-21  8:44 Marek Szuba
2019-06-09 15:18 Andreas Sturmlechner
2019-05-06 15:25 Tobias Klausmann
2019-03-16 19:44 Sergei Trofimovich
2019-02-22 10:51 Mikle Kolyada
2019-02-15 15:46 Thomas Deutschmann
2019-02-12  8:12 Sergei Trofimovich
2019-02-12  8:11 Sergei Trofimovich
2019-02-11  7:13 Sergei Trofimovich
2018-09-30 17:10 Andreas Sturmlechner
2018-04-18 19:07 Sergei Trofimovich
2017-11-26 20:43 Sergei Trofimovich
2017-10-23 18:42 Thomas Deutschmann
2017-10-19 12:51 Manuel Rüger
2017-10-13  9:09 Sergei Trofimovich
2017-10-12 19:04 Sergei Trofimovich
2017-10-12 10:24 Sergei Trofimovich
2017-01-29 22:10 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1703808774.2098275772a41e3d0dbb72a81d024eb78e8021ca.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox