diff options
author | Maurice van der Pot <griffon26@gentoo.org> | 2004-09-09 18:15:13 +0000 |
---|---|---|
committer | Maurice van der Pot <griffon26@gentoo.org> | 2004-09-09 18:15:13 +0000 |
commit | 30db544048305cb2f43cc0494873734c2299a730 (patch) | |
tree | 511e2a6598744e98299402cb3af214c4520acca6 /net-fs | |
parent | Fix amd64 sandbox error (diff) | |
download | historical-30db544048305cb2f43cc0494873734c2299a730.tar.gz historical-30db544048305cb2f43cc0494873734c2299a730.tar.bz2 historical-30db544048305cb2f43cc0494873734c2299a730.zip |
Prepared coda-client ebuilds for removal from portage
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/coda-client/ChangeLog | 11 | ||||
-rw-r--r-- | net-fs/coda-client/coda-client-6.0.3.ebuild | 39 | ||||
-rw-r--r-- | net-fs/coda-client/coda-client-6.0.6.ebuild | 39 | ||||
-rw-r--r-- | net-fs/coda-client/files/digest-coda-client-6.0.3 | 0 | ||||
-rw-r--r-- | net-fs/coda-client/files/digest-coda-client-6.0.6 | 0 | ||||
-rw-r--r-- | net-fs/coda-client/metadata.xml | 5 |
6 files changed, 90 insertions, 4 deletions
diff --git a/net-fs/coda-client/ChangeLog b/net-fs/coda-client/ChangeLog index 93f1b39b3c3e..0d23d85c10ae 100644 --- a/net-fs/coda-client/ChangeLog +++ b/net-fs/coda-client/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-fs/coda-client # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-client/ChangeLog,v 1.7 2004/06/24 22:42:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-client/ChangeLog,v 1.8 2004/09/09 18:15:13 griffon26 Exp $ + +*coda-client-6.0.6 (04 Sep 2004) + + 04 Sep 2004; Maurice van der Pot <griffon26@gentoo.org> metadata.xml, + +coda-client-6.0.3.ebuild, +coda-client-6.0.6.ebuild: + Took over maintenance from Daniel Black <dragonheart@gentoo.org> + Prepared coda-client ebuild for removal from portage because it has been + superseded by the coda ebuild. For now the new versions of the coda-client + ebuild will merge coda as a dependency. 26 Apr 2004; Daniel Black <dragonheart@gentoo.org> coda-client-5.3.19.ebuild: diff --git a/net-fs/coda-client/coda-client-6.0.3.ebuild b/net-fs/coda-client/coda-client-6.0.3.ebuild new file mode 100644 index 000000000000..bfc4dd17c71d --- /dev/null +++ b/net-fs/coda-client/coda-client-6.0.3.ebuild @@ -0,0 +1,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-client/coda-client-6.0.3.ebuild,v 1.1 2004/09/09 18:15:13 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-client 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-client if it is installed (emerge -C coda-client)" + 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 +} + diff --git a/net-fs/coda-client/coda-client-6.0.6.ebuild b/net-fs/coda-client/coda-client-6.0.6.ebuild new file mode 100644 index 000000000000..70381befba02 --- /dev/null +++ b/net-fs/coda-client/coda-client-6.0.6.ebuild @@ -0,0 +1,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-client/coda-client-6.0.6.ebuild,v 1.1 2004/09/09 18:15:13 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-client 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-client if it is installed (emerge -C coda-client)" + 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 +} + diff --git a/net-fs/coda-client/files/digest-coda-client-6.0.3 b/net-fs/coda-client/files/digest-coda-client-6.0.3 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/net-fs/coda-client/files/digest-coda-client-6.0.3 diff --git a/net-fs/coda-client/files/digest-coda-client-6.0.6 b/net-fs/coda-client/files/digest-coda-client-6.0.6 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/net-fs/coda-client/files/digest-coda-client-6.0.6 diff --git a/net-fs/coda-client/metadata.xml b/net-fs/coda-client/metadata.xml index bbb117a5aac6..11600701d787 100644 --- a/net-fs/coda-client/metadata.xml +++ b/net-fs/coda-client/metadata.xml @@ -3,8 +3,7 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>dragonheart@gentoo.org</email> - <name>Daniel Black</name> - <description>probably volunteered when I shouldn't off</description> + <email>griffon26@gentoo.org</email> + <name>Maurice van der Pot</name> </maintainer> </pkgmetadata> |