public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/rioutil: ChangeLog rioutil-1.5.0-r1.ebuild
@ 2007-10-01  4:17 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2007-10-01  4:17 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    07/10/01 04:17:39

  Modified:             ChangeLog
  Added:                rioutil-1.5.0-r1.ebuild
  Log:
  Include udev rules file 75-rio.rules provided by Jouni Rinne.  Bug #160703.
  (Portage version: 2.1.3.11)

Revision  Changes    Path
1.24                 app-misc/rioutil/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	8 Oct 2006 11:15:11 -0000	1.23
+++ ChangeLog	1 Oct 2007 04:17:39 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/rioutil
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.23 2006/10/08 11:15:11 jokey Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.24 2007/10/01 04:17:39 dirtyepic Exp $
+
+*rioutil-1.5.0-r1 (01 Oct 2007)
+
+  01 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> +files/75-rio.rules,
+  +rioutil-1.5.0-r1.ebuild:
+  Include udev rules file 75-rio.rules provided by Jouni Rinne.  Bug #160703.
 
 *rioutil-1.5.0 (08 Oct 2006)
 



1.1                  app-misc/rioutil/rioutil-1.5.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/rioutil-1.5.0-r1.ebuild?rev=1.1&view=markup
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

Index: rioutil-1.5.0-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

DESCRIPTION="Command line tool for transfering mp3s to and from a Rio 600, 800, Rio Riot, and Nike PSA/Play"
HOMEPAGE="http://rioutil.sourceforge.net/"
SRC_URI="mirror://sourceforge/rioutil/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="dev-libs/libusb"

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog NEWS README TODO
	insinto /etc/udev/rules.d
	doins "${FILESDIR}"/75-rio.rules
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/rioutil: ChangeLog rioutil-1.5.0-r1.ebuild
@ 2008-01-05 13:55 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2008-01-05 13:55 UTC (permalink / raw
  To: gentoo-commits

maekke      08/01/05 13:55:22

  Modified:             ChangeLog rioutil-1.5.0-r1.ebuild
  Log:
  x86 stable, bug #204358
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.25                 app-misc/rioutil/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	1 Oct 2007 04:17:39 -0000	1.24
+++ ChangeLog	5 Jan 2008 13:55:22 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/rioutil
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.24 2007/10/01 04:17:39 dirtyepic Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.25 2008/01/05 13:55:22 maekke Exp $
+
+  05 Jan 2008; Markus Meier <maekke@gentoo.org> rioutil-1.5.0-r1.ebuild:
+  x86 stable, bug #204358
 
 *rioutil-1.5.0-r1 (01 Oct 2007)
 



1.2                  app-misc/rioutil/rioutil-1.5.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/rioutil-1.5.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/rioutil-1.5.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rioutil/rioutil-1.5.0-r1.ebuild?r1=1.1&r2=1.2

Index: rioutil-1.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.5.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rioutil-1.5.0-r1.ebuild	1 Oct 2007 04:17:39 -0000	1.1
+++ rioutil-1.5.0-r1.ebuild	5 Jan 2008 13:55:22 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.5.0-r1.ebuild,v 1.2 2008/01/05 13:55:22 maekke Exp $
 
 DESCRIPTION="Command line tool for transfering mp3s to and from a Rio 600, 800, Rio Riot, and Nike PSA/Play"
 HOMEPAGE="http://rioutil.sourceforge.net/"
@@ -8,7 +8,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="dev-libs/libusb"



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/rioutil: ChangeLog rioutil-1.5.0-r1.ebuild
@ 2013-07-09 18:43 Michael Palimaka (kensington)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka (kensington) @ 2013-07-09 18:43 UTC (permalink / raw
  To: gentoo-commits

kensington    13/07/09 18:43:09

  Modified:             ChangeLog
  Removed:              rioutil-1.5.0-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.1.12.12/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)

Revision  Changes    Path
1.33                 app-misc/rioutil/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/rioutil/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/rioutil/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/rioutil/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	8 Jun 2012 11:56:06 -0000	1.32
+++ ChangeLog	9 Jul 2013 18:43:08 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/rioutil
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.32 2012/06/08 11:56:06 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.33 2013/07/09 18:43:08 kensington Exp $
+
+  09 Jul 2013; Michael Palimaka <kensington@gentoo.org>
+  -rioutil-1.5.0-r1.ebuild:
+  Remove old.
 
   08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> rioutil-1.5.0-r2.ebuild:
   x86 stable wrt bug #418613





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-09 23:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-01  4:17 [gentoo-commits] gentoo-x86 commit in app-misc/rioutil: ChangeLog rioutil-1.5.0-r1.ebuild Ryan Hill (dirtyepic)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-05 13:55 Markus Meier (maekke)
2013-07-09 18:43 Michael Palimaka (kensington)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox