public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/net-tools/
Date: Mon, 15 Feb 2016 16:19:16 +0000 (UTC)	[thread overview]
Message-ID: <1455553147.f066bc3e4b425f16b83755dcec372183f16521b1.vapier@gentoo> (raw)

commit:     f066bc3e4b425f16b83755dcec372183f16521b1
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 16:17:36 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 16:19:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f066bc3e

sys-apps/net-tools: version bump

 sys-apps/net-tools/Manifest                        |  1 +
 .../net-tools-1.60_p20160215155418.ebuild          | 88 ++++++++++++++++++++++
 2 files changed, 89 insertions(+)

diff --git a/sys-apps/net-tools/Manifest b/sys-apps/net-tools/Manifest
index 3d12c4a..e06df8f 100644
--- a/sys-apps/net-tools/Manifest
+++ b/sys-apps/net-tools/Manifest
@@ -4,3 +4,4 @@ DIST net-tools-1.60_p20130513023548.tar.xz 196684 SHA256 e4f47c0736c5d73853f3bbf
 DIST net-tools-1.60_p20141019041918-patches-1.tar.xz 3352 SHA256 12e79c866c532ba75c0367397f664799f90ab8901bc906429b67939e8e6b354f SHA512 139f8c2990e5be44c17c2c5c4a900d2d2a8cdb5c067a8fe822b20b964045a24bc1138f7656291bc4db80ecddaa24e2e2655c018925d7b214651284443df550f9 WHIRLPOOL 3e33a3d5e0209360c7d90e4741a1b2be662e3c9d1c8a1f8a7283bff98642934fd26da296c5ed4a064915fa1a1006ee8f94fedc07d86bda48ed9624fc9946d190
 DIST net-tools-1.60_p20141019041918.tar.xz 197684 SHA256 22d1fb8acfa0b1e92d3c5dd3f544770b107df72f32f5b16232e65045c5efd2d0 SHA512 5fb02e181f3fec0a62a8ec8f1e6b0549d711d70d292491a2721d7f19f1a3b07d41fd0c8f503809435cd1a1b1999bcf5690402acc51f06ac6d626e11fef590e2e WHIRLPOOL c34f0c7363cc445e2457ccbf796947b60f74a063ed299840f755c6c023b8eb2cd46cdf42e1f9ca7530170e0b32dd14477e64ce50ec089e4a8b5d3e6bf65456ec
 DIST net-tools-1.60_p20151124144947.tar.xz 227044 SHA256 fd771419c735ac43b27584594595e9bf8ee708aaf9948a44696ce9aa955e887d SHA512 0118af976ebc45edfd301c666fbf934c1fca1fd09396b6e3d09a8f9810809f7b765d6b3329044da5fccf96574b15b04fdedbaeac8e76e9811c0e87f53eff6530 WHIRLPOOL 33e1de04bc53ba16edc964b4f4b9393fbc2f474c423d73b565eb5449dfdb866edd275a16c08c25bd7eacbf8dff761e20f5eb13abd15c6af0062b6439fe439c5f
+DIST net-tools-1.60_p20160215155418.tar.xz 227284 SHA256 9c9aee20e3b09213ab0b27c62329fafcb25e156143fc3999c16e8dcee72304b2 SHA512 3fac6e00f061daf5c9ed1c8038d14635333a6149b09ad1493db35e4f931095915ad47468c42cc10299a4df1b5c946d6609a92a00c326a50a4da166670f6608e4 WHIRLPOOL b04de5acd5cb17177d105168d8dd5d4e1cbb108d946bd656b162b11081098b9254993883088df851c3f2fc4eab2dbc18892cff96f20f1e2748663ab6f17ffac0

