diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-30 01:37:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-30 01:37:40 +0000 |
commit | 87e86a6d6f4cef0fddb312656bf710bb7fe8d037 (patch) | |
tree | b6b5ad8b2ad08d0e5cd5b04f4d36111248823211 /media-sound/musicman | |
parent | use [[ check. (diff) | |
download | historical-87e86a6d6f4cef0fddb312656bf710bb7fe8d037.tar.gz historical-87e86a6d6f4cef0fddb312656bf710bb7fe8d037.tar.bz2 historical-87e86a6d6f4cef0fddb312656bf710bb7fe8d037.zip |
Make sure aRTs is required.
Package-Manager: portage-2.1_rc3-r1
Diffstat (limited to 'media-sound/musicman')
-rw-r--r-- | media-sound/musicman/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/musicman/musicman-0.11-r1.ebuild | 22 | ||||
-rw-r--r-- | media-sound/musicman/musicman-0.14.ebuild | 19 | ||||
-rw-r--r-- | media-sound/musicman/musicman-0.15.ebuild | 18 |
4 files changed, 18 insertions, 49 deletions
diff --git a/media-sound/musicman/ChangeLog b/media-sound/musicman/ChangeLog index a1146a0ca89a..5d7828c57141 100644 --- a/media-sound/musicman/ChangeLog +++ b/media-sound/musicman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/musicman -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/musicman/ChangeLog,v 1.14 2005/10/30 22:36:08 flameeyes Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/musicman/ChangeLog,v 1.15 2006/05/30 01:37:40 flameeyes Exp $ + + 30 May 2006; Diego Pettenò <flameeyes@gentoo.org> + musicman-0.11-r1.ebuild, musicman-0.14.ebuild, musicman-0.15.ebuild: + Make sure aRTs is required. 30 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> musicman-0.11-r1.ebuild, musicman-0.14.ebuild, musicman-0.15.ebuild: diff --git a/media-sound/musicman/musicman-0.11-r1.ebuild b/media-sound/musicman/musicman-0.11-r1.ebuild index 11f583fe28d2..5f8fe9a75eaa 100644 --- a/media-sound/musicman/musicman-0.11-r1.ebuild +++ b/media-sound/musicman/musicman-0.11-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/musicman/musicman-0.11-r1.ebuild,v 1.10 2005/10/30 22:36:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/musicman/musicman-0.11-r1.ebuild,v 1.11 2006/05/30 01:37:40 flameeyes Exp $ IUSE="" +ARTS_REQUIRED="yes" inherit eutils kde S="${WORKDIR}/musicman" @@ -20,18 +21,5 @@ DEPEND="|| ( kde-base/libkonq >=kde-base/kdebase-3.2.1 )" need-kde 3.2 -pkg_setup() { - if ! useq arts; then - eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled" - die - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${P}-gcc34.patch - epatch ${FILESDIR}/${P}-amd64.patch -} - +PATCHES="${FILESDIR}/${P}-gcc34.patch + ${FILESDIR}/${P}-amd64.patch" diff --git a/media-sound/musicman/musicman-0.14.ebuild b/media-sound/musicman/musicman-0.14.ebuild index 89c1b768e350..3687aee5068c 100644 --- a/media-sound/musicman/musicman-0.14.ebuild +++ b/media-sound/musicman/musicman-0.14.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/musicman/musicman-0.14.ebuild,v 1.2 2005/10/30 22:36:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/musicman/musicman-0.14.ebuild,v 1.3 2006/05/30 01:37:40 flameeyes Exp $ IUSE="" +ARTS_REQURIED="yes" inherit eutils kde S="${WORKDIR}/musicman" @@ -20,16 +21,4 @@ DEPEND="|| ( kde-base/libkonq >=kde-base/kdebase-3.2.1 )" need-kde 3.2 -pkg_setup() { - if ! useq arts; then - eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled" - die - fi -} - -src_unpack() { - kde_src_unpack - - cd ${S} - epatch ${FILESDIR}/${PN}-0.11-amd64.patch -} +PATCHES="${FILESDIR}/${PN}-0.11-amd64.patch" diff --git a/media-sound/musicman/musicman-0.15.ebuild b/media-sound/musicman/musicman-0.15.ebuild index 38ad9d29c40d..253e0f2dc02a 100644 --- a/media-sound/musicman/musicman-0.15.ebuild +++ b/media-sound/musicman/musicman-0.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/musicman/musicman-0.15.ebuild,v 1.2 2005/10/30 22:36:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/musicman/musicman-0.15.ebuild,v 1.3 2006/05/30 01:37:40 flameeyes Exp $ IUSE="" @@ -20,16 +20,4 @@ DEPEND="|| ( kde-base/libkonq >=kde-base/kdebase-3.2.1 )" need-kde 3.2 -pkg_setup() { - if ! useq arts; then - eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled" - die - fi -} - -src_unpack() { - kde_src_unpack - - cd ${S} - epatch ${FILESDIR}/${PN}-0.11-amd64.patch -} +PATCHES="${FILESDIR}/${PN}-0.11-amd64.patch" |