summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2008-01-02 14:26:14 +0000
committerJakub Moc <jakub@gentoo.org>2008-01-02 14:26:14 +0000
commitc0e4e7cdf5956fd7fa13beda84e287913edb3208 (patch)
tree8e87fbf25413148b4b6531f8ec0c6d68abf65b2a /media-plugins/k3bmonkeyaudioplugin/k3bmonkeyaudioplugin-3.1.ebuild
parentAdd MonkeyAudio license (diff)
downloadsunrise-c0e4e7cdf5956fd7fa13beda84e287913edb3208.tar.gz
sunrise-c0e4e7cdf5956fd7fa13beda84e287913edb3208.tar.bz2
sunrise-c0e4e7cdf5956fd7fa13beda84e287913edb3208.zip
media-plugins/k3bmonkeyaudioplugin: Fix LICENSE and fetch-restrict this.
svn path=/sunrise/; revision=5320
Diffstat (limited to 'media-plugins/k3bmonkeyaudioplugin/k3bmonkeyaudioplugin-3.1.ebuild')
-rw-r--r--media-plugins/k3bmonkeyaudioplugin/k3bmonkeyaudioplugin-3.1.ebuild13
1 files changed, 11 insertions, 2 deletions
diff --git a/media-plugins/k3bmonkeyaudioplugin/k3bmonkeyaudioplugin-3.1.ebuild b/media-plugins/k3bmonkeyaudioplugin/k3bmonkeyaudioplugin-3.1.ebuild
index d92c2197b..eafa4ab54 100644
--- a/media-plugins/k3bmonkeyaudioplugin/k3bmonkeyaudioplugin-3.1.ebuild
+++ b/media-plugins/k3bmonkeyaudioplugin/k3bmonkeyaudioplugin-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Exp $
@@ -8,15 +8,24 @@ DESCRIPTION="K3b Monkey's Audio Encoder and Decoder plugin"
HOMEPAGE="http://www.k3b.org"
SRC_URI="mirror://sourceforge/k3b/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2 MonkeyAudio"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="arts"
+RESTRICT="fetch"
DEPEND="app-cdr/k3b
arts? ( kde-base/arts )"
RDEPEND="${DEPEND}"
+pkg_nofetch() {
+ einfo "The license for the bundled MonkeyAudio codec sucks."
+ einfo "You must download the tarball manually."
+ einfo
+ einfo "Please download k3bmonkeyaudioplugin-3.1.tar.bz2"
+ einfo "from ${HOMEPAGE} and place it to ${DISTDIR}."
+}
+
pkg_setup() {
if use arts && ! built_with_use app-cdr/k3b arts; then
die "Re-emerge app-cdr/k3b with USE arts."