commit:     c1a86a0c8b561fdd8a53e91ed7f8b2334e40b98c
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 06:35:35 2020 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 06:35:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a86a0c

app-crypt/heimdal: cleanup

Bug: https://bugs.gentoo.org/686034
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>

 app-crypt/heimdal/Manifest             |   1 -
 app-crypt/heimdal/heimdal-7.5.0.ebuild | 173 ---------------------------------
 app-crypt/heimdal/metadata.xml         |   3 -
 3 files changed, 177 deletions(-)

diff --git a/app-crypt/heimdal/Manifest b/app-crypt/heimdal/Manifest
index cb3e185d2da..361b8317215 100644
--- a/app-crypt/heimdal/Manifest
+++ b/app-crypt/heimdal/Manifest
@@ -1,3 +1,2 @@
-DIST heimdal-7.5.0.tar.gz 10071281 BLAKE2B 
917f5855248c333e5ec35bf992973d8b5fb84581b9c3bc8d42c328e5f878ce24c5596c5a1e3fbca786a71be04984068efbb817f7336135056d1feae38895758f
 SHA512 
6d1ad77e795df786680b5e68e2bfefee27bd0207eab507295d7af7053135de9c9ebb517d2c0235bc3a7d50945e18044515f0d76c0899b6b74aa839f1f3e5b131
 DIST heimdal-7.6.0.tar.gz 10186832 BLAKE2B 
456b495a3d0a196cf02d6042c6db72c772327545fbc84f7bb758f55f3fca025432bf319fc33e9e0b5fe5ca78b83aea9dc47d77bf1f5b69ae88f1286a22c41263
 SHA512 
3f7ce090cf8da91f19675a1d9f6bd65c83b3a847337739481506f09d74001cb44283b103ba684dac8a5f11ec48605b5476240c534f6fc36442fb874b73680200
 DIST heimdal-7.7.0.tar.gz 10189293 BLAKE2B 
db9cdd1861dc9214a7f76b3d8b9656cfc0bad11cb6eadffa4fa29ea7f9aabd4c3d1b628c510644ec9abe1b3bf27a413ccf8cd590d602c4a4ac54ba3deb4cedc4
 SHA512 
6660939b5a36ce36310721a08a089fb671d1e3d2e8ac74ea4775bfa5f8f772d32de805551456200fe96cc486c092c44beb84f5dd877008bc305490ee971bbf99

