Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/rioutil: ChangeLog rioutil-1.5.0-r1.ebuild
Date: Mon, 01 Oct 2007 04:26:47
Message-Id: E1IcCix-0001S0-RU@stork.gentoo.org
1 dirtyepic 07/10/01 04:17:39
2
3 Modified: ChangeLog
4 Added: rioutil-1.5.0-r1.ebuild
5 Log:
6 Include udev rules file 75-rio.rules provided by Jouni Rinne. Bug #160703.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.24 app-misc/rioutil/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 8 Oct 2006 11:15:11 -0000 1.23
23 +++ ChangeLog 1 Oct 2007 04:17:39 -0000 1.24
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-misc/rioutil
26 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.23 2006/10/08 11:15:11 jokey Exp $
28 +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.24 2007/10/01 04:17:39 dirtyepic Exp $
30 +
31 +*rioutil-1.5.0-r1 (01 Oct 2007)
32 +
33 + 01 Oct 2007; Ryan Hill <dirtyepic@g.o> +files/75-rio.rules,
34 + +rioutil-1.5.0-r1.ebuild:
35 + Include udev rules file 75-rio.rules provided by Jouni Rinne. Bug #160703.
36
37 *rioutil-1.5.0 (08 Oct 2006)
38
39
40
41
42 1.1 app-misc/rioutil/rioutil-1.5.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/rioutil-1.5.0-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/rioutil-1.5.0-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: rioutil-1.5.0-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.5.0-r1.ebuild,v 1.1 2007/10/01 04:17:39 dirtyepic Exp $
52
53 DESCRIPTION="Command line tool for transfering mp3s to and from a Rio 600, 800, Rio Riot, and Nike PSA/Play"
54 HOMEPAGE="http://rioutil.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/rioutil/${P}.tar.gz"
56
57 LICENSE="LGPL-2.1"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 DEPEND="dev-libs/libusb"
63
64 src_install() {
65 emake DESTDIR="${D}" install || die
66 dodoc AUTHORS ChangeLog NEWS README TODO
67 insinto /etc/udev/rules.d
68 doins "${FILESDIR}"/75-rio.rules
69 }
70
71
72
73 --
74 gentoo-commits@g.o mailing list