blueness    15/07/14 12:55:24

  Modified:             ChangeLog
  Added:                libsecp256k1-0.0.0_pre20150423.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.7                  dev-libs/libsecp256k1/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsecp256k1/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   4 Jul 2015 18:49:43 -0000       1.6
+++ ChangeLog   14 Jul 2015 12:55:24 -0000      1.7
@@ -1,6 +1,12 @@
 # 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.6 
2015/07/04 18:49:43 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsecp256k1/ChangeLog,v 1.7 
2015/07/14 12:55:24 blueness Exp $
+
+*libsecp256k1-0.0.0_pre20150423 (14 Jul 2015)
+
+  14 Jul 2015; Anthony G. Basile <[email protected]>
+  +libsecp256k1-0.0.0_pre20150423.ebuild:
+  Version bump.
 
   04 Jul 2015; Anthony G. Basile <[email protected]>
   libsecp256k1-0.0.0_pre20141212.ebuild:



1.1                  dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20150423.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20150423.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20150423.ebuild?rev=1.1&content-type=text/plain

Index: libsecp256k1-0.0.0_pre20150423.ebuild
===================================================================
# 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-0.0.0_pre20150423.ebuild,v
 1.1 2015/07/14 12:55:24 blueness Exp $

EAPI=5

inherit autotools eutils

MyPN=secp256k1
DESCRIPTION="Optimized C library for EC operations on curve secp256k1"
HOMEPAGE="https://github.com/bitcoin/${MyPN}";
COMMITHASH="22f60a62801a8a49ecd049e7a563f69a41affd8d"
SRC_URI="https://github.com/bitcoin/${MyPN}/archive/${COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tgz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="asm doc endomorphism gmp test"

REQUIRED_USE="
        asm? ( amd64 )
"
RDEPEND="
        gmp? ( dev-libs/gmp:0 )
"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        test? ( dev-libs/openssl:0 )
"

S="${WORKDIR}/${MyPN}-${COMMITHASH}"

src_prepare() {
        eautoreconf
}

src_configure() {
        econf \
                --disable-benchmark \
                $(use_enable test tests) \
                $(use_enable endomorphism)  \
                --with-asm=$(usex asm auto no) \
                --with-bignum=$(usex gmp gmp no) \
                --disable-static
}

src_install() {
        if use doc; then
                dodoc README.md
        fi

        emake DESTDIR="${D}" install
        prune_libtool_files
}




Reply via email to