djc         15/08/01 16:06:06

  Modified:             ChangeLog
  Added:                nanomsg-0.6.ebuild
  Log:
  Version bump nanomsg to 0.6
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  Changes    Path
1.14                 dev-libs/nanomsg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nanomsg/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   30 Jan 2015 08:38:10 -0000      1.13
+++ ChangeLog   1 Aug 2015 16:06:06 -0000       1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/nanomsg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nanomsg/ChangeLog,v 1.13 
2015/01/30 08:38:10 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nanomsg/ChangeLog,v 1.14 
2015/08/01 16:06:06 djc Exp $
+
+*nanomsg-0.6 (01 Aug 2015)
+
+  01 Aug 2015; Dirkjan Ochtman <[email protected]> +nanomsg-0.6.ebuild:
+  Version bump nanomsg to 0.6
 
 *nanomsg-0.5-r1 (30 Jan 2015)
 



1.1                  dev-libs/nanomsg/nanomsg-0.6.ebuild

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

Index: nanomsg-0.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nanomsg/nanomsg-0.6.ebuild,v 1.1 
2015/08/01 16:06:06 djc Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
inherit autotools-multilib

DESCRIPTION="High-performance messaging interface for distributed applications"
HOMEPAGE="http://nanomsg.org/";
SRC_URI="https://github.com/nanomsg/nanomsg/releases/download/0.6-beta/${P}-beta.tar.gz";

LICENSE="MIT"
SLOT="0/0.2.2"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~x86"
IUSE="doc static-libs"

DEPEND="doc? (
                app-text/asciidoc
                app-text/xmlto
        )"
RDEPEND=""

S="${WORKDIR}/${P}-beta"

src_prepare() {
        sed -i -e 's/doc_DATA/html_DATA/' Makefile.am || die

        autotools-multilib_src_prepare
}

multilib_src_configure() {
        local myeconfargs=(
                --htmldir "/usr/share/doc/${PF}/html"
        )
        if multilib_is_native_abi; then
                myeconfargs+=(
                        $(use_enable doc)
                )
        else
                myeconfargs+=(
                        --disable-doc
                        --disable-nanocat
                        --disable-symlinks
                )
        fi
        autotools-utils_src_configure
}




Reply via email to