public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtimidity/
Date: Fri, 16 Oct 2020 08:39:10 +0000 (UTC)	[thread overview]
Message-ID: <1602837318.b036fb71180c8d7b39dca2286d1709dd9c6334e5.asturm@gentoo> (raw)

commit:     b036fb71180c8d7b39dca2286d1709dd9c6334e5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 08:35:18 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 08:35:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b036fb71

media-libs/libtimidity: Drop 0.2.4

Closes: https://bugs.gentoo.org/747682
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libtimidity/Manifest                 |  1 -
 media-libs/libtimidity/libtimidity-0.2.4.ebuild | 28 -------------------------
 2 files changed, 29 deletions(-)

diff --git a/media-libs/libtimidity/Manifest b/media-libs/libtimidity/Manifest
index 144d286b61f..8ad44c43e66 100644
--- a/media-libs/libtimidity/Manifest
+++ b/media-libs/libtimidity/Manifest
@@ -1,2 +1 @@
-DIST libtimidity-0.2.4.tar.gz 421572 BLAKE2B b92a87ed0adbf00d74c482e17375fe42adbc86896435ebef858b87952f31f5bd4bcc61993aa03fca07f1f85367f57e227f5828f8cb5ff44561a11e5066e84b1b SHA512 185c4ae58a14f69873869a9586cc23a1f7c9b681c67bb7cc9fe3c4ce51f53600004970af6a0d76d3055d9f2cb82a7fd062699006b0c26f90340fb751cb976930
 DIST libtimidity-0.2.6.tar.gz 421927 BLAKE2B 1644608591510e83b3e0fd338ada3bb1ea1846d26f06ec455c58f2bc640a2c8fc182bbcecbcc0465ac0e5da921f26c2494e5aec89014a42b22820bc1f986075c SHA512 e913cdec619001f5deb98c5e50707b1c5c110eab5d14606a6a7385cba1c47844a5143bc848dec17329788c5e1caff2efeeeada9ad37ec9ef704c545bf0e29ee9

diff --git a/media-libs/libtimidity/libtimidity-0.2.4.ebuild b/media-libs/libtimidity/libtimidity-0.2.4.ebuild
deleted file mode 100644
index a7f4066567a..00000000000
--- a/media-libs/libtimidity/libtimidity-0.2.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib-minimal
-
-DESCRIPTION="MIDI to WAVE converter library"
-HOMEPAGE="http://libtimidity.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/2"
-KEYWORDS="amd64 ~arm64 hppa ppc ppc64 sparc x86"
-IUSE="ao debug"
-
-RDEPEND="ao? ( >=media-libs/libao-1.1.0-r2[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-RESTRICT="test"
-DOCS="AUTHORS CHANGES TODO README*"
-
-multilib_src_configure() {
-	ECONF_SOURCE="${S}" econf \
-		--disable-static \
-		$(use_enable ao) \
-		$(use_enable debug)
-}


             reply	other threads:[~2020-10-16  8:39 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-16  8:39 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-07  7:31 [gentoo-commits] repo/gentoo:master commit in: media-libs/libtimidity/ Miroslav Šulc
2021-05-30 10:41 Miroslav Šulc
2021-05-30  9:50 Agostino Sarubbo
2021-05-29 15:23 Sam James
2021-05-29 13:28 Sam James
2021-05-29  9:02 Sam James
2021-05-29  9:02 Sam James
2021-04-27 17:52 Miroslav Šulc
2020-10-15 22:21 Sergei Trofimovich
2020-10-13  9:26 Agostino Sarubbo
2020-10-12 12:12 Agostino Sarubbo
2020-10-12  6:59 Agostino Sarubbo
2020-10-12  6:58 Agostino Sarubbo
2020-10-11 11:53 Sergei Trofimovich
2020-08-22 16:06 Andreas Sturmlechner
2019-04-28 22:06 Thomas Deutschmann
2019-04-08  0:26 Aaron Bauman
2019-04-07 20:52 Sergei Trofimovich
2019-04-05 19:03 Sergei Trofimovich
2017-06-21 10:43 Alexis Ballier
2017-04-22 17:01 Alexis Ballier
2016-12-31 11:54 Alexis Ballier
2016-09-21 13:48 Alexis Ballier

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=1602837318.b036fb71180c8d7b39dca2286d1709dd9c6334e5.asturm@gentoo \
    --to=asturm@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