]> Pileus Git - ~andy/sunrise/blobdiff - media-sound/smack/smack-0.3.ebuild
media-gfx/ktikz: Properly fix qt deps
[~andy/sunrise] / media-sound / smack / smack-0.3.ebuild
index 40f8fc716a741acf2387ac353bd4feecb4a4d4c6..680875d48fdb9e59191179eebd4258f38105de70 100644 (file)
@@ -1,11 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 DESCRIPTION="Drum synth, 100% sample free"
 HOMEPAGE="http://smack.berlios.de/"
-SRC_URI="http://download.berlios.de/${PN}/${P}.tar.gz
-               http://download2.berlios.de/${PN}/${P}.tar.gz"
+SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
 
 IUSE=""
 LICENSE="GPL-2"
@@ -18,8 +17,9 @@ DEPEND=">=media-sound/om-0.2.0
        media-plugins/blop
        media-libs/ladspa-sdk
        media-libs/ladspa-cmt"
+RDEPEND=${DEPEND}
 
 src_install() {
        emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog NEWS THANKS README
+       dodoc AUTHORS ChangeLog NEWS THANKS README || die
 }