summaryrefslogtreecommitdiff
blob: f801d8b7869f29c6001d200ec37befd68f60bebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-server/coda-server-6.0.6.ebuild,v 1.1 2004/09/09 18:14:24 griffon26 Exp $

IUSE=""

DESCRIPTION="Coda is an advanced networked filesystem developed at Carnegie Mellon Univ."
HOMEPAGE="http://www.coda.cs.cmu.edu"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"

# To help people upgrade from coda-server to coda ebuilds, coda is listed as a dependency
# It is installed after this ebuild to give the user a chance to cancel the merge and
# merge the coda ebuild directly.
PDEPEND=">=net-fs/coda-${PV}"

S=${WORKDIR}

pkg_setup() {
	ewarn
	ewarn "This ebuild has been superseded by the coda ebuild."
	ewarn
	ewarn "Please perform the following steps:"
	ewarn "1) cancel this merge by pressing ctrl-C"
	ewarn "2) unmerge coda-server if it is installed (emerge -C coda-server)"
	ewarn "3) merge coda instead (emerge coda)"
	ewarn

	# Give the user time to cancel this merge.
	for TICKER in 1 2 3 4 5 6 7 8 9 10; do
		# Double beep here.
		echo -ne "\a" ; sleep 0.1 &>/dev/null ; sleep 0,1 &>/dev/null
		echo -ne "\a" ; sleep 1
	done
	sleep 5
}