From 0cb773b57969bb700a52c778c7452130b0f76eed Mon Sep 17 00:00:00 2001 From: "John J. Ellis" Date: Sat, 19 Jul 2003 01:56:30 +0000 Subject: New package. Closes #9451. --- app-misc/rio/ChangeLog | 11 +++++++++++ app-misc/rio/Manifest | 3 ++- app-misc/rio/files/digest-rio-1.0.7 | 1 + app-misc/rio/rio-1.0.7.ebuild | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 app-misc/rio/ChangeLog create mode 100644 app-misc/rio/files/digest-rio-1.0.7 create mode 100644 app-misc/rio/rio-1.0.7.ebuild (limited to 'app-misc/rio') diff --git a/app-misc/rio/ChangeLog b/app-misc/rio/ChangeLog new file mode 100644 index 000000000000..99e5e8993abe --- /dev/null +++ b/app-misc/rio/ChangeLog @@ -0,0 +1,11 @@ +# 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 $ + +*rio-1.0.7 (19 Jul 2003) + + 19 Jul 2003; jje rio-1.0.7.ebuild: + Initial revision. + + Submitted by: Danny Pansters + diff --git a/app-misc/rio/Manifest b/app-misc/rio/Manifest index 28140ca669b4..061efb860cff 100644 --- a/app-misc/rio/Manifest +++ b/app-misc/rio/Manifest @@ -1,2 +1,3 @@ -MD5 294d432d774bcb0a84aadb2c8d65f83f rio-1.0.7.ebuild 642 +MD5 4073619f1b0fe7d89303e1b1f22731c5 rio-1.0.7.ebuild 643 +MD5 78a783bb75b04a282147eeb5d7493afd ChangeLog 356 MD5 57d3999d889f638c313d32013ed95bdc files/digest-rio-1.0.7 54 diff --git a/app-misc/rio/files/digest-rio-1.0.7 b/app-misc/rio/files/digest-rio-1.0.7 new file mode 100644 index 000000000000..f9ed3265caef --- /dev/null +++ b/app-misc/rio/files/digest-rio-1.0.7 @@ -0,0 +1 @@ +MD5 81be1f37f98a23a013d02495b8b23ca9 rio007.tgz 28953 diff --git a/app-misc/rio/rio-1.0.7.ebuild b/app-misc/rio/rio-1.0.7.ebuild new file mode 100644 index 000000000000..1cf237a965f1 --- /dev/null +++ b/app-misc/rio/rio-1.0.7.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +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" +LICENSE="GPL-2" + +DEPEND="virtual/glibc" +RDEPEND="" + +UNPACKDIR=rio107 + +S=${WORKDIR}/${UNPACKDIR} + +src_compile() { + emake || die +} + +src_install() { + into /usr + dobin rio + dodoc CREDITS README gpl.txt playlist.txt rio.txt +} + +pkg_postinst() { + einfo + einfo "Warning! The /usr/bin/rio binary is installed SUID/GUID root." + einfo +} -- cgit v1.2.3-65-gdbad