diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-09 08:11:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-09 08:32:35 +0200 |
commit | 60338edb4f1e2270370de7cfa4e59fd4a54e266e (patch) | |
tree | 3e855e825b34ea0c0c8b11816f3e205dcc1af374 /media-libs/stops | |
parent | dev-python/PyGithub: Drop old (diff) | |
download | gentoo-60338edb4f1e2270370de7cfa4e59fd4a54e266e.tar.gz gentoo-60338edb4f1e2270370de7cfa4e59fd4a54e266e.tar.bz2 gentoo-60338edb4f1e2270370de7cfa4e59fd4a54e266e.zip |
media-libs/stops: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/stops')
-rw-r--r-- | media-libs/stops/stops-0.3.0.ebuild | 21 |
1 files changed, 0 insertions, 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 f33e8d657dcc..000000000000 --- 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.adriaensen@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 -} |