summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-03-04 11:55:11 +0000
committerEray Aslan <eras@gentoo.org>2011-03-04 11:55:11 +0000
commit6f9b4f423af8c40a44eaea7459b8426fc46d2920 (patch)
treee4567556b3b26d81fadaae553e89d727c8d442bf /app-crypt
parentVersion bump for beta channel release. Remove old. (diff)
downloadgentoo-2-6f9b4f423af8c40a44eaea7459b8426fc46d2920.tar.gz
gentoo-2-6f9b4f423af8c40a44eaea7459b8426fc46d2920.tar.bz2
gentoo-2-6f9b4f423af8c40a44eaea7459b8426fc46d2920.zip
Version bump for 357235. Remove old.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/heimdal/ChangeLog9
-rw-r--r--app-crypt/heimdal/heimdal-1.4.1_pre20110216-r1.ebuild149
-rw-r--r--app-crypt/heimdal/heimdal-1.4.1_pre20110304.ebuild (renamed from app-crypt/heimdal/heimdal-1.4.1_pre20110301.ebuild)2
3 files changed, 9 insertions, 151 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog
index 523fc5f8ff67..f161caf0c6e6 100644
--- a/app-crypt/heimdal/ChangeLog
+++ b/app-crypt/heimdal/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-crypt/heimdal
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.171 2011/03/02 10:46:16 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.172 2011/03/04 11:55:11 eras Exp $
+
+*heimdal-1.4.1_pre20110304 (04 Mar 2011)
+
+ 04 Mar 2011; Eray Aslan <eras@gentoo.org>
+ -heimdal-1.4.1_pre20110216-r1.ebuild, -heimdal-1.4.1_pre20110301.ebuild,
+ +heimdal-1.4.1_pre20110304.ebuild:
+ Version bump for #357235. Remove old
*heimdal-1.4.1_pre20110301 (02 Mar 2011)
diff --git a/app-crypt/heimdal/heimdal-1.4.1_pre20110216-r1.ebuild b/app-crypt/heimdal/heimdal-1.4.1_pre20110216-r1.ebuild
deleted file mode 100644
index 9d866cfd377c..000000000000
--- a/app-crypt/heimdal/heimdal-1.4.1_pre20110216-r1.ebuild
+++ /dev/null
@@ -1,149 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.4.1_pre20110216-r1.ebuild,v 1.2 2011/02/20 18:16:10 eras Exp $
-
-EAPI=2
-# PYTHON_BDEPEND="2"
-VIRTUALX_REQUIRED="manual"
-
-inherit autotools db-use eutils libtool python toolchain-funcs virtualx
-
-MY_P="${P}"
-DESCRIPTION="Kerberos 5 implementation from KTH"
-HOMEPAGE="http://www.h5l.org/"
-SRC_URI="http://www.h5l.org/dist/src/${MY_P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl threads test X"
-
-RDEPEND="ssl? ( dev-libs/openssl )
- berkdb? ( sys-libs/db )
- !berkdb? ( sys-libs/gdbm )
- caps? ( sys-libs/libcap-ng )
- >=dev-db/sqlite-3.5.7
- >=sys-libs/e2fsprogs-libs-1.41.11
- afs? ( net-fs/openafs )
- hdb-ldap? ( >=net-nds/openldap-2.3.0 )
- !!app-crypt/mit-krb5"
-
-DEPEND="${RDEPEND}
- =dev-lang/python-2*
- dev-util/pkgconfig
- >=sys-devel/autoconf-2.62
- test? ( X? ( ${VIRTUALX_DEPEND} ) )"
-
-PROVIDE="virtual/krb5"
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- epatch "${FILESDIR}/heimdal_db5.patch"
- epatch "${FILESDIR}/heimdal_disable-check-iprop.patch"
- epatch "${FILESDIR}/heimdal_link_order.patch"
- eautoreconf
-}
-
-src_configure() {
- local myconf=""
- if use berkdb; then
- myconf="--with-berkeley-db --with-berkeley-db-include=$(db_includedir)"
- else
- myconf="--without-berkeley-db"
- fi
- econf \
- --enable-kcm \
- --disable-osfc2 \
- --enable-shared \
- --with-libintl=/usr \
- --with-readline=/usr \
- --with-sqlite3=/usr \
- --libexecdir=/usr/sbin \
- $(use_enable afs afs-support) \
- $(use_enable otp) \
- $(use_enable pkinit kx509) \
- $(use_enable pkinit pk-init) \
- $(use_enable threads pthread-support) \
- $(use_with caps capng) \
- $(use_with hdb-ldap openldap /usr) \
- $(use_with ipv6) \
- $(use_with ssl openssl /usr) \
- $(use_with X x) \
- ${myconf}
-}
-
-src_compile() {
- emake -j1 || die "emake failed"
-}
-
-src_test() {
- einfo "Disabled check-iprop which is known to fail. Other tests should work."
- default_src_test
-}
-
-src_install() {
- INSTALL_CATPAGES="no" emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc ChangeLog README NEWS TODO
-
- # Begin client rename and install
- for i in {telnetd,ftpd,rshd,popper}
- do
- mv "${D}"/usr/share/man/man8/{,k}${i}.8
- mv "${D}"/usr/sbin/{,k}${i}
- done
-
- for i in {rcp,rsh,telnet,ftp,su,login,pagsh,kf}
- do
- mv "${D}"/usr/share/man/man1/{,k}${i}.1
- mv "${D}"/usr/bin/{,k}${i}
- done
-
- mv "${D}"/usr/share/man/man5/{,k}ftpusers.5
- mv "${D}"/usr/share/man/man5/{,k}login.access.5
-
- newinitd "${FILESDIR}"/heimdal-kdc.initd-r1 heimdal-kdc
- newinitd "${FILESDIR}"/heimdal-kadmind.initd-r1 heimdal-kadmind
- newinitd "${FILESDIR}"/heimdal-kpasswdd.initd-r1 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 "${FILESDIR}"/krb5.conf krb5.conf.example
-
- if use hdb-ldap; then
- insinto /etc/openldap/schema
- doins "${S}/lib/hdb/hdb.schema"
- fi
-
- # default database dir
- keepdir /var/heimdal
-}
-
-pkg_preinst() {
- if has_version "=${CATEGORY}/${PN}-1.3.2*" ; then
- if use hdb-ldap ; then
- ewarn "Schema name changed to hdb.schema to follow upstream."
- ewarn "Please check your slapd conf file to make sure"
- ewarn "that the correct schema file is included."
- fi
- fi
-
- if has_version "<=${CATEGORY}/${PN}-1.4.1_pre20110216"; then
- ewarn "Unfortunately, libgssapi has functional changes but keeps the"
- ewarn "same version number. Please run"
- ewarn "\n revdep-rebuild --library libgssapi.so.2\n"
- ewarn "to avoid breaking your packages that depend on libgssapi.so"
- ewarn "revdep-rebuild is part of app-portage/gentoolkit package."
- fi
-}
diff --git a/app-crypt/heimdal/heimdal-1.4.1_pre20110301.ebuild b/app-crypt/heimdal/heimdal-1.4.1_pre20110304.ebuild
index 8dd53fcb6fc9..e35884ba4a56 100644
--- a/app-crypt/heimdal/heimdal-1.4.1_pre20110301.ebuild
+++ b/app-crypt/heimdal/heimdal-1.4.1_pre20110304.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.4.1_pre20110301.ebuild,v 1.1 2011/03/02 10:46:16 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.4.1_pre20110304.ebuild,v 1.1 2011/03/04 11:55:11 eras Exp $
EAPI=2
# PYTHON_BDEPEND="2"