diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-13 14:21:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-13 14:21:07 +0000 |
commit | b3adc2c8daeb85cb4a0e02644383f372837534ec (patch) | |
tree | a8b075a223f4c72a8f68b88e43ac701793aa298f /net-fs/openafs | |
parent | Stable for sparc, wrt bug #460494 (diff) | |
download | gentoo-2-b3adc2c8daeb85cb4a0e02644383f372837534ec.tar.gz gentoo-2-b3adc2c8daeb85cb4a0e02644383f372837534ec.tar.bz2 gentoo-2-b3adc2c8daeb85cb4a0e02644383f372837534ec.zip |
Remove old
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-fs/openafs')
-rw-r--r-- | net-fs/openafs/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.4.14.1-r1.ebuild | 147 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.4.14.1.ebuild | 147 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.6.1-r2.ebuild | 150 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.6.1-r3.ebuild | 150 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.6.1.ebuild | 151 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.6.2_pre3.ebuild | 150 |
7 files changed, 6 insertions, 896 deletions
diff --git a/net-fs/openafs/ChangeLog b/net-fs/openafs/ChangeLog index 54c4de397794..04bdcd8bb98d 100644 --- a/net-fs/openafs/ChangeLog +++ b/net-fs/openafs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-fs/openafs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/ChangeLog,v 1.192 2013/04/13 14:20:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/ChangeLog,v 1.193 2013/04/13 14:21:07 ago Exp $ + + 13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> -openafs-1.4.14.1-r1.ebuild, + -openafs-1.4.14.1.ebuild, -openafs-1.6.1-r2.ebuild, -openafs-1.6.1-r3.ebuild, + -openafs-1.6.1.ebuild, -openafs-1.6.2_pre3.ebuild: + Remove old 13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> openafs-1.6.2.ebuild: Stable for sparc, wrt bug #460494 diff --git a/net-fs/openafs/openafs-1.4.14.1-r1.ebuild b/net-fs/openafs/openafs-1.4.14.1-r1.ebuild deleted file mode 100644 index 5a241241d7ce..000000000000 --- a/net-fs/openafs/openafs-1.4.14.1-r1.ebuild +++ /dev/null @@ -1,147 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.4.14.1-r1.ebuild,v 1.1 2013/03/24 04:24:06 vapier Exp $ - -EAPI="2" - -inherit flag-o-matic eutils autotools toolchain-funcs versionator pam - -MY_PV=$(get_version_component_range 1-4) -PVER="2" -DESCRIPTION="The OpenAFS distributed file system" -HOMEPAGE="http://www.openafs.org/" -# We always d/l the doc tarball as man pages are not USE=doc material -SRC_URI="http://openafs.org/dl/${MY_PV}/${P}-src.tar.bz2 - http://openafs.org/dl/${MY_PV}/${P}-doc.tar.bz2 - mirror://gentoo/${P}-patches-${PVER}.tar.bz2" - -LICENSE="IBM BSD openafs-krb5-a APSL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="doc kerberos pam" - -RDEPEND="~net-fs/openafs-kernel-${PV} - pam? ( sys-libs/pam ) - kerberos? ( virtual/krb5 )" - -src_prepare() { - EPATCH_EXCLUDE="012_all_kbuild.patch" \ - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/gentoo/patches - - # packaging is f-ed up, so we can't run automake (i.e. eautoreconf) - sed -i '/^a/s:^:e:' regen.sh - skipman=1 - . regen.sh -} - -src_configure() { - # cannot use "use_with" macro, as --without-krb5-config crashes the econf - local myconf="" - if use kerberos; then - myconf="--with-krb5-conf=$(type -p krb5-config)" - fi - - AFS_SYSKVERS=26 \ - XCFLAGS="${CFLAGS}" \ - econf \ - $(use_enable pam) \ - --enable-largefile-fileserver \ - --enable-supergroups \ - --disable-kernel-module \ - --disable-strip-binaries \ - ${myconf} -} - -src_compile() { - emake -j1 all_nolibafs || die -} - -src_install() { - local CONFDIR=${WORKDIR}/gentoo/configs - local SCRIPTDIR=${WORKDIR}/gentoo/scripts - - emake -j1 DESTDIR="${D}" install_nolibafs || die - - insinto /etc/openafs - doins src/afsd/CellServDB || die - echo "/afs:/var/cache/openafs:200000" > "${D}"/etc/openafs/cacheinfo - echo "openafs.org" > "${D}"/etc/openafs/ThisCell - - # pam_afs and pam_afs.krb have been installed in irregular locations, fix - if use pam ; then - dopammod "${D}"/usr/$(get_libdir)/pam_afs* || die - fi - rm -f "${D}"/usr/$(get_libdir)/pam_afs* || die - - # remove kdump stuff provided by kexec-tools #222455 - rm -rf "${D}"/usr/sbin/kdump* - - # avoid collision with mit_krb5's version of kpasswd - mv "${D}"/usr/bin/kpasswd{,_afs} || die - mv "${D}"/usr/share/man/man1/kpasswd{,_afs}.1 || die - - # move lwp stuff around #200674 #330061 - mv "${D}"/usr/include/{lwp,lock,timer}.h "${D}"/usr/include/afs/ || die - mv "${D}"/usr/$(get_libdir)/liblwp* "${D}"/usr/$(get_libdir)/afs/ || die - # update paths to the relocated lwp headers - sed -ri \ - -e '/^#include <(lwp|lock|timer).h>/s:<([^>]*)>:<afs/\1>:' \ - "${D}"/usr/include/*.h \ - "${D}"/usr/include/*/*.h \ - || die - - # minimal documentation - use pam && doman src/pam/pam_afs.5 - dodoc "${CONFDIR}"/README src/afsd/CellServDB - - # documentation package - if use doc ; then - dodoc doc/{arch,examples,pdf,protocol,txt}/* - dohtml -A xml -r doc/{html,xml}/* - fi - - # Gentoo related scripts - newinitd "${SCRIPTDIR}"/openafs-client openafs-client || die - newconfd "${CONFDIR}"/openafs-client openafs-client || die - newinitd "${SCRIPTDIR}"/openafs-server openafs-server || die - newconfd "${CONFDIR}"/openafs-server openafs-server || die - - # used directories: client - keepdir /etc/openafs - keepdir /var/cache/openafs - - # used directories: server - keepdir /etc/openafs/server - diropts -m0700 - keepdir /var/lib/openafs - keepdir /var/lib/openafs/db - diropts -m0755 - keepdir /var/lib/openafs/logs - - # link logfiles to /var/log - dosym ../lib/openafs/logs /var/log/openafs -} - -pkg_preinst() { - ## Somewhat intelligently install default configuration files - ## (when they are not present) - local x - for x in cacheinfo CellServDB ThisCell ; do - if [ -e "${ROOT}"/etc/openafs/${x} ] ; then - cp "${ROOT}"/etc/openafs/${x} "${D}"/etc/openafs/ - fi - done -} - -pkg_postinst() { - elog "This installation should work out of the box (at least the" - elog "client part doing global afs-cell browsing, unless you had" - elog "a previous and different configuration). If you want to" - elog "set up your own cell or modify the standard config," - elog "please have a look at the Gentoo OpenAFS documentation" - elog "(warning: it is not yet up to date wrt the new file locations)" - elog - elog "The documentation can be found at:" - elog " http://www.gentoo.org/doc/en/openafs.xml" -} diff --git a/net-fs/openafs/openafs-1.4.14.1.ebuild b/net-fs/openafs/openafs-1.4.14.1.ebuild deleted file mode 100644 index e554c3095956..000000000000 --- a/net-fs/openafs/openafs-1.4.14.1.ebuild +++ /dev/null @@ -1,147 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.4.14.1.ebuild,v 1.3 2013/01/20 21:47:12 ulm Exp $ - -EAPI="2" - -inherit flag-o-matic eutils autotools toolchain-funcs versionator pam - -MY_PV=$(get_version_component_range 1-4) -PVER="1" -DESCRIPTION="The OpenAFS distributed file system" -HOMEPAGE="http://www.openafs.org/" -# We always d/l the doc tarball as man pages are not USE=doc material -SRC_URI="http://openafs.org/dl/${MY_PV}/${P}-src.tar.bz2 - http://openafs.org/dl/${MY_PV}/${P}-doc.tar.bz2 - mirror://gentoo/${P}-patches-${PVER}.tar.bz2" - -LICENSE="IBM BSD openafs-krb5-a APSL-2" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="doc kerberos pam" - -RDEPEND="~net-fs/openafs-kernel-${PV} - pam? ( sys-libs/pam ) - kerberos? ( virtual/krb5 )" - -src_prepare() { - EPATCH_EXCLUDE="012_all_kbuild.patch" \ - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/gentoo/patches - - # packaging is f-ed up, so we can't run automake (i.e. eautoreconf) - sed -i '/^a/s:^:e:' regen.sh - skipman=1 - . regen.sh -} - -src_configure() { - # cannot use "use_with" macro, as --without-krb5-config crashes the econf - local myconf="" - if use kerberos; then - myconf="--with-krb5-conf=$(type -p krb5-config)" - fi - - AFS_SYSKVERS=26 \ - XCFLAGS="${CFLAGS}" \ - econf \ - $(use_enable pam) \ - --enable-largefile-fileserver \ - --enable-supergroups \ - --disable-kernel-module \ - --disable-strip-binaries \ - ${myconf} -} - -src_compile() { - emake -j1 all_nolibafs || die -} - -src_install() { - local CONFDIR=${WORKDIR}/gentoo/configs - local SCRIPTDIR=${WORKDIR}/gentoo/scripts - - emake -j1 DESTDIR="${D}" install_nolibafs || die - - insinto /etc/openafs - doins src/afsd/CellServDB || die - echo "/afs:/var/cache/openafs:200000" > "${D}"/etc/openafs/cacheinfo - echo "openafs.org" > "${D}"/etc/openafs/ThisCell - - # pam_afs and pam_afs.krb have been installed in irregular locations, fix - if use pam ; then - dopammod "${D}"/usr/$(get_libdir)/pam_afs* || die - fi - rm -f "${D}"/usr/$(get_libdir)/pam_afs* || die - - # remove kdump stuff provided by kexec-tools #222455 - rm -rf "${D}"/usr/sbin/kdump* - - # avoid collision with mit_krb5's version of kpasswd - mv "${D}"/usr/bin/kpasswd{,_afs} || die - mv "${D}"/usr/share/man/man1/kpasswd{,_afs}.1 || die - - # move lwp stuff around #200674 #330061 - mv "${D}"/usr/include/{lwp,lock,timer}.h "${D}"/usr/include/afs/ || die - mv "${D}"/usr/$(get_libdir)/liblwp* "${D}"/usr/$(get_libdir)/afs/ || die - # update paths to the relocated lwp headers - sed -ri \ - -e '/^#include <(lwp|lock|timer).h>/s:<([^>]*)>:<afs/\1>:' \ - "${D}"/usr/include/*.h \ - "${D}"/usr/include/*/*.h \ - || die - - # minimal documentation - use pam && doman src/pam/pam_afs.5 - dodoc "${CONFDIR}"/README src/afsd/CellServDB - - # documentation package - if use doc ; then - dodoc doc/{arch,examples,pdf,protocol,txt}/* - dohtml -A xml -r doc/{html,xml}/* - fi - - # Gentoo related scripts - newinitd "${SCRIPTDIR}"/openafs-client openafs-client || die - newconfd "${CONFDIR}"/openafs-client openafs-client || die - newinitd "${SCRIPTDIR}"/openafs-server openafs-server || die - newconfd "${CONFDIR}"/openafs-server openafs-server || die - - # used directories: client - keepdir /etc/openafs - keepdir /var/cache/openafs - - # used directories: server - keepdir /etc/openafs/server - diropts -m0700 - keepdir /var/lib/openafs - keepdir /var/lib/openafs/db - diropts -m0755 - keepdir /var/lib/openafs/logs - - # link logfiles to /var/log - dosym ../lib/openafs/logs /var/log/openafs -} - -pkg_preinst() { - ## Somewhat intelligently install default configuration files - ## (when they are not present) - local x - for x in cacheinfo CellServDB ThisCell ; do - if [ -e "${ROOT}"/etc/openafs/${x} ] ; then - cp "${ROOT}"/etc/openafs/${x} "${D}"/etc/openafs/ - fi - done -} - -pkg_postinst() { - elog "This installation should work out of the box (at least the" - elog "client part doing global afs-cell browsing, unless you had" - elog "a previous and different configuration). If you want to" - elog "set up your own cell or modify the standard config," - elog "please have a look at the Gentoo OpenAFS documentation" - elog "(warning: it is not yet up to date wrt the new file locations)" - elog - elog "The documentation can be found at:" - elog " http://www.gentoo.org/doc/en/openafs.xml" -} diff --git a/net-fs/openafs/openafs-1.6.1-r2.ebuild b/net-fs/openafs/openafs-1.6.1-r2.ebuild deleted file mode 100644 index 3e1a6c4f5a1e..000000000000 --- a/net-fs/openafs/openafs-1.6.1-r2.ebuild +++ /dev/null @@ -1,150 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.6.1-r2.ebuild,v 1.3 2013/01/26 17:18:34 vapier Exp $ - -EAPI="4" - -inherit flag-o-matic eutils autotools multilib toolchain-funcs versionator pam - -MY_PV=$(delete_version_separator '_') -MY_P="${PN}-${MY_PV}" -PVER="3" -DESCRIPTION="The OpenAFS distributed file system" -HOMEPAGE="http://www.openafs.org/" -# We always d/l the doc tarball as man pages are not USE=doc material -SRC_URI="http://openafs.org/dl/openafs/${MY_PV}/${MY_P}-src.tar.bz2 - http://openafs.org/dl/openafs/${MY_PV}/${MY_P}-doc.tar.bz2 - mirror://gentoo/${P}-patches-${PVER}.tar.bz2" - -LICENSE="IBM BSD openafs-krb5-a APSL-2" -SLOT="0" -KEYWORDS="amd64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="doc kerberos pam" - -RDEPEND="~net-fs/openafs-kernel-${PV} - sys-libs/ncurses - pam? ( sys-libs/pam ) - kerberos? ( virtual/krb5 )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/gentoo/patches - - # packaging is f-ed up, so we can't run automake (i.e. eautoreconf) - sed -i 's/^\(\s*\)a/\1ea/' regen.sh - : # this line makes repoman ok with not calling eautoconf etc. directly - skipman=1 - . regen.sh -} - -src_configure() { - # cannot use "use_with" macro, as --without-krb5-config crashes the econf - local myconf="" - if use kerberos; then - myconf="--with-krb5-conf=$(type -p krb5-config)" - fi - - AFS_SYSKVERS=26 \ - XCFLAGS="${CFLAGS}" \ - econf \ - $(use_enable pam) \ - --enable-supergroups \ - --disable-kernel-module \ - --disable-strip-binaries \ - ${myconf} -} - -src_compile() { - emake all_nolibafs -} - -src_install() { - local CONFDIR=${WORKDIR}/gentoo/configs - local SCRIPTDIR=${WORKDIR}/gentoo/scripts - - emake DESTDIR="${ED}" install_nolibafs - - insinto /etc/openafs - doins src/afsd/CellServDB - echo "/afs:/var/cache/openafs:200000" > "${ED}"/etc/openafs/cacheinfo - echo "openafs.org" > "${ED}"/etc/openafs/ThisCell - - # pam_afs and pam_afs.krb have been installed in irregular locations, fix - if use pam ; then - dopammod "${ED}"/usr/$(get_libdir)/pam_afs* - fi - rm -f "${ED}"/usr/$(get_libdir)/pam_afs* || die - - # remove kdump stuff provided by kexec-tools #222455 - rm -rf "${ED}"/usr/sbin/kdump* - - # avoid collision with mit_krb5's version of kpasswd - mv "${ED}"/usr/bin/kpasswd{,_afs} || die - mv "${ED}"/usr/share/man/man1/kpasswd{,_afs}.1 || die - - # move lwp stuff around #200674 #330061 - mv "${ED}"/usr/include/{lwp,lock,timer}.h "${ED}"/usr/include/afs/ || die - mv "${ED}"/usr/$(get_libdir)/liblwp* "${ED}"/usr/$(get_libdir)/afs/ || die - # update paths to the relocated lwp headers - sed -ri \ - -e '/^#include <(lwp|lock|timer).h>/s:<([^>]*)>:<afs/\1>:' \ - "${ED}"/usr/include/*.h \ - "${ED}"/usr/include/*/*.h \ - || die - - # minimal documentation - use pam && doman src/pam/pam_afs.5 - dodoc "${CONFDIR}"/README src/afsd/CellServDB - - # documentation package - if use doc ; then - dodoc doc/{arch,examples,pdf,protocol,txt}/* - dohtml -A xml -r doc/{html,xml}/* - fi - - # Gentoo related scripts - newinitd "${SCRIPTDIR}"/openafs-client openafs-client || die - newconfd "${CONFDIR}"/openafs-client openafs-client || die - newinitd "${SCRIPTDIR}"/openafs-server openafs-server || die - newconfd "${CONFDIR}"/openafs-server openafs-server || die - - # used directories: client - keepdir /etc/openafs - keepdir /var/cache/openafs - - # used directories: server - keepdir /etc/openafs/server - diropts -m0700 - keepdir /var/lib/openafs - keepdir /var/lib/openafs/db - diropts -m0755 - keepdir /var/lib/openafs/logs - - # link logfiles to /var/log - dosym ../lib/openafs/logs /var/log/openafs -} - -pkg_preinst() { - ## Somewhat intelligently install default configuration files - ## (when they are not present) - local x - for x in cacheinfo CellServDB ThisCell ; do - if [ -e "${EROOT}"/etc/openafs/${x} ] ; then - cp "${EROOT}"/etc/openafs/${x} "${ED}"/etc/openafs/ - fi - done -} - -pkg_postinst() { - elog "This installation should work out of the box (at least the" - elog "client part doing global afs-cell browsing, unless you had" - elog "a previous and different configuration). If you want to" - elog "set up your own cell or modify the standard config," - elog "please have a look at the Gentoo OpenAFS documentation" - elog "(warning: it is not yet up to date wrt the new file locations)" - elog - elog "The documentation can be found at:" - elog " http://www.gentoo.org/doc/en/openafs.xml" -} diff --git a/net-fs/openafs/openafs-1.6.1-r3.ebuild b/net-fs/openafs/openafs-1.6.1-r3.ebuild deleted file mode 100644 index 40dd21df7b22..000000000000 --- a/net-fs/openafs/openafs-1.6.1-r3.ebuild +++ /dev/null @@ -1,150 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.6.1-r3.ebuild,v 1.1 2013/03/24 04:24:06 vapier Exp $ - -EAPI="4" - -inherit flag-o-matic eutils autotools multilib toolchain-funcs versionator pam - -MY_PV=$(delete_version_separator '_') -MY_P="${PN}-${MY_PV}" -PVER="4" -DESCRIPTION="The OpenAFS distributed file system" -HOMEPAGE="http://www.openafs.org/" -# We always d/l the doc tarball as man pages are not USE=doc material -SRC_URI="http://openafs.org/dl/openafs/${MY_PV}/${MY_P}-src.tar.bz2 - http://openafs.org/dl/openafs/${MY_PV}/${MY_P}-doc.tar.bz2 - mirror://gentoo/${P}-patches-${PVER}.tar.bz2" - -LICENSE="IBM BSD openafs-krb5-a APSL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="doc kerberos pam" - -RDEPEND="~net-fs/openafs-kernel-${PV} - sys-libs/ncurses - pam? ( sys-libs/pam ) - kerberos? ( virtual/krb5 )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/gentoo/patches - - # packaging is f-ed up, so we can't run automake (i.e. eautoreconf) - sed -i 's/^\(\s*\)a/\1ea/' regen.sh - : # this line makes repoman ok with not calling eautoconf etc. directly - skipman=1 - . regen.sh -} - -src_configure() { - # cannot use "use_with" macro, as --without-krb5-config crashes the econf - local myconf="" - if use kerberos; then - myconf="--with-krb5-conf=$(type -p krb5-config)" - fi - - AFS_SYSKVERS=26 \ - XCFLAGS="${CFLAGS}" \ - econf \ - $(use_enable pam) \ - --enable-supergroups \ - --disable-kernel-module \ - --disable-strip-binaries \ - ${myconf} -} - -src_compile() { - emake all_nolibafs -} - -src_install() { - local CONFDIR=${WORKDIR}/gentoo/configs - local SCRIPTDIR=${WORKDIR}/gentoo/scripts - - emake DESTDIR="${ED}" install_nolibafs - - insinto /etc/openafs - doins src/afsd/CellServDB - echo "/afs:/var/cache/openafs:200000" > "${ED}"/etc/openafs/cacheinfo - echo "openafs.org" > "${ED}"/etc/openafs/ThisCell - - # pam_afs and pam_afs.krb have been installed in irregular locations, fix - if use pam ; then - dopammod "${ED}"/usr/$(get_libdir)/pam_afs* - fi - rm -f "${ED}"/usr/$(get_libdir)/pam_afs* || die - - # remove kdump stuff provided by kexec-tools #222455 - rm -rf "${ED}"/usr/sbin/kdump* - - # avoid collision with mit_krb5's version of kpasswd - mv "${ED}"/usr/bin/kpasswd{,_afs} || die - mv "${ED}"/usr/share/man/man1/kpasswd{,_afs}.1 || die - - # move lwp stuff around #200674 #330061 - mv "${ED}"/usr/include/{lwp,lock,timer}.h "${ED}"/usr/include/afs/ || die - mv "${ED}"/usr/$(get_libdir)/liblwp* "${ED}"/usr/$(get_libdir)/afs/ || die - # update paths to the relocated lwp headers - sed -ri \ - -e '/^#include <(lwp|lock|timer).h>/s:<([^>]*)>:<afs/\1>:' \ - "${ED}"/usr/include/*.h \ - "${ED}"/usr/include/*/*.h \ - || die - - # minimal documentation - use pam && doman src/pam/pam_afs.5 - dodoc "${CONFDIR}"/README src/afsd/CellServDB - - # documentation package - if use doc ; then - find doc/{arch,examples,pdf,protocol,txt}/ -type f -exec dodoc {} + - dohtml -A xml -r doc/{html,xml}/* - fi - - # Gentoo related scripts - newinitd "${SCRIPTDIR}"/openafs-client openafs-client || die - newconfd "${CONFDIR}"/openafs-client openafs-client || die - newinitd "${SCRIPTDIR}"/openafs-server openafs-server || die - newconfd "${CONFDIR}"/openafs-server openafs-server || die - - # used directories: client - keepdir /etc/openafs - keepdir /var/cache/openafs - - # used directories: server - keepdir /etc/openafs/server - diropts -m0700 - keepdir /var/lib/openafs - keepdir /var/lib/openafs/db - diropts -m0755 - keepdir /var/lib/openafs/logs - - # link logfiles to /var/log - dosym ../lib/openafs/logs /var/log/openafs -} - -pkg_preinst() { - ## Somewhat intelligently install default configuration files - ## (when they are not present) - local x - for x in cacheinfo CellServDB ThisCell ; do - if [ -e "${EROOT}"/etc/openafs/${x} ] ; then - cp "${EROOT}"/etc/openafs/${x} "${ED}"/etc/openafs/ - fi - done -} - -pkg_postinst() { - elog "This installation should work out of the box (at least the" - elog "client part doing global afs-cell browsing, unless you had" - elog "a previous and different configuration). If you want to" - elog "set up your own cell or modify the standard config," - elog "please have a look at the Gentoo OpenAFS documentation" - elog "(warning: it is not yet up to date wrt the new file locations)" - elog - elog "The documentation can be found at:" - elog " http://www.gentoo.org/doc/en/openafs.xml" -} diff --git a/net-fs/openafs/openafs-1.6.1.ebuild b/net-fs/openafs/openafs-1.6.1.ebuild deleted file mode 100644 index 0b32e2008084..000000000000 --- a/net-fs/openafs/openafs-1.6.1.ebuild +++ /dev/null @@ -1,151 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.6.1.ebuild,v 1.3 2013/01/20 21:47:12 ulm Exp $ - -EAPI="2" - -inherit flag-o-matic eutils autotools toolchain-funcs versionator pam - -MY_PV=$(delete_version_separator '_') -MY_P="${PN}-${MY_PV}" -PVER="1" -DESCRIPTION="The OpenAFS distributed file system" -HOMEPAGE="http://www.openafs.org/" -# We always d/l the doc tarball as man pages are not USE=doc material -SRC_URI="http://openafs.org/dl/openafs/${MY_PV}/${MY_P}-src.tar.bz2 - http://openafs.org/dl/openafs/${MY_PV}/${MY_P}-doc.tar.bz2 - mirror://gentoo/${P}-patches-${PVER}.tar.bz2" - -LICENSE="IBM BSD openafs-krb5-a APSL-2" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="doc kerberos pam" - -RDEPEND="~net-fs/openafs-kernel-${PV} - sys-libs/ncurses - pam? ( sys-libs/pam ) - kerberos? ( virtual/krb5 )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - EPATCH_EXCLUDE="012_all_kbuild.patch" \ - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/gentoo/patches - - # packaging is f-ed up, so we can't run automake (i.e. eautoreconf) - sed -i 's/^\(\s*\)a/\1ea/' regen.sh - : # this line makes repoman ok with not calling eautoconf etc. directly - skipman=1 - . regen.sh -} - -src_configure() { - # cannot use "use_with" macro, as --without-krb5-config crashes the econf - local myconf="" - if use kerberos; then - myconf="--with-krb5-conf=$(type -p krb5-config)" - fi - - AFS_SYSKVERS=26 \ - XCFLAGS="${CFLAGS}" \ - econf \ - $(use_enable pam) \ - --enable-supergroups \ - --disable-kernel-module \ - --disable-strip-binaries \ - ${myconf} -} - -src_compile() { - emake all_nolibafs || die -} - -src_install() { - local CONFDIR=${WORKDIR}/gentoo/configs - local SCRIPTDIR=${WORKDIR}/gentoo/scripts - - emake DESTDIR="${D}" install_nolibafs || die - - insinto /etc/openafs - doins src/afsd/CellServDB || die - echo "/afs:/var/cache/openafs:200000" > "${D}"/etc/openafs/cacheinfo - echo "openafs.org" > "${D}"/etc/openafs/ThisCell - - # pam_afs and pam_afs.krb have been installed in irregular locations, fix - if use pam ; then - dopammod "${D}"/usr/$(get_libdir)/pam_afs* || die - fi - rm -f "${D}"/usr/$(get_libdir)/pam_afs* || die - - # remove kdump stuff provided by kexec-tools #222455 - rm -rf "${D}"/usr/sbin/kdump* - - # avoid collision with mit_krb5's version of kpasswd - mv "${D}"/usr/bin/kpasswd{,_afs} || die - mv "${D}"/usr/share/man/man1/kpasswd{,_afs}.1 || die - - # move lwp stuff around #200674 #330061 - mv "${D}"/usr/include/{lwp,lock,timer}.h "${D}"/usr/include/afs/ || die - mv "${D}"/usr/$(get_libdir)/liblwp* "${D}"/usr/$(get_libdir)/afs/ || die - # update paths to the relocated lwp headers - sed -ri \ - -e '/^#include <(lwp|lock|timer).h>/s:<([^>]*)>:<afs/\1>:' \ - "${D}"/usr/include/*.h \ - "${D}"/usr/include/*/*.h \ - || die - - # minimal documentation - use pam && doman src/pam/pam_afs.5 - dodoc "${CONFDIR}"/README src/afsd/CellServDB - - # documentation package - if use doc ; then - dodoc doc/{arch,examples,pdf,protocol,txt}/* - dohtml -A xml -r doc/{html,xml}/* - fi - - # Gentoo related scripts - newinitd "${SCRIPTDIR}"/openafs-client openafs-client || die - newconfd "${CONFDIR}"/openafs-client openafs-client || die - newinitd "${SCRIPTDIR}"/openafs-server openafs-server || die - newconfd "${CONFDIR}"/openafs-server openafs-server || die - - # used directories: client - keepdir /etc/openafs - keepdir /var/cache/openafs - - # used directories: server - keepdir /etc/openafs/server - diropts -m0700 - keepdir /var/lib/openafs - keepdir /var/lib/openafs/db - diropts -m0755 - keepdir /var/lib/openafs/logs - - # link logfiles to /var/log - dosym ../lib/openafs/logs /var/log/openafs -} - -pkg_preinst() { - ## Somewhat intelligently install default configuration files - ## (when they are not present) - local x - for x in cacheinfo CellServDB ThisCell ; do - if [ -e "${ROOT}"/etc/openafs/${x} ] ; then - cp "${ROOT}"/etc/openafs/${x} "${D}"/etc/openafs/ - fi - done -} - -pkg_postinst() { - elog "This installation should work out of the box (at least the" - elog "client part doing global afs-cell browsing, unless you had" - elog "a previous and different configuration). If you want to" - elog "set up your own cell or modify the standard config," - elog "please have a look at the Gentoo OpenAFS documentation" - elog "(warning: it is not yet up to date wrt the new file locations)" - elog - elog "The documentation can be found at:" - elog " http://www.gentoo.org/doc/en/openafs.xml" -} diff --git a/net-fs/openafs/openafs-1.6.2_pre3.ebuild b/net-fs/openafs/openafs-1.6.2_pre3.ebuild deleted file mode 100644 index bd12a386d048..000000000000 --- a/net-fs/openafs/openafs-1.6.2_pre3.ebuild +++ /dev/null @@ -1,150 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.6.2_pre3.ebuild,v 1.1 2013/01/26 17:37:45 vapier Exp $ - -EAPI="4" - -inherit flag-o-matic eutils autotools multilib toolchain-funcs versionator pam - -MY_PV=$(delete_version_separator '_') -MY_P="${PN}-${MY_PV}" -PVER="1" -DESCRIPTION="The OpenAFS distributed file system" -HOMEPAGE="http://www.openafs.org/" -# We always d/l the doc tarball as man pages are not USE=doc material -SRC_URI="http://openafs.org/dl/candidate/${MY_PV}/${MY_P}-src.tar.bz2 - http://openafs.org/dl/candidate/${MY_PV}/${MY_P}-doc.tar.bz2 - mirror://gentoo/${P}-patches-${PVER}.tar.bz2" - -LICENSE="IBM BSD openafs-krb5-a APSL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="doc kerberos pam" - -RDEPEND="~net-fs/openafs-kernel-${PV} - sys-libs/ncurses - pam? ( sys-libs/pam ) - kerberos? ( virtual/krb5 )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/gentoo/patches - - # packaging is f-ed up, so we can't run automake (i.e. eautoreconf) - sed -i 's/^\(\s*\)a/\1ea/' regen.sh - : # this line makes repoman ok with not calling eautoconf etc. directly - skipman=1 - . regen.sh -} - -src_configure() { - # cannot use "use_with" macro, as --without-krb5-config crashes the econf - local myconf="" - if use kerberos; then - myconf="--with-krb5-conf=$(type -p krb5-config)" - fi - - AFS_SYSKVERS=26 \ - XCFLAGS="${CFLAGS}" \ - econf \ - $(use_enable pam) \ - --enable-supergroups \ - --disable-kernel-module \ - --disable-strip-binaries \ - ${myconf} -} - -src_compile() { - emake all_nolibafs -} - -src_install() { - local CONFDIR=${WORKDIR}/gentoo/configs - local SCRIPTDIR=${WORKDIR}/gentoo/scripts - - emake DESTDIR="${ED}" install_nolibafs - - insinto /etc/openafs - doins src/afsd/CellServDB - echo "/afs:/var/cache/openafs:200000" > "${ED}"/etc/openafs/cacheinfo - echo "openafs.org" > "${ED}"/etc/openafs/ThisCell - - # pam_afs and pam_afs.krb have been installed in irregular locations, fix - if use pam ; then - dopammod "${ED}"/usr/$(get_libdir)/pam_afs* - fi - rm -f "${ED}"/usr/$(get_libdir)/pam_afs* || die - - # remove kdump stuff provided by kexec-tools #222455 - rm -rf "${ED}"/usr/sbin/kdump* - - # avoid collision with mit_krb5's version of kpasswd - mv "${ED}"/usr/bin/kpasswd{,_afs} || die - mv "${ED}"/usr/share/man/man1/kpasswd{,_afs}.1 || die - - # move lwp stuff around #200674 #330061 - mv "${ED}"/usr/include/{lwp,lock,timer}.h "${ED}"/usr/include/afs/ || die - mv "${ED}"/usr/$(get_libdir)/liblwp* "${ED}"/usr/$(get_libdir)/afs/ || die - # update paths to the relocated lwp headers - sed -ri \ - -e '/^#include <(lwp|lock|timer).h>/s:<([^>]*)>:<afs/\1>:' \ - "${ED}"/usr/include/*.h \ - "${ED}"/usr/include/*/*.h \ - || die - - # minimal documentation - use pam && doman src/pam/pam_afs.5 - dodoc "${CONFDIR}"/README src/afsd/CellServDB - - # documentation package - if use doc ; then - dodoc doc/{arch,examples,pdf,protocol,txt}/* - dohtml -A xml -r doc/{html,xml}/* - fi - - # Gentoo related scripts - newinitd "${SCRIPTDIR}"/openafs-client openafs-client || die - newconfd "${CONFDIR}"/openafs-client openafs-client || die - newinitd "${SCRIPTDIR}"/openafs-server openafs-server || die - newconfd "${CONFDIR}"/openafs-server openafs-server || die - - # used directories: client - keepdir /etc/openafs - keepdir /var/cache/openafs - - # used directories: server - keepdir /etc/openafs/server - diropts -m0700 - keepdir /var/lib/openafs - keepdir /var/lib/openafs/db - diropts -m0755 - keepdir /var/lib/openafs/logs - - # link logfiles to /var/log - dosym ../lib/openafs/logs /var/log/openafs -} - -pkg_preinst() { - ## Somewhat intelligently install default configuration files - ## (when they are not present) - local x - for x in cacheinfo CellServDB ThisCell ; do - if [ -e "${EROOT}"/etc/openafs/${x} ] ; then - cp "${EROOT}"/etc/openafs/${x} "${ED}"/etc/openafs/ - fi - done -} - -pkg_postinst() { - elog "This installation should work out of the box (at least the" - elog "client part doing global afs-cell browsing, unless you had" - elog "a previous and different configuration). If you want to" - elog "set up your own cell or modify the standard config," - elog "please have a look at the Gentoo OpenAFS documentation" - elog "(warning: it is not yet up to date wrt the new file locations)" - elog - elog "The documentation can be found at:" - elog " http://www.gentoo.org/doc/en/openafs.xml" -} |