public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/hardened-shadow/
@ 2017-05-02 10:38 Paweł Hajdan
  0 siblings, 0 replies; 2+ messages in thread
From: Paweł Hajdan @ 2017-05-02 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     08aa286cb8dbb077b464e7423063112f2ed6d441
Author:     Pawel Hajdan, Jr <phajdan.jr <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 10:38:45 2017 +0000
Commit:     Paweł Hajdan <phajdan.jr <AT> gentoo <DOT> org>
CommitDate: Tue May  2 10:38:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08aa286c

sys-apps/hardened-shadow: remove phajdan.jr from maintainers -> maintainer-needed

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/hardened-shadow/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-apps/hardened-shadow/metadata.xml b/sys-apps/hardened-shadow/metadata.xml
index fbd2f512870..598eb1944a8 100644
--- a/sys-apps/hardened-shadow/metadata.xml
+++ b/sys-apps/hardened-shadow/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>phajdan.jr@gentoo.org</email>
-		<name>Pawel Hajdan jr</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="google-code">hardened-shadow</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/hardened-shadow/
@ 2020-04-06 17:16 Mikle Kolyada
  0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2020-04-06 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     32e6ef2bb17c0ca4b358a0a8cc9f71c0d8a0487d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  6 17:15:49 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr  6 17:16:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e6ef2b

sys-apps/hardened-shadow: remove last-rited pkg

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-apps/hardened-shadow/Manifest                  |  1 -
 .../hardened-shadow/hardened-shadow-0.9.2.ebuild   | 35 ----------------------
 sys-apps/hardened-shadow/metadata.xml              |  8 -----
 3 files changed, 44 deletions(-)

diff --git a/sys-apps/hardened-shadow/Manifest b/sys-apps/hardened-shadow/Manifest
deleted file mode 100644
index 7fdc3426dfd..00000000000
--- a/sys-apps/hardened-shadow/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hardened-shadow-0.9.2.tar.gz 393648 BLAKE2B 8d5d87019ddc3b3bb5b16aa554e2a41c5777ead16e4c78ea0940c4f8776c039b3ce07fd308e56c631a4dadd18be81a260de29a7a3eeb289841adc73faa502de9 SHA512 896e25e906beb69c2da4906be8e5228ae4b49b6acdfa5da73e1a61e1b09e45ef75fc936d9bcc0b9b3880b210c77d5a354d6f4f7e04a7618adf0a7ea648b3db67

diff --git a/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild b/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild
deleted file mode 100644
index f8f37d1bdd8..00000000000
--- a/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils eutils multilib user
-
-DESCRIPTION="Hardened implementation of user account utilities"
-HOMEPAGE="https://code.google.com/p/hardened-shadow/"
-SRC_URI="https://hardened-shadow.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="sys-libs/pam
-	!sys-apps/shadow"
-RDEPEND="${DEPEND}
-	>=sys-auth/pambase-20120417"
-
-DOCS=( README )
-
-pkg_setup() {
-	# The hardened-shadow group is needed at src_install time,
-	# so the only place we can create the group is pkg_setup.
-	enewgroup hardened-shadow
-}
-
-src_install() {
-	autotools-utils_src_install
-
-	# Remove pam.d files colliding with pambase.
-	rm -r "${ED}"/etc/pam.d || die
-}

diff --git a/sys-apps/hardened-shadow/metadata.xml b/sys-apps/hardened-shadow/metadata.xml
deleted file mode 100644
index 598eb1944a8..00000000000
--- a/sys-apps/hardened-shadow/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="google-code">hardened-shadow</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-06 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-02 10:38 [gentoo-commits] repo/gentoo:master commit in: sys-apps/hardened-shadow/ Paweł Hajdan
  -- strict thread matches above, loose matches on Subject: below --
2020-04-06 17:16 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox