Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: net-libs/libtirpc/
Date: Tue, 19 Feb 2019 15:58:01
Message-Id: 1550591864.834ba4b09cdad3eed4538666cde0cf897c007b44.blueness@gentoo
1 commit: 834ba4b09cdad3eed4538666cde0cf897c007b44
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 15:57:44 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 15:57:44 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=834ba4b0
7
8 net-libs/libtirpc: 1.0.2-r1 is in the tree
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/libtirpc/Manifest | 1 -
14 net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild | 65 ------------------------------
15 2 files changed, 66 deletions(-)
16
17 diff --git a/net-libs/libtirpc/Manifest b/net-libs/libtirpc/Manifest
18 index 9661214..2919a0c 100644
19 --- a/net-libs/libtirpc/Manifest
20 +++ b/net-libs/libtirpc/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST libtirpc-1.0.2.tar.bz2 509601 BLAKE2B 7ccf23ca200e2027a66a3105d9b3d0612ac66a08498931f66526a291be6ddef8e7df533af4d44a0e4a1178edd6d51ae39ca50c2536b9b1be7179e7f17cfd165e SHA512 6c819019a8e81d8263d3c509b2eee59ba1ef092222c5a0a8d28f004c711afa252097eca7e6b0b919b2d780883dfd9ee7a363df4cee7fd2c9159a065257637cec
23 DIST libtirpc-1.0.3.tar.bz2 509831 BLAKE2B 3f908471b3e10f88329793db2c832754b9bb838d115235d7c25256da883960de8d8c94a6941fc9c2a3cc4dca9a77c32b5cb85bb347cc182e5a6255636b79b06e SHA512 1f1cf7dd6f30ddddc919e4caf6db926f1d532f78d5a93e8aaa2acde6b046be0650c4c46549da0ffd5fa7fb9e550af1a871ed6e02ededf504c6667d2e82eba2cc
24 DIST libtirpc-1.1.4.tar.bz2 510924 BLAKE2B 1780f9bb0543583c01b60bda681add0ec2f8718eda4ce4653883c772466178e37d0a3fb47004109f81de470129458561fac4f109f45154c64b6fb729f0212c90 SHA512 392f391f9fc1bd68d81dc44e4058831a64b32790b5c8c37338b0ab416fad2ae4d16389e632596734dba09780347918cc65c6f134e0c1afd09e81ec250785ed23
25 DIST libtirpc-glibc-nfs.tar.xz 8948 BLAKE2B 7316623d9f2b6928e296137fe2bf6794b208d549c2ffba9e4a35b47f7b04bf023798a09f38c02d039debf6adc466d7689cf3c8274d71a22eaff08729642c0a28 SHA512 90255bf0a27af16164e0710dd940778609925d473f4343093ff19d98cc4f23023788bf4edf0178eae1961afc0ba8b69b273de95b7d7e2afdb706701d8ba6f7ba
26
27 diff --git a/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild b/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild
28 deleted file mode 100644
29 index e869645..0000000
30 --- a/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild
31 +++ /dev/null
32 @@ -1,65 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="5"
37 -
38 -inherit autotools multilib-minimal toolchain-funcs eutils
39 -
40 -DESCRIPTION="Transport Independent RPC library (SunRPC replacement)"
41 -HOMEPAGE="http://libtirpc.sourceforge.net/"
42 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
43 - mirror://gentoo/${PN}-glibc-nfs.tar.xz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0/3" # subslot matches SONAME major
47 -KEYWORDS="amd64 arm arm64 ~mips ppc x86"
48 -IUSE="ipv6 kerberos static-libs"
49 -
50 -RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
51 -DEPEND="${RDEPEND}
52 - elibc_musl? ( sys-libs/queue-standalone )
53 - app-arch/xz-utils
54 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
55 -
56 -PATCHES=(
57 - "${FILESDIR}/${PN}-1.0.2-bcopy-to-memmove.patch"
58 - "${FILESDIR}/${PN}-1.0.2-bzero-to-memset.patch"
59 - "${FILESDIR}/${PN}-1.0.2-glibc-2.26.patch"
60 - "${FILESDIR}/${PN}-1.0.2-exports.patch"
61 -)
62 -
63 -src_prepare() {
64 - cp -r "${WORKDIR}"/tirpc "${S}"/ || die
65 - epatch "${PATCHES[@]}"
66 - epatch_user
67 - eautoreconf
68 -}
69 -
70 -multilib_src_configure() {
71 - ECONF_SOURCE=${S} \
72 - econf \
73 - $(use_enable ipv6) \
74 - $(use_enable kerberos gssapi) \
75 - $(use_enable static-libs static)
76 -}
77 -
78 -multilib_src_install() {
79 - default
80 -
81 - # libtirpc replaces rpc support in glibc, so we need it in /
82 - gen_usr_ldscript -a tirpc
83 -}
84 -
85 -multilib_src_install_all() {
86 - einstalldocs
87 -
88 - insinto /etc
89 - doins doc/netconfig
90 -
91 - insinto /usr/include/tirpc
92 - doins -r "${WORKDIR}"/tirpc/*
93 -
94 - # makes sure that the linking order for nfs-utils is proper, as
95 - # libtool would inject a libgssglue dependency in the list.
96 - use static-libs || prune_libtool_files
97 -}