diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-23 05:50:32 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-23 05:50:32 +0000 |
commit | 280be81acfa57a9c50c58cb918498bb42c12a755 (patch) | |
tree | 4d4cf01fd057582c54d78ca3e6f38490eb5cf765 | |
parent | Added to ~amd64 and ~sparc. (Manifest recommit) (diff) | |
download | gentoo-2-280be81acfa57a9c50c58cb918498bb42c12a755.tar.gz gentoo-2-280be81acfa57a9c50c58cb918498bb42c12a755.tar.bz2 gentoo-2-280be81acfa57a9c50c58cb918498bb42c12a755.zip |
Added to ~sparc.
-rw-r--r-- | media-sound/krecord/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/krecord/krecord-1.14.ebuild | 10 | ||||
-rw-r--r-- | media-sound/kstreamripper/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/kstreamripper/kstreamripper-0.2.ebuild | 6 |
4 files changed, 19 insertions, 9 deletions
diff --git a/media-sound/krecord/ChangeLog b/media-sound/krecord/ChangeLog index 19b035694e36..ea436b6ec5fa 100644 --- a/media-sound/krecord/ChangeLog +++ b/media-sound/krecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/krecord # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/ChangeLog,v 1.7 2004/06/29 11:13:50 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/ChangeLog,v 1.8 2004/11/23 05:48:15 eradicator Exp $ + + 22 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> + krecord-1.14.ebuild: + Added to ~sparc. 29 Jun 2004; Carsten Lohrke <carlo@gentoo.org> krecord-1.11.ebuild, krecord-1.14.ebuild: diff --git a/media-sound/krecord/krecord-1.14.ebuild b/media-sound/krecord/krecord-1.14.ebuild index 5c207f530034..c7c572cd30ef 100644 --- a/media-sound/krecord/krecord-1.14.ebuild +++ b/media-sound/krecord/krecord-1.14.ebuild @@ -1,6 +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/krecord/krecord-1.14.ebuild,v 1.7 2004/06/29 11:13:50 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.14.ebuild,v 1.8 2004/11/23 05:48:15 eradicator Exp $ + +IUSE="" inherit kde @@ -10,8 +12,7 @@ SRC_URI="http://bytesex.org/misc/${PN}_${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64" -IUSE="" +KEYWORDS="~amd64 ~sparc x86" need-kde 3 #RDEPEND="media-libs/alsa-lib" @@ -21,6 +22,5 @@ src_compile() { } src_install() { - cd ${S} - make prefix=${D}/${PREFIX} install + einstall || die } diff --git a/media-sound/kstreamripper/ChangeLog b/media-sound/kstreamripper/ChangeLog index d1a444e74c93..7c449de32ea2 100644 --- a/media-sound/kstreamripper/ChangeLog +++ b/media-sound/kstreamripper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/kstreamripper # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.5 2004/11/01 19:56:58 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.6 2004/11/23 05:50:32 eradicator Exp $ + + 22 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> + kstreamripper-0.2.ebuild: + Added to ~sparc. 01 Nov 2004; Markus Rothe <corsair@gentoo.org> diff --git a/media-sound/kstreamripper/kstreamripper-0.2.ebuild b/media-sound/kstreamripper/kstreamripper-0.2.ebuild index c4a8f082daaa..01673ec599ef 100644 --- a/media-sound/kstreamripper/kstreamripper-0.2.ebuild +++ b/media-sound/kstreamripper/kstreamripper-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.2.ebuild,v 1.4 2004/11/01 19:56:58 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.2.ebuild,v 1.5 2004/11/23 05:50:32 eradicator Exp $ IUSE="" @@ -11,7 +11,9 @@ need-kde 3.2 DESCRIPTION="KStreamripper - a nice KDE3 frontend to media-sound/streamripper" HOMEPAGE="http://developer.berlios.de/projects/kstreamripper/" SRC_URI="http://www.tuxipuxi.de/${P}.tar.gz" + LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc ~ppc64" SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + DEPEND=">=media-sound/streamripper-1.32-r2" |