diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-07-31 12:22:25 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-07-31 12:22:25 +0000 |
commit | 452f02f3a412a66cd6838fa550a5839f1aa716bf (patch) | |
tree | 4a80f4f2db41e2245ac3ba0b9c8c68548a26c066 /media-sound | |
parent | Added patch emacs support, thanks to Christian Faulhammer <opfer@gentoo.org>.... (diff) | |
download | gentoo-2-452f02f3a412a66cd6838fa550a5839f1aa716bf.tar.gz gentoo-2-452f02f3a412a66cd6838fa550a5839f1aa716bf.tar.bz2 gentoo-2-452f02f3a412a66cd6838fa550a5839f1aa716bf.zip |
Drop unused version.
(Portage version: 2.1.3)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/darksnow/darksnow-0.4.4.ebuild | 38 | ||||
-rw-r--r-- | media-sound/darksnow/files/digest-darksnow-0.4.4 | 3 |
2 files changed, 0 insertions, 41 deletions
diff --git a/media-sound/darksnow/darksnow-0.4.4.ebuild b/media-sound/darksnow/darksnow-0.4.4.ebuild deleted file mode 100644 index 40df3ccadbc5..000000000000 --- a/media-sound/darksnow/darksnow-0.4.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/darksnow/darksnow-0.4.4.ebuild,v 1.6 2005/04/18 15:50:42 luckyduck Exp $ - -IUSE="" - -DESCRIPTION="Streaming GTK2 Front-End based in Darkice Ice Streamer" -HOMEPAGE="http://darksnow.radiolivre.org" -SRC_URI="http://darksnow.radiolivre.org/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 sparc x86" - -DEPEND=">=x11-libs/gtk+-2 - >=media-sound/darkice-0.14" - -src_unpack() { - unpack ${A} - einfo "Patching Makefile..." - cd ${S} - - #fix some makefile issues - sed -i -e "s:^PREFIX=.*:PREFIX=${D}/usr:" \ - -e "s:^INTLPREFIX=.*:INTLPREFIX=${D}/usr:" \ - -e "s:^CFLAGS=:CFLAGS=${CFLAGS} :" \ - Makefile \ - || die "could not patch Makefile" -} - -src_compile() { - emake || die "Compilation failed" -} - -src_install () { - dobin darksnow || die "could not install darksnow executable" - dodoc ${S}/documentation/* -} diff --git a/media-sound/darksnow/files/digest-darksnow-0.4.4 b/media-sound/darksnow/files/digest-darksnow-0.4.4 deleted file mode 100644 index 053c443f101b..000000000000 --- a/media-sound/darksnow/files/digest-darksnow-0.4.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3e3dff74b73c9097a455c3605b38b63f darksnow-0.4.4.tar.gz 21636 -RMD160 79dfbb188031a2548200c3f0407c8663bf9536a3 darksnow-0.4.4.tar.gz 21636 -SHA256 66ff37ba94ff3f0ec94e7d07abda260eac16c289a77d7244f346a9d5e903f396 darksnow-0.4.4.tar.gz 21636 |