diff --git a/app-crypt/heimdal/heimdal-7.5.0.ebuild 
b/app-crypt/heimdal/heimdal-7.5.0.ebuild
deleted file mode 100644
index 0710a88ee3d..00000000000
--- a/app-crypt/heimdal/heimdal-7.5.0.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-VIRTUALX_REQUIRED="manual"
-
-inherit autotools db-use multilib multilib-minimal python-any-r1 virtualx 
flag-o-matic
-
-MY_P="${P}"
-DESCRIPTION="Kerberos 5 implementation from KTH"
-HOMEPAGE="http://www.h5l.org/";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86"
-IUSE="afs +berkdb caps hdb-ldap ipv6 libressl otp +pkinit selinux ssl 
static-libs test X"
-RESTRICT="!test? ( test )"
-
-CDEPEND="
-       ssl? (
-               !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
-               libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
-       )
-       berkdb? ( >=sys-libs/db-4.8.30-r1:*[${MULTILIB_USEDEP}] )
-       !berkdb? ( >=sys-libs/gdbm-1.10-r1:=[${MULTILIB_USEDEP}] )
-       caps? ( sys-libs/libcap-ng )
-       >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
-       >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}]
-       sys-libs/ncurses:0=
-       >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}]
-       afs? ( net-fs/openafs )
-       hdb-ldap? ( >=net-nds/openldap-2.3.0 )
-       X? (
-               x11-libs/libX11
-               x11-libs/libXau
-               x11-libs/libXt
-       )
-       !!app-crypt/mit-krb5
-       !!app-crypt/mit-krb5-appl"
-
-DEPEND="${CDEPEND}
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-       >=sys-devel/autoconf-2.62
-       test? ( X? ( ${VIRTUALX_DEPEND} ) )"
-
-RDEPEND="${CDEPEND}
-       selinux? ( sec-policy/selinux-kerberos )"
-
-MULTILIB_WRAPPED_HEADERS=(
-       /usr/include/krb5-types.h
-       /usr/include/cms_asn1.h
-       /usr/include/digest_asn1.h
-       /usr/include/hdb_asn1.h
-       /usr/include/krb5_asn1.h
-       /usr/include/pkcs12_asn1.h
-       /usr/include/pkinit_asn1.h
-       /usr/include/rfc2459_asn1.h
-)
-
-MULTILIB_CHOST_TOOLS=(
-       /usr/bin/krb5-config
-)
-
-src_prepare() {
-       eapply "${FILESDIR}/heimdal_disable-check-iprop.patch"
-       eapply "${FILESDIR}/heimdal_tinfo.patch"
-       eapply_user
-       eautoreconf
-}
-
-src_configure() {
-       # QA
-       append-flags -fno-strict-aliasing
-
-       multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-       local myeconfargs=(
-               --enable-kcm
-               --disable-osfc2
-               --enable-shared
-               --with-libintl="${EPREFIX}"/usr
-               --with-readline="${EPREFIX}"/usr
-               --with-sqlite3="${EPREFIX}"/usr
-               --libexecdir="${EPREFIX}"/usr/sbin
-               --enable-pthread-support
-               $(use_enable afs afs-support)
-               $(use_enable otp)
-               $(use_enable pkinit kx509)
-               $(use_enable pkinit pk-init)
-               $(use_enable static-libs static)
-               $(multilib_native_use_with caps capng)
-               $(multilib_native_use_with hdb-ldap openldap "${EPREFIX}"/usr)
-               $(use_with ipv6)
-               $(use_with ssl openssl "${EPREFIX}"/usr)
-               $(multilib_native_use_with X x)
-       )
-       if use berkdb; then
-               myeconfargs+=(
-                       --with-berkeley-db
-                       --with-berkeley-db-include="$(db_includedir)"
-               )
-       else
-               myeconfargs+=(
-                       --without-berkeley-db
-               )
-       fi
-
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_compile() {
-       if multilib_is_native_abi; then
-               emake -j1
-       else
-               emake -C include -j1
-               emake -C lib -j1
-               emake -C kdc -j1
-               emake -C tools -j1
-               emake -C tests/plugin -j1
-       fi
-}
-
-multilib_src_test() {
-       multilib_is_native_abi && emake -j1 check
-}
-
-multilib_src_install() {
-       if multilib_is_native_abi; then
-               INSTALL_CATPAGES="no" emake DESTDIR="${D}" install
-       else
-               emake -C include DESTDIR="${D}" install
-               emake -C lib DESTDIR="${D}" install
-               emake -C kdc DESTDIR="${D}" install
-               emake -C tools DESTDIR="${D}" install
-               emake -C tests/plugin DESTDIR="${D}" install
-       fi
-}
-
-multilib_src_install_all() {
-       dodoc ChangeLog* README NEWS TODO
-
-       # client rename
-       mv "${ED%/}"/usr/share/man/man1/{,k}su.1
-       mv "${ED%/}"/usr/bin/{,k}su
-
-       newinitd "${FILESDIR}"/heimdal-kdc.initd-r2 heimdal-kdc
-       newinitd "${FILESDIR}"/heimdal-kadmind.initd-r2 heimdal-kadmind
-       newinitd "${FILESDIR}"/heimdal-kpasswdd.initd-r2 heimdal-kpasswdd
-       newinitd "${FILESDIR}"/heimdal-kcm.initd-r1 heimdal-kcm
-
-       newconfd "${FILESDIR}"/heimdal-kdc.confd heimdal-kdc
-       newconfd "${FILESDIR}"/heimdal-kadmind.confd heimdal-kadmind
-       newconfd "${FILESDIR}"/heimdal-kpasswdd.confd heimdal-kpasswdd
-       newconfd "${FILESDIR}"/heimdal-kcm.confd heimdal-kcm
-
-       insinto /etc
-       newins "${S}"/krb5.conf krb5.conf.example
-
-       if use hdb-ldap; then
-               insinto /etc/openldap/schema
-               doins "${S}/lib/hdb/hdb.schema"
-       fi
-
-       find "${ED}" -name "*.la" -delete || die
-
-       # default database dir
-       keepdir /var/heimdal
-}

diff --git a/app-crypt/heimdal/metadata.xml b/app-crypt/heimdal/metadata.xml
index c31b6673e50..a2ba933709f 100644
--- a/app-crypt/heimdal/metadata.xml
+++ b/app-crypt/heimdal/metadata.xml
@@ -9,9 +9,6 @@
        <use>
                <flag name="otp">
                Adds support for one-time passwords
-       </flag>
-               <flag name="pkinit">
-               Adds support for PKINIT for the initial ticket
        </flag>
                <flag name="hdb-ldap">
                Adds support for LDAP as a database backend

Reply via email to