diff options
author | Joel Hill <hillster@gentoo.org> | 2003-10-08 03:58:12 +0000 |
---|---|---|
committer | Joel Hill <hillster@gentoo.org> | 2003-10-08 03:58:12 +0000 |
commit | 7edab3a31625e9e21143c7b6056889749906dfd8 (patch) | |
tree | 1afff9b23a656b3d21480e9d84a1b3683a114170 /app-misc/rio | |
parent | Patched out thinice and including it on depend (diff) | |
download | historical-7edab3a31625e9e21143c7b6056889749906dfd8.tar.gz historical-7edab3a31625e9e21143c7b6056889749906dfd8.tar.bz2 historical-7edab3a31625e9e21143c7b6056889749906dfd8.zip |
marking stable
Diffstat (limited to 'app-misc/rio')
-rw-r--r-- | app-misc/rio/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/rio/Manifest | 4 | ||||
-rw-r--r-- | app-misc/rio/rio-1.0.7.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-misc/rio/ChangeLog b/app-misc/rio/ChangeLog index 99e5e8993abe..056bf9534993 100644 --- a/app-misc/rio/ChangeLog +++ b/app-misc/rio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/rio # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/ChangeLog,v 1.1 2003/07/19 01:56:23 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/ChangeLog,v 1.2 2003/10/08 03:58:06 hillster Exp $ + + 07 Oct 2003; Joel Hill <hillster@gentoo.org> rio-1.0.7.ebuild: + cleanup, marking stable. *rio-1.0.7 (19 Jul 2003) diff --git a/app-misc/rio/Manifest b/app-misc/rio/Manifest index 02b33b9c0db7..3d47331eb50c 100644 --- a/app-misc/rio/Manifest +++ b/app-misc/rio/Manifest @@ -1,3 +1,3 @@ -MD5 78a783bb75b04a282147eeb5d7493afd ChangeLog 356 -MD5 afaab494611064ddf7e936f3f35badac rio-1.0.7.ebuild 738 +MD5 07ada784808d1bae1e18105a9175e73d rio-1.0.7.ebuild 754 +MD5 afe87cf22545a2e4999c69d0d140ce1a ChangeLog 454 MD5 57d3999d889f638c313d32013ed95bdc files/digest-rio-1.0.7 54 diff --git a/app-misc/rio/rio-1.0.7.ebuild b/app-misc/rio/rio-1.0.7.ebuild index c85778dc420b..b0978985ec73 100644 --- a/app-misc/rio/rio-1.0.7.ebuild +++ b/app-misc/rio/rio-1.0.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/rio-1.0.7.ebuild,v 1.3 2003/09/05 12:14:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/rio-1.0.7.ebuild,v 1.4 2003/10/08 03:58:06 hillster Exp $ DESCRIPTION="Utility for the Diamond Rio 300 portable MP3 player" SRC_URI="http://www.world.co.uk/sba/${PN}007.tgz" HOMEPAGE="http://www.world.co.uk/sba/rio.html" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="GPL-2" DEPEND="virtual/glibc" @@ -18,7 +18,7 @@ UNPACKDIR=rio107 S=${WORKDIR}/${UNPACKDIR} src_compile() { - emake || die + emake || die "compile failed" } src_install() { |