diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-19 23:27:21 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-19 23:27:21 +0000 |
commit | 64287d094ba87df2ad736ad8ba384932ddc0c5f1 (patch) | |
tree | 182242797dbf8aa5239da393b30c892188717a60 /media-sound/cm | |
parent | Fixing mod_php dep and moving to stable x86. (Manifest recommit) (diff) | |
download | gentoo-2-64287d094ba87df2ad736ad8ba384932ddc0c5f1.tar.gz gentoo-2-64287d094ba87df2ad736ad8ba384932ddc0c5f1.tar.bz2 gentoo-2-64287d094ba87df2ad736ad8ba384932ddc0c5f1.zip |
Fixing dep and moving to stable x86.
Diffstat (limited to 'media-sound/cm')
-rw-r--r-- | media-sound/cm/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/cm/cm-2.4.0.ebuild | 5 | ||||
-rw-r--r-- | media-sound/cm/cm-2.4.2.ebuild | 7 |
3 files changed, 10 insertions, 8 deletions
diff --git a/media-sound/cm/ChangeLog b/media-sound/cm/ChangeLog index 4e6f3b9b5696..56658286122a 100644 --- a/media-sound/cm/ChangeLog +++ b/media-sound/cm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/cm # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/ChangeLog,v 1.2 2004/03/01 04:18:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/ChangeLog,v 1.3 2004/03/19 23:27:21 eradicator Exp $ + + 19 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> cm-2.4.0.ebuild, + cm-2.4.2.ebuild: + Fixing dep and moving to stable x86. *cm-2.4.2 (29 Feb 2004) diff --git a/media-sound/cm/cm-2.4.0.ebuild b/media-sound/cm/cm-2.4.0.ebuild index 3ad3068c6d14..e4a637279aae 100644 --- a/media-sound/cm/cm-2.4.0.ebuild +++ b/media-sound/cm/cm-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.4.0.ebuild,v 1.6 2004/03/01 04:18:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.4.0.ebuild,v 1.7 2004/03/19 23:27:21 eradicator Exp $ DESCRIPTION="Common Music: An object oriented music composition environment in LISP/scheme" HOMEPAGE="http://www-ccrma.stanford.edu/software/cm/doc/cm.html" @@ -10,8 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND=">=guile-1.6.4" -RDEPEND="${DEPEND}" +DEPEND=">=dev-util/guile-1.6.4" src_install() { dodir /usr/share/${PN} diff --git a/media-sound/cm/cm-2.4.2.ebuild b/media-sound/cm/cm-2.4.2.ebuild index 94a99f0ba1e3..c9bb05954f1d 100644 --- a/media-sound/cm/cm-2.4.2.ebuild +++ b/media-sound/cm/cm-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.4.2.ebuild,v 1.1 2004/03/01 04:18:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.4.2.ebuild,v 1.2 2004/03/19 23:27:21 eradicator Exp $ DESCRIPTION="Common Music: An object oriented music composition environment in LISP/scheme" HOMEPAGE="http://commonmusic.sourceforge.net" @@ -9,10 +9,9 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" -DEPEND=">=guile-1.6.4" -RDEPEND="${DEPEND}" +DEPEND=">=dev-util/guile-1.6.4" src_install() { dodir /usr/share/${PN} |