diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-15 09:18:03 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-15 09:18:03 +0000 |
commit | d202e6e5bd963f50b4bf14aef91cefb062db5d21 (patch) | |
tree | b3ba7478c963f089596484fc4b7bf34ac1c5ed8c /media-sound/noteedit | |
parent | DEPEND on arts to make sure that noatun was built with kdemultimedia. (diff) | |
download | historical-d202e6e5bd963f50b4bf14aef91cefb062db5d21.tar.gz historical-d202e6e5bd963f50b4bf14aef91cefb062db5d21.tar.bz2 historical-d202e6e5bd963f50b4bf14aef91cefb062db5d21.zip |
Added arts as a dependency because you can't build without mcopidl.
Diffstat (limited to 'media-sound/noteedit')
-rw-r--r-- | media-sound/noteedit/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/noteedit/files/digest-noteedit-2.5.3 | 1 | ||||
-rw-r--r-- | media-sound/noteedit/noteedit-2.5.3.ebuild | 19 | ||||
-rw-r--r-- | media-sound/noteedit/noteedit-2.6.2.ebuild | 7 |
4 files changed, 9 insertions, 24 deletions
diff --git a/media-sound/noteedit/ChangeLog b/media-sound/noteedit/ChangeLog index ae490ef1bde4..65a60959f282 100644 --- a/media-sound/noteedit/ChangeLog +++ b/media-sound/noteedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/noteedit # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.11 2004/09/03 09:57:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.12 2004/10/15 09:16:55 eradicator Exp $ + + 15 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> + -noteedit-2.5.3.ebuild, noteedit-2.6.2.ebuild: + Added arts as a dependency because you can't build without mcopidl. 03 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> noteedit-2.6.2.ebuild: diff --git a/media-sound/noteedit/files/digest-noteedit-2.5.3 b/media-sound/noteedit/files/digest-noteedit-2.5.3 deleted file mode 100644 index 3da4dedbb808..000000000000 --- a/media-sound/noteedit/files/digest-noteedit-2.5.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 94b3d621b96e514d7099e5f7964ccf7a noteedit-2.5.3.tgz 1861522 diff --git a/media-sound/noteedit/noteedit-2.5.3.ebuild b/media-sound/noteedit/noteedit-2.5.3.ebuild deleted file mode 100644 index a928ef811235..000000000000 --- a/media-sound/noteedit/noteedit-2.5.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.5.3.ebuild,v 1.3 2004/06/25 00:15:37 agriffis Exp $ - -inherit kde-functions kde - -DESCRIPTION="Musical score editor (for Linux)." -HOMEPAGE="http://rnvs.informatik.tu-chemnitz.de/~jan/noteedit/" -SRC_URI="http://rnvs.informatik.tu-chemnitz.de/cgi-bin/nph-sendbin.cgi/~jan/${PN}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="arts" - -DEPEND="arts? ( kde-base/kdemultimedia ) - media-libs/tse3" - -need-kde 3 diff --git a/media-sound/noteedit/noteedit-2.6.2.ebuild b/media-sound/noteedit/noteedit-2.6.2.ebuild index 47f5005ee9d2..d19989e1ebd7 100644 --- a/media-sound/noteedit/noteedit-2.6.2.ebuild +++ b/media-sound/noteedit/noteedit-2.6.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.6.2.ebuild,v 1.5 2004/09/03 09:57:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.6.2.ebuild,v 1.6 2004/10/15 09:16:55 eradicator Exp $ -IUSE="arts" +IUSE="" inherit kde-functions kde eutils flag-o-matic @@ -14,7 +14,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc sparc amd64" -DEPEND="arts? ( kde-base/kdemultimedia ) +DEPEND="kde-base/kdemultimedia + kde-base/arts media-libs/tse3" need-kde 3 |