summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice van der Pot <griffon26@gentoo.org>2005-07-07 16:26:01 +0000
committerMaurice van der Pot <griffon26@gentoo.org>2005-07-07 16:26:01 +0000
commit5b146b4ea2b437b65fb27cfbd4e610bbca3ab0c4 (patch)
treed538f4c6fcb2857d373d20b4442c77e49eacd562 /net-fs/coda
parentMarked stable on x86 for coda 6.0.10 (diff)
downloadgentoo-2-5b146b4ea2b437b65fb27cfbd4e610bbca3ab0c4.tar.gz
gentoo-2-5b146b4ea2b437b65fb27cfbd4e610bbca3ab0c4.tar.bz2
gentoo-2-5b146b4ea2b437b65fb27cfbd4e610bbca3ab0c4.zip
Marked coda 6.0.10 stable on x86
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-fs/coda')
-rw-r--r--net-fs/coda/ChangeLog8
-rw-r--r--net-fs/coda/coda-6.0.10.ebuild5
-rw-r--r--net-fs/coda/coda-6.0.11.ebuild3
-rw-r--r--net-fs/coda/coda-6.0.8.ebuild3
-rw-r--r--net-fs/coda/files/6.0.11/venus31
5 files changed, 45 insertions, 5 deletions
diff --git a/net-fs/coda/ChangeLog b/net-fs/coda/ChangeLog
index 2f9c2ad849c0..ea3533af9f84 100644
--- a/net-fs/coda/ChangeLog
+++ b/net-fs/coda/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-fs/coda
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/ChangeLog,v 1.18 2005/06/08 20:39:05 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/ChangeLog,v 1.19 2005/07/07 16:26:01 griffon26 Exp $
+
+ 07 Jul 2005; Maurice van der Pot <griffon26@gentoo.org>
+ +files/6.0.11/venus, coda-6.0.8.ebuild, coda-6.0.10.ebuild,
+ coda-6.0.11.ebuild:
+ Again added venus init script, this time for 6.0.11.
+ Also added perl to run-time dependencies.
08 Jun 2005; Maurice van der Pot <griffon26@gentoo.org>
-files/coda-6.0.3-iowr.patch, -files/6.0.7/venus, +files/6.0.10/venus,
diff --git a/net-fs/coda/coda-6.0.10.ebuild b/net-fs/coda/coda-6.0.10.ebuild
index b1dca4199c25..a4940f8161d5 100644
--- a/net-fs/coda/coda-6.0.10.ebuild
+++ b/net-fs/coda/coda-6.0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.2 2005/06/08 20:39:05 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.10.ebuild,v 1.3 2005/07/07 16:26:01 griffon26 Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="http://www.coda.cs.cmu.edu/pub/coda/src/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
+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.
@@ -35,6 +35,7 @@ RDEPEND=">=sys-libs/lwp-2.0
>=sys-libs/db-3
>=sys-libs/ncurses-4
>=sys-libs/readline-3
+ >=dev-lang/perl-5.8
kerberos? ( virtual/krb5 )"
src_unpack() {
diff --git a/net-fs/coda/coda-6.0.11.ebuild b/net-fs/coda/coda-6.0.11.ebuild
index ecb8724055d6..de1b7c2e7c51 100644
--- a/net-fs/coda/coda-6.0.11.ebuild
+++ b/net-fs/coda/coda-6.0.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.1 2005/06/08 20:39:05 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.11.ebuild,v 1.2 2005/07/07 16:26:01 griffon26 Exp $
inherit eutils
@@ -35,6 +35,7 @@ RDEPEND=">=sys-libs/lwp-2.0
>=sys-libs/db-3
>=sys-libs/ncurses-4
>=sys-libs/readline-3
+ >=dev-lang/perl-5.8
kerberos? ( virtual/krb5 )"
src_compile() {
diff --git a/net-fs/coda/coda-6.0.8.ebuild b/net-fs/coda/coda-6.0.8.ebuild
index c268c4bf5cf1..f51cf236a521 100644
--- a/net-fs/coda/coda-6.0.8.ebuild
+++ b/net-fs/coda/coda-6.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.8.ebuild,v 1.3 2005/06/08 20:39:05 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.8.ebuild,v 1.4 2005/07/07 16:26:01 griffon26 Exp $
inherit eutils
@@ -39,6 +39,7 @@ RDEPEND="~sys-libs/lwp-1.12
>=sys-libs/db-3
>=sys-libs/ncurses-4
>=sys-libs/readline-3
+ >=dev-lang/perl-5.8
kerberos? ( virtual/krb5 )"
src_compile() {
diff --git a/net-fs/coda/files/6.0.11/venus b/net-fs/coda/files/6.0.11/venus
new file mode 100644
index 000000000000..95a9c099d793
--- /dev/null
+++ b/net-fs/coda/files/6.0.11/venus
@@ -0,0 +1,31 @@
+#!/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 $?
+}