public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: sg3_utils-1.37.ebuild ChangeLog
@ 2013-10-16  4:16 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 9+ messages in thread
From: Robin H. Johnson (robbat2) @ 2013-10-16  4:16 UTC (permalink / raw
  To: gentoo-commits

robbat2     13/10/16 04:16:30

  Modified:             ChangeLog
  Added:                sg3_utils-1.37.ebuild
  Log:
  Bump.
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.106                sys-apps/sg3_utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -p -w -b -B -u -u -r1.105 -r1.106
--- ChangeLog	4 Aug 2013 11:33:58 -0000	1.105
+++ ChangeLog	16 Oct 2013 04:16:30 -0000	1.106
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/sg3_utils
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.105 2013/08/04 11:33:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.106 2013/10/16 04:16:30 robbat2 Exp $
+
+*sg3_utils-1.37 (16 Oct 2013)
+
+  16 Oct 2013; Robin H. Johnson <robbat2@gentoo.org> +sg3_utils-1.37.ebuild:
+  Bump.
 
   04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.36.ebuild:
   Stable for ia64, wrt bug #477568



1.1                  sys-apps/sg3_utils/sg3_utils-1.37.ebuild

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

Index: sg3_utils-1.37.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.1 2013/10/16 04:16:30 robbat2 Exp $

EAPI="4"

inherit eutils multilib

DESCRIPTION="Apps for querying the sg SCSI interface"
HOMEPAGE="http://sg.danny.cz/sg/"
SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"

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

DEPEND="sys-devel/libtool"
RDEPEND="sys-apps/sdparm"
PDEPEND=">=sys-apps/rescan-scsi-bus-1.24"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-1.26-stdint.patch
}

src_configure() {
	econf \
		$(use_enable static-libs static)
}

src_install() {
	default
	dodoc COVERAGE doc/README examples/*.txt
	newdoc scripts/README README.scripts
	dosbin scripts/scsi*

	# Better fix for bug 231089; some packages look for sgutils2
	local path lib
	path="/usr/$(get_libdir)"
	for lib in "${D}"/usr/$(get_libdir)/libsgutils2.*; do
		lib=${lib##*/}
		dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}"
	done

	prune_libtool_files
}





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: sg3_utils-1.37.ebuild ChangeLog
@ 2014-01-04 13:53 Mike Frysinger (vapier)
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-04 13:53 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/04 13:53:17

  Modified:             sg3_utils-1.37.ebuild ChangeLog
  Log:
  Drop sdparm dep as the one script that used it was moved out a while ago #496822 by Fernando V..
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.4                  sys-apps/sg3_utils/sg3_utils-1.37.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?r1=1.3&r2=1.4

Index: sg3_utils-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sg3_utils-1.37.ebuild	31 Dec 2013 08:44:54 -0000	1.3
+++ sg3_utils-1.37.ebuild	4 Jan 2014 13:53:17 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.3 2013/12/31 08:44:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.4 2014/01/04 13:53:17 vapier Exp $
 
 EAPI="4"
 
