public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/aufs-util/
Date: Sun, 21 Mar 2021 08:24:12 +0000 (UTC)	[thread overview]
Message-ID: <1616314985.b5791e3ab7542dea432ef3a33e71e9536c48f3c4.juippis@gentoo> (raw)

commit:     b5791e3ab7542dea432ef3a33e71e9536c48f3c4
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 08:23:05 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 08:23:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5791e3a

sys-fs/aufs-util: drop 4.1_p20170130, 4.14_p20180709

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-fs/aufs-util/Manifest                        |  2 -
 sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild | 48 ------------------------
 sys-fs/aufs-util/aufs-util-4.1_p20170130.ebuild  | 46 -----------------------
 3 files changed, 96 deletions(-)

diff --git a/sys-fs/aufs-util/Manifest b/sys-fs/aufs-util/Manifest
index 2023a0d0af0..d57dfcbf506 100644
--- a/sys-fs/aufs-util/Manifest
+++ b/sys-fs/aufs-util/Manifest
@@ -1,3 +1 @@
-DIST aufs-util-4.14_p20180709.tar.xz 103724 BLAKE2B 50df13812b090e5d8aa9a07009822f9a324091471243a76c9432ea22698a6167273e661f5ebf176fb3cc419fbe560e82ff73d6e3b37ed0a85a01e6315b06c8ac SHA512 f6330dfc0ddc36102473d9931c62a7f9a5549a3ad2b78ababedf68d335ef02b155a90327dd0c7d446182530db755b9ff756533f90c540bf8aacca5eb117555df
 DIST aufs-util-4.14_p20190603.tar.xz 104096 BLAKE2B 901c7405866cc8db490248b86e45e57375ea5d8db11505c0c15fd49f5bd9e7ea5a6c3d272bd8f001ac3db11665a9c3607565c7eb5be8cd5f45acf4b5f994ceb9 SHA512 803ce51a77c3e4942d3b8817be638c5e2440821088eeb58742eb0395b9c83f68975ed64a0410b6155b18edf0af47ef9df916be07d912fdb2bd4e94987a037fa7
-DIST aufs-util-4.1_p20170130.tar.xz 100144 BLAKE2B d3032feeb787e3864247890c2b77468cb39ac1936cebc7e2044a2a58bd84817401b0cf7ab42413ca2c6307430552b49fb642d45e04c42f2729c0a5f1ccfb1589 SHA512 bf47829bdd93472a318e3eb1fd76332a95a42b3ec39b4d3392baac419ca70bd47b7b0c6209592ad70c284ee997a71e3448e79fa0ad6b4a6db16ffa0c47ed11ca

diff --git a/sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild b/sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild
deleted file mode 100644
index 98b1a6c96ea..00000000000
--- a/sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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.14 -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" \
-		-e "s:/usr/lib:/usr/$(get_libdir):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)
-	export STRIP=true
-	default
-}

diff --git a/sys-fs/aufs-util/aufs-util-4.1_p20170130.ebuild b/sys-fs/aufs-util/aufs-util-4.1_p20170130.ebuild
deleted file mode 100644
index a709e0871aa..00000000000
--- a/sys-fs/aufs-util/aufs-util-4.1_p20170130.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}


             reply	other threads:[~2021-03-21  8:24 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21  8:24 Joonas Niilola [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
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
2017-01-29  9:50 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=1616314985.b5791e3ab7542dea432ef3a33e71e9536c48f3c4.juippis@gentoo \
    --to=juippis@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