public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.18.ebuild ChangeLog
@ 2011-10-31 14:53 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-31 14:53 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/31 14:53:00

  Modified:             ChangeLog
  Added:                libatasmart-0.18.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 dev-libs/libatasmart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	4 Apr 2011 15:25:36 -0000	1.19
+++ ChangeLog	31 Oct 2011 14:53:00 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libatasmart
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.19 2011/04/04 15:25:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.20 2011/10/31 14:53:00 ssuominen Exp $
+
+*libatasmart-0.18 (31 Oct 2011)
+
+  31 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> +libatasmart-0.18.ebuild:
+  Version bump.
 
   04 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> libatasmart-0.17.ebuild:
   USE="static-libs" and punt useless libtool archive.



1.1                  dev-libs/libatasmart/libatasmart-0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.1&content-type=text/plain

Index: libatasmart-0.18.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.1 2011/10/31 14:52:59 ssuominen Exp $

EAPI=4

DESCRIPTION="Lean and small library for ATA S.M.A.R.T. hard disks"
HOMEPAGE="http://0pointer.de/blog/projects/being-smart.html"
SRC_URI="http://0pointer.de/public/${P}.tar.gz"

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

RDEPEND=">=sys-fs/udev-143"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	econf \
		--docdir=/usr/share/doc/${PF} \
		$(use_enable static-libs static)
}

