commit:     57ca003d16accaa07172277e779fe8c8e16d5048
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 00:01:15 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 00:01:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ca003d

media-sound/gmorgan: Remove old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-sound/gmorgan/gmorgan-0.79.ebuild | 43 ---------------------------------
 1 file changed, 43 deletions(-)

diff --git a/media-sound/gmorgan/gmorgan-0.79.ebuild 
b/media-sound/gmorgan/gmorgan-0.79.ebuild
deleted file mode 100644
index 0d4ca1de510..00000000000
--- a/media-sound/gmorgan/gmorgan-0.79.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Opensource software rhythm station"
-HOMEPAGE="http://gmorgan.sourceforge.net/";
-SRC_URI="mirror://sourceforge/gmorgan/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND="media-libs/alsa-lib
-       x11-libs/fltk:1"
-DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-remove-gettext-version-check.patch
-       "${FILESDIR}"/${P}-manpages.patch
-       "${FILESDIR}"/${P}-remove-dirs.patch
-       "${FILESDIR}"/${P}-remove-old-docs.patch
-       "${FILESDIR}"/${P}-gcc6.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable nls)
-}
-
-src_install() {
-       default
-       doman man/${PN}.1
-}

Reply via email to