Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Jeroen Roovers (jer)" <jer@g.o>
Subject: gentoo-x86 commit in sys-fs/lsscsi: ChangeLog lsscsi-0.25.ebuild lsscsi-0.24.ebuild lsscsi-0.23.ebuild lsscsi-0.19.ebuild lsscsi-0.22.ebuild lsscsi-0.21.ebuild
Date: Wed, 15 Jun 2011 05:15:25 +0000 (UTC)
jer         11/06/15 05:15:25

  Modified:             ChangeLog lsscsi-0.24.ebuild lsscsi-0.23.ebuild
  Added:                lsscsi-0.25.ebuild
  Removed:              lsscsi-0.19.ebuild lsscsi-0.22.ebuild
                        lsscsi-0.21.ebuild
  Log:
  Version bump. DEPEND -> RDEPEND.
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 sys-fs/lsscsi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lsscsi/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lsscsi/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lsscsi/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	28 Feb 2011 23:44:49 -0000	1.55
+++ ChangeLog	15 Jun 2011 05:15:25 -0000	1.56
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/lsscsi
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.55 2011/02/28 23:44:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.56 2011/06/15 05:15:25 jer Exp $
+
+*lsscsi-0.25 (15 Jun 2011)
+
+  15 Jun 2011; Jeroen Roovers <jer@g.o> -lsscsi-0.19.ebuild,
+  -lsscsi-0.21.ebuild, -lsscsi-0.22.ebuild, lsscsi-0.23.ebuild,
+  lsscsi-0.24.ebuild, +lsscsi-0.25.ebuild:
+  Version bump. DEPEND -> RDEPEND.
 
   28 Feb 2011; Brent Baude <ranger@g.o> lsscsi-0.23.ebuild:
   stable ppc64, bug 351077



1.3                  sys-fs/lsscsi/lsscsi-0.24.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lsscsi/lsscsi-0.24.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lsscsi/lsscsi-0.24.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lsscsi/lsscsi-0.24.ebuild?r1=1.2&r2=1.3

Index: lsscsi-0.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.24.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lsscsi-0.24.ebuild	8 Jan 2011 19:14:46 -0000	1.2
+++ lsscsi-0.24.ebuild	15 Jun 2011 05:15:25 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.24.ebuild,v 1.2 2011/01/08 19:14:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.24.ebuild,v 1.3 2011/06/15 05:15:25 jer Exp $
 
 EAPI="2"
 
@@ -15,7 +15,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
-DEPEND=">=sys-fs/sysfsutils-1.2.0"
+RDEPEND=">=sys-fs/sysfsutils-1.2.0"
 
 src_install() {
 	emake install DESTDIR="${D}" || die



1.10                 sys-fs/lsscsi/lsscsi-0.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lsscsi/lsscsi-0.23.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lsscsi/lsscsi-0.23.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lsscsi/lsscsi-0.23.ebuild?r1=1.9&r2=1.10

Index: lsscsi-0.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.23.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lsscsi-0.23.ebuild	28 Feb 2011 23:44:49 -0000	1.9
+++ lsscsi-0.23.ebuild	15 Jun 2011 05:15:25 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.23.ebuild,v 1.9 2011/02/28 23:44:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.23.ebuild,v 1.10 2011/06/15 05:15:25 jer Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
-DEPEND=">=sys-fs/sysfsutils-1.2.0"
+RDEPEND=">=sys-fs/sysfsutils-1.2.0"
 
 src_prepare() {
 	eautomake || die "automake failed"



1.1                  sys-fs/lsscsi/lsscsi-0.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lsscsi/lsscsi-0.25.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lsscsi/lsscsi-0.25.ebuild?rev=1.1&content-type=text/plain

Index: lsscsi-0.25.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.25.ebuild,v 1.1 2011/06/15 05:15:25 jer Exp $

EAPI="2"

inherit toolchain-funcs

DESCRIPTION="SCSI sysfs query tool"
HOMEPAGE="http://sg.danny.cz/scsi/lsscsi.html"
SRC_URI="http://sg.danny.cz/scsi/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=">=sys-fs/sysfsutils-1.2.0"

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc AUTHORS CREDITS ChangeLog NEWS README
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
proj/kde:master commit in: kde-base/kdepim-common-libs/
Next by thread:
gentoo-x86 commit in sys-libs/libcap: libcap-2.21.ebuild ChangeLog
Previous by date:
proj/kde:master commit in: kde-base/kontact/, kde-base/kalarm/, kde-base/knode/, kde-base/kdepim-wizards/, ...
Next by date:
gentoo-x86 commit in sys-libs/libcap: libcap-2.21.ebuild ChangeLog


Updated Jun 26, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.