src_install() {
	default
	rm -f "${ED}"usr/lib*/${PN}.la
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.18.ebuild ChangeLog
@ 2011-11-30  3:41 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-30  3:41 UTC (permalink / raw
  To: gentoo-commits

jer         11/11/30 03:41:55

  Modified:             libatasmart-0.18.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #392313).
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/libatasmart/libatasmart-0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?r1=1.1&r2=1.2

Index: libatasmart-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libatasmart-0.18.ebuild	31 Oct 2011 14:52:59 -0000	1.1
+++ libatasmart-0.18.ebuild	30 Nov 2011 03:41:55 -0000	1.2
@@ -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/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.1 2011/10/31 14:52:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.2 2011/11/30 03:41:55 jer Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE="static-libs"
 
 RDEPEND=">=sys-fs/udev-143"



1.22                 dev-libs/libatasmart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	28 Nov 2011 22:26:08 -0000	1.21
+++ ChangeLog	30 Nov 2011 03:41:55 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libatasmart
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.21 2011/11/28 22:26:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.22 2011/11/30 03:41:55 jer Exp $
+
+  30 Nov 2011; Jeroen Roovers <jer@gentoo.org> libatasmart-0.18.ebuild:
+  Stable for HPPA (bug #392313).
 
   28 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> metadata.xml:
   Maintained now by freedesktop-bugs@ which include gnome@ like before.






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.18.ebuild ChangeLog
@ 2011-12-03 12:03 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 10+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-12-03 12:03 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/12/03 12:03:21

  Modified:             libatasmart-0.18.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #392313
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-libs/libatasmart/libatasmart-0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?r1=1.2&r2=1.3

Index: libatasmart-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libatasmart-0.18.ebuild	30 Nov 2011 03:41:55 -0000	1.2
+++ libatasmart-0.18.ebuild	3 Dec 2011 12:03:21 -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/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.2 2011/11/30 03:41:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.3 2011/12/03 12:03:21 hwoarang Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE="static-libs"
 
 RDEPEND=">=sys-fs/udev-143"



1.23                 dev-libs/libatasmart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	30 Nov 2011 03:41:55 -0000	1.22
+++ ChangeLog	3 Dec 2011 12:03:21 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libatasmart
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.22 2011/11/30 03:41:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.23 2011/12/03 12:03:21 hwoarang Exp $
+
+  03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> libatasmart-0.18.ebuild:
+  Stable on amd64 wrt bug #392313
 
   30 Nov 2011; Jeroen Roovers <jer@gentoo.org> libatasmart-0.18.ebuild:
   Stable for HPPA (bug #392313).






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.18.ebuild ChangeLog
@ 2011-12-07  7:55 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 10+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-07  7:55 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/07 07:55:52

  Modified:             libatasmart-0.18.ebuild ChangeLog
  Log:
  x86 stable wrt bug #392313
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-libs/libatasmart/libatasmart-0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?r1=1.3&r2=1.4

Index: libatasmart-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libatasmart-0.18.ebuild	3 Dec 2011 12:03:21 -0000	1.3
+++ libatasmart-0.18.ebuild	7 Dec 2011 07:55:51 -0000	1.4
@@ -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/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.3 2011/12/03 12:03:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.4 2011/12/07 07:55:51 phajdan.jr Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="static-libs"
 
 RDEPEND=">=sys-fs/udev-143"



1.24                 dev-libs/libatasmart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	3 Dec 2011 12:03:21 -0000	1.23
+++ ChangeLog	7 Dec 2011 07:55:51 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libatasmart
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.23 2011/12/03 12:03:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.24 2011/12/07 07:55:51 phajdan.jr Exp $
+
+  07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libatasmart-0.18.ebuild:
+  x86 stable wrt bug #392313
 
   03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> libatasmart-0.18.ebuild:
   Stable on amd64 wrt bug #392313






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.18.ebuild ChangeLog
@ 2011-12-08 20:38 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2011-12-08 20:38 UTC (permalink / raw
  To: gentoo-commits

maekke      11/12/08 20:38:46

  Modified:             libatasmart-0.18.ebuild ChangeLog
  Log:
  arm stable, bug #392313
  
  (Portage version: 2.1.10.39/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-libs/libatasmart/libatasmart-0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?r1=1.4&r2=1.5

Index: libatasmart-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libatasmart-0.18.ebuild	7 Dec 2011 07:55:51 -0000	1.4
+++ libatasmart-0.18.ebuild	8 Dec 2011 20:38:46 -0000	1.5
@@ -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/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.4 2011/12/07 07:55:51 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.5 2011/12/08 20:38:46 maekke Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="static-libs"
 
 RDEPEND=">=sys-fs/udev-143"



1.25                 dev-libs/libatasmart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	7 Dec 2011 07:55:51 -0000	1.24
+++ ChangeLog	8 Dec 2011 20:38:46 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libatasmart
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.24 2011/12/07 07:55:51 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.25 2011/12/08 20:38:46 maekke Exp $
+
+  08 Dec 2011; Markus Meier <maekke@gentoo.org> libatasmart-0.18.ebuild:
+  arm stable, bug #392313
 
   07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libatasmart-0.18.ebuild:
   x86 stable wrt bug #392313






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.18.ebuild ChangeLog
@ 2011-12-11 15:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-12-11 15:49 UTC (permalink / raw
  To: gentoo-commits

armin76     11/12/11 15:49:49

  Modified:             libatasmart-0.18.ebuild ChangeLog
  Log:
  alpha/ia64/sh/sparc stable wrt #392313
  
  (Portage version: 2.1.10.38/cvs/Linux ia64)

Revision  Changes    Path
1.6                  dev-libs/libatasmart/libatasmart-0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?r1=1.5&r2=1.6

Index: libatasmart-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libatasmart-0.18.ebuild	8 Dec 2011 20:38:46 -0000	1.5
+++ libatasmart-0.18.ebuild	11 Dec 2011 15:49:49 -0000	1.6
@@ -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/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.5 2011/12/08 20:38:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.6 2011/12/11 15:49:49 armin76 Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc x86"
 IUSE="static-libs"
 
 RDEPEND=">=sys-fs/udev-143"



1.26                 dev-libs/libatasmart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	8 Dec 2011 20:38:46 -0000	1.25
+++ ChangeLog	11 Dec 2011 15:49:49 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libatasmart
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.25 2011/12/08 20:38:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.26 2011/12/11 15:49:49 armin76 Exp $
+
+  11 Dec 2011; Raúl Porcel <armin76@gentoo.org> libatasmart-0.18.ebuild:
+  alpha/ia64/sh/sparc stable wrt #392313
 
   08 Dec 2011; Markus Meier <maekke@gentoo.org> libatasmart-0.18.ebuild:
   arm stable, bug #392313






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.18.ebuild ChangeLog
@ 2012-01-10 21:20 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2012-01-10 21:20 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/10 21:20:10

  Modified:             libatasmart-0.18.ebuild ChangeLog
  Log:
  Marking libatasmart-0.18 ppc for bug 392313
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.7                  dev-libs/libatasmart/libatasmart-0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?r1=1.6&r2=1.7

Index: libatasmart-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libatasmart-0.18.ebuild	11 Dec 2011 15:49:49 -0000	1.6
+++ libatasmart-0.18.ebuild	10 Jan 2012 21:20:10 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.6 2011/12/11 15:49:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.7 2012/01/10 21:20:10 ranger Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86"
 IUSE="static-libs"
 
 RDEPEND=">=sys-fs/udev-143"



1.27                 dev-libs/libatasmart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	11 Dec 2011 15:49:49 -0000	1.26
+++ ChangeLog	10 Jan 2012 21:20:10 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libatasmart
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.26 2011/12/11 15:49:49 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.27 2012/01/10 21:20:10 ranger Exp $
+
+  10 Jan 2012; Brent Baude <ranger@gentoo.org> libatasmart-0.18.ebuild:
+  Marking libatasmart-0.18 ppc for bug 392313
 
   11 Dec 2011; Raúl Porcel <armin76@gentoo.org> libatasmart-0.18.ebuild:
   alpha/ia64/sh/sparc stable wrt #392313






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.18.ebuild ChangeLog
@ 2012-01-10 22:19 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-10 22:19 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/10 22:19:23

  Modified:             libatasmart-0.18.ebuild ChangeLog
  Log:
  ppc64 stable wrt #392313
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-libs/libatasmart/libatasmart-0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?r1=1.7&r2=1.8

Index: libatasmart-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libatasmart-0.18.ebuild	10 Jan 2012 21:20:10 -0000	1.7
+++ libatasmart-0.18.ebuild	10 Jan 2012 22:19:23 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.7 2012/01/10 21:20:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.8 2012/01/10 22:19:23 ssuominen Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
 IUSE="static-libs"
 
 RDEPEND=">=sys-fs/udev-143"



1.28                 dev-libs/libatasmart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	10 Jan 2012 21:20:10 -0000	1.27
+++ ChangeLog	10 Jan 2012 22:19:23 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libatasmart
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.27 2012/01/10 21:20:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.28 2012/01/10 22:19:23 ssuominen Exp $
+
+  10 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> libatasmart-0.18.ebuild:
+  ppc64 stable wrt #392313
 
   10 Jan 2012; Brent Baude <ranger@gentoo.org> libatasmart-0.18.ebuild:
   Marking libatasmart-0.18 ppc for bug 392313






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.18.ebuild ChangeLog
@ 2012-05-04 18:35 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04 18:35 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 18:35:56

  Modified:             libatasmart-0.18.ebuild ChangeLog
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.9                  dev-libs/libatasmart/libatasmart-0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?r1=1.8&r2=1.9

Index: libatasmart-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libatasmart-0.18.ebuild	10 Jan 2012 22:19:23 -0000	1.8
+++ libatasmart-0.18.ebuild	4 May 2012 18:35:56 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.8 2012/01/10 22:19:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.9 2012/05/04 18:35:56 jdhore Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 RDEPEND=">=sys-fs/udev-143"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_configure() {
 	econf \



1.30                 dev-libs/libatasmart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	10 Jan 2012 22:20:10 -0000	1.29
+++ ChangeLog	4 May 2012 18:35:56 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libatasmart
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.29 2012/01/10 22:20:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.30 2012/05/04 18:35:56 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> libatasmart-0.18.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   10 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -libatasmart-0.17.ebuild,
   -files/libatasmart-0.17-strpool-uninit.patch:






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.18.ebuild ChangeLog
@ 2012-05-19 12:19 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 10+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-05-19 12:19 UTC (permalink / raw
  To: gentoo-commits

blueness    12/05/19 12:19:40

  Modified:             libatasmart-0.18.ebuild ChangeLog
  Log:
  Keyword mips
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-libs/libatasmart/libatasmart-0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild?r1=1.9&r2=1.10

Index: libatasmart-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libatasmart-0.18.ebuild	4 May 2012 18:35:56 -0000	1.9
+++ libatasmart-0.18.ebuild	19 May 2012 12:19:40 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.9 2012/05/04 18:35:56 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.10 2012/05/19 12:19:40 blueness Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
 IUSE="static-libs"
 
 RDEPEND=">=sys-fs/udev-143"



1.31                 dev-libs/libatasmart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	4 May 2012 18:35:56 -0000	1.30
+++ ChangeLog	19 May 2012 12:19:40 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libatasmart
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.30 2012/05/04 18:35:56 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.31 2012/05/19 12:19:40 blueness Exp $
+
+  19 May 2012; Anthony G. Basile <blueness@gentoo.org> libatasmart-0.18.ebuild:
+  Keyword mips
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> libatasmart-0.18.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig






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

end of thread, other threads:[~2012-05-19 12:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-11 15:49 [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.18.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-19 12:19 Anthony G. Basile (blueness)
2012-05-04 18:35 Jeff Horelick (jdhore)
2012-01-10 22:19 Samuli Suominen (ssuominen)
2012-01-10 21:20 Brent Baude (ranger)
2011-12-08 20:38 Markus Meier (maekke)
2011-12-07  7:55 PaweA Hajdan (phajdan.jr)
2011-12-03 12:03 Markos Chandras (hwoarang)
2011-11-30  3:41 Jeroen Roovers (jer)
2011-10-31 14:53 Samuli Suominen (ssuominen)

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