diff --git a/sys-apps/net-tools/net-tools-1.60_p20160215155418.ebuild b/sys-apps/net-tools/net-tools-1.60_p20160215155418.ebuild
new file mode 100644
index 0000000..31bb147
--- /dev/null
+++ b/sys-apps/net-tools/net-tools-1.60_p20160215155418.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit flag-o-matic toolchain-funcs
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="git://git.code.sf.net/p/net-tools/code"
+	inherit git-2
+else
+	SRC_URI="mirror://gentoo/${P}.tar.xz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+DESCRIPTION="Standard Linux networking tools"
+HOMEPAGE="http://net-tools.sourceforge.net/"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+arp +hostname ipv6 nis nls plipconfig selinux slattach static"
+REQUIRED_USE="nis? ( hostname )"
+
+RDEPEND="selinux? ( sys-libs/libselinux )"
+DEPEND="${RDEPEND}
+	selinux? ( virtual/pkgconfig )
+	app-arch/xz-utils"
+if [[ ${PV} == "9999" ]]; then
+	DEPEND+=" nls? ( sys-devel/gettext )"
+fi
+RDEPEND+="
+	hostname? ( !sys-apps/coreutils[hostname] )
+	!<sys-apps/openrc-0.9.9.3"
+
+maint_pkg_create() {
+	cd /usr/local/src/net-tools
+	#git-update
+	local stamp=$(date --date="$(git log -n1 --pretty=format:%ci master)" -u +%Y%m%d%H%M%S)
+	local pv="${PV/_p*}_p${stamp}"; pv=${pv/9999/1.60}
+	local p="${PN}-${pv}"
+	git archive --prefix="${p}/" master | tar xf - -C "${T}"
+	pushd "${T}" >/dev/null
+	emake -C "${p}/po" dist
+	sed -i "/^RELEASE/s:=.*:=${pv}:" */Makefile || die
+	tar cf - ${p}/ | xz > ${p}.tar.xz
+	popd >/dev/null
+
+	du -b "${T}"/*.tar.xz
+}
+
+pkg_setup() { [[ -n ${VAPIER_LOVES_YOU} ]] && maint_pkg_create ; }
+
+set_opt() {
+	local opt=$1 ans
+	shift
+	ans=$("$@" && echo y || echo n)
+	einfo "Setting option ${opt} to ${ans}"
+	sed -i \
+		-e "/^bool.* ${opt} /s:[yn]$:${ans}:" \
+		config.in || die
+}
+
+src_configure() {
+	set_opt I18N use nls
+	set_opt HAVE_AFINET6 use ipv6
+	set_opt HAVE_HWIB has_version '>=sys-kernel/linux-headers-2.6'
+	set_opt HAVE_HWTR has_version '<sys-kernel/linux-headers-3.5'
+	set_opt HAVE_HWSTRIP has_version '<sys-kernel/linux-headers-3.6'
+	set_opt HAVE_SELINUX use selinux
+	set_opt HAVE_ARP_TOOLS use arp
+	set_opt HAVE_HOSTNAME_TOOLS use hostname
+	set_opt HAVE_HOSTNAME_SYMLINKS use nis
+	set_opt HAVE_PLIP_TOOLS use plipconfig
+	set_opt HAVE_SERIAL_TOOLS use slattach
+	if use static ; then
+		append-flags -static
+		append-ldflags -static
+	fi
+	tc-export AR CC
+	yes "" | ./configure.sh config.in || die
+}
+
+src_install() {
+	# We need to use emake by hand to pass ED. #567300
+	emake DESTDIR="${ED}" install
+	dodoc README THANKS TODO
+}


             reply	other threads:[~2016-02-15 16:19 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-15 16:19 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-02  1:33 [gentoo-commits] repo/gentoo:master commit in: sys-apps/net-tools/ Mike Frysinger
2023-06-29  9:05 Sam James
2022-12-20 18:54 Mike Gilbert
2022-10-20  3:50 Sam James
2021-09-05 19:11 Matt Turner
2021-05-14 10:04 David Seifert
2021-05-14  9:35 Agostino Sarubbo
2021-05-13 17:53 Sam James
2021-05-13 17:06 Sam James
2021-05-13 16:55 Sam James
2021-05-13 16:24 Sam James
2021-05-13 16:18 Sam James
2021-01-07 19:59 Mike Gilbert
2021-01-07 19:59 Mike Gilbert
2021-01-07 17:05 Mike Frysinger
2021-01-07 10:47 Michał Górny
2021-01-07 10:47 Michał Górny
2021-01-07  7:50 Agostino Sarubbo
2021-01-07  1:54 Mike Frysinger
2021-01-07  1:54 Mike Frysinger
2021-01-07  1:54 Mike Frysinger
2019-05-04 19:51 Andreas K. Hüttel
2019-05-04 19:51 Andreas K. Hüttel
2019-01-16 21:07 Mart Raudsepp
2018-12-24 17:03 Mikle Kolyada
2018-12-23 19:52 Matt Turner
2018-12-08  9:47 Sergei Trofimovich
2018-12-08  9:36 Sergei Trofimovich
2018-12-08  9:28 Sergei Trofimovich
2018-12-08  9:23 Sergei Trofimovich
2018-12-07 12:59 Mikle Kolyada
2018-12-07  2:41 Thomas Deutschmann
2018-12-05 20:02 Sergei Trofimovich
2018-12-05 11:38 Mikle Kolyada
2018-12-04 18:09 Mikle Kolyada
2018-08-20 18:21 Thomas Deutschmann
2018-05-18 16:01 Mike Gilbert
2018-03-02 17:22 Mart Raudsepp
2018-01-17 12:47 Lars Wendler
2018-01-17 12:47 Lars Wendler
2018-01-17 12:47 Lars Wendler
2017-11-15 22:42 Sergei Trofimovich
2017-11-02 23:25 Thomas Deutschmann
2017-11-02 22:31 Sergei Trofimovich
2017-09-30 23:38 Thomas Deutschmann
2017-09-30 17:14 Matt Turner
2017-09-30 17:14 Matt Turner
2017-09-26 22:40 Manuel Rüger
2017-09-18 18:22 Markus Meier
2017-09-15 15:38 Tobias Klausmann
2017-09-11 19:28 Sergei Trofimovich
2017-06-26 20:25 Andreas Hüttel
2016-11-16  3:22 Mike Frysinger
2016-11-11  0:07 Mike Frysinger
2016-11-11  0:03 Mike Frysinger
2016-10-30 20:05 Sven Wegener
2016-09-29  3:59 Jeroen Roovers
2016-09-04 13:17 Tobias Klausmann
2016-08-23 19:03 Markus Meier
2016-02-15 16:19 Mike Frysinger
2016-02-15 16:19 Mike Frysinger
2016-02-15 15:13 Mike Frysinger
2016-01-11 10:46 Mike Frysinger
2015-12-27  9:48 Mikle Kolyada
2015-12-07 11:40 Agostino Sarubbo
2015-12-01  4:04 Jeroen Roovers
2015-11-29 19:07 Markus Meier
2015-11-24 22:01 Mike Frysinger
2015-11-24 19:33 Mikle Kolyada
2015-11-24 19:32 Mikle Kolyada
2015-11-24 14:55 Mike Frysinger
2015-08-26  3:54 Mike Frysinger

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=1455553147.f066bc3e4b425f16b83755dcec372183f16521b1.vapier@gentoo \
    --to=vapier@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