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.42.ebuild
@ 2011-10-21 22:30 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 6+ messages in thread
From: Robin H. Johnson (robbat2) @ 2011-10-21 22:30 UTC (permalink / raw
  To: gentoo-commits

robbat2     11/10/21 22:30:14

  Modified:             ChangeLog
  Added:                smartmontools-5.42.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)

Revision  Changes    Path
1.106                sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -p -w -b -B -u -u -r1.105 -r1.106
--- ChangeLog	15 Sep 2011 07:58:50 -0000	1.105
+++ ChangeLog	21 Oct 2011 22:30:14 -0000	1.106
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.105 2011/09/15 07:58:50 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.106 2011/10/21 22:30:14 robbat2 Exp $
+
+*smartmontools-5.42 (21 Oct 2011)
+
+  21 Oct 2011; Robin H. Johnson <robbat2@gentoo.org>
+  +smartmontools-5.42.ebuild:
+  Version bump.
 
 *smartmontools-5.41-r1 (15 Sep 2011)
 



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

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

Index: smartmontools-5.42.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.1 2011/10/21 22:30:14 robbat2 Exp $

EAPI="3"

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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
fi

DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools"
HOMEPAGE="http://smartmontools.sourceforge.net/"

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

DEPEND="!minimal? ( caps? ( sys-libs/libcap-ng ) )"
RDEPEND="${DEPEND}
	!minimal? ( virtual/mailx )"

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

