diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-05 00:22:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-05 00:23:26 +0200 |
commit | ba0b67d74b508cfe6eeb93138715c4494eb7a28d (patch) | |
tree | 46b2154ae50ea7ac8a75e90edf1b5dabfb3aa4bd /net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild | |
parent | sys-fs/lvm2: x86 stable (bug #687232) (diff) | |
download | gentoo-ba0b67d74b508cfe6eeb93138715c4494eb7a28d.tar.gz gentoo-ba0b67d74b508cfe6eeb93138715c4494eb7a28d.tar.bz2 gentoo-ba0b67d74b508cfe6eeb93138715c4494eb7a28d.zip |
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>
Diffstat (limited to 'net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild')
-rw-r--r-- | net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild deleted file mode 100644 index 993649af9366..000000000000 --- a/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild +++ /dev/null @@ -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 -} |