public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/
Date: Sun, 19 Nov 2017 19:50:58 +0000 (UTC)	[thread overview]
Message-ID: <1511121051.b3cae833a74dda45eab6f628b77675395d4b7646.djc@gentoo> (raw)

commit:     b3cae833a74dda45eab6f628b77675395d4b7646
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 19:42:17 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 19:50:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3cae833

dev-libs/nanomsg: version bump to 1.1.2

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/nanomsg/Manifest                          |  3 +-
 dev-libs/nanomsg/nanomsg-0.8.ebuild                | 48 ----------------------
 .../{nanomsg-0.9.ebuild => nanomsg-1.1.2.ebuild}   |  8 ++--
 3 files changed, 4 insertions(+), 55 deletions(-)

diff --git a/dev-libs/nanomsg/Manifest b/dev-libs/nanomsg/Manifest
index c27faac5b02..e9ccc4f2ab5 100644
--- a/dev-libs/nanomsg/Manifest
+++ b/dev-libs/nanomsg/Manifest
@@ -1,4 +1,3 @@
-DIST nanomsg-0.8-beta.tar.gz 589221 SHA256 75ce0c68a50cc68070d899035d5bb1e2bd75a5e01cbdd86ba8af62a84df3a947 SHA512 457e99e2b2568370bf052a20e2abb38faad9afa9019d38aa35df6cf49d1d3f50e3a0b26a64089e823b7d907041e8069c99a06706678b070a26e0cbe2e26588d2 WHIRLPOOL a0c00848b8ca2178588047aaaedb9e3b10a993e5ae5d2c0da6716b861003deaf1ce3891850919db73202de8d1aa36e21c1f440600ce2be852189988fae4994fd
-DIST nanomsg-0.9-beta.tar.gz 310601 SHA256 4c15248baa594523fc34368166cdb42e766e50c58b41a73f925879f6d87ba601 SHA512 3a7141dda6152e5192faaa9354116a9dc43636dbc03ebff0598796210c310756d3841cf7bb6857be46722d8952894f5bebe192ec538511825f72e700ac4e03cb WHIRLPOOL c2150f1a71b8e35e2258a4f3b264e4356553312f07ef079d2bfd5279cf52df4ffa3a7bb4738f85d86945ab17ee04a7f1d2c17d8011bb6ae396be2b689282e8d0
 DIST nanomsg-1.0.0.tar.gz 305040 SHA256 24afdeb71b2e362e8a003a7ecc906e1b84fd9f56ce15ec567481d1bb33132cc7 SHA512 06fc4eadac29439024bd24230c73f43ddc46e6b6848ad75952b67bf301066be5752a844173597c1b42e55c1ebb66a2d2cb7693e4cbfc07584b4398597cbc9200 WHIRLPOOL 97ac9ff5170ee649c7803f7ea22713889506ce54a1fb0a55c5d2ac82a1359e8367189d9e3d8d8ecb85193ec8770c78365aa7a9daeefe5705fc3049c27558a52d
 DIST nanomsg-1.1.0.tar.gz 308801 SHA256 e81b79e073f5388a5070623136c7896244f8bbc24fd5f5255da8d5aa2e2a50e3 SHA512 2d7d4b36e5c50cb7590e7dec0c271a021f05478cadeced6b5c9e27b76c3c5b59a11318c70b51e10efed6be2681dea7881a2f883f576fa5343c2aecfa18cbee50 WHIRLPOOL e56ed012b6f6f1aa9951f4ba190158c911586e09ec4933c39de2392a8e280090503656891af625dc4b09562eae3b71b84322bc8fe18460496f8fce7c71e4316b
