summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-04 17:22:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-04 17:30:58 +0200
commitd7ada07320ebef160aeaf3dc184753306f8c7b85 (patch)
treed6647a905bb3dcd2ea1057924f765caa0196e79d /media-sound/lingot
parentmedia-sound/lingot: 1.0.1 version bump, gtk+3, EAPI-7 (diff)
downloadgentoo-d7ada07320ebef160aeaf3dc184753306f8c7b85.tar.gz
gentoo-d7ada07320ebef160aeaf3dc184753306f8c7b85.tar.bz2
gentoo-d7ada07320ebef160aeaf3dc184753306f8c7b85.zip
media-sound/lingot: Drop 0.9.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-sound/lingot')
-rw-r--r--media-sound/lingot/Manifest1
-rw-r--r--media-sound/lingot/files/lingot-0.9.1-clean-install.patch23
-rw-r--r--media-sound/lingot/lingot-0.9.1.ebuild41
3 files changed, 0 insertions, 65 deletions
diff --git a/media-sound/lingot/Manifest b/media-sound/lingot/Manifest
index b8dad218d0ac..196a07fdc813 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 826a9fd29ce2..000000000000
--- 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 43092c2c4111..000000000000
--- 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
-}