summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-10-13 11:58:53 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-10-13 11:58:53 +0300
commit5f2283e453c0843ebbe45eecca32efd2ae55309c (patch)
tree199b9a239ae117e3388ebefebdc96d986ce680ea /media-sound/tempest_for_eliza
parentmedia-sound/tempest_for_eliza: Mark stable (diff)
downloadgentoo-5f2283e453c0843ebbe45eecca32efd2ae55309c.tar.gz
gentoo-5f2283e453c0843ebbe45eecca32efd2ae55309c.tar.bz2
gentoo-5f2283e453c0843ebbe45eecca32efd2ae55309c.zip
media-sound/tempest_for_eliza: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'media-sound/tempest_for_eliza')
-rw-r--r--media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild b/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild
deleted file mode 100644
index 2ab5ed9d6b60..000000000000
--- a/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit toolchain-funcs
-
-DESCRIPTION="listen to music on the radio generated by images on your screen"
-HOMEPAGE="http://www.erikyyy.de/tempest/"
-SRC_URI="http://www.erikyyy.de/tempest/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- tc-export CXX
- econf \
- --enable-debug \
- --enable-nowarnerror
-}
-
-src_compile() {
- emake CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README
-
- rm songs/Makefile*
- insinto /usr/share/${PN}
- doins songs/* || die "doins failed"
-}