public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.4.ebuild ChangeLog
@ 2011-12-03 13:29 Fabian Groffen (grobian)
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-03 13:29 UTC (permalink / raw
  To: gentoo-commits

grobian     11/12/03 13:29:58

  Modified:             nettle-2.4.ebuild ChangeLog
  Log:
  Add patch to fix compilation on Darwin, marked ~x64-macos
  
  (Portage version: 2.2.01.19824-prefix/cvs/Darwin i386)

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

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

Index: nettle-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nettle-2.4.ebuild	4 Sep 2011 04:10:48 -0000	1.1
+++ nettle-2.4.ebuild	3 Dec 2011 13:29:58 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.1 2011/09/04 04:10:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.2 2011/12/03 13:29:58 grobian Exp $
 
 EAPI="4"
 
-inherit autotools
+inherit eutils autotools
 
 DESCRIPTION="Low-level cryptographic library"
 HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/"
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="gmp ssl"
 
 DEPEND="gmp? ( dev-libs/gmp )
@@ -21,6 +21,7 @@
 
 src_prepare() {
 	sed -e "/CFLAGS=/s: -ggdb3::" -i configure.ac || die "sed failed"
+	epatch "${FILESDIR}"/${P}-darwin-shlink.patch
 	eautoreconf
 }
 



1.46                 dev-libs/nettle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	4 Sep 2011 04:10:48 -0000	1.45
+++ ChangeLog	3 Dec 2011 13:29:58 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/nettle
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.45 2011/09/04 04:10:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.46 2011/12/03 13:29:58 grobian Exp $
+
+  03 Dec 2011; Fabian Groffen <grobian@gentoo.org>
+  +files/nettle-2.4-darwin-shlink.patch, nettle-2.4.ebuild:
+  Add patch to fix compilation on Darwin, marked ~x64-macos
 
 *nettle-2.4 (04 Sep 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.4.ebuild ChangeLog
@ 2012-02-16 21:36 Fabian Groffen (grobian)
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2012-02-16 21:36 UTC (permalink / raw
  To: gentoo-commits

grobian     12/02/16 21:36:35

  Modified:             nettle-2.4.ebuild ChangeLog
  Log:
  Marked ~sparc-solaris
  
  (Portage version: 2.2.01.20153-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.4                  dev-libs/nettle/nettle-2.4.ebuild

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

Index: nettle-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nettle-2.4.ebuild	10 Feb 2012 19:45:03 -0000	1.3
+++ nettle-2.4.ebuild	16 Feb 2012 21:36:35 -0000	1.4
@@ -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/nettle/nettle-2.4.ebuild,v 1.3 2012/02/10 19:45:03 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.4 2012/02/16 21:36:35 grobian Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
 IUSE="+gmp ssl"
 
 DEPEND="gmp? ( dev-libs/gmp )



1.49                 dev-libs/nettle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	10 Feb 2012 19:45:03 -0000	1.48
+++ ChangeLog	16 Feb 2012 21:36:35 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/nettle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.48 2012/02/10 19:45:03 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.49 2012/02/16 21:36:35 grobian Exp $
+
+  16 Feb 2012; Fabian Groffen <grobian@gentoo.org> nettle-2.4.ebuild:
+  Marked ~sparc-solaris
 
   10 Feb 2012; Tim Harder <radhermit@gentoo.org> nettle-2.4.ebuild,
   files/nettle-2.4-darwin-shlink.patch:






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.4.ebuild ChangeLog
@ 2012-02-18  9:28 Fabian Groffen (grobian)
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2012-02-18  9:28 UTC (permalink / raw
  To: gentoo-commits

grobian     12/02/18 09:28:16

  Modified:             nettle-2.4.ebuild ChangeLog
  Log:
  Fixed for and marked ~x86-solaris
  
  (Portage version: 2.2.01.20153-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.5                  dev-libs/nettle/nettle-2.4.ebuild

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

Index: nettle-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nettle-2.4.ebuild	16 Feb 2012 21:36:35 -0000	1.4
+++ nettle-2.4.ebuild	18 Feb 2012 09:28:16 -0000	1.5
@@ -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/nettle/nettle-2.4.ebuild,v 1.4 2012/02/16 21:36:35 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.5 2012/02/18 09:28:16 grobian Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="+gmp ssl"
 
 DEPEND="gmp? ( dev-libs/gmp )
@@ -22,6 +22,7 @@
 src_prepare() {
 	sed -e "/CFLAGS=/s: -ggdb3::" -i configure.ac || die "sed failed"
 	epatch "${FILESDIR}"/${P}-darwin-shlink.patch
+	sed -i -e 's/solaris\*)/sunldsolaris*)/' configure.ac || die
 	eautoreconf
 }
 



1.50                 dev-libs/nettle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	16 Feb 2012 21:36:35 -0000	1.49
+++ ChangeLog	18 Feb 2012 09:28:16 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/nettle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.49 2012/02/16 21:36:35 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.50 2012/02/18 09:28:16 grobian Exp $
+
+  18 Feb 2012; Fabian Groffen <grobian@gentoo.org> nettle-2.4.ebuild:
+  Fixed for and marked ~x86-solaris
 
   16 Feb 2012; Fabian Groffen <grobian@gentoo.org> nettle-2.4.ebuild:
   Marked ~sparc-solaris






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.4.ebuild ChangeLog
@ 2012-07-06  2:44 Richard Farina (zerochaos)
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Farina (zerochaos) @ 2012-07-06  2:44 UTC (permalink / raw
  To: gentoo-commits

zerochaos    12/07/06 02:44:17

  Modified:             nettle-2.4.ebuild ChangeLog
  Log:
  fix build failure on uclibc systems per bug 415193
  
  (Portage version: 2.1.11.4/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-libs/nettle/nettle-2.4.ebuild

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

Index: nettle-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- nettle-2.4.ebuild	26 Apr 2012 15:39:22 -0000	1.13
+++ nettle-2.4.ebuild	6 Jul 2012 02:44:16 -0000	1.14
@@ -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/nettle/nettle-2.4.ebuild,v 1.13 2012/04/26 15:39:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.14 2012/07/06 02:44:16 zerochaos Exp $
 
 EAPI="4"
 
@@ -22,6 +22,7 @@
 src_prepare() {
 	sed -e "/CFLAGS=/s: -ggdb3::" -i configure.ac || die "sed failed"
 	epatch "${FILESDIR}"/${P}-darwin-shlink.patch
+	epatch "${FILESDIR}"/${P}-missing-libm-link.patch
 	sed -i -e 's/solaris\*)/sunldsolaris*)/' configure.ac || die
 	eautoreconf
 }



1.60                 dev-libs/nettle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	26 Apr 2012 15:39:22 -0000	1.59
+++ ChangeLog	6 Jul 2012 02:44:16 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/nettle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.59 2012/04/26 15:39:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.60 2012/07/06 02:44:16 zerochaos Exp $
+
+  06 Jul 2012; Rick Farina <zerochaos@gentoo.org>
+  +files/nettle-2.4-missing-libm-link.patch, nettle-2.4.ebuild:
+  fix build failure on uclibc systems per bug 415193
 
   26 Apr 2012; Alexis Ballier <aballier@gentoo.org> nettle-2.4.ebuild:
   keyword ~amd64-fbsd






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

end of thread, other threads:[~2012-07-06  2:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-03 13:29 [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.4.ebuild ChangeLog Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-16 21:36 Fabian Groffen (grobian)
2012-02-18  9:28 Fabian Groffen (grobian)
2012-07-06  2:44 Richard Farina (zerochaos)

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