summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice van der Pot <griffon26@gentoo.org>2007-05-19 16:09:17 +0000
committerMaurice van der Pot <griffon26@gentoo.org>2007-05-19 16:09:17 +0000
commit7d40514fe367fd312c2780a9bcb6a6a80bb1303a (patch)
tree014f2c34404a2672c8b5d1160f982512ed8369e0 /net-fs/coda/files
parentAdd IUSE="X" and missing libXau dependency. (diff)
downloadgentoo-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/files')
-rw-r--r--net-fs/coda/files/6.0.10/venus31
-rw-r--r--net-fs/coda/files/6.0.11/venus31
-rw-r--r--net-fs/coda/files/6.0.12/venus31
-rw-r--r--net-fs/coda/files/6.0.14/venus31
-rw-r--r--net-fs/coda/files/coda-6.0.10-venus-setup-fix.patch12
-rw-r--r--net-fs/coda/files/coda-6.0.14-with-includes-fix.patch68
-rw-r--r--net-fs/coda/files/digest-coda-6.0.103
-rw-r--r--net-fs/coda/files/digest-coda-6.0.113
-rw-r--r--net-fs/coda/files/digest-coda-6.0.123
-rw-r--r--net-fs/coda/files/digest-coda-6.0.143
10 files changed, 0 insertions, 216 deletions
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