+DIST nanomsg-1.1.2.tar.gz 308420 SHA256 3c52165a735c2fb597d2306593ae4b17900688b90113d4115ad8480288f28ccb SHA512 f95ce24b34c25d139cf3de46585f6354e0311a9d5e7135ad71df62b8bb5df26f81a58b9773c39c320df2d0e97cd2905a8576f9f00b0a4d33774f1b610271cee5 WHIRLPOOL b9aceaae3eb6dcebadc88a15c8be2d938f5e5f29e7916e542d1e473d9ece0eb793a56fc1019b900da626d1e2d715fc9c047322f6fe93090d32f0c325e98d41ad

diff --git a/dev-libs/nanomsg/nanomsg-0.8.ebuild b/dev-libs/nanomsg/nanomsg-0.8.ebuild
deleted file mode 100644
index a1284b8b587..00000000000
--- a/dev-libs/nanomsg/nanomsg-0.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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/${PV}-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
-}

diff --git a/dev-libs/nanomsg/nanomsg-0.9.ebuild b/dev-libs/nanomsg/nanomsg-1.1.2.ebuild
similarity index 78%
rename from dev-libs/nanomsg/nanomsg-0.9.ebuild
rename to dev-libs/nanomsg/nanomsg-1.1.2.ebuild
index dbda891fb38..b2e2b2fb1d4 100644
--- a/dev-libs/nanomsg/nanomsg-0.9.ebuild
+++ b/dev-libs/nanomsg/nanomsg-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,18 +7,16 @@ inherit cmake-multilib
 
 DESCRIPTION="High-performance messaging interface for distributed applications"
 HOMEPAGE="http://nanomsg.org/"
-SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}-beta.tar.gz -> ${P}-beta.tar.gz"
+SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/5.0.0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="doc static-libs"
 
 DEPEND="doc? ( dev-ruby/asciidoctor )"
 RDEPEND=""
 
-S="${WORKDIR}/${P}-beta"
-
 multilib_src_configure() {
 	local mycmakeargs=(
 		-DNN_STATIC_LIB=$(usex static-libs ON OFF)


             reply	other threads:[~2017-11-19 19:51 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-19 19:50 Dirkjan Ochtman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24  8:52 [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/ Petr Vaněk
2024-12-28  8:52 Arthur Zamarin
2024-12-28  2:53 Sam James
2024-12-27 15:49 Sam James
2024-03-12 21:44 Arthur Zamarin
2024-03-05 16:02 Arthur Zamarin
2022-09-09  7:59 David Seifert
2022-08-15 11:22 Andreas Sturmlechner
2021-06-17 20:23 Sam James
2021-06-11 15:58 Joonas Niilola
2021-06-11  6:46 Joonas Niilola
2021-06-11  6:36 Joonas Niilola
2021-06-10 16:36 Sergei Trofimovich
2021-05-31 20:45 David Seifert
2021-05-17 20:57 Sergei Trofimovich
2020-11-05 14:23 Dirkjan Ochtman
2020-05-25  6:28 Agostino Sarubbo
2020-04-09 21:37 Andreas Sturmlechner
2020-03-19 21:18 Andreas Sturmlechner
2018-12-10 16:45 Thomas Deutschmann
2018-08-18 17:03 Andreas Sturmlechner
2018-06-24 18:53 Dirkjan Ochtman
2018-06-24 18:53 Dirkjan Ochtman
2017-11-20  8:13 Sergei Trofimovich
2017-10-27 13:05 Patrick Lauer
2017-07-26 20:49 Sergei Trofimovich
2017-07-26 20:29 Sergei Trofimovich
2017-06-15 13:11 Alexis Ballier
2016-08-03 16:57 Alexis Ballier
2016-07-30 14:22 Mike Gilbert
2016-07-30 14:16 Mike Gilbert
2016-06-11  7:23 Dirkjan Ochtman
2016-05-16  8:07 Dirkjan Ochtman
2016-05-16  8:05 Dirkjan Ochtman
2015-12-06 19:05 Dirkjan Ochtman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1511121051.b3cae833a74dda45eab6f628b77675395d4b7646.djc@gentoo \
    --to=djc@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox