summaryrefslogtreecommitdiff
path: root/app-admin/chrootuid
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
commitb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /app-admin/chrootuid
parent066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff)
gentoo resync : 19.03.2019
Diffstat (limited to 'app-admin/chrootuid')
-rw-r--r--app-admin/chrootuid/Manifest1
-rw-r--r--app-admin/chrootuid/chrootuid-1.3-r1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/app-admin/chrootuid/Manifest b/app-admin/chrootuid/Manifest
index e4d6d13a02f6..9095abadc452 100644
--- a/app-admin/chrootuid/Manifest
+++ b/app-admin/chrootuid/Manifest
@@ -1,4 +1,3 @@
DIST chrootuid1.3.tar.gz 5439 BLAKE2B 315be66360f8d81b77169cdac28171399492657d7a377bcf688c17cf82ed16b4042ead9dbf8e4c6149895c727f74fb4185bec867a93a14fea2c272cc1c7296ca SHA512 55ccc60e6010910466e700f9d0f2f666bc16ab72af3fbc1115916b4e005684d9ad28bc0b8b1cba3804ca68384c3b0fbe137114623eba70241eb8653325382a1f
-EBUILD chrootuid-1.3-r1.ebuild 623 BLAKE2B 6d059bf8b265c728dd13fdba0f890d06a69224f414f5b1774a1de2bb60d693b42489fdc4eb6af7e8028d3079901a698683ca19cc1772c369cc02c615701457ce SHA512 a31cc38602064d125b9ef6060d9a1d9ea15728501b4a36ed45b2e282d4be159e3632df1d6fa3747e5596321ee753de7864d3732b51e25628ba3040b21e29d76f
EBUILD chrootuid-1.3-r2.ebuild 618 BLAKE2B 666638c5bf5031c59536aa2b9f968fcd3c8a45ed5d3719bba4262d0173a2935dd92904c8a241903b9ef538edc34ec0c04859d916a4ee94a752449fbd4b6bef33 SHA512 fb240d1ab4dd43ec48b7a91a1b8b7cf068e49b899ecab32f6290688f8176034f818cd5ad87379caef72fd816afb40362bc873922468a2daca42078ad7543ef5f
MISC metadata.xml 222 BLAKE2B 49e8d7211eae902342acdd0ded674ae77affa878ee3ad2d1928f8988373fed091b4ab792823d739af897d5703bd67e36e19bb3c8295787123930b3b0aaf1fbda SHA512 a92bf1c4f983f2c7c834060538f86818a43cd13c06fda425d628a50b3f890fa3e6c36640a449df57af495ac39c3baf3560a4555cacd32c71f3dde533a992556a
diff --git a/app-admin/chrootuid/chrootuid-1.3-r1.ebuild b/app-admin/chrootuid/chrootuid-1.3-r1.ebuild
deleted file mode 100644
index 4c7913e04081..000000000000
--- a/app-admin/chrootuid/chrootuid-1.3-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-MY_P="${P/-/}"
-
-DESCRIPTION="Run a network service at low privilege level and restricted file system access"
-HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html"
-SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ia64 ppc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
- dobin chrootuid
- doman chrootuid.1
- dodoc README chrootuid_license
-}