commit: 60338edb4f1e2270370de7cfa4e59fd4a54e266e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 9 06:11:26 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 9 06:32:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60338edb
media-libs/stops: Drop old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-libs/stops/stops-0.3.0.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/media-libs/stops/stops-0.3.0.ebuild b/media-libs/stops/stops-0.3.0.ebuild deleted file mode 100644 index f33e8d657dc..00000000000 --- a/media-libs/stops/stops-0.3.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Organ stops for aeolus by Fons Adriaensen <fons.adriaen...@skynet.be>" -HOMEPAGE="http://www.kokkinizita.net/linuxaudio/aeolus/index.html" -SRC_URI="http://users.skynet.be/solaris/linuxaudio/downloads/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - insinto /usr/share/${PN} - doins -r *.ae0 Aeolus* waves -}