From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnet/
Date: Wed, 9 Oct 2019 06:39:17 +0000 (UTC) [thread overview]
Message-ID: <1570603155.87d0b7b088c20ebc78ee7e48ea710032be907176.jer@gentoo> (raw)
commit: 87d0b7b088c20ebc78ee7e48ea710032be907176
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 06:33:25 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 06:39:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d0b7b0
net-libs/libnet: Version 1.2_rc4
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-libs/libnet/Manifest | 1 +
net-libs/libnet/libnet-1.2.9999.ebuild | 4 ++--
...ibnet-1.2.9999.ebuild => libnet-1.2_rc4.ebuild} | 28 ++++------------------
3 files changed, 8 insertions(+), 25 deletions(-)
diff --git a/net-libs/libnet/Manifest b/net-libs/libnet/Manifest
index fba13d83980..6cac2ef87a7 100644
--- a/net-libs/libnet/Manifest
+++ b/net-libs/libnet/Manifest
@@ -1,2 +1,3 @@
DIST libnet-1.0.2a.tar.gz 140191 BLAKE2B 4107cb714b7be901250759ce5288a86922bd7cc20081a9d2c93758150d74c55844db98c43874befdfb593ec25e128d6ae2389eff7c46da79dcbb9681f649e059 SHA512 2e9a73bd767e1f46eea92e18ddd83cc3179144c8cc5b1a22b4dba50fee16173c951be4dd647a247bd7067c33b9e33489a6efb313ce1ea0c61c4a06009c3c4d95
DIST libnet-1.2-rc3.tar.gz 676205 BLAKE2B f1aa199489e9aacc6b2bf567f5885e3b54b1044fb292693581c8fbc8fb99c565e0a9436b35914bdbda65798b00527049f279da3b3b6048e32f575f51b92c3309 SHA512 4f1c5c1a72e2c35ca3add772cb1af63e8245bb5c127e4a74fb9f619f987a4ea047bf17caaa292e9b7fa7642635773b90975d013644be0383dca93d688ca8430d
+DIST libnet-1.2-rc4.tar.gz 615726 BLAKE2B 90d2a98dc52c32ff7d97edd4f85c04e56ba5c9300b39fff560f39078dbfd451474118168c291db1fa13fb0d6af123c23a604e03d0f88609a0c131c694cffd755 SHA512 01c815c9e544f00a2b35372466ff8b372b132e3d4ee7b99557f799e0b4380777bebde2ce9bdd804314dffe88ce953f332923d9fa2bf3c186ea19e045b94edbcd
diff --git a/net-libs/libnet/libnet-1.2.9999.ebuild b/net-libs/libnet/libnet-1.2.9999.ebuild
index 1059f3a86ce..107f73751b5 100644
--- a/net-libs/libnet/libnet-1.2.9999.ebuild
+++ b/net-libs/libnet/libnet-1.2.9999.ebuild
@@ -5,8 +5,8 @@ EAPI=7
inherit autotools git-r3
DESCRIPTION="library providing an API for commonly used low-level network functions"
-HOMEPAGE="http://libnet-dev.sourceforge.net/ https://github.com/sam-github/libnet"
-EGIT_REPO_URI="https://github.com/sam-github/libnet"
+HOMEPAGE="http://libnet-dev.sourceforge.net/ https://github.com/libnet/libnet"
+EGIT_REPO_URI="https://github.com/libnet/libnet"
LICENSE="BSD BSD-2 HPND"
SLOT="1.1"
diff --git a/net-libs/libnet/libnet-1.2.9999.ebuild b/net-libs/libnet/libnet-1.2_rc4.ebuild
similarity index 51%
copy from net-libs/libnet/libnet-1.2.9999.ebuild
copy to net-libs/libnet/libnet-1.2_rc4.ebuild
index 1059f3a86ce..e4c9ab48021 100644
--- a/net-libs/libnet/libnet-1.2.9999.ebuild
+++ b/net-libs/libnet/libnet-1.2_rc4.ebuild
@@ -2,31 +2,20 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools git-r3
DESCRIPTION="library providing an API for commonly used low-level network functions"
-HOMEPAGE="http://libnet-dev.sourceforge.net/ https://github.com/sam-github/libnet"
-EGIT_REPO_URI="https://github.com/sam-github/libnet"
+HOMEPAGE="http://libnet-dev.sourceforge.net/ https://github.com/libnet/libnet"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV/_/-}/${P/_/-}.tar.gz"
LICENSE="BSD BSD-2 HPND"
SLOT="1.1"
-KEYWORDS=""
-IUSE="doc static-libs"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="static-libs"
DOCS=(
- README.md doc/{CHANGELOG,CONTRIB,DESIGN_NOTES,MIGRATION}
- doc/{PACKET_BUILDING,PORTED,RAWSOCKET_NON_SEQUITUR,TODO}
+ ChangeLog.md README.md doc/{MIGRATION,RAWSOCKET_NON_SEQUITUR,TODO}
)
S=${WORKDIR}/${P/_/-}
-PATCHES=(
- "${FILESDIR}"/${PN}-1.2-socklen_t.patch
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
src_configure() {
econf $(use_enable static-libs static)
@@ -35,12 +24,5 @@ src_configure() {
src_install() {
default
- if use doc ; then
- docinto html
- dodoc -r doc/html/*
- docinto sample
- dodoc sample/*.[ch]
- fi
-
find "${D}" -name '*.la' -delete || die
}
next reply other threads:[~2019-10-09 6:39 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-09 6:39 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-28 14:03 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnet/ Andreas K. Hüttel
2024-03-25 9:21 Sam James
2023-12-24 17:21 Arthur Zamarin
2023-12-24 16:13 Sam James
2023-11-25 12:15 Sam James
2023-10-13 15:00 Sam James
2023-10-13 15:00 Sam James
2022-10-30 22:30 Sam James
2022-04-06 0:51 Sam James
2021-07-16 1:31 Yixun Lan
2021-05-16 0:03 Sam James
2021-02-05 17:26 Sam James
2020-01-03 14:33 Agostino Sarubbo
2020-01-03 14:30 Agostino Sarubbo
2020-01-03 13:56 Agostino Sarubbo
2020-01-03 13:44 Agostino Sarubbo
2020-01-03 13:42 Agostino Sarubbo
2020-01-02 9:58 Sergei Trofimovich
2020-01-02 9:58 Sergei Trofimovich
2020-01-01 17:53 Jeroen Roovers
2020-01-01 15:30 Agostino Sarubbo
2019-12-29 20:34 Jeroen Roovers
2019-10-28 9:49 Jeroen Roovers
2019-10-16 20:57 Jeroen Roovers
2019-10-09 6:39 Jeroen Roovers
2019-09-30 7:18 Jeroen Roovers
2018-06-28 18:19 Jeroen Roovers
2017-01-29 19:33 Fabian Groffen
2016-12-20 20:09 Thomas Deutschmann
2016-12-20 14:38 Tobias Klausmann
2016-10-10 14:46 Jeroen Roovers
2016-10-01 12:19 Jeroen Roovers
2016-09-21 17:48 Tobias Klausmann
2016-09-01 11:33 Markus Meier
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=1570603155.87d0b7b088c20ebc78ee7e48ea710032be907176.jer@gentoo \
--to=jer@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