commit: 5f2283e453c0843ebbe45eecca32efd2ae55309c Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Oct 13 08:58:53 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Oct 13 08:58:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2283e4
media-sound/tempest_for_eliza: Drop old Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 .../tempest_for_eliza-1.0.5-r1.ebuild | 37 ---------------------- 1 file changed, 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 2ab5ed9d6b6..00000000000 --- 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" -}
