summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2007-12-25 15:08:41 +0000
committerDawid Węgliński <cla@gentoo.org>2007-12-25 15:08:41 +0000
commita84e755a93506366894d534f2c8dbb0ec40712ad (patch)
treed84d3eb9ef71bbda4f95c4a91ca19c9b1a508ea7 /app-misc
parentRemoving seemant from metadata.xml as per #202469. Assigning to maintainer-ne... (diff)
downloadgentoo-2-a84e755a93506366894d534f2c8dbb0ec40712ad.tar.gz
gentoo-2-a84e755a93506366894d534f2c8dbb0ec40712ad.tar.bz2
gentoo-2-a84e755a93506366894d534f2c8dbb0ec40712ad.zip
Stable on x86 (bug #190353); remove old
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/rio/ChangeLog6
-rw-r--r--app-misc/rio/files/digest-rio-1.0.73
-rw-r--r--app-misc/rio/rio-1.0.7-r1.ebuild4
-rw-r--r--app-misc/rio/rio-1.0.7.ebuild33
4 files changed, 7 insertions, 39 deletions
diff --git a/app-misc/rio/ChangeLog b/app-misc/rio/ChangeLog
index 4d68174eca96..46cfac6e955c 100644
--- a/app-misc/rio/ChangeLog
+++ b/app-misc/rio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/rio
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/ChangeLog,v 1.8 2007/12/25 14:47:53 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/ChangeLog,v 1.9 2007/12/25 15:08:41 cla Exp $
+
+ 25 Dec 2007; Dawid Węgliński <cla@gentoo.org> -rio-1.0.7.ebuild,
+ rio-1.0.7-r1.ebuild:
+ Stable on x86 (bug #190353); nuke old, useless ebuild
25 Dec 2007; Samuli Suominen <drac@gentoo.org>
+files/rio-1.0.7-includes.patch, rio-1.0.7-r1.ebuild:
diff --git a/app-misc/rio/files/digest-rio-1.0.7 b/app-misc/rio/files/digest-rio-1.0.7
deleted file mode 100644
index 330b73d7398d..000000000000
--- a/app-misc/rio/files/digest-rio-1.0.7
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 81be1f37f98a23a013d02495b8b23ca9 rio007.tgz 28953
-RMD160 82528f4877e3339c407b6e5dea9393123d44f72d rio007.tgz 28953
-SHA256 a53c87901a6a221d34d55cfd999fb7406525b7647600dac009f2f8d4cadb2404 rio007.tgz 28953
diff --git a/app-misc/rio/rio-1.0.7-r1.ebuild b/app-misc/rio/rio-1.0.7-r1.ebuild
index 469277bab711..b4301d61829a 100644
--- a/app-misc/rio/rio-1.0.7-r1.ebuild
+++ b/app-misc/rio/rio-1.0.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/rio-1.0.7-r1.ebuild,v 1.2 2007/12/25 14:47:53 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/rio-1.0.7-r1.ebuild,v 1.3 2007/12/25 15:08:41 cla Exp $
inherit eutils toolchain-funcs
@@ -8,7 +8,7 @@ DESCRIPTION="Utility for the Diamond Rio 300 portable MP3 player"
HOMEPAGE="http://www.world.co.uk/sba/rio.html"
SRC_URI="http://www.world.co.uk/sba/${PN}007.tgz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
diff --git a/app-misc/rio/rio-1.0.7.ebuild b/app-misc/rio/rio-1.0.7.ebuild
deleted file mode 100644
index c94fd5a2cf06..000000000000
--- a/app-misc/rio/rio-1.0.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.10 2005/08/20 03:07:11 vanquirius Exp $
-
-inherit eutils
-
-DESCRIPTION="Utility for the Diamond Rio 300 portable MP3 player"
-HOMEPAGE="http://www.world.co.uk/sba/rio.html"
-SRC_URI="http://www.world.co.uk/sba/${PN}007.tgz"
-
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND="virtual/libc"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}${PV//./}"
-
-src_unpack() {
- unpack ${A}; cd ${S}
- epatch ${FILESDIR}/${P}-makefile.patch
-}
-
-src_compile() {
- emake || die "compile failed"
-}
-
-src_install() {
- dobin rio || die
- dodoc CREDITS README gpl.txt playlist.txt rio.txt
-}