public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.27_pre1.ebuild ChangeLog chrony-1.26.ebuild
@ 2013-01-26 17:48 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2013-01-26 17:48 UTC (permalink / raw
  To: gentoo-commits

jer         13/01/26 17:48:11

  Modified:             chrony-1.27_pre1.ebuild ChangeLog
                        chrony-1.26.ebuild
  Log:
  Drop unrecognised --without-tomcrypt from configure call.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.4                  net-misc/chrony/chrony-1.27_pre1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild?r1=1.3&r2=1.4

Index: chrony-1.27_pre1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- chrony-1.27_pre1.ebuild	27 Nov 2012 04:22:49 -0000	1.3
+++ chrony-1.27_pre1.ebuild	26 Jan 2013 17:48:11 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild,v 1.3 2012/11/27 04:22:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild,v 1.4 2013/01/26 17:48:11 jer Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -38,19 +38,18 @@
 		$( use caps		 || echo --disable-linuxcaps ) \
 		$( use ipv6		 || echo --disable-ipv6 ) \
 		$( use readline	 || echo --disable-readline ) \
-		--prefix=/usr \
-		--sysconfdir=/etc/chrony \
+		${EXTRA_ECONF} \
+		--docdir=/usr/share/doc/${PF} \
 		--infodir=/usr/share/info \
 		--mandir=/usr/share/man \
-		--docdir=/usr/share/doc/${PF} \
+		--prefix=/usr \
+		--sysconfdir=/etc/chrony \
 		--without-nss \
-		--without-tomcrypt \
-		${EXTRA_ECONF} \
 		|| die
 }
 
 src_compile() {
-	emake all docs || die "make failed"
+	emake all docs
 }
 
 src_install() {



1.91                 net-misc/chrony/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	27 Nov 2012 04:22:49 -0000	1.90
+++ ChangeLog	26 Jan 2013 17:48:11 -0000	1.91
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/chrony
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.90 2012/11/27 04:22:49 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.91 2013/01/26 17:48:11 jer Exp $
+
+  26 Jan 2013; Jeroen Roovers <jer@gentoo.org> chrony-1.26.ebuild,
+  chrony-1.27_pre1.ebuild:
+  Drop unrecognised --without-tomcrypt from configure call.
 
   27 Nov 2012; Anthony G. Basile <blueness@gentoo.org> chrony-1.27_pre1.ebuild:
   keyword ~arm, bug #444714



1.8                  net-misc/chrony/chrony-1.26.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.26.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.26.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.26.ebuild?r1=1.7&r2=1.8

Index: chrony-1.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.26.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- chrony-1.26.ebuild	11 Apr 2012 21:38:59 -0000	1.7
+++ chrony-1.26.ebuild	26 Jan 2013 17:48:11 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.26.ebuild,v 1.7 2012/04/11 21:38:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.26.ebuild,v 1.8 2013/01/26 17:48:11 jer Exp $
 
 EAPI=2
 
@@ -34,13 +34,13 @@
 	use caps     || myconf+=" --disable-linuxcaps"
 	# selfwritten configure
 	./configure \
-		--prefix=/usr \
-		--sysconfdir=/etc/chrony \
+		${myconf} ${EXTRA_ECONF} \
+		--docdir=/usr/share/doc/${PF} \
 		--infodir=/usr/share/info \
 		--mandir=/usr/share/man \
-		--docdir=/usr/share/doc/${PF} \
-		--without-tomcrypt \
-		${myconf} ${EXTRA_ECONF} || die "configure failed"
+		--prefix=/usr \
+		--sysconfdir=/etc/chrony \
+		|| die "configure failed"
 }
 
 src_compile() {





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-26 17:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-26 17:48 [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.27_pre1.ebuild ChangeLog chrony-1.26.ebuild Jeroen Roovers (jer)

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