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/libdiscid/
Date: Thu,  6 Apr 2023 07:13:18 +0000 (UTC)	[thread overview]
Message-ID: <1680765192.64e7bb15c8ef8ea1e829014541b6c846f8f38044.fordfrog@gentoo> (raw)

commit:     64e7bb15c8ef8ea1e829014541b6c846f8f38044
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 07:12:56 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Apr  6 07:13:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e7bb15

media-libs/libdiscid: dropped obsolete 0.6.2

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

 media-libs/libdiscid/Manifest               |  1 -
 media-libs/libdiscid/libdiscid-0.6.2.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/media-libs/libdiscid/Manifest b/media-libs/libdiscid/Manifest
index a2894dd546e6..c200db0dc89d 100644
--- a/media-libs/libdiscid/Manifest
+++ b/media-libs/libdiscid/Manifest
@@ -1,2 +1 @@
-DIST libdiscid-0.6.2.tar.gz 401455 BLAKE2B 0b122f08de89af7863ed21158637e961d8cdbf4dc926e5ff641aad4f23e8b02d8e970221f51caae44d2943b894922134baeb9e99595dee74c085e31b0daefc99 SHA512 7ce9bb589f64644ef44400620bd3e65a329e52c5698b44c3dc1569fb143d9af15d540b95fbdce1b87db0263e2ff55c81133213ed1708cdb25af1b38a46c4e1ac
 DIST libdiscid-0.6.4.tar.gz 393070 BLAKE2B 19f98f7f84eb992f8e42300161c2b90a967e002e2e99c033feb50d551245c14299079c1564dba628ccc4067c377db758711d00a581f7d6c6c02ac7a5724d6cc3 SHA512 36a25ea3b3c009dba53623211e3858209318c1dc5526d1a27c7bf39ce765651de7f93ab6a43650fe4fe5d69b3f3c622f457d992dcc5e746263f0cbcb150b1ceb

diff --git a/media-libs/libdiscid/libdiscid-0.6.2.ebuild b/media-libs/libdiscid/libdiscid-0.6.2.ebuild
deleted file mode 100644
index 7648758331d9..000000000000
--- a/media-libs/libdiscid/libdiscid-0.6.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Client library to create MusicBrainz enabled tagging applications"
-HOMEPAGE="http://musicbrainz.org/doc/libdiscid"
-SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
-
-src_configure() {
-	econf --disable-static
-}
-
-src_install() {
-	default
-	dodoc examples/discid.c
-
-	# no static archives
-	find "${D}" -name '*.la' -delete || die
-}


             reply	other threads:[~2023-04-06  7:13 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-06  7:13 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-20 10:36 [gentoo-commits] repo/gentoo:master commit in: media-libs/libdiscid/ WANG Xuerui
2023-04-05 12:39 Arthur Zamarin
2023-04-04 23:17 Sam James
2023-04-04 22:42 Sam James
2023-04-04 22:42 Sam James
2023-04-04 19:32 Arthur Zamarin
2023-04-04 19:19 Arthur Zamarin
2023-04-04 19:19 Arthur Zamarin
2023-03-03  6:39 Miroslav Šulc
2023-03-01  7:46 Miroslav Šulc
2021-09-04 10:17 Yixun Lan
2020-08-23 17:01 David Seifert
2020-08-23 17:01 David Seifert
2019-08-04 22:35 Aaron Bauman
2019-05-13 19:28 Markus Meier
2019-05-02 21:21 Mikle Kolyada
2019-04-28 22:06 Thomas Deutschmann
2019-04-08 15:04 Mikle Kolyada
2019-04-07 20:52 Sergei Trofimovich
2019-04-05 19:03 Sergei Trofimovich
2017-02-03 21:37 Lars Wendler
2017-02-03 21:37 Lars Wendler
2016-08-04  8:51 Jeroen Roovers
2016-06-11 10:06 Pacho Ramos
2016-05-30 17:15 Tobias Klausmann
2016-05-17 18:30 Markus Meier
2016-05-13 14:51 Agostino Sarubbo

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=1680765192.64e7bb15c8ef8ea1e829014541b6c846f8f38044.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