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 | d9b89d1bae1d2ce85ca5161d2013a49bc1170eba (patch) | |
tree | 114be2f3bee66cc493436371d81515c907227f2a /net-fs/coda-client | |
parent | Fix amd64 sandbox error (Manifest recommit) (diff) | |
download | gentoo-2-d9b89d1bae1d2ce85ca5161d2013a49bc1170eba.tar.gz gentoo-2-d9b89d1bae1d2ce85ca5161d2013a49bc1170eba.tar.bz2 gentoo-2-d9b89d1bae1d2ce85ca5161d2013a49bc1170eba.zip |
Prepared coda-client ebuilds for removal from portage
Diffstat (limited to 'net-fs/coda-client')
-rw-r--r-- | net-fs/coda-client/ChangeLog | 11 | ||||
-rw-r--r-- | net-fs/coda-client/Manifest | 8 | ||||
-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 |
7 files changed, 96 insertions, 6 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/Manifest b/net-fs/coda-client/Manifest index b0ca1454e90e..54e228a026bd 100644 --- a/net-fs/coda-client/Manifest +++ b/net-fs/coda-client/Manifest @@ -1,7 +1,11 @@ -MD5 c70c49b8d4ea245c2f208ad34bbffe68 coda-client-5.3.19.ebuild 2149 MD5 ed8cc40fae144b3e377bc1e953c6967c ChangeLog 2365 +MD5 c70c49b8d4ea245c2f208ad34bbffe68 coda-client-5.3.19.ebuild 2149 MD5 49e881e0eadfae1a5910ebce38f0d7f3 metadata.xml 323 +MD5 0761b9afd71b32b9a0d540b44ab1cfe3 coda-client-6.0.6.ebuild 1175 +MD5 6f0dd563ae9c8b959b470510c59f4d78 coda-client-6.0.3.ebuild 1174 MD5 f82985c6f7aeb1f277c3188f0b2ec358 files/coda-client-5.3.19-gentoo.patch 2608 -MD5 c64c09508bed2660cfd97ac95fe466e2 files/digest-coda-client-5.3.19 64 MD5 296b4e177ceef43d26796422bbe2ec15 files/coda-client-5.3.19-gentoo2.patch 732 MD5 105dc17587292e5e2ebb79aa4383cca7 files/coda-client-5.3.19-gentoo3.patch 343 +MD5 c64c09508bed2660cfd97ac95fe466e2 files/digest-coda-client-5.3.19 64 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-coda-client-6.0.6 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-coda-client-6.0.3 0 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> |