From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/aufs-util/
Date: Sun, 29 Jan 2017 09:50:22 +0000 (UTC) [thread overview]
Message-ID: <1485683218.d8e488584c90026f969ad7dd80463792280aeba2.jlec@gentoo> (raw)
commit: d8e488584c90026f969ad7dd80463792280aeba2
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 09:46:30 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 09:46:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e48858
sys-fs/aufs-util: Bump to latest aufs release
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sys-fs/aufs-util/Manifest | 1 +
sys-fs/aufs-util/aufs-util-4.1_p20170130.ebuild | 47 +++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/sys-fs/aufs-util/Manifest b/sys-fs/aufs-util/Manifest
index a9fa39a..1051398 100644
--- a/sys-fs/aufs-util/Manifest
+++ b/sys-fs/aufs-util/Manifest
@@ -3,3 +3,4 @@ DIST aufs-util-3.19_p20150420.tar.xz 97980 SHA256 2ab7f16ee4a67b8ac85903da2e2f65
DIST aufs-util-4.0_p20150420.tar.xz 97924 SHA256 f6d19dad3729da05af9e283e48a4a573b7e00e5e822aa1741e0c225e69171fde SHA512 9a988dcd3640e4797c731ab921161bccbd125fc23475e39681b3a398a238715cb85ac8fe8dfc64053af7478c8c33fe28b7e8cc3a2f97eb31e3c4049305043085 WHIRLPOOL 50baac4fe8bfcc750038e586f9dc3fd2d819ba485951e624c0b07c95c81000fbe7c0b70cf55b61667be7210dff328290cbf95a198680e59549c31c3979d2c471
DIST aufs-util-4.0_p20151116.tar.xz 98116 SHA256 bc8a47dbf04ea5a0dbb5a3196fdbd174e2b7c2d1fe59a5f2c9641f50e03972f5 SHA512 35da6ccff82d7c74f1f9d680ddf17fc438811565b010ead274febac79b4352ee461d66e48b36123f0091d75a5d1c15ea078038a849ded11a20fd6859015abadc WHIRLPOOL cf42e236b0e08567abef78ba60ba8bebd39e7c160e07aca7d58bcb8d8ad3d3e471b2670f09562f5093111f40f86c01b1ad113270e031a503e5b52906a73146fb
DIST aufs-util-4.1_p20161010.tar.xz 100124 SHA256 3cf1db96ffc656d4a7121e660e1062cd8c51cfa8035fc7136d84651eca8043db SHA512 2b9eacdafe7f81d84c4d0404e62988222365c00f4fe17abc9038ee6330695445fc49b3b5e5d531afbbbcf690d695297379ca15dedeb3729983d145a751714379 WHIRLPOOL 26ea65e00c00a7911539bfce3db599ba288a8a46d07978cc809f942685da9dbd78709a2b38dc48a5550cc7c0c5938b881cdf28eb2cb13d28e5a42d0babb4e8ea
+DIST aufs-util-4.1_p20170130.tar.xz 100144 SHA256 70be4b1f20d3c14ec2367d9e1d299e6d845560041ed7b45e55518b90fd8a6e5a SHA512 bf47829bdd93472a318e3eb1fd76332a95a42b3ec39b4d3392baac419ca70bd47b7b0c6209592ad70c284ee997a71e3448e79fa0ad6b4a6db16ffa0c47ed11ca WHIRLPOOL bc74e70baf03e2b4ac446e7695b7764b8432eaccddd9b9b47614a6fd7d8b51c56ae2942551713b9a433d80c37c35d512e10ef7157e92767b4a76027174b61d73
diff --git a/sys-fs/aufs-util/aufs-util-4.1_p20170130.ebuild b/sys-fs/aufs-util/aufs-util-4.1_p20170130.ebuild
new file mode 100644
index 00000000..984635d
--- /dev/null
+++ b/sys-fs/aufs-util/aufs-util-4.1_p20170130.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils flag-o-matic linux-info multilib toolchain-funcs
+
+DESCRIPTION="Utilities are always necessary for aufs"
+HOMEPAGE="http://aufs.sourceforge.net/"
+SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
+# git archive -v --prefix=${P}/ --remote=git://git.code.sf.net/p/aufs/aufs-util aufs4.0 -o ${P}.tar
+# xz -ve9 *.tar
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ !sys-fs/aufs2
+ !<sys-fs/aufs3-3_p20130318"
+DEPEND="${RDEPEND}
+ ~sys-fs/aufs-headers-${PV}"
+
+src_prepare() {
+ sed \
+ -e "/LDFLAGS += -static -s/d" \
+ -e "/CFLAGS/s:-O::g" \
+ -i Makefile || die
+
+ sed \
+ -e '/LDFLAGS/s: -s::g' \
+ -e "s:m 644 -s:m 644:g" \
+ -e "s:/usr/lib:/usr/$(get_libdir):g" \
+ -i libau/Makefile || die
+
+ sed \
+ -e '/LDFLAGS/s: -s::g' \
+ -e '/LDLIBS/s:-lrt::g' \
+ -e '/LDLIBS/s:$: -lrt:g' \
+ -i fhsm/Makefile || die
+
+ tc-export CC AR
+ export HOSTCC=$(tc-getCC)
+ default
+}
next reply other threads:[~2017-01-29 9:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-29 9:50 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-26 12:31 [gentoo-commits] repo/gentoo:master commit in: sys-fs/aufs-util/ Sam James
2024-03-26 12:31 Sam James
2024-03-26 12:31 Sam James
2022-03-19 23:45 Sam James
2021-06-07 8:33 Joonas Niilola
2021-03-21 8:24 Joonas Niilola
2019-07-07 7:29 Justin Lecher
2019-05-30 12:02 Pacho Ramos
2018-12-31 15:54 Justin Lecher
2018-12-31 15:54 Justin Lecher
2016-10-17 20:58 Justin Lecher
2015-11-16 13:00 Justin Lecher
2015-11-16 11:12 Justin Lecher
2015-09-19 15:10 Agostino Sarubbo
2015-09-19 15:09 Agostino Sarubbo
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=1485683218.d8e488584c90026f969ad7dd80463792280aeba2.jlec@gentoo \
--to=jlec@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