mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/lksctp-tools: Drop 1.0.13 and 1.0.16
All arches have newer versions stable. Closes: https://bugs.gentoo.org/609620 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST lksctp-tools-1.0.13.tar.gz 564530 BLAKE2B e9d374910e7acad2ce05f336e8f66c8ef22bce85912a02cf23c7f691b949b681e75cd9031cf676cb1f4911f311f0153e3a68730f3faba47714f020625924b5e2 SHA512 bdcf06223641ca062fd528ad87efbd3ac2a4e721b691bade528ae6d2ad8eaee5a6c0516eff42c83a3afed812c378f3ce782b93efe8ec830d91280b7419ce17b4
|
||||
DIST lksctp-tools-1.0.16.tar.gz 565446 BLAKE2B 2eff562809f24b76b8f129698c8fef30f9612706482e3061356e3a6fef2503c677421de4e7cb0ab30c8830cdccf7541f67234469920394554fc574fe45833a88 SHA512 ea771f3ffeef4630638ee9cbdf01723d01b1b0ca2e8f147a2b61b907339bd1a0c5d621a58638a3b700b6ffc41de06c7b9002645254a471e279663b64b313f467
|
||||
DIST lksctp-tools-1.0.17.tar.gz 795762 BLAKE2B a37b653b1f9effd039c5241669c767d8b0918bf4790d9f017c70eefd4ce1efdbe5d76f6e88e15ddf214308267ee62a6004d2af781ad720ef847e8d99ae5a55f6 SHA512 055719130b7dda4da9cf002dcd5f1fb3d8cf75300a99365976e087b2b6971b4ccd357f95b515a44e37874af161f7b7f9b42c60191aff938d18fada5a49aa44c4
|
||||
DIST lksctp-tools-1.0.18.tar.gz 560302 BLAKE2B 6151109a0f43044048ff64a6ca021710f28e695017b79513412a44999ec67bdbe7cb0bbba7d5e0deb28b8fdd097379100046ef77508678f726f18944b9799f22 SHA512 1d7275fadc0f2270865307cff2645810e9bab6c1a97e70be6115cace737334dbdd87a072fae25b89dd9cac2e05974556542de70ea8ef70b9e4f14873c82a5055
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
From 2f2ba4e271b91535860705ca5911a3a6e1f64121 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= <flameeyes@flameeyes.eu>
|
||||
Date: Sat, 23 Feb 2013 23:08:49 -0800
|
||||
Subject: [PATCH lksctp-tools] build: fix out-of-tree build of withsctp.
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
|
||||
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
|
||||
---
|
||||
src/withsctp/Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/withsctp/Makefile.am b/src/withsctp/Makefile.am
|
||||
index e091049..cecf606 100644
|
||||
--- a/src/withsctp/Makefile.am
|
||||
+++ b/src/withsctp/Makefile.am
|
||||
@@ -10,7 +10,7 @@ include $(top_srcdir)/Makefile.rules
|
||||
bin_PROGRAMS = checksctp
|
||||
bin_SCRIPTS = withsctp
|
||||
|
||||
-AM_CPPFLAGS=-I../include
|
||||
+AM_CPPFLAGS=-I$(top_srcdir)/src/include
|
||||
pkglib_LTLIBRARIES = libwithsctp.la
|
||||
libwithsctp_la_SOURCES = sctp_load_libs.c sctp_socket.c sctp_bind.c \
|
||||
sctp_sockopt.c sctp_socket.h
|
||||
--
|
||||
1.8.1.2
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils multilib flag-o-matic autotools autotools-utils linux-info
|
||||
|
||||
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 ppc ppc64 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"
|
||||
|
||||
CONFIG_CHECK="~IP_SCTP"
|
||||
WARNING_IP_SCTP="CONFIG_IP_SCTP:\tis not set when it should be."
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-1.0.8-prefix.patch #181602
|
||||
epatch "${FILESDIR}"/${P}-build.patch
|
||||
sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die
|
||||
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
|
||||
}
|
||||
@@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils multilib flag-o-matic autotools autotools-utils linux-info
|
||||
|
||||
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"
|
||||
|
||||
CONFIG_CHECK="~IP_SCTP"
|
||||
WARNING_IP_SCTP="CONFIG_IP_SCTP:\tis not set when it should be."
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user