File tree Expand file tree Collapse file tree 4 files changed +35
-35
lines changed
sdk_container/src/third_party/portage-stable/net-libs/libmnl Expand file tree Collapse file tree 4 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 1
- DIST libmnl-1.0.4.tar.bz2 301270 BLAKE2B e24ae3e7a8bcfe35a04256c495bb3e9a5ec41b6bea9b7ffa0a8ebc82ce847921d4a44e5be3558239fee5008c10541a9ac3614d1a6b80d280b632a76da16be5e8 SHA512 e2bbfb688fe41913d53c74ba7ec95b4e88ee2c52b556b8608185f2fcbd629665423a3b37f877f84426ba257cf6040fa701539d67166b00b8e3e2dfde6831a2f9
1
+ DIST libmnl-1.0.5.tar.bz2 314791 BLAKE2B 760ec6f7eaf3f2c6be6edf848551e4c7d16ae7cbe49f9cde297f5df06174fb7f9f490118942225558f0a89dabe9a4901c1b3b23fa1203132e36b86e6332564d6 SHA512 16fa48e74c9da7724a85c655dfb0abd8369392627934639d65de951543e1447ac3e048d231248f1ce8861443c2ef62654a85a81feeedbbffaf2e5744f6cf4c9f
2
+ DIST libmnl-1.0.5.tar.bz2.sig 566 BLAKE2B 4454f969cbc21f86c12905eb80dd7237f368bbb30e38202ef114edf77806091cda164870e825aca4305a925077d181662724412f8475866c7fbe2572b0b1da50 SHA512 bb75ae3b5520d8b9372d70da7c1a27fa3d8e50a26a05fe56397dead4d7d5ad4003e6e576becd1200a5c9ed42fe5a97273acc8c50f1fd3181688f0d0b8c607dfc
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # Copyright 1999-2023 Gentoo Authors
2
+ # Distributed under the terms of the GNU General Public License v2
3
+
4
+ EAPI=8
5
+
6
+ VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/netfilter.org.asc
7
+ inherit verify-sig
8
+
9
+ DESCRIPTION=" Minimalistic netlink library"
10
+ HOMEPAGE=" https://netfilter.org/projects/libmnl/"
11
+ SRC_URI=" https://www.netfilter.org/projects/${PN} /files/${P} .tar.bz2
12
+ verify-sig? ( https://www.netfilter.org/projects/${PN} /files/${P} .tar.bz2.sig )"
13
+
14
+ LICENSE=" LGPL-2.1"
15
+ SLOT=" 0/0.2.0"
16
+ KEYWORDS=" ~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux"
17
+ IUSE=" examples"
18
+
19
+ DEPEND=" elibc_musl? ( sys-libs/queue-standalone )"
20
+ BDEPEND=" verify-sig? ( sec-keys/openpgp-keys-netfilter )"
21
+
22
+ src_install () {
23
+ default
24
+
25
+ find " ${ED} " -name ' *.la' -delete || die
26
+
27
+ if use examples; then
28
+ find examples/ -name ' Makefile*' -delete || die
29
+ dodoc -r examples/
30
+ docompress -x /usr/share/doc/${PF} /examples
31
+ fi
32
+ }
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!DOCTYPE pkgmetadata SYSTEM "http ://www.gentoo.org/dtd/metadata.dtd">
2
+ <!DOCTYPE pkgmetadata SYSTEM "https ://www.gentoo.org/dtd/metadata.dtd">
3
3
<pkgmetadata >
4
4
<maintainer type =" project" >
5
5
<email >netmon@gentoo.org</email >
You can’t perform that action at this time.
0 commit comments