public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/
Date: Fri,  7 Jan 2022 13:44:46 +0000 (UTC)	[thread overview]
Message-ID: <1641563080.d9e7b988a5955df1417fa549635da4a7b0554e87.sam@gentoo> (raw)

commit:     d9e7b988a5955df1417fa549635da4a7b0554e87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  7 13:44:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  7 13:44:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e7b988

net-libs/rpcsvc-proto: add 1.4.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/rpcsvc-proto/Manifest                  |  1 +
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index e0324f8e649c..8cea904cb10d 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1 +1,2 @@
 DIST rpcsvc-proto-1.4.2.tar.gz 61788 BLAKE2B e941fa86088d690e3e80a501beb5169a51ff77b60d618f54db9d9fd5fb96c2b2a4277ab8d847dcdb29dadd2f6947d155b15cd8b6af1f1420e023da8637d555c0 SHA512 6769f9439e3f187eebdeef4ee8d54f8a6fee6f410e3137d0c1b26e61b705873932890856faff55b68c39aa702e456b36fe9410b85baf1ef9b20ee97f2158971a
+DIST rpcsvc-proto-1.4.3.tar.gz 62786 BLAKE2B 9f5cd14b2839c9be654bd237d4b8803536127217a684f21146efc94346c7163010bd30fd9a77e2a5ef3cf69655f3c88de99b8497c863968f02081099f174c115 SHA512 44afac7626147b7c4166bdd90556172bd5d7655f5837245985db7af3cc610de00e215c8cccc4ac6b6a0dd6d0a65d062dc19dab4d1cec0ef45818a7ff709df513

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
new file mode 100644
index 000000000000..0ce9e567204a
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="rpcsvc protocol definitions from glibc"
+HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto"
+SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="LGPL-2.1+ BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="!<sys-libs/glibc-2.26
+	virtual/libintl"
+# sys-devel/gettext is only for libintl detection macros.
+BDEPEND="sys-devel/gettext"
+
+src_prepare() {
+	default
+	eautoreconf
+
+	# Use ${CHOST}-cpp, not 'cpp': bug #718138
+	# Ideally we should use @CPP@ but rpcgen makes it hard to use '${CHOST}-gcc -E'
+	sed -i -s "s/CPP = \"cpp\";/CPP = \"${CHOST}-cpp\";/" rpcgen/rpc_main.c || die
+}
+
+src_install() {
+	default
+
+	# provided by sys-fs/quota[rpc]
+	rm "${ED}"/usr/include/rpcsvc/rquota.{x,h} || die
+}


             reply	other threads:[~2022-01-07 13:44 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07 13:44 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-25 17:01 [gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/ Andreas K. Hüttel
2023-06-10 19:29 Sam James
2023-06-10 19:26 Sam James
2023-06-10 19:26 Sam James
2023-06-10 19:26 Sam James
2023-06-10 19:26 Sam James
2023-06-10 19:26 Sam James
2023-06-10 19:26 Sam James
2023-06-10 19:26 Sam James
2023-06-09 17:43 Arthur Zamarin
2023-06-09 15:33 Arthur Zamarin
2023-06-09 14:17 Sam James
2023-06-09 14:17 Sam James
2023-06-09 13:48 Sam James
2023-06-09 13:48 Sam James
2023-06-09 13:38 Arthur Zamarin
2023-05-10 19:29 Sam James
2022-09-14 23:53 Mike Gilbert
2022-09-14  0:14 Sam James
2022-07-10  7:53 Sam James
2022-05-19  7:17 WANG Xuerui
2022-04-12 10:56 Sam James
2022-02-23 20:00 Arthur Zamarin
2022-02-19  9:28 Arthur Zamarin
2022-02-19  9:20 Arthur Zamarin
2022-02-19  3:02 Sam James
2022-02-19  2:36 Sam James
2022-02-19  2:28 Sam James
2022-02-19  2:24 Sam James
2020-09-12  9:00 Sergei Trofimovich
2020-08-30 23:32 Sam James
2020-08-11 19:11 Sergei Trofimovich
2020-08-11 17:46 Sam James
2020-08-11 14:23 Agostino Sarubbo
2020-08-11 14:13 Agostino Sarubbo
2020-08-10 18:04 Sergei Trofimovich
2020-08-10 12:04 Agostino Sarubbo
2020-08-10  9:30 Agostino Sarubbo
2020-07-01 21:33 Sergei Trofimovich
2020-06-28 22:43 Sergei Trofimovich
2020-06-06 19:31 Mart Raudsepp
2020-05-28 15:45 Agostino Sarubbo
2020-05-28 15:39 Agostino Sarubbo
2020-05-28 12:32 Agostino Sarubbo
2020-05-27  6:28 Sergei Trofimovich
2020-05-25 21:33 Sergei Trofimovich
2020-05-25 12:25 Mikle Kolyada
2020-05-25  9:36 Sergei Trofimovich
2020-05-25  9:29 Sergei Trofimovich
2020-05-02 17:51 Sergei Trofimovich
2020-04-19 10:48 Sergei Trofimovich
2020-04-08  6:10 Mart Raudsepp
2020-04-05 10:07 Sergei Trofimovich
2020-04-03 13:11 Agostino Sarubbo
2020-04-03 12:19 Agostino Sarubbo
2020-04-03 12:16 Agostino Sarubbo
2020-04-03 12:13 Agostino Sarubbo
2020-04-03 12:12 Agostino Sarubbo
2020-04-03 12:06 Agostino Sarubbo
2020-04-03  9:02 Agostino Sarubbo
2020-03-24  7:09 Sergei Trofimovich
2020-03-24  7:09 Sergei Trofimovich
2020-03-23 23:58 Sergei Trofimovich
2020-03-21  9:24 Mart Raudsepp
2020-02-26 13:53 Sergei Trofimovich
2020-02-13 19:52 Sergei Trofimovich
2020-02-13 13:03 Agostino Sarubbo
2020-02-13 12:46 Agostino Sarubbo
2020-02-13 12:38 Agostino Sarubbo
2020-02-13 12:27 Agostino Sarubbo
2020-02-13 12:19 Agostino Sarubbo
2020-02-13 12:10 Agostino Sarubbo
2020-02-13 12:03 Agostino Sarubbo
2020-02-13  8:57 Agostino Sarubbo
2019-09-21  5:20 Matt Turner
2019-09-20  6:39 Sergei Trofimovich
2019-09-13 12:04 Agostino Sarubbo
2019-09-09  6:02 Agostino Sarubbo
2019-09-09  5:54 Agostino Sarubbo
2019-09-09  3:59 Matt Turner
2019-09-08 22:29 Aaron Bauman
2019-09-08 18:30 Sergei Trofimovich
2019-09-08 18:26 Sergei Trofimovich
2019-09-08 10:22 Agostino Sarubbo
2019-09-08  1:13 Thomas Deutschmann
2019-05-05 20:33 Mikle Kolyada
2018-09-05 19:31 Anthony G. Basile
2018-09-05 15:36 Anthony G. Basile
2018-08-27 19:13 Jeroen Roovers
2018-07-02 18:27 Markus Meier
2018-06-25 16:06 Tobias Klausmann
2018-06-23  8:24 Sergei Trofimovich
2018-06-18 10:13 Lars Wendler
2018-06-18 10:13 Lars Wendler
2018-06-06 15:25 Thomas Deutschmann
2018-06-05 17:25 Mart Raudsepp
2018-06-05 17:20 Mike Frysinger
2018-06-02 21:48 Sergei Trofimovich
2018-06-02 19:28 Andreas Hüttel
2018-01-16 15:04 Lars Wendler
2017-12-30 19:12 Thomas Deutschmann
2017-11-19 14:35 Andreas Hüttel
2017-09-16 11:32 Andreas Hüttel
2017-09-06 11:35 Andreas Hüttel

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=1641563080.d9e7b988a5955df1417fa549635da4a7b0554e87.sam@gentoo \
    --to=sam@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