Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gmorgan/
Date: Mon, 30 Oct 2017 00:01:31
Message-Id: 1509321675.57ca003d16accaa07172277e779fe8c8e16d5048.mrueg@gentoo
1 commit: 57ca003d16accaa07172277e779fe8c8e16d5048
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 30 00:01:15 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 00:01:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ca003d
7
8 media-sound/gmorgan: Remove old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 media-sound/gmorgan/gmorgan-0.79.ebuild | 43 ---------------------------------
13 1 file changed, 43 deletions(-)
14
15 diff --git a/media-sound/gmorgan/gmorgan-0.79.ebuild b/media-sound/gmorgan/gmorgan-0.79.ebuild
16 deleted file mode 100644
17 index 0d4ca1de510..00000000000
18 --- a/media-sound/gmorgan/gmorgan-0.79.ebuild
19 +++ /dev/null
20 @@ -1,43 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit autotools
27 -
28 -DESCRIPTION="Opensource software rhythm station"
29 -HOMEPAGE="http://gmorgan.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/gmorgan/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE="nls"
36 -
37 -RDEPEND="media-libs/alsa-lib
38 - x11-libs/fltk:1"
39 -DEPEND="${RDEPEND}
40 - nls? ( sys-devel/gettext )"
41 -
42 -PATCHES=(
43 - "${FILESDIR}"/${P}-remove-gettext-version-check.patch
44 - "${FILESDIR}"/${P}-manpages.patch
45 - "${FILESDIR}"/${P}-remove-dirs.patch
46 - "${FILESDIR}"/${P}-remove-old-docs.patch
47 - "${FILESDIR}"/${P}-gcc6.patch
48 -)
49 -
50 -src_prepare() {
51 - default
52 - eautoreconf
53 -}
54 -
55 -src_configure() {
56 - econf \
57 - $(use_enable nls)
58 -}
59 -
60 -src_install() {
61 - default
62 - doman man/${PN}.1
63 -}