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/liblo/
Date: Fri, 22 Mar 2024 09:03:53 +0000 (UTC)	[thread overview]
Message-ID: <1711098229.a6d69fdd41f21b3b0ef9f564ed937c1f3df2bf9d.fordfrog@gentoo> (raw)

commit:     a6d69fdd41f21b3b0ef9f564ed937c1f3df2bf9d
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 09:03:35 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 09:03:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d69fdd

media-libs/liblo: dropped obsolete 0.31

Bug: https://bugs.gentoo.org/927397
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/liblo/Manifest          |  1 -
 media-libs/liblo/liblo-0.31.ebuild | 52 --------------------------------------
 2 files changed, 53 deletions(-)

diff --git a/media-libs/liblo/Manifest b/media-libs/liblo/Manifest
index 98827a91d629..f667ad02b148 100644
--- a/media-libs/liblo/Manifest
+++ b/media-libs/liblo/Manifest
@@ -1,2 +1 @@
-DIST liblo-0.31.tar.gz 643928 BLAKE2B 724a6369856b5f2ccd50edb8eacbf309760548b1f855d8b4f343cbfc3257ab3ceffc5f4e40d594ecb20050fcea11b7a6bc26f8e4a6ea72969628ebef05209fd5 SHA512 97f9561296c2e53f92db0cfee625687208b490f8bc229b6cffe88b43ca2a8da1ed3217aaa2151245ea483e54ad6c5e92b9cf10a20661766fa6d3bedb5a8cdd01
 DIST liblo-0.32.tar.gz 675496 BLAKE2B 14bd133ae481eaff63f340165d33771987d046bfcf6bf377cd28b6174f259c07be1975920ce53e9ddc572dd0e13c078376df7d6bf8c41b7fa18fd987eeea06b7 SHA512 d6d26849f573073a6aaf6a72e65340b6b3aff72a26019251d8507018e9efce522ebfc29cc06dc753110fe97674bf3fe7f8e679206a6de1a9657031603b1b1d90

diff --git a/media-libs/liblo/liblo-0.31.ebuild b/media-libs/liblo/liblo-0.31.ebuild
deleted file mode 100644
index 6f1db94ce821..000000000000
--- a/media-libs/liblo/liblo-0.31.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Lightweight OSC (Open Sound Control) implementation"
-HOMEPAGE="https://sourceforge.net/projects/liblo/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~loong ppc ppc64 x86 ~ppc-macos"
-IUSE="doc ipv6 static-libs test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="doc? ( app-text/doxygen )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.31-werror.patch
-)
-
-src_prepare() {
-	default
-
-	# don't build examples by default
-	sed -i '/^SUBDIRS =/s/examples//' Makefile.am || die
-
-	eautoreconf
-}
-
-src_configure() {
-	use doc || export ac_cv_prog_HAVE_DOXYGEN=false
-
-	# switching threads on/off breaks ABI, bugs #473282, #473286 and #473356
-	local myeconfargs=(
-		--enable-threads
-		--disable-network-tests
-		$(use_enable test tests)
-		# See README.md note wrt ipv6. Disabled by default upstream
-		# because can break Pd and SuperCollider.
-		$(use_enable ipv6)
-		$(use_enable static-libs static)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-	find "${ED}" -type f -name "*.la" -delete || die
-}


             reply	other threads:[~2024-03-22  9:03 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-22  9:03 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-22 11:51 [gentoo-commits] repo/gentoo:master commit in: media-libs/liblo/ Sam James
2024-05-05 11:49 Sam James
2024-03-22  6:14 Arthur Zamarin
2024-03-22  3:58 Sam James
2024-03-22  3:58 Sam James
2024-03-21 20:47 Arthur Zamarin
2024-02-19  9:18 Miroslav Šulc
2023-09-06 18:43 WANG Xuerui
2023-05-09 17:46 Sam James
2023-05-09 17:46 Sam James
2020-09-08  7:06 Miroslav Šulc
2020-08-30  2:41 Sam James
2020-08-30  1:32 Thomas Deutschmann
2020-07-16 12:51 Sam James
2020-03-02  9:04 Lars Wendler
2019-06-27  7:31 Sergei Trofimovich
2019-06-27  7:26 Sergei Trofimovich
2019-06-26  6:50 Agostino Sarubbo
2019-06-25  7:04 Agostino Sarubbo
2019-03-08 14:47 Lars Wendler
2017-10-11 18:12 Manuel Rüger
2017-10-11 18:12 Manuel Rüger
2017-10-11 18:12 Manuel Rüger
2017-10-04  8:13 Sergei Trofimovich
2017-10-03  8:25 Sergei Trofimovich
2017-08-14  8:04 Lars Wendler
2017-08-14  8:04 Lars Wendler

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=1711098229.a6d69fdd41f21b3b0ef9f564ed937c1f3df2bf9d.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