diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-06-29 10:45:54 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-06-29 10:45:54 +0000 |
commit | 0b48beb80628737b93785f8af6ce8fc97df9a325 (patch) | |
tree | c923b75fccc1740ba3a3d1a01258232355648127 /media-sound | |
parent | QA: inherit kde-base -> inherit kde (in comment) (Manifest recommit) (diff) | |
download | gentoo-2-0b48beb80628737b93785f8af6ce8fc97df9a325.tar.gz gentoo-2-0b48beb80628737b93785f8af6ce8fc97df9a325.tar.bz2 gentoo-2-0b48beb80628737b93785f8af6ce8fc97df9a325.zip |
QA: inherit kde-base -> inherit kde
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/scret/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/scret/scret-0.1.3.ebuild | 20 |
2 files changed, 11 insertions, 14 deletions
diff --git a/media-sound/scret/ChangeLog b/media-sound/scret/ChangeLog index 05007b093af6..e3d6bc109ea8 100644 --- a/media-sound/scret/ChangeLog +++ b/media-sound/scret/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/scret # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/scret/ChangeLog,v 1.3 2004/06/25 00:21:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/scret/ChangeLog,v 1.4 2004/06/29 10:45:54 carlo Exp $ + + 29 Jun 2004; Carsten Lohrke <carlo@gentoo.org> scret-0.1.3.ebuild: + QA: inherit kde-base -> inherit kde 21 Mar 2004; David Holm <dholm@gentoo.org> scret-0.1.3.ebuild: Added to ~ppc. diff --git a/media-sound/scret/scret-0.1.3.ebuild b/media-sound/scret/scret-0.1.3.ebuild index 815e4448343f..be04ce0e2e4d 100644 --- a/media-sound/scret/scret-0.1.3.ebuild +++ b/media-sound/scret/scret-0.1.3.ebuild @@ -1,26 +1,20 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/scret/scret-0.1.3.ebuild,v 1.3 2004/06/25 00:21:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/scret/scret-0.1.3.ebuild,v 1.4 2004/06/29 10:45:54 carlo Exp $ -inherit kde-base -need-kde 3.1 +inherit kde + +S=${WORKDIR}/ScoreReadingTrainer-${PV} DESCRIPTION="A musical score reading trainer" -SRC_URI="mirror://sourceforge/scret/ScoreReadingTrainer-${PV}.tar.bz2" HOMEPAGE="http://scret.sourceforge.net" +SRC_URI="mirror://sourceforge/scret/ScoreReadingTrainer-${PV}.tar.bz2" -S=${WORKDIR}/ScoreReadingTrainer-${PV} - +SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" - IUSE="" -SLOT="0" -DEPEND="" +need-kde 3.1 -src_install() { - einstall || die - dodoc AUTHORS ChangeLog COPYING INSTALL README TODO || die -} |