Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/amsynth/
Date: Mon, 08 Apr 2019 21:15:15
Message-Id: 1554757845.d0ffcb6cd5fbf326b74235c4c2752766b5bbdd0c.asturm@gentoo
1 commit: d0ffcb6cd5fbf326b74235c4c2752766b5bbdd0c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 16:17:25 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 21:10:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ffcb6c
7
8 media-sound/amsynth: Drop 1.7.1-r1
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/amsynth/Manifest | 1 -
14 media-sound/amsynth/amsynth-1.7.1-r1.ebuild | 50 -----------------------------
15 2 files changed, 51 deletions(-)
16
17 diff --git a/media-sound/amsynth/Manifest b/media-sound/amsynth/Manifest
18 index c05f687578f..cb833a8f977 100644
19 --- a/media-sound/amsynth/Manifest
20 +++ b/media-sound/amsynth/Manifest
21 @@ -1,2 +1 @@
22 -DIST amsynth-1.7.1.tar.gz 1409439 BLAKE2B 80fbd2c56b307cb7defce46e2dafe72ce1a56222314faaec9b2d16be9f4412869e377a8cea97d20803eb668b259f2110179607b4148acb8ba7d5e0ef1bb5b14b SHA512 ad5eff805f3ad30a7cc9f3933bbe82b99c670c669c0c405d5045a410afc75cdc0d692856e73ccf870d3ca66e0997a81a5c35baf57b33bb6012f19056cff725c9
23 DIST amsynth-1.8.0.tar.bz2 1170068 BLAKE2B 0b570efe1db69bba04215055147792a9635bc086749ca7d70b5b3f8bc16613310591802c6cdabfd83009bda2c3b109b17ccc9d4ace7681614bed8c42c5f84f8d SHA512 a47489b103dbdd1cb2233d8629acfda2a1d26ac1f7ea5b8c4e7925676842cac21758ca94b50894e71426517bd826e9a9b6fd26800516054e24d62f7cbce4f0f9
24
25 diff --git a/media-sound/amsynth/amsynth-1.7.1-r1.ebuild b/media-sound/amsynth/amsynth-1.7.1-r1.ebuild
26 deleted file mode 100644
27 index 0d1d9572333..00000000000
28 --- a/media-sound/amsynth/amsynth-1.7.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,50 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit autotools flag-o-matic
37 -
38 -DESCRIPTION="Virtual analogue synthesizer"
39 -HOMEPAGE="https://github.com/amsynth/amsynth"
40 -SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~ppc x86"
45 -IUSE="alsa dssi jack lash oss sndfile"
46 -
47 -RDEPEND="dev-cpp/gtkmm:2.4
48 - sndfile? ( >=media-libs/libsndfile-1:= )
49 - alsa? (
50 - media-libs/alsa-lib:=
51 - media-sound/alsa-utils
52 - )
53 - dssi? (
54 - media-libs/dssi:=
55 - media-libs/liblo:=
56 - >=x11-libs/gtk+-2.20:2
57 - )
58 - jack? ( virtual/jack )
59 - lash? ( media-sound/lash )"
60 -DEPEND="${RDEPEND}
61 - virtual/pkgconfig
62 - oss? ( virtual/os-headers )"
63 -
64 -S="${WORKDIR}/${PN}-release-${PV}"
65 -
66 -src_prepare() {
67 - default
68 - eautoreconf
69 -}
70 -
71 -src_configure() {
72 - append-cxxflags -std=c++11
73 - econf \
74 - $(use_with oss) \
75 - $(use_with alsa) \
76 - $(use_with jack) \
77 - $(use_with lash) \
78 - $(use_with sndfile) \
79 - $(use_with dssi)
80 -}