src_configure() {
	local myconf
	use minimal && einfo "Skipping the monitoring daemon for minimal build."
	use static && append-ldflags -static

	if ! use minimal; then
		myconf="${myconf} $(use_with caps libcap-ng)"
	else
		# disable it so that we stay safe
		myconf="${myconf} --without-libcap-ng"
	fi

	econf \
		--with-docdir="${EPREFIX}/usr/share/doc/${PF}" \
		--with-initscriptdir="/toss-it-away" \
		${myconf} \
		|| 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.42.ebuild
@ 2011-11-29 23:27 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-11-29 23:27 UTC (permalink / raw
  To: gentoo-commits

chainsaw    11/11/29 23:27:24

  Modified:             ChangeLog smartmontools-5.42.ebuild
  Log:
  Marked stable on AMD64 based on arch testing by Tomáš "Mepho" Pružina & Agostino "ago" Sarubbo in bug #391825.
  
  (Portage version: 2.1.10.39/cvs/Linux x86_64)

Revision  Changes    Path
1.107                sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	21 Oct 2011 22:30:14 -0000	1.106
+++ ChangeLog	29 Nov 2011 23:27:24 -0000	1.107
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.106 2011/10/21 22:30:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.107 2011/11/29 23:27:24 chainsaw Exp $
+
+  29 Nov 2011; Tony Vroon <chainsaw@gentoo.org> smartmontools-5.42.ebuild:
+  Marked stable on AMD64 based on arch testing by Tomáš "Mepho" Pružina &
+  Agostino "ago" Sarubbo in bug #391825.
 
 *smartmontools-5.42 (21 Oct 2011)
 



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

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

Index: smartmontools-5.42.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smartmontools-5.42.ebuild	21 Oct 2011 22:30:14 -0000	1.1
+++ smartmontools-5.42.ebuild	29 Nov 2011 23:27:24 -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/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.1 2011/10/21 22:30:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.2 2011/11/29 23:27:24 chainsaw Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 	SRC_URI=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
+	KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
 fi
 
 DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.42.ebuild
@ 2011-11-30  3:44 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-30  3:44 UTC (permalink / raw
  To: gentoo-commits

jer         11/11/30 03:44:43

  Modified:             ChangeLog smartmontools-5.42.ebuild
  Log:
  Stable for HPPA (bug #391825).
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.108                sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	29 Nov 2011 23:27:24 -0000	1.107
+++ ChangeLog	30 Nov 2011 03:44:42 -0000	1.108
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.107 2011/11/29 23:27:24 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.108 2011/11/30 03:44:42 jer Exp $
+
+  30 Nov 2011; Jeroen Roovers <jer@gentoo.org> smartmontools-5.42.ebuild:
+  Stable for HPPA (bug #391825).
 
   29 Nov 2011; Tony Vroon <chainsaw@gentoo.org> smartmontools-5.42.ebuild:
   Marked stable on AMD64 based on arch testing by Tomáš "Mepho" Pružina &



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

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

Index: smartmontools-5.42.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smartmontools-5.42.ebuild	29 Nov 2011 23:27:24 -0000	1.2
+++ smartmontools-5.42.ebuild	30 Nov 2011 03:44:42 -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-apps/smartmontools/smartmontools-5.42.ebuild,v 1.2 2011/11/29 23:27:24 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.3 2011/11/30 03:44:42 jer Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 	SRC_URI=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
+	KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
 fi
 
 DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.42.ebuild
@ 2011-12-04 17:34 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-12-04 17:34 UTC (permalink / raw
  To: gentoo-commits

armin76     11/12/04 17:34:03

  Modified:             ChangeLog smartmontools-5.42.ebuild
  Log:
  alpha/arm/ia64/sparc/x86 stable wrt #391825
  
  (Portage version: 2.1.10.38/cvs/Linux ia64)

Revision  Changes    Path
1.109                sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	30 Nov 2011 03:44:42 -0000	1.108
+++ ChangeLog	4 Dec 2011 17:34:03 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.108 2011/11/30 03:44:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.109 2011/12/04 17:34:03 armin76 Exp $
+
+  04 Dec 2011; Raúl Porcel <armin76@gentoo.org> smartmontools-5.42.ebuild:
+  alpha/arm/ia64/sparc/x86 stable wrt #391825
 
   30 Nov 2011; Jeroen Roovers <jer@gentoo.org> smartmontools-5.42.ebuild:
   Stable for HPPA (bug #391825).



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

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

Index: smartmontools-5.42.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smartmontools-5.42.ebuild	30 Nov 2011 03:44:42 -0000	1.3
+++ smartmontools-5.42.ebuild	4 Dec 2011 17:34:03 -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/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.3 2011/11/30 03:44:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.4 2011/12/04 17:34:03 armin76 Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 	SRC_URI=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
+	KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-linux"
 fi
 
 DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.42.ebuild
@ 2012-01-04 17:03 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-01-04 17:03 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/04 17:03:58

  Modified:             ChangeLog smartmontools-5.42.ebuild
  Log:
  Marking smartmontools-5.42 ppc for bug 391825
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.110                sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	4 Dec 2011 17:34:03 -0000	1.109
+++ ChangeLog	4 Jan 2012 17:03:58 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/smartmontools
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.109 2011/12/04 17:34:03 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.110 2012/01/04 17:03:58 ranger Exp $
+
+  04 Jan 2012; Brent Baude <ranger@gentoo.org> smartmontools-5.42.ebuild:
+  Marking smartmontools-5.42 ppc for bug 391825
 
   04 Dec 2011; Raúl Porcel <armin76@gentoo.org> smartmontools-5.42.ebuild:
   alpha/arm/ia64/sparc/x86 stable wrt #391825



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

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

Index: smartmontools-5.42.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smartmontools-5.42.ebuild	4 Dec 2011 17:34:03 -0000	1.4
+++ smartmontools-5.42.ebuild	4 Jan 2012 17:03:58 -0000	1.5
@@ -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/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.4 2011/12/04 17:34:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.5 2012/01/04 17:03:58 ranger Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 	SRC_URI=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-linux"
+	KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-linux"
 fi
 
 DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.42.ebuild
@ 2012-03-07  4:10 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeremy Olexa (darkside) @ 2012-03-07  4:10 UTC (permalink / raw
  To: gentoo-commits

darkside    12/03/07 04:10:41

  Modified:             ChangeLog smartmontools-5.42.ebuild
  Log:
  add ~x64-macos, bug 395011
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.111                sys-apps/smartmontools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	4 Jan 2012 17:03:58 -0000	1.110
+++ ChangeLog	7 Mar 2012 04:10:41 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.110 2012/01/04 17:03:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.111 2012/03/07 04:10:41 darkside Exp $
+
+  07 Mar 2012; Jeremy Olexa <darkside@gentoo.org> smartmontools-5.42.ebuild:
+  add ~x64-macos, bug 395011
 
   04 Jan 2012; Brent Baude <ranger@gentoo.org> smartmontools-5.42.ebuild:
   Marking smartmontools-5.42 ppc for bug 391825



1.6                  sys-apps/smartmontools/smartmontools-5.42.ebuild

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

Index: smartmontools-5.42.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- smartmontools-5.42.ebuild	4 Jan 2012 17:03:58 -0000	1.5
+++ smartmontools-5.42.ebuild	7 Mar 2012 04:10:41 -0000	1.6
@@ -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/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.5 2012/01/04 17:03:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.6 2012/03/07 04:10:41 darkside Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 	SRC_URI=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-linux"
+	KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-linux ~x64-macos"
 fi
 
 DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools"






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

end of thread, other threads:[~2012-03-07  4:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30  3:44 [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.42.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-07  4:10 Jeremy Olexa (darkside)
2012-01-04 17:03 Brent Baude (ranger)
2011-12-04 17:34 Raul Porcel (armin76)
2011-11-29 23:27 Tony Vroon (chainsaw)
2011-10-21 22:30 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