From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/uid_wrapper/
Date: Sat, 28 Mar 2020 19:01:50 +0000 (UTC) [thread overview]
Message-ID: <1585422092.a67862746025c540034deddbc16600241bf370f1.asturm@gentoo> (raw)
commit: a67862746025c540034deddbc16600241bf370f1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 19:00:02 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 19:01:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6786274
sys-libs/uid_wrapper: Drop 1.2.1, dropping hppa stable keyword
Following net-fs/samba.
Closes: https://bugs.gentoo.org/713874
Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sys-libs/uid_wrapper/Manifest | 2 --
sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild | 32 ---------------------------
2 files changed, 34 deletions(-)
diff --git a/sys-libs/uid_wrapper/Manifest b/sys-libs/uid_wrapper/Manifest
index fd1e88c4327..87dce289651 100644
--- a/sys-libs/uid_wrapper/Manifest
+++ b/sys-libs/uid_wrapper/Manifest
@@ -1,4 +1,2 @@
-DIST uid_wrapper-1.2.1-alpha_fix.patch 932 BLAKE2B 14cb3215472037b528a20da8d72cba68e2913c113fa827b0e66631838daf68524588430499e01214f72847c8ab0350833cf02a33bd03ae42f5f95d398b793780 SHA512 0daaadf84a48f5e450fac833e5b0e76860b82706a343224d10a8ff24d0607d9d81f628f09619aaae8ea918ac48a8c621e457863f9d52b46a1950493869468854
-DIST uid_wrapper-1.2.1.tar.gz 311002 BLAKE2B 30430c21df36095d8c71a7fcdef3cd71585d7c152acbab2c58c6876de5d4b6c0a7053c4d404c4d949c565b18218097023d87631573355e2e6b555dbc0322acd3 SHA512 563577bf3f4ca2989040635301faccc198da34a30b6998370d376f8df8c689953d2f10474efc926cb06d23e565cee32b4f59fce87546c3620d55cd9f7e0cf543
DIST uid_wrapper-1.2.7.tar.gz 47580 BLAKE2B f33a2a29a3e61315ae48317b759898cabcfcc50f72a7fac9388b2b5791a76f66e88a6339ca45c319df102354d592d6a26c8046193b7c4d07c4e4ce3f4031672e SHA512 ed906638ded4fbd981212f38de66112e65514b618bda6b1bda85a915c00691d471859df7c8dc7915b546e5c8e107e2e07e6b3a841fcebeedc8cf4b18e5c16f1a
DIST uid_wrapper-1.2.8.tar.gz 47864 BLAKE2B d165954b4418ee23c7564d809a3c2189fc43c91822c8e4a73bdf6ea8e1621156bf0a29097b07a4d8b31ea1d10af35c3be367c4ca8f1e13db1b430f297b47b6ea SHA512 536f353f35e84ffd350a3cd5a96ff30e7b1fd4ba455dbe34fd232ed1a14b061351110c7e0cb4376a27cbde1eda789ef93e635ffa2e9948cadc41c2f1fdcfc3b5
diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild b/sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild
deleted file mode 100644
index fa04f8ba2f2..00000000000
--- a/sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib
-
-DESCRIPTION="A wrapper to fake privilege separation"
-HOMEPAGE="https://cwrap.org/uid_wrapper.html"
-SRC_URI="https://www.samba.org/ftp/pub/cwrap/${P}.tar.gz
- https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-# https://bugs.gentoo.org/578668
-SRC_URI+=" https://git.samba.org/?p=uid_wrapper.git;a=blobdiff_plain;f=src/uid_wrapper.c;h=ded857a1b18f4744bac324b0ccaee3b2d2d146fa;hp=34889e0c3f955ad04bda3859b734a86763dee529;hb=cf2b35344d4de927f158a1e6d5b6bbc1be2ffd96;hpb=a00a6b8b300b7baa867191e2bc016b835cf8d1b3 -> ${PN}-1.2.1-alpha_fix.patch"
-PATCHES=(
- "${DISTDIR}/${P}-alpha_fix.patch"
-)
-
-# Work around a problem with >=dev-util/cmake-3.3.0 (bug #558340)
-# Because of this we cannot use cmake-multilib_src_configure() here.
-multilib_src_configure() {
- local mycmakeargs=( -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir) )
- cmake-utils_src_configure
-}
next reply other threads:[~2020-03-28 19:01 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-28 19:01 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 7:13 [gentoo-commits] repo/gentoo:master commit in: sys-libs/uid_wrapper/ Arthur Zamarin
2024-11-20 8:12 Sam James
2024-06-29 11:53 Andreas K. Hüttel
2024-03-03 6:08 Sam James
2023-04-01 16:32 Arthur Zamarin
2023-04-01 16:32 Arthur Zamarin
2023-04-01 16:32 Arthur Zamarin
2023-03-16 17:38 Arthur Zamarin
2023-02-26 19:10 Arthur Zamarin
2023-02-23 20:47 Arthur Zamarin
2023-02-23 20:04 Arthur Zamarin
2023-01-28 23:21 Andreas Sturmlechner
2022-12-04 9:23 WANG Xuerui
2022-09-30 3:11 Sam James
2022-08-31 6:27 Jakov Smolić
2022-08-31 6:27 Jakov Smolić
2022-08-31 5:12 Arthur Zamarin
2022-08-30 22:55 Sam James
2022-08-30 22:52 Sam James
2022-08-30 22:51 Sam James
2022-08-30 22:51 Sam James
2022-08-19 8:14 Andreas Sturmlechner
2022-08-03 23:33 Sam James
2021-07-24 23:02 Marek Szuba
2020-12-17 0:59 Sam James
2020-12-05 11:43 Sergei Trofimovich
2020-12-04 18:37 Sergei Trofimovich
2020-12-04 18:31 Sergei Trofimovich
2020-12-02 21:31 Sam James
2020-12-02 10:23 Sam James
2020-12-02 3:06 Thomas Deutschmann
2020-05-09 8:47 Mart Raudsepp
2020-03-25 8:12 Agostino Sarubbo
2020-03-23 11:05 Agostino Sarubbo
2020-03-23 11:05 Agostino Sarubbo
2020-03-23 11:04 Agostino Sarubbo
2020-03-23 11:04 Agostino Sarubbo
2020-03-23 11:03 Agostino Sarubbo
2020-03-21 20:55 Lars Wendler
2020-03-21 20:55 Lars Wendler
2020-03-21 20:55 Lars Wendler
2020-03-21 14:10 Andreas Sturmlechner
2019-09-26 13:50 Thomas Deutschmann
2017-11-09 22:05 Mike Gilbert
2017-07-26 9:51 Lars Wendler
2016-12-19 10:56 Tobias Klausmann
2016-12-04 16:52 Tobias Klausmann
2016-11-28 12:45 Lars Wendler
2016-11-28 12:45 Lars Wendler
2016-04-24 20:51 Stephen Klimaszewski
2016-04-23 10:31 Jeroen Roovers
2016-04-11 13:47 Agostino Sarubbo
2016-04-11 13:46 Agostino Sarubbo
2016-04-03 20:11 Steve Arnold
2016-03-31 9:25 Agostino Sarubbo
2016-03-30 8:34 Agostino Sarubbo
2016-03-30 8:30 Agostino Sarubbo
2016-03-29 10:18 Agostino Sarubbo
2016-03-29 10:17 Agostino Sarubbo
2016-03-18 13:34 Lars Wendler
2016-03-18 13:34 Lars Wendler
2015-11-13 7:07 Jeroen Roovers
2015-11-02 8:20 Lars Wendler
2015-08-28 14:14 Lars Wendler
2015-08-28 12:04 Lars Wendler
2015-08-21 8:29 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=1585422092.a67862746025c540034deddbc16600241bf370f1.asturm@gentoo \
--to=asturm@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