commit:     fcbc8d4a257748bcb3a98d101f23f3d00b23823c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 16:39:58 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 16:39:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbc8d4a

media-sound/lingot: Remove old

Package-Manager: portage-2.3.0

 media-sound/lingot/Manifest            |  1 -
 media-sound/lingot/lingot-0.9.0.ebuild | 44 ----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/media-sound/lingot/Manifest b/media-sound/lingot/Manifest
index 52f2625..9e07a3f 100644
--- a/media-sound/lingot/Manifest
+++ b/media-sound/lingot/Manifest
@@ -1,2 +1 @@
-DIST lingot-0.9.0.tar.gz 420806 SHA256 
ab1fc0cc45e03da6d7c92711bbd8e1691816c2e209108c80f99a54746912e11f SHA512 
9e831337853341bbce600aaccd59d34618d254b3288c938cbd82e97b2ad890fabc29556ec563e398ce8791d3b8921981df5e7fb0532b13ad402b498342c27644
 WHIRLPOOL 
259ce613c266c3142aaff564220bcd5fe953faa8ad489c8fb9cbd3471e1fd77708e027ebb73dc3a5ac8c25609594bb2f6b6b8e29df7ae03ef21c759034c15d81
 DIST lingot-0.9.1.tar.gz 440043 SHA256 
ec91223ab3df7c9160e6f1ededd8125e64764360caa0de39f54ef0668d56f979 SHA512 
6f4745823436fe24dce8c90c5780691aebf8106380d5d56858bc641448b875feeb97b98603b5839c429d35d8d7e1221cb62c2a0e19dbb41b160b5580dfc9a55f
 WHIRLPOOL 
86542441e6a37182b9ce80897e08ea34f1504a9e25408440f9b8bd5e6ed7bab9ee390df498cd61534f2df51bbb36792167ab0d7a0706fb2dacc9842d3c0dbad4

diff --git a/media-sound/lingot/lingot-0.9.0.ebuild 
b/media-sound/lingot/lingot-0.9.0.ebuild
deleted file mode 100644
index 6b86955..00000000
--- a/media-sound/lingot/lingot-0.9.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="LINGOT Is Not a Guitar-Only Tuner"
-HOMEPAGE="http://www.nongnu.org/lingot";
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa jack"
-
-RDEPEND="x11-libs/gtk+:2
-       x11-libs/gdk-pixbuf:2
-       x11-libs/pango
-       dev-libs/glib:2
-       gnome-base/libglade:2.0
-       alsa? ( media-libs/alsa-lib )
-       jack? ( >=media-sound/jack-audio-connection-kit-0.102 )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       dev-util/intltool
-       sys-devel/gettext"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-0.7.6-clean-install.patch \
-               "${FILESDIR}"/${P}-jack.patch
-
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable alsa) \
-               $(use_enable jack)
-}
-
-src_install() {
-       emake DESTDIR="${D}" lingotdocdir="/usr/share/doc/${PF}" install
-}

Reply via email to