public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.39.1.ebuild
@ 2010-03-06 23:00 Mike Frysinger (vapier)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2010-03-06 23:00 UTC (permalink / raw
  To: gentoo-commits

vapier      10/03/06 23:00:20

  Modified:             ChangeLog
  Added:                smartmontools-5.39.1.ebuild
  Log:
  Version bump #305405 by Walther which also fixes #299962 by Dennis Schridde.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.86                 sys-apps/smartmontools/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/smartmontools/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	5 Jan 2010 03:44:57 -0000	1.85
+++ ChangeLog	6 Mar 2010 23:00:19 -0000	1.86
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.85 2010/01/05 03:44:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.86 2010/03/06 23:00:19 vapier Exp $
+
+*smartmontools-5.39.1 (06 Mar 2010)
+
+  06 Mar 2010; Mike Frysinger <vapier@gentoo.org>
+  +smartmontools-5.39.1.ebuild:
+  Version bump #305405 by Walther which also fixes #299962 by Dennis
+  Schridde.
 
 *smartmontools-5.39 (05 Jan 2010)
 



1.1                  sys-apps/smartmontools/smartmontools-5.39.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild?rev=1.1&content-type=text/plain

Index: smartmontools-5.39.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.1 2010/03/06 23:00:19 vapier Exp $

EAPI="2"

inherit flag-o-matic
if [[ ${PV} == "9999" ]] ; then
	ESVN_REPO_URI="https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk/smartmontools"
	ESVN_PROJECT="smartmontools"
	inherit subversion autotools
	SRC_URI=""
else
	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
fi

DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)"
HOMEPAGE="http://smartmontools.sourceforge.net/"

LICENSE="GPL-2"
SLOT="0"
IUSE="static minimal"

RDEPEND="!minimal? ( virtual/mailx )"
DEPEND=""

src_unpack() {
	if [[ ${PV} == "9999" ]] ; then
		subversion_src_unpack
	else
		unpack ${A}
	fi
}

src_prepare() {
	if [[ ${PV} == "9999" ]] ; then
		#./autogen.sh
		eautoreconf
	fi
}

src_configure() {
	use minimal && einfo "Skipping the monitoring daemon for minimal build."
	use static && append-ldflags -static
	econf \
		--with-docdir="/usr/share/doc/${PF}" \
		--with-initscriptdir="/toss-it-away" \
		|| die
}

