public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Luca Barbato" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lksctp-tools/
Date: Sat,  8 Oct 2016 22:12:16 +0000 (UTC)	[thread overview]
Message-ID: <1475964720.4523bcab8a1ae9b855d491a9486e1d37502395fd.lu_zero@gentoo> (raw)

commit:     4523bcab8a1ae9b855d491a9486e1d37502395fd
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 22:12:00 2016 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 22:12:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4523bcab

net-misc/lksctp-tools: Version bump

Minor fixes and pkgconf support.

Package-Manager: portage-2.3.0

 net-misc/lksctp-tools/Manifest                   |  1 +
 net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild | 46 ++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/net-misc/lksctp-tools/Manifest b/net-misc/lksctp-tools/Manifest
index 1a7cdd1..5493078 100644
--- a/net-misc/lksctp-tools/Manifest
+++ b/net-misc/lksctp-tools/Manifest
@@ -1,2 +1,3 @@
 DIST lksctp-tools-1.0.13.tar.gz 564530 SHA256 7c681868a95afc420f941d2f7dc6bfe07658de109aba6969c407ddf213c2f2a5 SHA512 bdcf06223641ca062fd528ad87efbd3ac2a4e721b691bade528ae6d2ad8eaee5a6c0516eff42c83a3afed812c378f3ce782b93efe8ec830d91280b7419ce17b4 WHIRLPOOL a6d02d4ce9a05d40c28d34437f79da2158684d3cab7b9c2ea0ddac61d2c2464af0eb1931865a80bc889a17ea544a93e2125314d9b53c576cf719a09608ef37d4
 DIST lksctp-tools-1.0.16.tar.gz 565446 SHA256 0903dd526b7f30a89d5031aa2c82757612becc38ed7bc6e4f972f8deae351f26 SHA512 ea771f3ffeef4630638ee9cbdf01723d01b1b0ca2e8f147a2b61b907339bd1a0c5d621a58638a3b700b6ffc41de06c7b9002645254a471e279663b64b313f467 WHIRLPOOL cebff8ede44ce9ca82da14b6d5a622876e0b86805672320364bab9ca5c8fc92197c806a88898fbd06598c9120ec5b044d2fd94e3f1814d2742c743217ef12cee
+DIST lksctp-tools-1.0.17.tar.gz 795762 SHA256 1aeb204cdb2befc94d9eb3037d1609c9d1d2cd5379d6dd2c0a8ca9b10533aa15 SHA512 055719130b7dda4da9cf002dcd5f1fb3d8cf75300a99365976e087b2b6971b4ccd357f95b515a44e37874af161f7b7f9b42c60191aff938d18fada5a49aa44c4 WHIRLPOOL 0831eccf424b8a02ded67b4c822713bd45bd07e3026ca5812dd0ed57c0d9b9573eee6f191075aea7a6b8587cf7b0b82c1c9b368edb08473d4967cd42ea69536a

diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild
new file mode 100644
index 00000000..2d6ad05
--- /dev/null
+++ b/net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib flag-o-matic autotools autotools-utils
+
+DESCRIPTION="Tools for Linux Kernel Stream Control Transmission Protocol implementation"
+HOMEPAGE="http://lksctp.sourceforge.net/"
+SRC_URI="mirror://sourceforge/lksctp/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2+ LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="kernel_linux static-libs"
+
+# This is only supposed to work with Linux to begin with.
+DEPEND=">=sys-kernel/linux-headers-2.6"
+RDEPEND=""
+
+REQUIRED_USE="kernel_linux"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-1.0.8-prefix.patch #181602
+	eautoreconf
+}
+
+src_configure() {
+	append-flags -fno-strict-aliasing
+
+	autotools-utils_src_configure
+}
+
+DOCS=( AUTHORS ChangeLog INSTALL NEWS README ROADMAP )
+
+src_install() {
+	autotools-utils_src_install
+
+	dodoc doc/*txt
+	newdoc src/withsctp/README README.withsctp
+
+	# Don't install static library or libtool file, since this is used
+	# only as preloadable library.
+	use static-libs && rm "${D}"/usr/$(get_libdir)/${PN}/*.a
+}


             reply	other threads:[~2016-10-08 22:12 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-08 22:12 Luca Barbato [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-20 20:37 [gentoo-commits] repo/gentoo:master commit in: net-misc/lksctp-tools/ Ulrich Müller
2022-12-08  6:50 WANG Xuerui
2022-10-29 21:32 Sam James
2022-09-09  7:59 David Seifert
2022-01-04 10:30 David Seifert
2021-08-16 16:47 Sam James
2021-08-11 23:10 Sam James
2021-08-11  0:24 Sam James
2021-08-11  0:12 Sam James
2021-08-11  0:02 Sam James
2021-08-10 15:36 Agostino Sarubbo
2021-06-14 22:45 Thomas Deutschmann
2020-02-08 16:53 David Seifert
2019-07-31 11:03 Agostino Sarubbo
2019-07-28 20:29 Mikle Kolyada
2019-07-23  0:59 Aaron Bauman
2019-06-04 18:51 Agostino Sarubbo
2019-05-30 20:33 Sergei Trofimovich
2019-05-30 20:30 Sergei Trofimovich
2019-05-30 20:05 Sergei Trofimovich
2019-05-29 21:05 Mikle Kolyada
2019-05-26 17:01 Sergei Trofimovich
2019-05-04 19:13 Mikle Kolyada
2018-10-01 16:34 Thomas Deutschmann
2018-07-22 21:23 Mikle Kolyada
2018-03-15 20:03 Sergei Trofimovich
2018-03-15 15:46 Mikle Kolyada
2018-02-27 22:30 Sergei Trofimovich
2018-01-28 16:59 Tobias Klausmann
2017-12-14 22:47 Sergei Trofimovich
2017-12-08 20:39 Thomas Deutschmann
2017-03-16 12:36 Michael Weber
2016-12-18 23:42 Robin H. Johnson
2015-09-21 11:27 Agostino Sarubbo
2015-09-18  4:51 Jeroen Roovers
2015-09-06 13:25 Agostino Sarubbo

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=1475964720.4523bcab8a1ae9b855d491a9486e1d37502395fd.lu_zero@gentoo \
    --to=lu_zero@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