blueness    15/07/17 20:04:44

  Modified:             libsecp256k1-9999.ebuild ChangeLog
  Log:
  Update 9999.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.4                  dev-libs/libsecp256k1/libsecp256k1-9999.ebuild

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

Index: libsecp256k1-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libsecp256k1/libsecp256k1-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsecp256k1-9999.ebuild    6 Jun 2015 19:19:03 -0000       1.3
+++ libsecp256k1-9999.ebuild    17 Jul 2015 20:04:44 -0000      1.4
@@ -1,14 +1,15 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libsecp256k1/libsecp256k1-9999.ebuild,v 1.3 
2015/06/06 19:19:03 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libsecp256k1/libsecp256k1-9999.ebuild,v 1.4 
2015/07/17 20:04:44 blueness Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="https://github.com/bitcoin/secp256k1.git";
 inherit git-2 autotools eutils
 
+MyPN=secp256k1
 DESCRIPTION="Optimized C library for EC operations on curve secp256k1"
-HOMEPAGE="https://github.com/bitcoin/secp256k1";
+HOMEPAGE="https://github.com/bitcoin/${MyPN}";
 
 LICENSE="MIT"
 SLOT="0"
@@ -23,7 +24,6 @@
 "
 DEPEND="${RDEPEND}
        virtual/pkgconfig
-       >=sys-devel/gcc-4.7
        test? ( dev-libs/openssl:0 )
 "
 
@@ -32,33 +32,15 @@
 }
 
 src_configure() {
-       local field
-       if use gmp && ! use asm; then
-               field=gmp
-       elif use amd64; then
-               field=64bit
-       else
-               field=32bit
-       fi
-
        econf \
                --disable-benchmark \
                $(use_enable test tests) \
                $(use_enable endomorphism)  \
                --with-asm=$(usex asm auto no) \
                --with-bignum=$(usex gmp gmp no) \
-               --with-field=${field} \
                --disable-static
 }
 
-src_compile() {
-       emake
-}
-
-src_test() {
-       emake check
-}
-
 src_install() {
        if use doc; then
                dodoc README.md



1.8                  dev-libs/libsecp256k1/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsecp256k1/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   14 Jul 2015 12:55:24 -0000      1.7
+++ ChangeLog   17 Jul 2015 20:04:44 -0000      1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libsecp256k1
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsecp256k1/ChangeLog,v 1.7 
2015/07/14 12:55:24 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsecp256k1/ChangeLog,v 1.8 
2015/07/17 20:04:44 blueness Exp $
+
+  17 Jul 2015; Anthony G. Basile <[email protected]> 
libsecp256k1-9999.ebuild:
+  Update 9999.
 
 *libsecp256k1-0.0.0_pre20150423 (14 Jul 2015)
 




Reply via email to