forked from tastytea/overlay
sys-auth/pam_e4crypt: Deleted package.
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
af86d297f0
commit
a1a23f64df
|
@ -1,4 +1 @@
|
|||
# Masked for removal on 2019-04-07
|
||||
# Upstream is barely maintaining.
|
||||
# https://github.com/neithernut/pam_e4crypt/pull/27#issuecomment-470436673
|
||||
sys-auth/pam_e4crypt
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
DIST pam_e4crypt-0.1.tar.gz 16617 BLAKE2B 749e5d3791d77091985a0af360ae99fd24cd0912fa62444f28ff2703631e899bcd0b5d1048e0739763251ce4c850f1709be76a74ddbcad31ac99fb10adeab0e9 SHA512 cfa4e1747cd433a8ffd47779f04eb214f331d5b32103be2d0a680ca9207fe05202f5402df61b801d3648d8c067880e24f7991623e8f8b2e477d1688069bb0ae8
|
||||
EBUILD pam_e4crypt-0.1.ebuild 652 BLAKE2B b7475da72c8cd4531cd2afa10bd397115ce07aed2b0151ef4e79cdbfb0592dc325e998d0a821c26a37780c50e27a3cf678a45acccca87661b8dedc59235c8f76 SHA512 2ba768c3dcd1c46fda57fe9f2e9ccdaa916138d58522103ec73a7d880991954dfa02ef4931229d358c3c280a4f28217826915cfd509d668327b0c41d37a9c6bf
|
||||
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="PAM module for unlocking transparently encrypted directories on ext4"
|
||||
HOMEPAGE="https://github.com/neithernut/pam_e4crypt"
|
||||
SRC_URI="https://github.com/neithernut/pam_e4crypt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/pam-0-r1
|
||||
>=sys-apps/keyutils-1.5.9-r4
|
||||
dev-libs/openssl:0
|
||||
"
|
||||
DEPEND=">=dev-util/cmake-3.9.6
|
||||
${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
Loading…
Reference in New Issue
Block a user