From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/ir_lv2/
Date: Wed, 25 Dec 2019 12:33:59 +0000 (UTC) [thread overview]
Message-ID: <1577277204.88492b514e45ecc8b8e9d44720f512f47aae4d30.fordfrog@gentoo> (raw)
commit: 88492b514e45ecc8b8e9d44720f512f47aae4d30
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 12:33:24 2019 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 12:33:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88492b51
media-plugins/ir_lv2: removed obsolete 1.3.2
Closes: https://bugs.gentoo.org/691160
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-plugins/ir_lv2/Manifest | 1 -
media-plugins/ir_lv2/ir_lv2-1.3.2.ebuild | 42 --------------------------------
2 files changed, 43 deletions(-)
diff --git a/media-plugins/ir_lv2/Manifest b/media-plugins/ir_lv2/Manifest
index 3f43976f566..cd9cd7d1a66 100644
--- a/media-plugins/ir_lv2/Manifest
+++ b/media-plugins/ir_lv2/Manifest
@@ -1,3 +1,2 @@
-DIST ir.lv2-1.3.2.tar.gz 48698 BLAKE2B 2587fb8cae6d71c8a2e3586eaddba43f27282db2469a64f2441832c52f9f27ff9d0852acfce248b890ed4845281f4ef676581128321102e0fc655d0a91bb1266 SHA512 06443aeab05eaa0b1ff5c12fd479c3f1c874976a6d1f5874f6d150aa97c96a8a0b2c3abbc7d6db4882f5674aad8e53ab32bbe7da3873746d5a1e581d010bbae2
DIST ir_lv2-1.2.4.tar.gz 126123 BLAKE2B fab75bf18b642ad59bcb53041462a0d37c84554f0cf6e78c5cdff69ee42a21812a5176083e325018454f6a0a990ce309abed1eea71eb6022ec5981186bf6f29c SHA512 28aac050352380719512efe3346ffddeddb75972e749dc9433cea92973e1ae838c65c6d7196646199218ff3362b24fa9a5e1a3578e74a0b9e268d21083874977
DIST ir_lv2-1.3.4.tar.gz 126552 BLAKE2B 52f5b236c4680a759c0621ed0f9a394e6e82bdb9aaf4110b325902ae382d2f640a079c53d89c662a192a97d0e79349082cf100636c1a7d6c00738602ca652962 SHA512 6a9c8f906a07c6ed0daa53d8dc3693d535ec4cf63f07b5fcc62ab6638c66992ff7951918b0ce2ef8c65289b19988363be49bba9bb75a20b0463fa972b07ff58c
diff --git a/media-plugins/ir_lv2/ir_lv2-1.3.2.ebuild b/media-plugins/ir_lv2/ir_lv2-1.3.2.ebuild
deleted file mode 100644
index 56c7f8b6a29..00000000000
--- a/media-plugins/ir_lv2/ir_lv2-1.3.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs flag-o-matic multilib
-
-MY_P="${P/_/.}"
-DESCRIPTION="LV2 convolver plugin especially for creating reverb effects"
-HOMEPAGE="http://factorial.hu/plugins/lv2/ir"
-SRC_URI="http://factorial.hu/system/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=media-libs/zita-convolver-3
- >=x11-libs/gtk+-2.16:2
- media-libs/lv2
- media-libs/libsndfile
- media-libs/libsamplerate"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN/_/.}-${PV}
-
-src_prepare() {
- sed -i -e 's/g++/$(CXX)/' -e 's/gcc/$(CC)/' Makefile || die #respect CC/CXX
- sed -i -e 's/\(^C4CFLAGS =.*\) -O2.*/\1 $(CFLAGS)/' Makefile || die #respect CFLAGS
- sed -i -e 's/\(^CPPFLAGS +=.*\) -O2.*/\1 $(CXXFLAGS)/' Makefile || die #respect CXXFLAGS
-}
-
-src_compile() {
- tc-export CC CXX
- emake
-}
-
-src_install() {
- emake INSTDIR="${D}/usr/$(get_libdir)/lv2/ir.lv2" install
- dodoc README ChangeLog
-}
next reply other threads:[~2019-12-25 12:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-25 12:33 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 7:22 [gentoo-commits] repo/gentoo:master commit in: media-plugins/ir_lv2/ Ulrich Müller
2021-03-15 19:37 Andreas Sturmlechner
2020-02-09 8:45 Mikle Kolyada
2019-12-25 12:33 Miroslav Šulc
2017-02-24 10:08 Manuel Rüger
2015-11-09 12:37 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=1577277204.88492b514e45ecc8b8e9d44720f512f47aae4d30.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