public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/, media-libs/libmp3splt/files/
Date: Mon, 26 Apr 2021 15:31:45 +0000 (UTC)	[thread overview]
Message-ID: <1619451095.2fa00a3c0df8ffc59061451b6115e42c7dec6a61.fordfrog@gentoo> (raw)

commit:     2fa00a3c0df8ffc59061451b6115e42c7dec6a61
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 15:31:35 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 15:31:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa00a3c

media-libs/libmp3splt: removed obsolete 0.9.2-r2

Bug: https://bugs.gentoo.org/785517
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../libmp3splt/files/libmp3splt-0.7-libltdl.patch  | 21 -------
 media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild   | 64 ----------------------
 2 files changed, 85 deletions(-)

diff --git a/media-libs/libmp3splt/files/libmp3splt-0.7-libltdl.patch b/media-libs/libmp3splt/files/libmp3splt-0.7-libltdl.patch
deleted file mode 100644
index 0755fe79af9..00000000000
--- a/media-libs/libmp3splt/files/libmp3splt-0.7-libltdl.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/configure.ac	2011-08-07 00:14:06.723806363 +0200
-+++ b/configure.ac	2011-08-07 00:14:02.405860340 +0200
-@@ -68,16 +68,13 @@
- # Enable libtool, check for libltdl and define @LIBLTDL@ and @INCLTDL@
- #################################################################
- 
--ifdef([LT_CONFIG_LTDL_DIR],
--      [ LT_CONFIG_LTDL_DIR([libltdl]) ],
--      [])
-+AC_SUBST([INCLTDL], [])
-+AC_SUBST([LIBLTDL], [-lltdl])
- 
- ifdef([LT_INIT],
-       [ LT_INIT([win32-dll]) ],
-       [ AC_PROG_LIBTOOL ])
- 
--AC_WITH_LTDL
--
- #################################################################
- # Check for the type of the host
- #################################################################

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild
deleted file mode 100644
index dec4b03a7c8..00000000000
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library for mp3splt to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net/mp3splt_page/home.php"
-SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="doc flac pcre"
-
-RDEPEND="
-	dev-libs/libltdl
-	media-libs/libmad
-	media-libs/libid3tag
-	media-libs/libogg
-	media-libs/libvorbis
-	flac? ( media-libs/flac )
-	pcre? ( dev-libs/libpcre )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	sys-apps/findutils
-	doc? (
-		>=app-doc/doxygen-1.8.3.1
-		media-gfx/graphviz
-	)
-"
-
-DOCS=( AUTHORS ChangeLog LIMITS NEWS README TODO )
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.7-libltdl.patch
-	"${FILESDIR}"/CVE-2017-15185.patch
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		--disable-cutter # TODO package cutter <http://cutter.sourceforge.net/>
-		--disable-optimise
-		--disable-static
-		$(use_enable doc doxygen_doc)
-		$(use_enable flac)
-		$(use_enable pcre)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-	use doc && docompress -x /usr/share/doc/${PF}/doxygen/${PN}_ico.svg
-
-	find "${ED}" -type f -name '*.la' -delete || die
-}


             reply	other threads:[~2021-04-26 15:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26 15:31 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-26 15:18 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/, media-libs/libmp3splt/files/ Sam James
2021-01-23 21:13 Andreas Sturmlechner
2018-05-05  0:47 Aaron Bauman

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=1619451095.2fa00a3c0df8ffc59061451b6115e42c7dec6a61.fordfrog@gentoo \
    --to=fordfrog@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