diff options
author | Maurice van der Pot <griffon26@gentoo.org> | 2007-05-19 16:09:17 +0000 |
---|---|---|
committer | Maurice van der Pot <griffon26@gentoo.org> | 2007-05-19 16:09:17 +0000 |
commit | 7d40514fe367fd312c2780a9bcb6a6a80bb1303a (patch) | |
tree | 014f2c34404a2672c8b5d1160f982512ed8369e0 /net-fs/coda | |
parent | Add IUSE="X" and missing libXau dependency. (diff) | |
download | gentoo-2-7d40514fe367fd312c2780a9bcb6a6a80bb1303a.tar.gz gentoo-2-7d40514fe367fd312c2780a9bcb6a6a80bb1303a.tar.bz2 gentoo-2-7d40514fe367fd312c2780a9bcb6a6a80bb1303a.zip |
Removed old coda ebuilds and files and transferred maintenance to net-fs
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-fs/coda')
-rw-r--r-- | net-fs/coda/ChangeLog | 11 | ||||
-rw-r--r-- | net-fs/coda/coda-6.0.10.ebuild | 278 | ||||
-rw-r--r-- | net-fs/coda/coda-6.0.11.ebuild | 273 | ||||
-rw-r--r-- | net-fs/coda/coda-6.0.12.ebuild | 273 | ||||
-rw-r--r-- | net-fs/coda/coda-6.0.14.ebuild | 275 | ||||
-rw-r--r-- | net-fs/coda/files/6.0.10/venus | 31 | ||||
-rw-r--r-- | net-fs/coda/files/6.0.11/venus | 31 | ||||
-rw-r--r-- | net-fs/coda/files/6.0.12/venus | 31 | ||||
-rw-r--r-- | net-fs/coda/files/6.0.14/venus | 31 | ||||
-rw-r--r-- | net-fs/coda/files/coda-6.0.10-venus-setup-fix.patch | 12 | ||||
-rw-r--r-- | net-fs/coda/files/coda-6.0.14-with-includes-fix.patch | 68 | ||||
-rw-r--r-- | net-fs/coda/files/digest-coda-6.0.10 | 3 | ||||
-rw-r--r-- | net-fs/coda/files/digest-coda-6.0.11 | 3 | ||||
-rw-r--r-- | net-fs/coda/files/digest-coda-6.0.12 | 3 | ||||
-rw-r--r-- | net-fs/coda/files/digest-coda-6.0.14 | 3 | ||||
-rw-r--r-- | net-fs/coda/metadata.xml | 7 |
16 files changed, 10 insertions, 1323 deletions
diff --git a/net-fs/coda/ChangeLog b/net-fs/coda/ChangeLog index 3b796187373d..0f0a09fd131b 100644 --- a/net-fs/coda/ChangeLog +++ b/net-fs/coda/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-fs/coda # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/ChangeLog,v 1.30 2007/05/06 10:14:23 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/ChangeLog,v 1.31 2007/05/19 16:09:17 griffon26 Exp $ + + 19 May 2007; Maurice van der Pot <griffon26@gentoo.org> + -files/coda-6.0.10-venus-setup-fix.patch, + -files/coda-6.0.14-with-includes-fix.patch, -files/6.0.10/venus, + -files/6.0.11/venus, -files/6.0.12/venus, -files/6.0.14/venus, + metadata.xml, -coda-6.0.10.ebuild, -coda-6.0.11.ebuild, + -coda-6.0.12.ebuild, -coda-6.0.14.ebuild: + Removed old coda ebuilds and related files and turned over maintenance to + net-fs. 06 May 2007; Marius Mauch <genone@gentoo.org> coda-6.0.10.ebuild, coda-6.0.11.ebuild, coda-6.0.12.ebuild, coda-6.0.15.ebuild: diff --git a/net-fs/coda/coda-6.0.10.ebuild b/net-fs/coda/coda-6.0.10.ebuild deleted file mode 100644 index 759c52cec7b8..000000000000 --- a/net-fs/coda/coda-6.0.10.ebuild +++ /dev/null @@ -1,278 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.10.ebuild,v 1.8 2007/05/06 10:14:23 genone Exp $ - -inherit eutils - -IUSE="kerberos" - -DESCRIPTION="Coda is an advanced networked filesystem developed at Carnegie Mellon Univ." -HOMEPAGE="http://www.coda.cs.cmu.edu/" -SRC_URI="http://www.coda.cs.cmu.edu/pub/coda/src/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~ppc x86" - -# partly based on the deps suggested by Mandrake's RPM, and/or on my current versions -# Also, definely needs coda.h from linux-headers. -DEPEND=">=sys-libs/lwp-2.0 - >=net-libs/rpc2-1.27 - >=sys-libs/rvm-1.11 - >=sys-libs/db-3 - >=sys-libs/ncurses-4 - >=sys-libs/readline-3 - >=dev-lang/perl-5.8 - kerberos? ( virtual/krb5 ) - sys-apps/gawk - sys-devel/bison - sys-apps/grep - virtual/os-headers" - -RDEPEND=">=sys-libs/lwp-2.0 - >=net-libs/rpc2-1.27 - >=sys-libs/rvm-1.11 - >=sys-libs/db-3 - >=sys-libs/ncurses-4 - >=sys-libs/readline-3 - >=dev-lang/perl-5.8 - kerberos? ( virtual/krb5 )" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-venus-setup-fix.patch -} - -src_compile() { - local myflags="" - - use kerberos && myflags="${myflags} --with-crypto" - - econf ${myflags} || die "configure failed" - emake -j1 || die "emake failed" -} - -src_install () { - #these crazy makefiles dont seem to use DESTDIR, but they do use these... - # (except infodir, but no harm in leaving it there) - # see Makeconf.setup in the package - - #Also note that for Coda, we need to do "make client-install" for - # the client, and "make server-install" for the server. - #...you can find out about this from ./configs/Makerules - emake \ - CINIT-SCRIPTS="" \ - prefix=${D}/usr \ - sysconfdir=${D}/etc/coda \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - oldincludedir=${D}/usr/include client-install || die - - emake \ - SINIT-SCRIPTS="" \ - prefix=${D}/usr \ - sysconfdir=${D}/etc/coda \ - mandir=${D}/usr/share/man \ - oldincludedir=${D}/usr/include server-install || die - infodir=${D}/usr/share/info \ - - dodoc README* ChangeLog CREDITS - - doinitd ${FILESDIR}/${PV}/venus - doinitd ${FILESDIR}/coda-update - doinitd ${FILESDIR}/codasrv - doinitd ${FILESDIR}/auth2 - - # We may use a conf.d/coda file at some point ? -# insinto /etc/conf.d -# newins ${FILESDIR}/coda.conf.d coda - - sed -i -e "s,^#vicedir=/.*,vicedir=/var/lib/vice," \ - ${D}/etc/coda/server.conf.ex - - sed -i -e "s,^#mountpoint=/.*,mountpoint=/mnt/coda," \ - ${D}/etc/coda/venus.conf.ex - - # Fix conflict with backup.sh from tar - mv -f ${D}/usr/sbin/backup{,-coda}.sh - - dodir /var/lib/vice - dodir /mnt/coda - dodir /usr/coda - dodir /usr/coda/spool - - diropts -m0700 - dodir /usr/coda/etc - dodir /usr/coda/venus.cache -} - -pkg_postinst () { - elog - elog "To enable the coda at boot up, please do:" - elog " rc-update add codasrv default" - elog " rc-update add venus default" - elog - elog "To get started, run vice-setup and venus-setup." - elog - elog "Alternatively you can get a default coda setup by running:" - elog " emerge --config =${PF}" -} - -pkg_config () { - - # Set of default configuration values - local CODA_ROOT_DIR="/var/lib/vice" - local CODA_TEST_VOLUME="codatestvol" - local CODA_TEST_VOLUME_MOUNTPOINT="test" - local CODA_ADMIN_UID="6000" - local CODA_ADMIN_NAME="codaroot" - local CODA_STORAGE_DIR="/var/lib/vice" - local RVM_LOG_PARTITION="rvmlogpartition.img" - local RVM_DATA_PARTITION="rvmdatapartition.img" - local VICE_PARTITION="vicepa" - local UPDATE_AUTHENTICATION_TOKEN="updatetoken" - local AUTH2_AUTHENTICATION_TOKEN="auth2token" - local VOLUTIL_AUTHENTICATION_TOKEN="volutiltoken" - - # Do not modify after this line - - local FQDN=$(hostname --fqdn) - local CODA_MOUNTPOINT=$(codaconfedit venus.conf mountpoint) - - # Make sure coda is not running before we start messing with its files - if [ "x$(pidof auth2)" != "x" ]; then - eerror "Please stop coda, coda-update and auth2 first." - exit 1 - fi - - # Also make sure venus is not running - if [ "x$(pidof venus)" != "x" ]; then - eerror "Please stop venus first." - exit 1 - fi - - # Ask for the location of (amongst other things) the vice partition - ewarn "This default configuration of coda will require 350MB of free space" - ewarn "for Recoverable Virtual Memory. Additional space is required for" - ewarn "the files that you store on your coda volume." - echo - einfon "Please specify where coda should store this data [${CODA_STORAGE_DIR}]: " - read new_storage_dir - if [ "x${new_storage_dir}" != "x" ]; then - CODA_STORAGE_DIR=${new_storage_dir} - fi - echo - - # Check if an existing server.conf is in the way - conf=$(codaconfedit server.conf) - intheway= - if [ ${conf} != /dev/null ]; then - intheway="${intheway} ${conf}" - fi - - # Check if an existing vice root dir is in the way - if [ -e ${CODA_ROOT_DIR} ]; then - intheway="${intheway} ${CODA_ROOT_DIR}" - fi - - # Check if an existing vice partition is in the way - if [ -e ${CODA_STORAGE_DIR}/${VICE_PARTITION} ]; then - intheway="${intheway} ${CODA_STORAGE_DIR}/${VICE_PARTITION}" - fi - - if [ "x${intheway}" != "x" ]; then - eerror "Please remove the following items manually first if you want to" - eerror "set up a default coda configuration:" - for item in ${intheway}; do - eerror "\t${item}" - done - exit 1 - fi - - einfo "A default coda server and client configuration will be set up that consists of:" - einfo "- a coda SCM (System Control Machine)" - einfo "- a coda administrator '${CODA_ADMIN_NAME}' with coda uid ${CODA_ADMIN_UID} and password 'changeme'" - einfo "- a coda root volume available at /mnt/coda/${FQDN}" - einfo "- a test volume mounted at ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT}" - echo - einfon "Are you sure you want to do this? (y/n) " - read answer - if [ "x${answer}" != "xy" ]; then - exit 1 - fi - echo - - einfo "Setting up vice (the coda server)..." - vice-setup > /dev/null <<- EOF - yes - ${CODA_ROOT_DIR} - y - ${UPDATE_AUTHENTICATION_TOKEN} - ${AUTH2_AUTHENTICATION_TOKEN} - ${VOLUTIL_AUTHENTICATION_TOKEN} - 1 - ${CODA_ADMIN_UID} - ${CODA_ADMIN_NAME} - yes - ${CODA_STORAGE_DIR}/${RVM_LOG_PARTITION} - 20M - ${CODA_STORAGE_DIR}/${RVM_DATA_PARTITION} - 315M - y - ${CODA_STORAGE_DIR}/${VICE_PARTITION} - y - 2M - n - EOF - - # Start coda server - /etc/init.d/codasrv start || exit 1 - - # Workaround to increase the likelihood that the coda server finished - # starting up. Once there is a nicer way to detect this, it should - # probably be added to the codasrv init script. - # See http://www.coda.cs.cmu.edu/maillists/codalist/codalist-2004/6954.html - sleep 5 - - einfo "Creating root volume..." - # Create root volume - createvoloutput=`createvol_rep / ${FQDN} 2>&1 <<- EOF - n - EOF` - if ! volutil info / &> /dev/null - then - eerror "Unable to create root volume, output of createvol_rep follows" - echo "$createvoloutput" - exit 1 - fi - - einfo "Creating test volume..." - # Create test volume - createvoloutput=`createvol_rep ${CODA_TEST_VOLUME} ${FQDN} 2>&1 <<- EOF - n - EOF` - if ! volutil info ${CODA_TEST_VOLUME} &> /dev/null; then - eerror "Unable to create writable volume, output of createvol_rep follows" - echo "$createvoloutput" - exit 1 - fi - - einfo "Setting up venus (the coda client)..." - venus-setup ${FQDN} 20000 > /dev/null - - /etc/init.d/venus start - - einfo "Mounting test volume at ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT}" - clog ${CODA_ADMIN_NAME}@${FQDN} > /dev/null <<- EOF - changeme - EOF - - cfs mkmount ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT} ${CODA_TEST_VOLUME} - - echo - einfo "The coda server and client have been set up successfully." - einfo "Please refer to http://www.coda.cs.cmu.edu/doc/html/ for Coda documentation." - echo - einfo "Tip: use pdbtool to add a normal coda user and clog to authenticate and get write access." -} - diff --git a/net-fs/coda/coda-6.0.11.ebuild b/net-fs/coda/coda-6.0.11.ebuild deleted file mode 100644 index 1053082f4167..000000000000 --- a/net-fs/coda/coda-6.0.11.ebuild +++ /dev/null @@ -1,273 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.11.ebuild,v 1.7 2007/05/06 10:14:23 genone Exp $ - -inherit eutils - -IUSE="kerberos" - -DESCRIPTION="Coda is an advanced networked filesystem developed at Carnegie Mellon Univ." -HOMEPAGE="http://www.coda.cs.cmu.edu/" -SRC_URI="http://www.coda.cs.cmu.edu/pub/coda/src/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -# partly based on the deps suggested by Mandrake's RPM, and/or on my current versions -# Also, definely needs coda.h from linux-headers. -DEPEND=">=sys-libs/lwp-2.0 - >=net-libs/rpc2-1.27 - >=sys-libs/rvm-1.11 - >=sys-libs/db-3 - >=sys-libs/ncurses-4 - >=sys-libs/readline-3 - >=dev-lang/perl-5.8 - kerberos? ( virtual/krb5 ) - sys-apps/gawk - sys-devel/bison - sys-apps/grep - virtual/os-headers" - -RDEPEND=">=sys-libs/lwp-2.0 - >=net-libs/rpc2-1.27 - >=sys-libs/rvm-1.11 - >=sys-libs/db-3 - >=sys-libs/ncurses-4 - >=sys-libs/readline-3 - >=dev-lang/perl-5.8 - kerberos? ( virtual/krb5 )" - -src_compile() { - local myflags="" - - use kerberos && myflags="${myflags} --with-crypto" - - econf ${myflags} || die "configure failed" - emake -j1 || die "emake failed" -} - -src_install () { - #these crazy makefiles dont seem to use DESTDIR, but they do use these... - # (except infodir, but no harm in leaving it there) - # see Makeconf.setup in the package - - #Also note that for Coda, we need to do "make client-install" for - # the client, and "make server-install" for the server. - #...you can find out about this from ./configs/Makerules - emake \ - CINIT-SCRIPTS="" \ - prefix=${D}/usr \ - sysconfdir=${D}/etc/coda \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - oldincludedir=${D}/usr/include client-install || die - - emake \ - SINIT-SCRIPTS="" \ - prefix=${D}/usr \ - sysconfdir=${D}/etc/coda \ - mandir=${D}/usr/share/man \ - oldincludedir=${D}/usr/include server-install || die - infodir=${D}/usr/share/info \ - - dodoc README* ChangeLog CREDITS - - doinitd ${FILESDIR}/${PV}/venus - doinitd ${FILESDIR}/coda-update - doinitd ${FILESDIR}/codasrv - doinitd ${FILESDIR}/auth2 - - # We may use a conf.d/coda file at some point ? -# insinto /etc/conf.d -# newins ${FILESDIR}/coda.conf.d coda - - sed -i -e "s,^#vicedir=/.*,vicedir=/var/lib/vice," \ - ${D}/etc/coda/server.conf.ex - - sed -i -e "s,^#mountpoint=/.*,mountpoint=/mnt/coda," \ - ${D}/etc/coda/venus.conf.ex - - # Fix conflict with backup.sh from tar - mv -f ${D}/usr/sbin/backup{,-coda}.sh - - dodir /var/lib/vice - dodir /mnt/coda - dodir /usr/coda - dodir /usr/coda/spool - - diropts -m0700 - dodir /usr/coda/etc - dodir /usr/coda/venus.cache -} - -pkg_postinst () { - elog - elog "To enable the coda at boot up, please do:" - elog " rc-update add codasrv default" - elog " rc-update add venus default" - elog - elog "To get started, run vice-setup and venus-setup." - elog - elog "Alternatively you can get a default coda setup by running:" - elog " emerge --config =${PF}" -} - -pkg_config () { - - # Set of default configuration values - local CODA_ROOT_DIR="/var/lib/vice" - local CODA_TEST_VOLUME="codatestvol" - local CODA_TEST_VOLUME_MOUNTPOINT="test" - local CODA_ADMIN_UID="6000" - local CODA_ADMIN_NAME="codaroot" - local CODA_STORAGE_DIR="/var/lib/vice" - local RVM_LOG_PARTITION="rvmlogpartition.img" - local RVM_DATA_PARTITION="rvmdatapartition.img" - local VICE_PARTITION="vicepa" - local UPDATE_AUTHENTICATION_TOKEN="updatetoken" - local AUTH2_AUTHENTICATION_TOKEN="auth2token" - local VOLUTIL_AUTHENTICATION_TOKEN="volutiltoken" - - # Do not modify after this line - - local FQDN=$(hostname --fqdn) - local CODA_MOUNTPOINT=$(codaconfedit venus.conf mountpoint) - - # Make sure coda is not running before we start messing with its files - if [ "x$(pidof auth2)" != "x" ]; then - eerror "Please stop coda, coda-update and auth2 first." - exit 1 - fi - - # Also make sure venus is not running - if [ "x$(pidof venus)" != "x" ]; then - eerror "Please stop venus first." - exit 1 - fi - - # Ask for the location of (amongst other things) the vice partition - ewarn "This default configuration of coda will require 350MB of free space" - ewarn "for Recoverable Virtual Memory. Additional space is required for" - ewarn "the files that you store on your coda volume." - echo - einfon "Please specify where coda should store this data [${CODA_STORAGE_DIR}]: " - read new_storage_dir - if [ "x${new_storage_dir}" != "x" ]; then - CODA_STORAGE_DIR=${new_storage_dir} - fi - echo - - # Check if an existing server.conf is in the way - conf=$(codaconfedit server.conf) - intheway= - if [ ${conf} != /dev/null ]; then - intheway="${intheway} ${conf}" - fi - - # Check if an existing vice root dir is in the way - if [ -e ${CODA_ROOT_DIR} ]; then - intheway="${intheway} ${CODA_ROOT_DIR}" - fi - - # Check if an existing vice partition is in the way - if [ -e ${CODA_STORAGE_DIR}/${VICE_PARTITION} ]; then - intheway="${intheway} ${CODA_STORAGE_DIR}/${VICE_PARTITION}" - fi - - if [ "x${intheway}" != "x" ]; then - eerror "Please remove the following items manually first if you want to" - eerror "set up a default coda configuration:" - for item in ${intheway}; do - eerror "\t${item}" - done - exit 1 - fi - - einfo "A default coda server and client configuration will be set up that consists of:" - einfo "- a coda SCM (System Control Machine)" - einfo "- a coda administrator '${CODA_ADMIN_NAME}' with coda uid ${CODA_ADMIN_UID} and password 'changeme'" - einfo "- a coda root volume available at /mnt/coda/${FQDN}" - einfo "- a test volume mounted at ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT}" - echo - einfon "Are you sure you want to do this? (y/n) " - read answer - if [ "x${answer}" != "xy" ]; then - exit 1 - fi - echo - - einfo "Setting up vice (the coda server)..." - vice-setup > /dev/null <<- EOF - yes - ${CODA_ROOT_DIR} - y - ${UPDATE_AUTHENTICATION_TOKEN} - ${AUTH2_AUTHENTICATION_TOKEN} - ${VOLUTIL_AUTHENTICATION_TOKEN} - 1 - ${CODA_ADMIN_UID} - ${CODA_ADMIN_NAME} - yes - ${CODA_STORAGE_DIR}/${RVM_LOG_PARTITION} - 20M - ${CODA_STORAGE_DIR}/${RVM_DATA_PARTITION} - 315M - y - ${CODA_STORAGE_DIR}/${VICE_PARTITION} - y - 2M - n - EOF - - # Start coda server - /etc/init.d/codasrv start || exit 1 - - # Workaround to increase the likelihood that the coda server finished - # starting up. Once there is a nicer way to detect this, it should - # probably be added to the codasrv init script. - # See http://www.coda.cs.cmu.edu/maillists/codalist/codalist-2004/6954.html - sleep 5 - - einfo "Creating root volume..." - # Create root volume - createvoloutput=`createvol_rep / ${FQDN} 2>&1 <<- EOF - n - EOF` - if ! volutil info / &> /dev/null - then - eerror "Unable to create root volume, output of createvol_rep follows" - echo "$createvoloutput" - exit 1 - fi - - einfo "Creating test volume..." - # Create test volume - createvoloutput=`createvol_rep ${CODA_TEST_VOLUME} ${FQDN} 2>&1 <<- EOF - n - EOF` - if ! volutil info ${CODA_TEST_VOLUME} &> /dev/null; then - eerror "Unable to create writable volume, output of createvol_rep follows" - echo "$createvoloutput" - exit 1 - fi - - einfo "Setting up venus (the coda client)..." - venus-setup ${FQDN} 20000 > /dev/null - - /etc/init.d/venus start - - einfo "Mounting test volume at ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT}" - clog ${CODA_ADMIN_NAME}@${FQDN} > /dev/null <<- EOF - changeme - EOF - - cfs mkmount ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT} ${CODA_TEST_VOLUME} - - echo - einfo "The coda server and client have been set up successfully." - einfo "Please refer to http://www.coda.cs.cmu.edu/doc/html/ for Coda documentation." - echo - einfo "Tip: use pdbtool to add a normal coda user and clog to authenticate and get write access." -} - diff --git a/net-fs/coda/coda-6.0.12.ebuild b/net-fs/coda/coda-6.0.12.ebuild deleted file mode 100644 index f8997daed953..000000000000 --- a/net-fs/coda/coda-6.0.12.ebuild +++ /dev/null @@ -1,273 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.12.ebuild,v 1.7 2007/05/06 10:14:23 genone Exp $ - -inherit eutils - -IUSE="kerberos" - -DESCRIPTION="Coda is an advanced networked filesystem developed at Carnegie Mellon Univ." -HOMEPAGE="http://www.coda.cs.cmu.edu/" -SRC_URI="http://www.coda.cs.cmu.edu/pub/coda/src/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -# partly based on the deps suggested by Mandrake's RPM, and/or on my current versions -# Also, definely needs coda.h from linux-headers. -DEPEND=">=sys-libs/lwp-2.1 - >=net-libs/rpc2-1.28 - >=sys-libs/rvm-1.11 - >=sys-libs/db-3 - >=sys-libs/ncurses-4 - >=sys-libs/readline-3 - >=dev-lang/perl-5.8 - kerberos? ( virtual/krb5 ) - sys-apps/gawk - sys-devel/bison - sys-apps/grep - virtual/os-headers" - -RDEPEND=">=sys-libs/lwp-2.1 - >=net-libs/rpc2-1.28 - >=sys-libs/rvm-1.11 - >=sys-libs/db-3 - >=sys-libs/ncurses-4 - >=sys-libs/readline-3 - >=dev-lang/perl-5.8 - kerberos? ( virtual/krb5 )" - -src_compile() { - local myflags="" - - use kerberos && myflags="${myflags} --with-crypto" - - econf ${myflags} || die "configure failed" - emake -j1 || die "emake failed" -} - -src_install () { - #these crazy makefiles dont seem to use DESTDIR, but they do use these... - # (except infodir, but no harm in leaving it there) - # see Makeconf.setup in the package - - #Also note that for Coda, we need to do "make client-install" for - # the client, and "make server-install" for the server. - #...you can find out about this from ./configs/Makerules - emake \ - CINIT-SCRIPTS="" \ - prefix=${D}/usr \ - sysconfdir=${D}/etc/coda \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - oldincludedir=${D}/usr/include client-install || die - - emake \ - SINIT-SCRIPTS="" \ - prefix=${D}/usr \ - sysconfdir=${D}/etc/coda \ - mandir=${D}/usr/share/man \ - oldincludedir=${D}/usr/include server-install || die - infodir=${D}/usr/share/info \ - - dodoc README* ChangeLog CREDITS - - doinitd ${FILESDIR}/${PV}/venus - doinitd ${FILESDIR}/coda-update - doinitd ${FILESDIR}/codasrv - doinitd ${FILESDIR}/auth2 - - # We may use a conf.d/coda file at some point ? -# insinto /etc/conf.d -# newins ${FILESDIR}/coda.conf.d coda - - sed -i -e "s,^#vicedir=/.*,vicedir=/var/lib/vice," \ - ${D}/etc/coda/server.conf.ex - - sed -i -e "s,^#mountpoint=/.*,mountpoint=/mnt/coda," \ - ${D}/etc/coda/venus.conf.ex - - # Fix conflict with backup.sh from tar - mv -f ${D}/usr/sbin/backup{,-coda}.sh - - dodir /var/lib/vice - dodir /mnt/coda - dodir /usr/coda - dodir /usr/coda/spool - - diropts -m0700 - dodir /usr/coda/etc - dodir /usr/coda/venus.cache -} - -pkg_postinst () { - elog - elog "To enable the coda at boot up, please do:" - elog " rc-update add codasrv default" - elog " rc-update add venus default" - elog - elog "To get started, run vice-setup and venus-setup." - elog - elog "Alternatively you can get a default coda setup by running:" - elog " emerge --config =${PF}" -} - -pkg_config () { - - # Set of default configuration values - local CODA_ROOT_DIR="/var/lib/vice" - local CODA_TEST_VOLUME="codatestvol" - local CODA_TEST_VOLUME_MOUNTPOINT="test" - local CODA_ADMIN_UID="6000" - local CODA_ADMIN_NAME="codaroot" - local CODA_STORAGE_DIR="/var/lib/vice" - local RVM_LOG_PARTITION="rvmlogpartition.img" - local RVM_DATA_PARTITION="rvmdatapartition.img" - local VICE_PARTITION="vicepa" - local UPDATE_AUTHENTICATION_TOKEN="updatetoken" - local AUTH2_AUTHENTICATION_TOKEN="auth2token" - local VOLUTIL_AUTHENTICATION_TOKEN="volutiltoken" - - # Do not modify after this line - - local FQDN=$(hostname --fqdn) - local CODA_MOUNTPOINT=$(codaconfedit venus.conf mountpoint) - - # Make sure coda is not running before we start messing with its files - if [ "x$(pidof auth2)" != "x" ]; then - eerror "Please stop coda, coda-update and auth2 first." - exit 1 - fi - - # Also make sure venus is not running - if [ "x$(pidof venus)" != "x" ]; then - eerror "Please stop venus first." - exit 1 - fi - - # Ask for the location of (amongst other things) the vice partition - ewarn "This default configuration of coda will require 350MB of free space" - ewarn "for Recoverable Virtual Memory. Additional space is required for" - ewarn "the files that you store on your coda volume." - echo - einfon "Please specify where coda should store this data [${CODA_STORAGE_DIR}]: " - read new_storage_dir - if [ "x${new_storage_dir}" != "x" ]; then - CODA_STORAGE_DIR=${new_storage_dir} - fi - echo - - # Check if an existing server.conf is in the way - conf=$(codaconfedit server.conf) - intheway= - if [ ${conf} != /dev/null ]; then - intheway="${intheway} ${conf}" - fi - - # Check if an existing vice root dir is in the way - if [ -e ${CODA_ROOT_DIR} ]; then - intheway="${intheway} ${CODA_ROOT_DIR}" - fi - - # Check if an existing vice partition is in the way - if [ -e ${CODA_STORAGE_DIR}/${VICE_PARTITION} ]; then - intheway="${intheway} ${CODA_STORAGE_DIR}/${VICE_PARTITION}" - fi - - if [ "x${intheway}" != "x" ]; then - eerror "Please remove the following items manually first if you want to" - eerror "set up a default coda configuration:" - for item in ${intheway}; do - eerror "\t${item}" - done - exit 1 - fi - - einfo "A default coda server and client configuration will be set up that consists of:" - einfo "- a coda SCM (System Control Machine)" - einfo "- a coda administrator '${CODA_ADMIN_NAME}' with coda uid ${CODA_ADMIN_UID} and password 'changeme'" - einfo "- a coda root volume available at /mnt/coda/${FQDN}" - einfo "- a test volume mounted at ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT}" - echo - einfon "Are you sure you want to do this? (y/n) " - read answer - if [ "x${answer}" != "xy" ]; then - exit 1 - fi - echo - - einfo "Setting up vice (the coda server)..." - vice-setup > /dev/null <<- EOF - yes - ${CODA_ROOT_DIR} - y - ${UPDATE_AUTHENTICATION_TOKEN} - ${AUTH2_AUTHENTICATION_TOKEN} - ${VOLUTIL_AUTHENTICATION_TOKEN} - 1 - ${CODA_ADMIN_UID} - ${CODA_ADMIN_NAME} - yes - ${CODA_STORAGE_DIR}/${RVM_LOG_PARTITION} - 20M - ${CODA_STORAGE_DIR}/${RVM_DATA_PARTITION} - 315M - y - ${CODA_STORAGE_DIR}/${VICE_PARTITION} - y - 2M - n - EOF - - # Start coda server - /etc/init.d/codasrv start || exit 1 - - # Workaround to increase the likelihood that the coda server finished - # starting up. Once there is a nicer way to detect this, it should - # probably be added to the codasrv init script. - # See http://www.coda.cs.cmu.edu/maillists/codalist/codalist-2004/6954.html - sleep 5 - - einfo "Creating root volume..." - # Create root volume - createvoloutput=`createvol_rep / ${FQDN} 2>&1 <<- EOF - n - EOF` - if ! volutil info / &> /dev/null - then - eerror "Unable to create root volume, output of createvol_rep follows" - echo "$createvoloutput" - exit 1 - fi - - einfo "Creating test volume..." - # Create test volume - createvoloutput=`createvol_rep ${CODA_TEST_VOLUME} ${FQDN} 2>&1 <<- EOF - n - EOF` - if ! volutil info ${CODA_TEST_VOLUME} &> /dev/null; then - eerror "Unable to create writable volume, output of createvol_rep follows" - echo "$createvoloutput" - exit 1 - fi - - einfo "Setting up venus (the coda client)..." - venus-setup ${FQDN} 20000 > /dev/null - - /etc/init.d/venus start - - einfo "Mounting test volume at ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT}" - clog ${CODA_ADMIN_NAME}@${FQDN} > /dev/null <<- EOF - changeme - EOF - - cfs mkmount ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT} ${CODA_TEST_VOLUME} - - echo - einfo "The coda server and client have been set up successfully." - einfo "Please refer to http://www.coda.cs.cmu.edu/doc/html/ for Coda documentation." - echo - einfo "Tip: use pdbtool to add a normal coda user and clog to authenticate and get write access." -} - diff --git a/net-fs/coda/coda-6.0.14.ebuild b/net-fs/coda/coda-6.0.14.ebuild deleted file mode 100644 index b97f0bad3a6b..000000000000 --- a/net-fs/coda/coda-6.0.14.ebuild +++ /dev/null @@ -1,275 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.14.ebuild,v 1.5 2007/04/29 10:21:59 griffon26 Exp $ - -inherit autotools eutils - -IUSE="kerberos ssl" - -DESCRIPTION="Coda is an advanced networked filesystem developed at Carnegie Mellon Univ." -HOMEPAGE="http://www.coda.cs.cmu.edu/" -SRC_URI="http://www.coda.cs.cmu.edu/pub/coda/src/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -# partly based on the deps suggested by Mandrake's RPM, and/or on my current versions -# Also, definely needs coda.h from linux-headers. -RDEPEND=">=sys-libs/lwp-2.1 - >=net-libs/rpc2-1.28 - >=sys-libs/rvm-1.11 - >=sys-libs/db-3 - >=sys-libs/ncurses-4 - >=sys-libs/readline-3 - >=dev-lang/perl-5.8 - kerberos? ( virtual/krb5 ) - ssl? ( dev-libs/openssl )" - -DEPEND="${RDEPEND} - sys-apps/gawk - sys-devel/bison - sys-apps/grep - virtual/os-headers" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-with-includes-fix.patch" - eautoreconf -} - -src_compile() { - local myflags="" - - use kerberos && myflags="${myflags} --with-krb5" - use ssl && myflags="${myflags} --with-openssl" - - econf ${myflags} || die "configure failed" - emake -j1 || die "emake failed" -} - -src_install () { - #these crazy makefiles dont seem to use DESTDIR, but they do use these... - # (except infodir, but no harm in leaving it there) - # see Makeconf.setup in the package - - #Also note that for Coda, we need to do "make client-install" for - # the client, and "make server-install" for the server. - #...you can find out about this from ./configs/Makerules - emake \ - CINIT-SCRIPTS="" \ - prefix=${D}/usr \ - sysconfdir=${D}/etc/coda \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - oldincludedir=${D}/usr/include client-install || die - - emake \ - SINIT-SCRIPTS="" \ - prefix=${D}/usr \ - sysconfdir=${D}/etc/coda \ - mandir=${D}/usr/share/man \ - oldincludedir=${D}/usr/include server-install || die - infodir=${D}/usr/share/info \ - - dodoc README* ChangeLog CREDITS - - doinitd ${FILESDIR}/${PV}/venus - doinitd ${FILESDIR}/coda-update - doinitd ${FILESDIR}/codasrv - doinitd ${FILESDIR}/auth2 - - # We may use a conf.d/coda file at some point ? -# insinto /etc/conf.d -# newins ${FILESDIR}/coda.conf.d coda - - sed -i -e "s,^#vicedir=/.*,vicedir=/var/lib/vice," \ - ${D}/etc/coda/server.conf.ex - - sed -i -e "s,^#mountpoint=/.*,mountpoint=/mnt/coda," \ - ${D}/etc/coda/venus.conf.ex - - # Fix conflict with backup.sh from tar - mv -f ${D}/usr/sbin/backup{,-coda}.sh - - dodir /var/lib/vice - dodir /mnt/coda - dodir /usr/coda - dodir /usr/coda/spool - - diropts -m0700 - dodir /usr/coda/etc - dodir /usr/coda/venus.cache -} - -pkg_postinst () { - einfo - einfo "To enable the coda at boot up, please do:" - einfo " rc-update add codasrv default" - einfo " rc-update add venus default" - einfo - einfo "To get started, run vice-setup and venus-setup." - einfo - einfo "Alternatively you can get a default coda setup by running:" - einfo " emerge --config =${PF}" -} - -pkg_config () { - - # Set of default configuration values - local CODA_ROOT_DIR="/var/lib/vice" - local CODA_TEST_VOLUME="codatestvol" - local CODA_TEST_VOLUME_MOUNTPOINT="test" - local CODA_ADMIN_UID="6000" - local CODA_ADMIN_NAME="codaroot" - local CODA_STORAGE_DIR="/var/lib/vice" - local RVM_LOG_PARTITION="rvmlogpartition.img" - local RVM_DATA_PARTITION="rvmdatapartition.img" - local VICE_PARTITION="vicepa" - local UPDATE_AUTHENTICATION_TOKEN="updatetoken" - local AUTH2_AUTHENTICATION_TOKEN="auth2token" - local VOLUTIL_AUTHENTICATION_TOKEN="volutiltoken" - - # Do not modify after this line - - local FQDN=$(hostname --fqdn) - local CODA_MOUNTPOINT=$(codaconfedit venus.conf mountpoint) - - # Make sure coda is not running before we start messing with its files - if [ "x$(pidof auth2)" != "x" ]; then - eerror "Please stop coda, coda-update and auth2 first." - exit 1 - fi - - # Also make sure venus is not running - if [ "x$(pidof venus)" != "x" ]; then - eerror "Please stop venus first." - exit 1 - fi - - # Ask for the location of (amongst other things) the vice partition - ewarn "This default configuration of coda will require 350MB of free space" - ewarn "for Recoverable Virtual Memory. Additional space is required for" - ewarn "the files that you store on your coda volume." - echo - einfon "Please specify where coda should store this data [${CODA_STORAGE_DIR}]: " - read new_storage_dir - if [ "x${new_storage_dir}" != "x" ]; then - CODA_STORAGE_DIR=${new_storage_dir} - fi - echo - - # Check if an existing server.conf is in the way - conf=$(codaconfedit server.conf) - intheway= - if [ ${conf} != /dev/null ]; then - intheway="${intheway} ${conf}" - fi - - # Check if an existing vice root dir is in the way - if [ -e ${CODA_ROOT_DIR} ]; then - intheway="${intheway} ${CODA_ROOT_DIR}" - fi - - # Check if an existing vice partition is in the way - if [ -e ${CODA_STORAGE_DIR}/${VICE_PARTITION} ]; then - intheway="${intheway} ${CODA_STORAGE_DIR}/${VICE_PARTITION}" - fi - - if [ "x${intheway}" != "x" ]; then - eerror "Please remove the following items manually first if you want to" - eerror "set up a default coda configuration:" - for item in ${intheway}; do - eerror "\t${item}" - done - exit 1 - fi - - einfo "A default coda server and client configuration will be set up that consists of:" - einfo "- a coda SCM (System Control Machine)" - einfo "- a coda administrator '${CODA_ADMIN_NAME}' with coda uid ${CODA_ADMIN_UID} and password 'changeme'" - einfo "- a coda root volume available at /mnt/coda/${FQDN}" - einfo "- a test volume mounted at ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT}" - echo - einfon "Are you sure you want to do this? (y/n) " - read answer - if [ "x${answer}" != "xy" ]; then - exit 1 - fi - echo - - einfo "Setting up vice (the coda server)..." - vice-setup > /dev/null <<- EOF - yes - ${CODA_ROOT_DIR} - y - ${UPDATE_AUTHENTICATION_TOKEN} - ${AUTH2_AUTHENTICATION_TOKEN} - ${VOLUTIL_AUTHENTICATION_TOKEN} - 1 - ${CODA_ADMIN_UID} - ${CODA_ADMIN_NAME} - yes - ${CODA_STORAGE_DIR}/${RVM_LOG_PARTITION} - 20M - ${CODA_STORAGE_DIR}/${RVM_DATA_PARTITION} - 315M - y - ${CODA_STORAGE_DIR}/${VICE_PARTITION} - y - 2M - n - EOF - - # Start coda server - /etc/init.d/codasrv start || exit 1 - - # Workaround to increase the likelihood that the coda server finished - # starting up. Once there is a nicer way to detect this, it should - # probably be added to the codasrv init script. - # See http://www.coda.cs.cmu.edu/maillists/codalist/codalist-2004/6954.html - sleep 5 - - einfo "Creating root volume..." - # Create root volume - createvoloutput=`createvol_rep / ${FQDN} 2>&1 <<- EOF - n - EOF` - if ! volutil info / &> /dev/null - then - eerror "Unable to create root volume, output of createvol_rep follows" - echo "$createvoloutput" - exit 1 - fi - - einfo "Creating test volume..." - # Create test volume - createvoloutput=`createvol_rep ${CODA_TEST_VOLUME} ${FQDN} 2>&1 <<- EOF - n - EOF` - if ! volutil info ${CODA_TEST_VOLUME} &> /dev/null; then - eerror "Unable to create writable volume, output of createvol_rep follows" - echo "$createvoloutput" - exit 1 - fi - - einfo "Setting up venus (the coda client)..." - venus-setup ${FQDN} 20000 > /dev/null - - /etc/init.d/venus start - - einfo "Mounting test volume at ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT}" - clog ${CODA_ADMIN_NAME}@${FQDN} > /dev/null <<- EOF - changeme - EOF - - cfs mkmount ${CODA_MOUNTPOINT}/${FQDN}/${CODA_TEST_VOLUME_MOUNTPOINT} ${CODA_TEST_VOLUME} - - echo - einfo "The coda server and client have been set up successfully." - einfo "Please refer to http://www.coda.cs.cmu.edu/doc/html/ for Coda documentation." - echo - einfo "Tip: use pdbtool to add a normal coda user and clog to authenticate and get write access." -} - diff --git a/net-fs/coda/files/6.0.10/venus b/net-fs/coda/files/6.0.10/venus deleted file mode 100644 index 12fcc7182550..000000000000 --- a/net-fs/coda/files/6.0.10/venus +++ /dev/null @@ -1,31 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/6.0.10/venus,v 1.1 2005/06/08 20:39:05 griffon26 Exp $ - -depend() { - need net - after codasrv -} - -checkconfig() { - if ! /usr/sbin/codaconfedit venus.conf &>/dev/null; then - eerror "Please run venus-setup before starting the service..." - return 1 - fi -} - -start() { - checkconfig || return 1 - - ebegin "Starting venus" - start-stop-daemon --start --quiet --exec /usr/sbin/venus > /dev/null - eend $? -} - -stop() { - ebegin "Stopping venus" - start-stop-daemon --stop --quiet --exec /usr/sbin/venus - umount -l coda &>/dev/null - eend $? -} diff --git a/net-fs/coda/files/6.0.11/venus b/net-fs/coda/files/6.0.11/venus deleted file mode 100644 index 95a9c099d793..000000000000 --- a/net-fs/coda/files/6.0.11/venus +++ /dev/null @@ -1,31 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/6.0.11/venus,v 1.1 2005/07/07 16:26:01 griffon26 Exp $ - -depend() { - need net - after codasrv -} - -checkconfig() { - if ! /usr/sbin/codaconfedit venus.conf &>/dev/null; then - eerror "Please run venus-setup before starting the service..." - return 1 - fi -} - -start() { - checkconfig || return 1 - - ebegin "Starting venus" - start-stop-daemon --start --quiet --exec /usr/sbin/venus > /dev/null - eend $? -} - -stop() { - ebegin "Stopping venus" - start-stop-daemon --stop --quiet --exec /usr/sbin/venus - umount -l coda &>/dev/null - eend $? -} diff --git a/net-fs/coda/files/6.0.12/venus b/net-fs/coda/files/6.0.12/venus deleted file mode 100644 index 266142515006..000000000000 --- a/net-fs/coda/files/6.0.12/venus +++ /dev/null @@ -1,31 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/6.0.12/venus,v 1.1 2005/09/25 14:12:26 griffon26 Exp $ - -depend() { - need net - after codasrv -} - -checkconfig() { - if ! /usr/sbin/codaconfedit venus.conf &>/dev/null; then - eerror "Please run venus-setup before starting the service..." - return 1 - fi -} - -start() { - checkconfig || return 1 - - ebegin "Starting venus" - start-stop-daemon --start --quiet --exec /usr/sbin/venus > /dev/null - eend $? -} - -stop() { - ebegin "Stopping venus" - start-stop-daemon --stop --quiet --exec /usr/sbin/venus - umount -l coda &>/dev/null - eend $? -} diff --git a/net-fs/coda/files/6.0.14/venus b/net-fs/coda/files/6.0.14/venus deleted file mode 100644 index 4afa719cf187..000000000000 --- a/net-fs/coda/files/6.0.14/venus +++ /dev/null @@ -1,31 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/6.0.14/venus,v 1.1 2006/05/03 18:21:26 griffon26 Exp $ - -depend() { - need net - after codasrv -} - -checkconfig() { - if ! /usr/sbin/codaconfedit venus.conf &>/dev/null; then - eerror "Please run venus-setup before starting the service..." - return 1 - fi -} - -start() { - checkconfig || return 1 - - ebegin "Starting venus" - start-stop-daemon --start --quiet --exec /usr/sbin/venus > /dev/null - eend $? -} - -stop() { - ebegin "Stopping venus" - start-stop-daemon --stop --quiet --exec /usr/sbin/venus - umount -l coda &>/dev/null - eend $? -} diff --git a/net-fs/coda/files/coda-6.0.10-venus-setup-fix.patch b/net-fs/coda/files/coda-6.0.10-venus-setup-fix.patch deleted file mode 100644 index 52c1ecb4b42c..000000000000 --- a/net-fs/coda/files/coda-6.0.10-venus-setup-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN coda-6.0.10/coda-src/scripts/venus-setup coda-6.0.10-fixed/coda-src/scripts/venus-setup ---- coda-6.0.10/coda-src/scripts/venus-setup 2005-04-21 22:03:47.000000000 +0200 -+++ coda-6.0.10-fixed/coda-src/scripts/venus-setup 2005-05-04 21:26:49.354219336 +0200 -@@ -190,7 +190,7 @@ - fi - - # make the psdev, on udev and devfs systems the device should exist by now -- if [ ! -c /dev/cfs0 -o ! -c /dev/coda/0 ] ; then -+ if [ ! -c /dev/cfs0 -a ! -c /dev/coda/0 ] ; then - if [ ! -x /dev/MAKEDEV ] ; then - echo 'You need a character device for the Coda kernel module' - echo 'On *BSD systems you probably have to run "mknod /dev/cfs0 c 93 0"' diff --git a/net-fs/coda/files/coda-6.0.14-with-includes-fix.patch b/net-fs/coda/files/coda-6.0.14-with-includes-fix.patch deleted file mode 100644 index df299415c61f..000000000000 --- a/net-fs/coda/files/coda-6.0.14-with-includes-fix.patch +++ /dev/null @@ -1,68 +0,0 @@ -diff -ruN coda-6.0.14/configs/coda_macros.m4 coda-6.0.14-fixed/configs/coda_macros.m4 ---- coda-6.0.14/configs/coda_macros.m4 2005-08-09 21:30:43.000000000 +0200 -+++ coda-6.0.14-fixed/configs/coda_macros.m4 2006-05-02 20:20:31.014296000 +0200 -@@ -116,12 +116,12 @@ - AC_DEFUN(CODA_CHECK_OPENSSL, - [AC_ARG_WITH(openssl, - [ --with-openssl Link against openssl library], -- [AC_CHECK_HEADERS(openssl/md5.h openssl/sha.h) -+ [CODA_OPTION_LIBRARY(openssl) -+ AC_CHECK_HEADERS(openssl/md5.h openssl/sha.h) - coda_save_LIBS="$LIBS" - AC_SEARCH_LIBS(SHA1_Init, crypto, [test "$ac_cv_search_SHA1_Init" = "none required" || LIBCRYPTO="$ac_cv_search_SHA1_Init"]) - AC_CHECK_FUNCS([MD5_Init SHA1_Init]) -- LIBS="$coda_save_LIBS"]) -- CODA_OPTION_LIBRARY(openssl)]) -+ LIBS="$coda_save_LIBS"])]) - - AC_DEFUN(CODA_CHECK_LIBCOMERR, - [AC_CHECK_HEADERS(com_err.h) -@@ -131,7 +131,8 @@ - AC_DEFUN(CODA_CHECK_KRB4, - [AC_ARG_WITH(krb4, - [ --with-krb4 Link against kerberos4 libraries], -- [CODA_CHECK_LIBCOMERR -+ [CODA_OPTION_LIBRARY(krb4) -+ CODA_CHECK_LIBCOMERR - AC_CHECK_HEADERS(krb.h des.h) - coda_save_LIBS="$LIBS" - LIBS="$LIBCOMERR $LIBS" -@@ -140,14 +141,14 @@ - LIBS="$coda_save_LIBS" - if test "$ac_cv_search_krb_get_lrealm" != no ; then - AC_DEFINE(HAVE_KRB4, 1, [Define if kerberos 4 is available]) -- fi]) -- CODA_OPTION_LIBRARY(krb4)]) -+ fi])]) - - AC_SUBST(LIBKRB5) - AC_DEFUN(CODA_CHECK_KRB5, - [AC_ARG_WITH(krb5, - [ --with-krb5 Link against kerberos5 libraries], -- [CODA_CHECK_LIBCOMERR -+ [CODA_OPTION_LIBRARY(krb5) -+ CODA_CHECK_LIBCOMERR - AC_CHECK_HEADERS(krb5.h) - if test "$ac_cv_header_krb5_h" = yes -a "$ac_cv_header_com_err_h" = yes;then - coda_save_LIBS="$LIBS" -@@ -181,8 +182,7 @@ - fi - else - AC_MSG_WARN([Couldn't find krb5.h and com_err.h headers, not using kerberos 5]) -- fi]) -- CODA_OPTION_LIBRARY(krb5)]) -+ fi])]) - - - dnl --------------------------------------------- -@@ -248,8 +248,8 @@ - dnl AC_DEFUN(CODA_OPTION_CRYPTO, - dnl [AC_ARG_WITH($1, - dnl [ --with-$1 Link against $1 libraries], --dnl [AC_DEFINE(USE_`$1 | $as_tr_cpp`, 1, [Define if you want to use $1 libraries])]) --dnl CODA_OPTION_LIBRARY($1)]) -+dnl [CODA_OPTION_LIBRARY($1) -+dnl AC_DEFINE(USE_`$1 | $as_tr_cpp`, 1, [Define if you want to use $1 libraries])])]) - - AC_DEFUN(CODA_OPTION_LWP_PT, - [AC_ARG_WITH(lwp-pt, diff --git a/net-fs/coda/files/digest-coda-6.0.10 b/net-fs/coda/files/digest-coda-6.0.10 deleted file mode 100644 index 608680bc0fa9..000000000000 --- a/net-fs/coda/files/digest-coda-6.0.10 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b2313baa5e5cc535b013648233825a84 coda-6.0.10.tar.gz 1558454 -RMD160 0b483087f5ba4d7c5497b93793768667723627f1 coda-6.0.10.tar.gz 1558454 -SHA256 9d435652ce7179bc7a74934d0b8c531c9b450cf71ac1a0ffc338fc2f24f208a3 coda-6.0.10.tar.gz 1558454 diff --git a/net-fs/coda/files/digest-coda-6.0.11 b/net-fs/coda/files/digest-coda-6.0.11 deleted file mode 100644 index 8c6a468f1b47..000000000000 --- a/net-fs/coda/files/digest-coda-6.0.11 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 aad65cafc27572287276d0fa355b6164 coda-6.0.11.tar.gz 1558534 -RMD160 94202e4be4ab843c7ff93c71e7245cf79de73a69 coda-6.0.11.tar.gz 1558534 -SHA256 4127d28a5bccd69d731a7911c87a0c013e798665b4e78d16336810225dbdd362 coda-6.0.11.tar.gz 1558534 diff --git a/net-fs/coda/files/digest-coda-6.0.12 b/net-fs/coda/files/digest-coda-6.0.12 deleted file mode 100644 index 707bd351ad46..000000000000 --- a/net-fs/coda/files/digest-coda-6.0.12 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 32200de1d92ae9c61753a7b549c38043 coda-6.0.12.tar.gz 1568219 -RMD160 653cd42a20e692d541261ba655308de13ebeb7e6 coda-6.0.12.tar.gz 1568219 -SHA256 92e70a2dfeea0f1df4a248db1d96ba1039e1643c0052e0c92b95cf6cd5ff44bc coda-6.0.12.tar.gz 1568219 diff --git a/net-fs/coda/files/digest-coda-6.0.14 b/net-fs/coda/files/digest-coda-6.0.14 deleted file mode 100644 index f1e79c123241..000000000000 --- a/net-fs/coda/files/digest-coda-6.0.14 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bf387348ca0c3cd833ab69272f53de54 coda-6.0.14.tar.gz 1570164 -RMD160 ae6e7cffb6a0c8f05e476ae5e8aa41597d87adb4 coda-6.0.14.tar.gz 1570164 -SHA256 7e6907f6cabb654450da37832878dcbcbb39591993d6dedc44a4ea8747144160 coda-6.0.14.tar.gz 1570164 diff --git a/net-fs/coda/metadata.xml b/net-fs/coda/metadata.xml index 6526113afe87..ca66751dee2f 100644 --- a/net-fs/coda/metadata.xml +++ b/net-fs/coda/metadata.xml @@ -2,11 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>net-fs</herd> -<maintainer> - <email>griffon26@gentoo.org</email> - <name>Maurice van der Pot</name> -</maintainer> -<maintainer> - <email>net-fs@gentoo.org</email> -</maintainer> </pkgmetadata> |