diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-11-26 14:05:48 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-11-26 14:05:48 +0100 |
commit | 0f543463fb07bc12c0b4c7d6e6debb23a68269f9 (patch) | |
tree | f38fcb1d99e1c07f08302695be62d5f4173a30bb /net-mail | |
parent | app-crypt/yubikey-manager: amd64 stable wrt bug #701164 (diff) | |
download | gentoo-0f543463fb07bc12c0b4c7d6e6debb23a68269f9.tar.gz gentoo-0f543463fb07bc12c0b4c7d6e6debb23a68269f9.tar.bz2 gentoo-0f543463fb07bc12c0b4c7d6e6debb23a68269f9.zip |
net-mail/poppassd_ceti: Remove old.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/poppassd_ceti/Manifest | 1 | ||||
-rw-r--r-- | net-mail/poppassd_ceti/poppassd_ceti-1.8.5-r2.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/net-mail/poppassd_ceti/Manifest b/net-mail/poppassd_ceti/Manifest index 5edcaf737ef5..a7b79b5b06e8 100644 --- a/net-mail/poppassd_ceti/Manifest +++ b/net-mail/poppassd_ceti/Manifest @@ -1,2 +1 @@ -DIST poppassd-1.8.5.tar.gz 6054 BLAKE2B f97c908a3880aa9ddb76ce09f33046649dfa2d145c8d8d5b70f1a7b473ba2ba8901b62d8e0644187c5987e3c4c8257c8f2bee9504b98bf3d81035e0acda4522c SHA512 4d8d9c3b15b986bd34e5e459f654e8137019a2466b9fec001d9e61a3267b09f150c3faee8e6914d98742c7b3a7301271ba522ee6dff614cca97815a3ae241ae9 DIST poppassd-ceti-1.8.7.tar.xz 71400 BLAKE2B ca26f7298a8f679c595a9cd66622f1e8ddeff80a7b1655df91a7a15668337112113806d0aef788a374c483cbc957e765b178428d839da2c853ebf87e16039548 SHA512 d50549a4f6bdd9eac7fa74a7787e47dbffff14da883d4e8e23e24802883761c1a392b8a7fbffe5fa726845f48b3b33e0dbc1743ad2d689a4d396c91d0a42f8f1 diff --git a/net-mail/poppassd_ceti/poppassd_ceti-1.8.5-r2.ebuild b/net-mail/poppassd_ceti/poppassd_ceti-1.8.5-r2.ebuild deleted file mode 100644 index 170e89cb3179..000000000000 --- a/net-mail/poppassd_ceti/poppassd_ceti-1.8.5-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils toolchain-funcs pam portability - -MY_PN="poppassd" -MY_P="${MY_PN}-${PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Password change daemon with PAM support" -HOMEPAGE="http://echelon.pl/pubs/poppassd.html" -SRC_URI="http://echelon.pl/pubs/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="sys-libs/pam" - -RDEPEND="${DEPEND} - sys-apps/xinetd" - -src_compile() { - $(tc-getCC) -c ${CFLAGS} ${MY_PN}.c || die "Compile failed." - $(tc-getCC) ${LDFLAGS} -o poppassd ${MY_PN}.o -lpam $(dlopen_lib) || die "Linking failed." -} - -src_install() { - dodoc README - - pamd_mimic_system poppassd auth account password - - insinto /etc/xinetd.d - newins "${FILESDIR}"/poppassd.xinetd poppassd - - insinto /usr/sbin - insopts -o root -g bin -m 500 - doins poppassd || die "Install failed." -} |