src_install() {
	if use minimal ; then
		dosbin smartctl || die
		doman smartctl.8
	else
		emake install DESTDIR="${D}" || die
		rm -rf "${D}"/toss-it-away
		newinitd "${FILESDIR}"/smartd.rc smartd
		newconfd "${FILESDIR}"/smartd.confd smartd
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.39.1.ebuild
@ 2010-10-20  9:55 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-20  9:55 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/20 09:55:05

  Modified:             ChangeLog smartmontools-5.39.1.ebuild
  Log:
  Stable on amd64 wrt bug #341827
  
  (Portage version: 2.2_rc98/cvs/Linux x86_64)

Revision  Changes    Path
1.88                 sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	19 Oct 2010 22:39:27 -0000	1.87
+++ ChangeLog	20 Oct 2010 09:55:05 -0000	1.88
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.87 2010/10/19 22:39:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.88 2010/10/20 09:55:05 hwoarang Exp $
+
+  20 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
+  smartmontools-5.39.1.ebuild:
+  Stable on amd64 wrt bug #341827
 
 *smartmontools-5.40 (19 Oct 2010)
 



1.2                  sys-apps/smartmontools/smartmontools-5.39.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild?r1=1.1&r2=1.2

Index: smartmontools-5.39.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smartmontools-5.39.1.ebuild	6 Mar 2010 23:00:19 -0000	1.1
+++ smartmontools-5.39.1.ebuild	20 Oct 2010 09:55:05 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.1 2010/03/06 23:00:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.2 2010/10/20 09:55:05 hwoarang Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 	SRC_URI=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.39.1.ebuild
@ 2010-10-21 19:52 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2010-10-21 19:52 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/21 19:52:24

  Modified:             ChangeLog smartmontools-5.39.1.ebuild
  Log:
  stable ppc, bug 341827
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.89                 sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	20 Oct 2010 09:55:05 -0000	1.88
+++ ChangeLog	21 Oct 2010 19:52:24 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.88 2010/10/20 09:55:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.89 2010/10/21 19:52:24 ranger Exp $
+
+  21 Oct 2010; Brent Baude <ranger@gentoo.org> smartmontools-5.39.1.ebuild:
+  stable ppc, bug 341827
 
   20 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
   smartmontools-5.39.1.ebuild:



1.3                  sys-apps/smartmontools/smartmontools-5.39.1.ebuild

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

Index: smartmontools-5.39.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smartmontools-5.39.1.ebuild	20 Oct 2010 09:55:05 -0000	1.2
+++ smartmontools-5.39.1.ebuild	21 Oct 2010 19:52:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.2 2010/10/20 09:55:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.3 2010/10/21 19:52:24 ranger Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 	SRC_URI=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.39.1.ebuild
@ 2010-10-24 23:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-24 23:03 UTC (permalink / raw
  To: gentoo-commits

jer         10/10/24 23:03:25

  Modified:             ChangeLog smartmontools-5.39.1.ebuild
  Log:
  Stable for HPPA (bug #341827).
  
  (Portage version: 2.2_rc99/cvs/Linux i686)

Revision  Changes    Path
1.90                 sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	21 Oct 2010 19:52:24 -0000	1.89
+++ ChangeLog	24 Oct 2010 23:03:25 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.89 2010/10/21 19:52:24 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.90 2010/10/24 23:03:25 jer Exp $
+
+  24 Oct 2010; Jeroen Roovers <jer@gentoo.org> smartmontools-5.39.1.ebuild:
+  Stable for HPPA (bug #341827).
 
   21 Oct 2010; Brent Baude <ranger@gentoo.org> smartmontools-5.39.1.ebuild:
   stable ppc, bug 341827



1.4                  sys-apps/smartmontools/smartmontools-5.39.1.ebuild

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

Index: smartmontools-5.39.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smartmontools-5.39.1.ebuild	21 Oct 2010 19:52:24 -0000	1.3
+++ smartmontools-5.39.1.ebuild	24 Oct 2010 23:03:25 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.3 2010/10/21 19:52:24 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.4 2010/10/24 23:03:25 jer Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 	SRC_URI=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.39.1.ebuild
@ 2010-10-26  6:52 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-10-26  6:52 UTC (permalink / raw
  To: gentoo-commits

fauli       10/10/26 06:52:09

  Modified:             ChangeLog smartmontools-5.39.1.ebuild
  Log:
  stable x86, bug 341827
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.91                 sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	24 Oct 2010 23:03:25 -0000	1.90
+++ ChangeLog	26 Oct 2010 06:52:09 -0000	1.91
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.90 2010/10/24 23:03:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.91 2010/10/26 06:52:09 fauli Exp $
+
+  26 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
+  smartmontools-5.39.1.ebuild:
+  stable x86, bug 341827
 
   24 Oct 2010; Jeroen Roovers <jer@gentoo.org> smartmontools-5.39.1.ebuild:
   Stable for HPPA (bug #341827).



1.5                  sys-apps/smartmontools/smartmontools-5.39.1.ebuild

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

Index: smartmontools-5.39.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smartmontools-5.39.1.ebuild	24 Oct 2010 23:03:25 -0000	1.4
+++ smartmontools-5.39.1.ebuild	26 Oct 2010 06:52:09 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.4 2010/10/24 23:03:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.5 2010/10/26 06:52:09 fauli Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 	SRC_URI=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~sparc x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.39.1.ebuild
@ 2010-11-13 16:09 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-11-13 16:09 UTC (permalink / raw
  To: gentoo-commits

armin76     10/11/13 16:09:04

  Modified:             ChangeLog smartmontools-5.39.1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #341827
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.93                 sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	27 Oct 2010 14:37:56 -0000	1.92
+++ ChangeLog	13 Nov 2010 16:09:04 -0000	1.93
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.92 2010/10/27 14:37:56 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.93 2010/11/13 16:09:04 armin76 Exp $
+
+  13 Nov 2010; Raúl Porcel <armin76@gentoo.org>
+  smartmontools-5.39.1.ebuild:
+  alpha/ia64/sparc stable wrt #341827
 
   27 Oct 2010; Michael Weber <xmw@gentoo.org> smartmontools-5.38.ebuild,
   smartmontools-5.39.1.ebuild, smartmontools-5.40.ebuild:



1.7                  sys-apps/smartmontools/smartmontools-5.39.1.ebuild

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

Index: smartmontools-5.39.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- smartmontools-5.39.1.ebuild	27 Oct 2010 14:37:56 -0000	1.6
+++ smartmontools-5.39.1.ebuild	13 Nov 2010 16:09:04 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.6 2010/10/27 14:37:56 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.7 2010/11/13 16:09:04 armin76 Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 	SRC_URI=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~sparc x86 ~x86-fbsd"
+	KEYWORDS="alpha amd64 ~arm hppa ia64 ppc sparc x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)"






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

end of thread, other threads:[~2010-11-13 16:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-06 23:00 [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.39.1.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-20  9:55 Markos Chandras (hwoarang)
2010-10-21 19:52 Brent Baude (ranger)
2010-10-24 23:03 Jeroen Roovers (jer)
2010-10-26  6:52 Christian Faulhammer (fauli)
2010-11-13 16:09 Raul Porcel (armin76)

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