@@ -16,7 +16,7 @@
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"
-RDEPEND="sys-apps/sdparm"
+RDEPEND=""
 PDEPEND=">=sys-apps/rescan-scsi-bus-1.24"
 
 src_prepare() {
@@ -24,8 +24,7 @@
 }
 
 src_configure() {
-	econf \
-		$(use_enable static-libs static)
+	econf $(use_enable static-libs static)
 }
 
 src_install() {
@@ -37,7 +36,7 @@
 	# Better fix for bug 231089; some packages look for sgutils2
 	local path lib
 	path="/usr/$(get_libdir)"
-	for lib in "${D}"/usr/$(get_libdir)/libsgutils2.*; do
+	for lib in "${ED}"/usr/$(get_libdir)/libsgutils2.*; do
 		lib=${lib##*/}
 		dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}"
 	done



1.109                sys-apps/sg3_utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	31 Dec 2013 08:44:54 -0000	1.108
+++ ChangeLog	4 Jan 2014 13:53:17 -0000	1.109
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/sg3_utils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.108 2013/12/31 08:44:54 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.109 2014/01/04 13:53:17 vapier Exp $
+
+  04 Jan 2014; Mike Frysinger <vapier@gentoo.org> sg3_utils-1.37.ebuild:
+  Drop sdparm dep as the one script that used it was moved out a while ago
+  #496822 by Fernando V..
 
   31 Dec 2013; Markus Meier <maekke@gentoo.org> sg3_utils-1.37.ebuild:
   arm stable, bug #495932





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: sg3_utils-1.37.ebuild ChangeLog
@ 2014-01-09 13:49 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 9+ messages in thread
From: Lars Wendler (polynomial-c) @ 2014-01-09 13:49 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    14/01/09 13:49:21

  Modified:             sg3_utils-1.37.ebuild ChangeLog
  Log:
  x86 stable (bug #495932).
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)

Revision  Changes    Path
1.5                  sys-apps/sg3_utils/sg3_utils-1.37.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?r1=1.4&r2=1.5

Index: sg3_utils-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sg3_utils-1.37.ebuild	4 Jan 2014 13:53:17 -0000	1.4
+++ sg3_utils-1.37.ebuild	9 Jan 2014 13:49:21 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.4 2014/01/04 13:53:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.5 2014/01/09 13:49:21 polynomial-c Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



1.110                sys-apps/sg3_utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	4 Jan 2014 13:53:17 -0000	1.109
+++ ChangeLog	9 Jan 2014 13:49:21 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/sg3_utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.109 2014/01/04 13:53:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.110 2014/01/09 13:49:21 polynomial-c Exp $
+
+  09 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> sg3_utils-1.37.ebuild:
+  x86 stable (bug #495932).
 
   04 Jan 2014; Mike Frysinger <vapier@gentoo.org> sg3_utils-1.37.ebuild:
   Drop sdparm dep as the one script that used it was moved out a while ago





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: sg3_utils-1.37.ebuild ChangeLog
@ 2014-01-14 15:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-14 15:33 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/14 15:33:07

  Modified:             sg3_utils-1.37.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #495932
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  sys-apps/sg3_utils/sg3_utils-1.37.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?r1=1.6&r2=1.7

Index: sg3_utils-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sg3_utils-1.37.ebuild	9 Jan 2014 14:15:15 -0000	1.6
+++ sg3_utils-1.37.ebuild	14 Jan 2014 15:33:07 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.6 2014/01/09 14:15:15 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.7 2014/01/14 15:33:07 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



1.112                sys-apps/sg3_utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	9 Jan 2014 14:15:15 -0000	1.111
+++ ChangeLog	14 Jan 2014 15:33:07 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/sg3_utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.111 2014/01/09 14:15:15 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.112 2014/01/14 15:33:07 ago Exp $
+
+  14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.37.ebuild:
+  Stable for ppc, wrt bug #495932
 
   09 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> sg3_utils-1.37.ebuild:
   amd64 stable (bug #495932).





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: sg3_utils-1.37.ebuild ChangeLog
@ 2014-01-14 23:36 Mike Frysinger (vapier)
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-14 23:36 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/14 23:36:22

  Modified:             sg3_utils-1.37.ebuild ChangeLog
  Log:
  Add s390 love.
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.8                  sys-apps/sg3_utils/sg3_utils-1.37.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?r1=1.7&r2=1.8

Index: sg3_utils-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sg3_utils-1.37.ebuild	14 Jan 2014 15:33:07 -0000	1.7
+++ sg3_utils-1.37.ebuild	14 Jan 2014 23:36:22 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.7 2014/01/14 15:33:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.8 2014/01/14 23:36:22 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



1.113                sys-apps/sg3_utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	14 Jan 2014 15:33:07 -0000	1.112
+++ ChangeLog	14 Jan 2014 23:36:22 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/sg3_utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.112 2014/01/14 15:33:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.113 2014/01/14 23:36:22 vapier Exp $
+
+  14 Jan 2014; Mike Frysinger <vapier@gentoo.org> sg3_utils-1.37.ebuild:
+  Add s390 love.
 
   14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.37.ebuild:
   Stable for ppc, wrt bug #495932





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: sg3_utils-1.37.ebuild ChangeLog
@ 2014-01-15  9:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-15  9:40 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/15 09:40:09

  Modified:             sg3_utils-1.37.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #495932
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  sys-apps/sg3_utils/sg3_utils-1.37.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?r1=1.8&r2=1.9

Index: sg3_utils-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sg3_utils-1.37.ebuild	14 Jan 2014 23:36:22 -0000	1.8
+++ sg3_utils-1.37.ebuild	15 Jan 2014 09:40:09 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.8 2014/01/14 23:36:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.9 2014/01/15 09:40:09 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



1.114                sys-apps/sg3_utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	14 Jan 2014 23:36:22 -0000	1.113
+++ ChangeLog	15 Jan 2014 09:40:09 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/sg3_utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.113 2014/01/14 23:36:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.114 2014/01/15 09:40:09 ago Exp $
+
+  15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.37.ebuild:
+  Stable for ia64, wrt bug #495932
 
   14 Jan 2014; Mike Frysinger <vapier@gentoo.org> sg3_utils-1.37.ebuild:
   Add s390 love.





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: sg3_utils-1.37.ebuild ChangeLog
@ 2014-01-18 20:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-18 20:15 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/18 20:15:25

  Modified:             sg3_utils-1.37.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #495932
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 sys-apps/sg3_utils/sg3_utils-1.37.ebuild

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

Index: sg3_utils-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sg3_utils-1.37.ebuild	15 Jan 2014 09:40:09 -0000	1.9
+++ sg3_utils-1.37.ebuild	18 Jan 2014 20:15:25 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.9 2014/01/15 09:40:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.10 2014/01/18 20:15:25 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



1.115                sys-apps/sg3_utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	15 Jan 2014 09:40:09 -0000	1.114
+++ ChangeLog	18 Jan 2014 20:15:25 -0000	1.115
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/sg3_utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.114 2014/01/15 09:40:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.115 2014/01/18 20:15:25 ago Exp $
+
+  18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.37.ebuild:
+  Stable for alpha, wrt bug #495932
 
   15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.37.ebuild:
   Stable for ia64, wrt bug #495932





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: sg3_utils-1.37.ebuild ChangeLog
@ 2014-01-19 10:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-19 10:27 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/19 10:27:38

  Modified:             sg3_utils-1.37.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #495932
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 sys-apps/sg3_utils/sg3_utils-1.37.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?r1=1.10&r2=1.11

Index: sg3_utils-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sg3_utils-1.37.ebuild	18 Jan 2014 20:15:25 -0000	1.10
+++ sg3_utils-1.37.ebuild	19 Jan 2014 10:27:38 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.10 2014/01/18 20:15:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.11 2014/01/19 10:27:38 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



1.116                sys-apps/sg3_utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	18 Jan 2014 20:15:25 -0000	1.115
+++ ChangeLog	19 Jan 2014 10:27:38 -0000	1.116
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/sg3_utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.115 2014/01/18 20:15:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.116 2014/01/19 10:27:38 ago Exp $
+
+  19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.37.ebuild:
+  Stable for ppc64, wrt bug #495932
 
   18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.37.ebuild:
   Stable for alpha, wrt bug #495932





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: sg3_utils-1.37.ebuild ChangeLog
@ 2014-01-26 12:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 12:19 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/26 12:19:06

  Modified:             sg3_utils-1.37.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #495932
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 sys-apps/sg3_utils/sg3_utils-1.37.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild?r1=1.11&r2=1.12

Index: sg3_utils-1.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sg3_utils-1.37.ebuild	19 Jan 2014 10:27:38 -0000	1.11
+++ sg3_utils-1.37.ebuild	26 Jan 2014 12:19:06 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.11 2014/01/19 10:27:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.12 2014/01/26 12:19:06 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



1.117                sys-apps/sg3_utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	19 Jan 2014 10:27:38 -0000	1.116
+++ ChangeLog	26 Jan 2014 12:19:06 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/sg3_utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.116 2014/01/19 10:27:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.117 2014/01/26 12:19:06 ago Exp $
+
+  26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.37.ebuild:
+  Stable for sparc, wrt bug #495932
 
   19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.37.ebuild:
   Stable for ppc64, wrt bug #495932





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

end of thread, other threads:[~2014-01-26 12:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18 20:15 [gentoo-commits] gentoo-x86 commit in sys-apps/sg3_utils: sg3_utils-1.37.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-26 12:19 Agostino Sarubbo (ago)
2014-01-19 10:27 Agostino Sarubbo (ago)
2014-01-15  9:40 Agostino Sarubbo (ago)
2014-01-14 23:36 Mike Frysinger (vapier)
2014-01-14 15:33 Agostino Sarubbo (ago)
2014-01-09 13:49 Lars Wendler (polynomial-c)
2014-01-04 13:53 Mike Frysinger (vapier)
2013-10-16  4:16 Robin H. Johnson (robbat2)

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