commit:     d7ada07320ebef160aeaf3dc184753306f8c7b85
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  4 15:22:50 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  4 15:30:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ada073

media-sound/lingot: Drop 0.9.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-sound/lingot/Manifest                        |  1 -
 .../lingot/files/lingot-0.9.1-clean-install.patch  | 23 ------------
 media-sound/lingot/lingot-0.9.1.ebuild             | 41 ----------------------
 3 files changed, 65 deletions(-)

diff --git a/media-sound/lingot/Manifest b/media-sound/lingot/Manifest
index b8dad218d0a..196a07fdc81 100644
--- a/media-sound/lingot/Manifest
+++ b/media-sound/lingot/Manifest
@@ -1,2 +1 @@
-DIST lingot-0.9.1.tar.gz 440043 BLAKE2B 
d2e6f3f150b03e934cceb4cc9909911bc55bedaf51254929f0fb4e092bed69606e7432e20b671769d2eac0ca4f05d282172ba2d388af2f8bed837d245d744af3
 SHA512 
6f4745823436fe24dce8c90c5780691aebf8106380d5d56858bc641448b875feeb97b98603b5839c429d35d8d7e1221cb62c2a0e19dbb41b160b5580dfc9a55f
 DIST lingot-1.0.1.tar.gz 510112 BLAKE2B 
a04ef52cc70dba8af54746419190eedc2f2512120e3c1e8576dab0d6dd20c3470a6f857fd751ed4bcf8e291a993ff1f8fa7b0264a24957dcfab0efd9684ef3ba
 SHA512 
98182721ef68411485b3f2faccbf315f340e549dd7cce0fdfaacab7c34fb708c98eda9b96da00701f1987becefced3a7587ffaaad77d6ef86046fb8c9f5f1cb5

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
deleted file mode 100644
index 826a9fd29ce..00000000000
--- a/media-sound/lingot/files/lingot-0.9.1-clean-install.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- lingot-0.9.1.orig/Makefile.am
-+++ lingot-0.9.1/Makefile.am
-@@ -8,19 +8,11 @@
- lingotdocdir = ${docdir}
- lingotdoc_DATA = \
-       README\
--      COPYING\
-       AUTHORS\
-       ChangeLog\
--      INSTALL\
-       NEWS\
--      TODO\
-       THANKS\
--      MAINTAINERS\
--      src/lingot-background.xpm\
--      src/lingot-logo.xpm\
--      intltool-extract.in\
--      intltool-merge.in\
--      intltool-update.in
-+      MAINTAINERS
- 
- EXTRA_DIST = $(lingotdoc_DATA)
- 

diff --git a/media-sound/lingot/lingot-0.9.1.ebuild 
b/media-sound/lingot/lingot-0.9.1.ebuild
deleted file mode 100644
index 43092c2c411..00000000000
--- a/media-sound/lingot/lingot-0.9.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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? ( virtual/jack )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       dev-util/intltool
-       sys-devel/gettext"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-clean-install.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