public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.7.ebuild ChangeLog
@ 2013-05-11 10:16 Alon Bar-Lev (alonbl)
  0 siblings, 0 replies; 2+ messages in thread
From: Alon Bar-Lev (alonbl) @ 2013-05-11 10:16 UTC (permalink / raw
  To: gentoo-commits

alonbl      13/05/11 10:16:56

  Modified:             nettle-2.7.ebuild ChangeLog
  Log:
  Fix libdir location, per bug#468810, thanks to Anthony Basile
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)

Revision  Changes    Path
1.2                  dev-libs/nettle/nettle-2.7.ebuild

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

Index: nettle-2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nettle-2.7.ebuild	27 Apr 2013 22:26:11 -0000	1.1
+++ nettle-2.7.ebuild	11 May 2013 10:16:56 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.ebuild,v 1.1 2013/04/27 22:26:11 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.ebuild,v 1.2 2013/05/11 10:16:56 alonbl Exp $
 
 EAPI=5
 
-inherit eutils autotools
+inherit eutils autotools multilib
 
 DESCRIPTION="Low-level cryptographic library"
 HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/"
@@ -34,6 +34,7 @@
 src_configure() {
 	# --disable-openssl bug #427526
 	econf \
+		--libdir=/usr/$(get_libdir) \
 		$(use_enable gmp public-key) \
 		$(use_enable static-libs static) \
 		--disable-openssl \



1.90                 dev-libs/nettle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	27 Apr 2013 22:26:11 -0000	1.89
+++ ChangeLog	11 May 2013 10:16:56 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/nettle
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.89 2013/04/27 22:26:11 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.90 2013/05/11 10:16:56 alonbl Exp $
+
+  11 May 2013; Alon Bar-Lev <alonbl@gentoo.org> nettle-2.7.ebuild:
+  Fix libdir location, per bug#468810, thanks to Anthony Basile
 
 *nettle-2.7 (27 Apr 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.7.ebuild ChangeLog
@ 2013-05-27 19:46 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2013-05-27 19:46 UTC (permalink / raw
  To: gentoo-commits

grobian     13/05/27 19:46:39

  Modified:             nettle-2.7.ebuild ChangeLog
  Log:
  Use prefixed libdir, bug #471298
  
  (Portage version: 2.2.01.21938-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.3                  dev-libs/nettle/nettle-2.7.ebuild

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

Index: nettle-2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nettle-2.7.ebuild	11 May 2013 10:16:56 -0000	1.2
+++ nettle-2.7.ebuild	27 May 2013 19:46:39 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.ebuild,v 1.2 2013/05/11 10:16:56 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.ebuild,v 1.3 2013/05/27 19:46:39 grobian Exp $
 
 EAPI=5
 
@@ -34,7 +34,7 @@
 src_configure() {
 	# --disable-openssl bug #427526
 	econf \
-		--libdir=/usr/$(get_libdir) \
+		--libdir="${EPREFIX}"/usr/$(get_libdir) \
 		$(use_enable gmp public-key) \
 		$(use_enable static-libs static) \
 		--disable-openssl \



1.91                 dev-libs/nettle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	11 May 2013 10:16:56 -0000	1.90
+++ ChangeLog	27 May 2013 19:46:39 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/nettle
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.90 2013/05/11 10:16:56 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.91 2013/05/27 19:46:39 grobian Exp $
+
+  27 May 2013; Fabian Groffen <grobian@gentoo.org> nettle-2.7.ebuild:
+  Use prefixed libdir, bug #471298
 
   11 May 2013; Alon Bar-Lev <alonbl@gentoo.org> nettle-2.7.ebuild:
   Fix libdir location, per bug#468810, thanks to Anthony Basile





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

end of thread, other threads:[~2013-05-27 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27 19:46 [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.7.ebuild ChangeLog Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-11 10:16 Alon Bar-Lev (alonbl)

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