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/lingot/files/, media-sound/lingot/
Date: Thu, 04 Oct 2018 15:31:13
Message-Id: 1538667058.d7ada07320ebef160aeaf3dc184753306f8c7b85.asturm@gentoo
1 commit: d7ada07320ebef160aeaf3dc184753306f8c7b85
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 4 15:22:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 15:30:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ada073
7
8 media-sound/lingot: Drop 0.9.1
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 media-sound/lingot/Manifest | 1 -
14 .../lingot/files/lingot-0.9.1-clean-install.patch | 23 ------------
15 media-sound/lingot/lingot-0.9.1.ebuild | 41 ----------------------
16 3 files changed, 65 deletions(-)
17
18 diff --git a/media-sound/lingot/Manifest b/media-sound/lingot/Manifest
19 index b8dad218d0a..196a07fdc81 100644
20 --- a/media-sound/lingot/Manifest
21 +++ b/media-sound/lingot/Manifest
22 @@ -1,2 +1 @@
23 -DIST lingot-0.9.1.tar.gz 440043 BLAKE2B d2e6f3f150b03e934cceb4cc9909911bc55bedaf51254929f0fb4e092bed69606e7432e20b671769d2eac0ca4f05d282172ba2d388af2f8bed837d245d744af3 SHA512 6f4745823436fe24dce8c90c5780691aebf8106380d5d56858bc641448b875feeb97b98603b5839c429d35d8d7e1221cb62c2a0e19dbb41b160b5580dfc9a55f
24 DIST lingot-1.0.1.tar.gz 510112 BLAKE2B a04ef52cc70dba8af54746419190eedc2f2512120e3c1e8576dab0d6dd20c3470a6f857fd751ed4bcf8e291a993ff1f8fa7b0264a24957dcfab0efd9684ef3ba SHA512 98182721ef68411485b3f2faccbf315f340e549dd7cce0fdfaacab7c34fb708c98eda9b96da00701f1987becefced3a7587ffaaad77d6ef86046fb8c9f5f1cb5
25
26 diff --git a/media-sound/lingot/files/lingot-0.9.1-clean-install.patch b/media-sound/lingot/files/lingot-0.9.1-clean-install.patch
27 deleted file mode 100644
28 index 826a9fd29ce..00000000000
29 --- a/media-sound/lingot/files/lingot-0.9.1-clean-install.patch
30 +++ /dev/null
31 @@ -1,23 +0,0 @@
32 ---- lingot-0.9.1.orig/Makefile.am
33 -+++ lingot-0.9.1/Makefile.am
34 -@@ -8,19 +8,11 @@
35 - lingotdocdir = ${docdir}
36 - lingotdoc_DATA = \
37 - README\
38 -- COPYING\
39 - AUTHORS\
40 - ChangeLog\
41 -- INSTALL\
42 - NEWS\
43 -- TODO\
44 - THANKS\
45 -- MAINTAINERS\
46 -- src/lingot-background.xpm\
47 -- src/lingot-logo.xpm\
48 -- intltool-extract.in\
49 -- intltool-merge.in\
50 -- intltool-update.in
51 -+ MAINTAINERS
52 -
53 - EXTRA_DIST = $(lingotdoc_DATA)
54 -
55
56 diff --git a/media-sound/lingot/lingot-0.9.1.ebuild b/media-sound/lingot/lingot-0.9.1.ebuild
57 deleted file mode 100644
58 index 43092c2c411..00000000000
59 --- a/media-sound/lingot/lingot-0.9.1.ebuild
60 +++ /dev/null
61 @@ -1,41 +0,0 @@
62 -# Copyright 1999-2012 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=4
66 -inherit autotools eutils
67 -
68 -DESCRIPTION="LINGOT Is Not a Guitar-Only Tuner"
69 -HOMEPAGE="http://www.nongnu.org/lingot"
70 -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
71 -
72 -LICENSE="GPL-2"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -IUSE="alsa jack"
76 -
77 -RDEPEND="x11-libs/gtk+:2
78 - x11-libs/gdk-pixbuf:2
79 - x11-libs/pango
80 - dev-libs/glib:2
81 - gnome-base/libglade:2.0
82 - alsa? ( media-libs/alsa-lib )
83 - jack? ( virtual/jack )"
84 -DEPEND="${RDEPEND}
85 - virtual/pkgconfig
86 - dev-util/intltool
87 - sys-devel/gettext"
88 -
89 -src_prepare() {
90 - epatch "${FILESDIR}"/${P}-clean-install.patch
91 - eautoreconf
92 -}
93 -
94 -src_configure() {
95 - econf \
96 - $(use_enable alsa) \
97 - $(use_enable jack)
98 -}
99 -
100 -src_install() {
101 - emake DESTDIR="${D}" lingotdocdir="/usr/share/doc/${PF}" install
102 -}