diff options
author | 2005-08-13 12:56:23 +0000 | |
---|---|---|
committer | 2005-08-13 12:56:23 +0000 | |
commit | a36a80917d7062b2eab2a1883a61f981f0096c47 (patch) | |
tree | ba0e4fc0b75de007fd79873b059c91c5fa35aa7f /media-sound | |
parent | Stable on alpha wrt #102175 (diff) | |
download | historical-a36a80917d7062b2eab2a1883a61f981f0096c47.tar.gz historical-a36a80917d7062b2eab2a1883a61f981f0096c47.tar.bz2 historical-a36a80917d7062b2eab2a1883a61f981f0096c47.zip |
Added strict dependency on arts as per bug #81919.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/creox/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/creox/Manifest | 16 | ||||
-rw-r--r-- | media-sound/creox/creox-0.2.2_rc2.ebuild | 14 |
3 files changed, 29 insertions, 8 deletions
diff --git a/media-sound/creox/ChangeLog b/media-sound/creox/ChangeLog index 783e899a77c6..c5e8cffc9e43 100644 --- a/media-sound/creox/ChangeLog +++ b/media-sound/creox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/creox -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/ChangeLog,v 1.8 2004/09/14 07:27:17 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/ChangeLog,v 1.9 2005/08/13 12:56:23 flameeyes Exp $ + + 13 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> creox-0.2.2_rc2.ebuild: + Added strict dependency on arts as per bug #81919. 14 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> creox-0.2.2_rc2.ebuild: diff --git a/media-sound/creox/Manifest b/media-sound/creox/Manifest index b2e565e0ff5a..c3c14482c35e 100644 --- a/media-sound/creox/Manifest +++ b/media-sound/creox/Manifest @@ -1,5 +1,15 @@ -MD5 1e1f8c430cf8bc4c758ed3b04fb926bd ChangeLog 1073 -MD5 b624160ba5f3e804bae3796ec4a873e4 creox-0.2.2_rc2.ebuild 655 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e6df99423f5b4a2a16f3f9cea66be950 ChangeLog 1203 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 b4a14d554e1672d522b4030363f02999 files/digest-creox-0.2.2_rc2 67 +MD5 ff2b4eab903c99d4fbd89d07c08716cc creox-0.2.2_rc2.ebuild 817 MD5 63cdddedab359f2b04ae837290c459e6 files/creox-0.2.2_rc2-ebusy.patch 3129 +MD5 b4a14d554e1672d522b4030363f02999 files/digest-creox-0.2.2_rc2 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFC/e4Yj5H05b2HAEkRAhkoAJ9tpa5OxuvfRMU8yHRqi16WJXtPOgCfWD6D +xXsrLoHANXvxuQQ8nfh5ws4= +=ErmV +-----END PGP SIGNATURE----- diff --git a/media-sound/creox/creox-0.2.2_rc2.ebuild b/media-sound/creox/creox-0.2.2_rc2.ebuild index 87d7c4db82ee..6e1d24cf51ea 100644 --- a/media-sound/creox/creox-0.2.2_rc2.ebuild +++ b/media-sound/creox/creox-0.2.2_rc2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.8 2004/09/14 07:27:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.9 2005/08/13 12:56:23 flameeyes Exp $ inherit kde eutils @@ -16,9 +16,17 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc amd64" IUSE="" -DEPEND="media-sound/jack-audio-connection-kit" +DEPEND="media-sound/jack-audio-connection-kit + kde-base/arts" need-kde 3 +pkg_setup() { + if ! built_with_use kdelibs arts ; then + eerror "${CATEGORY}/${P} requires you to build kdelibs with arts useflag on." + die + fi +} + src_unpack() { kde_src_unpack |