public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/
Date: Wed, 26 Feb 2020 13:53:14 +0000 (UTC)	[thread overview]
Message-ID: <1582725181.891859df9076dbcd2ec0044651bce40f9b476a57.slyfox@gentoo> (raw)

commit:     891859df9076dbcd2ec0044651bce40f9b476a57
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 13:53:01 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 13:53:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891859df

net-libs/rpcsvc-proto: bump up to 1.4.1

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

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

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index fa54be5fddd..55e8678c04a 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1 +1,2 @@
+DIST rpcsvc-proto-1.4.1.tar.gz 61724 BLAKE2B 4fd04b36d30561edf3bbc9f565b07a8f1450ca28d7489b63d241f0b7eb2b98640d2dc2d798b1469460f682c0774fc99a995239d7e0fe2f244852b2561b37a0fb SHA512 a75546255bc5c553ec12dc0844783907b70499eb65ea6fb9de7c0a0f669e4ef0caa717c0cbe9ba8651dc7acfb0c9c4e0fc644ebf12e0a704819fa47e6c65b8b7
 DIST rpcsvc-proto-1.4.tar.gz 59127 BLAKE2B 484c04d6a0f86d37c0057693771b7fe502166504fc419bce4dd182f76e349cf226307814a2c51b27fa0bc09e270b883cb40ae821f8bd7d7e0c9a120c4962ae34 SHA512 a29d7761ec9cca4d7d7aa6943a243771a6c7f35d303f01af84f390c8395dc5e543fad7ea28fec1be2f6ee8f2853bf22a157ad3b020057040685b6cbce9b09415

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
new file mode 100644
index 00000000000..4b863b0cd4d
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 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 ~sh ~sparc ~x86"
+IUSE=""
+
+# sys-devel/gettext is only for libintl detection macros.
+DEPEND="sys-devel/gettext"
+RDEPEND="
+	!<sys-libs/glibc-2.26
+	virtual/libintl
+"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_install() {
+	default
+
+	# provided by sys-fs/quota[rpc]
+	rm "${ED}"/usr/include/rpcsvc/rquota.{x,h} || die
+}


             reply	other threads:[~2020-02-26 13:53 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26 13:53 Sergei Trofimovich [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
2022-01-07 13:44 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-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=1582725181.891859df9076dbcd2ec0044651bce40f9b476a57.slyfox@gentoo \
    --to=slyfox@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