public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liblockfile/
Date: Mon, 24 Jun 2019 10:30:08 +0000 (UTC)	[thread overview]
Message-ID: <1561372178.409c3254c49acbbfcc9ed9eb95c60276d517310e.mgorny@gentoo> (raw)

commit:     409c3254c49acbbfcc9ed9eb95c60276d517310e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 12:36:49 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 10:29:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409c3254

net-libs/liblockfile: Use acct-group/mail

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-libs/liblockfile/liblockfile-1.14-r1.ebuild | 47 +++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/net-libs/liblockfile/liblockfile-1.14-r1.ebuild b/net-libs/liblockfile/liblockfile-1.14-r1.ebuild
new file mode 100644
index 00000000000..2e058d9d5a4
--- /dev/null
+++ b/net-libs/liblockfile/liblockfile-1.14-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib user
+
+DESCRIPTION="Implements functions designed to lock the standard mailboxes"
+HOMEPAGE="http://www.debian.org/"
+SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="acct-group/mail"
+DEPEND=${RDEPEND}
+
+S="${WORKDIR}/${PN}"
+
+DOCS=( Changelog README )
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.13-makefile.patch"
+)
+
+src_prepare() {
+	default
+
+	# I don't feel like making the Makefile portable
+	[[ ${CHOST} == *-darwin* ]] \
+		&& cp "${FILESDIR}"/Makefile.Darwin.in Makefile.in
+
+	eautoreconf
+}
+
+src_configure() {
+	local grp=mail
+	if use prefix ; then
+		# we never want to use LDCONFIG
+		export LDCONFIG=${EPREFIX}/bin/true
+		# in unprivileged installs this is "mail"
+		grp=$(id -g)
+	fi
+	econf --with-mailgroup=${grp} --enable-shared
+}


             reply	other threads:[~2019-06-24 10:30 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-24 10:30 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-10  4:12 [gentoo-commits] repo/gentoo:master commit in: net-libs/liblockfile/ WANG Xuerui
2022-10-24 15:52 Mike Gilbert
2022-01-06 22:17 James Le Cuirot
2021-12-07 20:23 Sam James
2021-12-07  6:26 Agostino Sarubbo
2021-12-06 15:23 Sam James
2021-12-06 15:20 Sam James
2021-12-05 19:30 Arthur Zamarin
2021-12-05 18:39 Sam James
2021-12-05  4:45 Sam James
2021-08-07  6:47 Sam James
2020-03-21 10:06 Mikle Kolyada
2020-02-09 12:02 Mikle Kolyada
2020-02-09 12:02 Mikle Kolyada
2019-12-28 15:49 Mikle Kolyada
2019-12-24 14:37 Mikle Kolyada
2019-12-16 16:23 Aaron Bauman
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 11:38 Agostino Sarubbo
2019-12-13 22:37 Sergei Trofimovich
2019-12-13 14:37 Agostino Sarubbo
2019-12-13 12:54 Agostino Sarubbo
2019-08-07 13:44 Lars Wendler
2019-08-07 13:44 Lars Wendler
2019-07-05 21:16 Andreas K. Hüttel
2017-02-20  9:33 Lars Wendler
2017-02-20  9:33 Lars Wendler
2017-01-29 19:33 Fabian Groffen
2017-01-02 11:11 Lars Wendler

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=1561372178.409c3254c49acbbfcc9ed9eb95c60276d517310e.mgorny@gentoo \
    --to=mgorny@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