diff options
Diffstat (limited to 'coda')
-rw-r--r-- | coda/net-fs/coda/Manifest | 8 | ||||
-rw-r--r-- | coda/net-fs/coda/coda-6.9.3.ebuild | 98 | ||||
-rw-r--r-- | coda/net-fs/coda/files/auth2 | 30 | ||||
-rw-r--r-- | coda/net-fs/coda/files/coda-6.9.3-gentoo-dirs.patch | 332 | ||||
-rw-r--r-- | coda/net-fs/coda/files/coda-update | 40 | ||||
-rw-r--r-- | coda/net-fs/coda/files/codasrv | 26 | ||||
-rw-r--r-- | coda/net-fs/coda/files/venus | 29 | ||||
-rw-r--r-- | coda/net-fs/coda/metadata.xml | 9 | ||||
-rw-r--r-- | coda/net-libs/rpc2/Manifest | 3 | ||||
-rw-r--r-- | coda/net-libs/rpc2/metadata.xml | 9 | ||||
-rw-r--r-- | coda/net-libs/rpc2/rpc2-2.7.ebuild | 26 | ||||
-rw-r--r-- | coda/profiles/repo_name | 1 | ||||
-rw-r--r-- | coda/sys-libs/lwp/Manifest | 4 | ||||
-rw-r--r-- | coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch | 11 | ||||
-rw-r--r-- | coda/sys-libs/lwp/lwp-2.4.ebuild | 32 | ||||
-rw-r--r-- | coda/sys-libs/lwp/metadata.xml | 9 | ||||
-rw-r--r-- | coda/sys-libs/rvm/Manifest | 3 | ||||
-rw-r--r-- | coda/sys-libs/rvm/metadata.xml | 9 | ||||
-rw-r--r-- | coda/sys-libs/rvm/rvm-1.15.ebuild | 25 |
19 files changed, 0 insertions, 704 deletions
diff --git a/coda/net-fs/coda/Manifest b/coda/net-fs/coda/Manifest deleted file mode 100644 index 12512fb..0000000 --- a/coda/net-fs/coda/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -AUX auth2 604 RMD160 eb4336656492f22541e79c6854130ae46bee287d SHA1 4af20753da5c61666b9aff5fcec07f596af851b2 SHA256 f3da3e16eed06fb3a8d6949bbc0557b009232dcfee812afd79b38a494bd916a4 -AUX coda-6.9.3-gentoo-dirs.patch 11035 RMD160 628dea7bf66c897110693ba17da2bd35971753ed SHA1 e55be90dd9a3df2248fcd5b32e4cdfec104e0ead SHA256 d3765e414149c56dbfc6c58c09395fcaa41a76a0189db2708863afcef128435c -AUX coda-update 929 RMD160 17dc273447dcf9c80ccba62625e065298f5a863f SHA1 4be4d18b8d4c8f3da070e1072250b37f30b8f37d SHA256 ad62ed9fa6d78da0a334a4b72597beb74d8920365f53d084fde56d06f9af2d12 -AUX codasrv 528 RMD160 bacac42bcf31c659f10c2dec76a2cc66b1da2d55 SHA1 a7be5983aab0a6d8d86ca97064257a99818fa0d2 SHA256 5239f678bf5be56d61ead907c7ad0992baaf6328d9b750bc0061225a718e1a70 -AUX venus 566 RMD160 7938eeea4decdd21ed05570ff3d19ce598e6a32e SHA1 75656ccd579dce627b5e7e11e98b7127cd1d5262 SHA256 63f7d6f4f7cfc73435b3f16591312d3316c2d5d9906cb88ac7f17fe7c8f399df -DIST coda-6.9.3.tar.gz 1662535 RMD160 c12e30c84471f1d659d48cd1bf2ecaf5f684fe0e SHA1 cc73ac3e6987154ffa1772d4005b7acedc0f0afb SHA256 608a91fd9cea79b0b77511f47dc29d176f66898b9a0ef1856f8bafa3cc53d320 -EBUILD coda-6.9.3.ebuild 2235 RMD160 e541b178b5774250af0f55038d4f72b397d70f76 SHA1 c87806a14db7d683d883fc67500a580bfceb2de3 SHA256 91fb4522194de5519ac875b387cea8fe6d4cc214671510ad8ef1c4f9d7fea30e -MISC metadata.xml 250 RMD160 6aa4816072481129f87c0eb8a85c6a15287da965 SHA1 a8f9a0fb13692c19c95e700e32796c147c6c7804 SHA256 1ed32cc76b9bd8664c2bfd7d84f4186b444d5d39659b40523d0bc27e0ebb9846 diff --git a/coda/net-fs/coda/coda-6.9.3.ebuild b/coda/net-fs/coda/coda-6.9.3.ebuild deleted file mode 100644 index 7f5965d..0000000 --- a/coda/net-fs/coda/coda-6.9.3.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" - -inherit autotools eutils - -KEYWORDS="~amd64 ~ppc ~x86" - -DESCRIPTION="Coda is an advanced networked filesystem developed at Carnegie Mellon Uni." -HOMEPAGE="http://www.coda.cs.cmu.edu/" -SRC_URI="http://www.coda.cs.cmu.edu/pub/${PN}/src/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -IUSE="kerberos server" - -RDEPEND=">=sys-libs/lwp-2.4 - >=net-libs/rpc2-2.7 - >=sys-libs/rvm-1.15 - >=sys-libs/db-4.2 - >=sys-libs/ncurses-5.4 - >=sys-libs/readline-5.0 - dev-lang/perl - kerberos? ( virtual/krb5 )" - -DEPEND="${RDEPEND} - virtual/os-headers" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/${P}-gentoo-dirs.patch" -} - -src_compile() { - local myconf="--enable-client" - - use server && myconf="${myconf} --enable-server" - use kerberos && myconf="${myconf} --with-crypto --with-krb5" - - econf ${myconf} || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc INSTALL* README* - - rm -Rf "${D}"/etc/init.d - doinitd "${FILESDIR}"/venus - if use server ; then - doinitd "${FILESDIR}"/auth2 - doinitd "${FILESDIR}"/coda-update - doinitd "${FILESDIR}"/codasrv - fi - - # Fix conflict with backup.sh from tar. - mv -f "${D}"/usr/sbin/backup{,-coda}.sh - - # Add Gentoo specific dirs. - if use server ; then - dodir /var/lib/vice - dodir /mnt/vicepa - fi - dodir /var/lib/coda/spool - dodir /mnt/coda - - diropts -m0700 - dodir /var/lib/coda/etc - dodir /var/lib/coda/venus.cache - - # Symlink traditional Coda dirs to Gentoo dirs. - if use server ; then - dosym /var/lib/vice /vice - dosym /mnt/vicepa /vicepa - fi - dosym /var/lib/coda /usr/coda - dosym /mnt/coda /coda -} - -pkg_postinst() { - if use server ; then - elog "To configure the coda server, run vice-setup." - elog "To enable the coda server at boot up, please do:" - elog " rc-update add auth2 default" - elog " rc-update add coda-update default" - elog " rc-update add codasrv default" - elog - fi - elog "To configure the coda client, run venus-setup." - elog "To enable the coda client at boot up, please do:" - elog " rc-update add venus default" -} diff --git a/coda/net-fs/coda/files/auth2 b/coda/net-fs/coda/files/auth2 deleted file mode 100644 index 8b18727..0000000 --- a/coda/net-fs/coda/files/auth2 +++ /dev/null @@ -1,30 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -depend() { - need net - use logger - after domainname -} - -start() { - if [[ "`cat /var/lib/vice/hostname`" != "`cat /var/lib/vice/db/scm`" ]] ; then - CHK="-chk" - fi - - ebegin "Starting ${SVCNAME}" - start-stop-daemon --start --background \ - --pidfile /var/lib/vice/auth2/pid --make-pidfile \ - --exec /usr/sbin/auth2 -- ${CHK} - eend $? -} - -stop() { - ebegin "Stopping ${SVCNAME}" - start-stop-daemon --stop \ - --pidfile /var/lib/vice/auth2/pid \ - --name auth2 - eend $? -} diff --git a/coda/net-fs/coda/files/coda-6.9.3-gentoo-dirs.patch b/coda/net-fs/coda/files/coda-6.9.3-gentoo-dirs.patch deleted file mode 100644 index c023335..0000000 --- a/coda/net-fs/coda/files/coda-6.9.3-gentoo-dirs.patch +++ /dev/null @@ -1,332 +0,0 @@ -diff -Nru coda-6.9.3/coda-src/scripts/bldvldb.sh.in coda-6.9.3-gt/coda-src/scripts/bldvldb.sh.in ---- coda-6.9.3/coda-src/scripts/bldvldb.sh.in 2004-03-05 22:12:44.000000000 +0100 -+++ coda-6.9.3-gt/coda-src/scripts/bldvldb.sh.in 2008-07-12 23:15:47.141740587 +0200 -@@ -28,7 +28,7 @@ - fi - - if [ x${vicedir} = x ] ; then -- vicedir=/vice -+ vicedir=/var/lib/vice - fi - - THISHOST=`hostname | tr A-Z a-z` -diff -Nru coda-6.9.3/coda-src/scripts/coda-server-logrotate coda-6.9.3-gt/coda-src/scripts/coda-server-logrotate ---- coda-6.9.3/coda-src/scripts/coda-server-logrotate 2003-08-04 20:09:58.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/scripts/coda-server-logrotate 2008-07-12 23:15:53.629741210 +0200 -@@ -3,7 +3,7 @@ - # Simple logrotation for Coda server logfiles - # - --vicedir=/vice -+vicedir=/var/lib/vice - . "`codaconfedit server.conf`" - - srvdir="${vicedir}/srv" -diff -Nru coda-6.9.3/coda-src/scripts/codastart coda-6.9.3-gt/coda-src/scripts/codastart ---- coda-6.9.3/coda-src/scripts/codastart 2006-09-19 19:48:57.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/scripts/codastart 2008-07-12 23:16:40.249741012 +0200 -@@ -1,11 +1,11 @@ - #!/bin/sh --if [ "`cat /vice/hostname`" = "`cat /vice/db/scm`" ] -+if [ "`cat /var/lib/vice/hostname`" = "`cat /var/lib/vice/db/scm`" ] - then - updatesrv & - auth2 & - else - auth2 -chk & - fi --updateclnt -h `grep '' /vice/db/scm` & -+updateclnt -h `grep '' /var/lib/vice/db/scm` & - startserver - -diff -Nru coda-6.9.3/coda-src/scripts/createvol_rep.in coda-6.9.3-gt/coda-src/scripts/createvol_rep.in ---- coda-6.9.3/coda-src/scripts/createvol_rep.in 2007-06-26 18:18:28.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/scripts/createvol_rep.in 2008-07-12 23:17:29.601740626 +0200 -@@ -32,7 +32,7 @@ - export PATH - - # load the server configuration file --vicedir=/vice -+vicedir=/var/lib/vice - . "`@sbindir@/codaconfedit server.conf`" - - if [ ! -f ${vicedir}/hostname -o ! -f ${vicedir}/db/scm ] ; then -diff -Nru coda-6.9.3/coda-src/scripts/purgevol_rep.in coda-6.9.3-gt/coda-src/scripts/purgevol_rep.in ---- coda-6.9.3/coda-src/scripts/purgevol_rep.in 2005-05-04 14:13:41.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/scripts/purgevol_rep.in 2008-07-12 23:18:23.829740822 +0200 -@@ -24,7 +24,7 @@ - export PATH - - # load the server configuration file --vicedir=/vice -+vicedir=/var/lib/vice - . "`@sbindir@/codaconfedit server.conf`" - - SCM=`cat ${vicedir}/db/scm` -diff -Nru coda-6.9.3/coda-src/scripts/startserver.in coda-6.9.3-gt/coda-src/scripts/startserver.in ---- coda-6.9.3/coda-src/scripts/startserver.in 2004-10-26 23:36:43.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/scripts/startserver.in 2008-07-12 23:18:54.541741263 +0200 -@@ -30,7 +30,7 @@ - fi - - if [ x${vicedir} = x ]; then -- vicedir=/vice -+ vicedir=/var/lib/vice - fi - - # Rotate logfiles -diff -Nru coda-6.9.3/coda-src/scripts/venus-setup.in coda-6.9.3-gt/coda-src/scripts/venus-setup.in ---- coda-6.9.3/coda-src/scripts/venus-setup.in 2007-08-10 20:02:24.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/scripts/venus-setup.in 2008-07-12 23:22:24.537741513 +0200 -@@ -65,16 +65,16 @@ - #fi - - # default paths --errorlog=/usr/coda/etc/console --cachedir=/usr/coda/venus.cache --checkpointdir=/usr/coda/spool --logfile=/usr/coda/etc/venus.log --marinersocket=/usr/coda/spool/mariner --pid_file=/usr/coda/venus.cache/pid --run_control_file=/usr/coda/venus.cache/VENUS_CTRL --rvm_log=/usr/coda/LOG --rvm_data=/usr/coda/DATA --mountpoint=/coda -+errorlog=/var/lib/coda/etc/console -+cachedir=/var/lib/coda/venus.cache -+checkpointdir=/var/lib/coda/spool -+logfile=/var/lib/coda/etc/venus.log -+marinersocket=/var/lib/coda/spool/mariner -+pid_file=/var/lib/coda/venus.cache/pid -+run_control_file=/var/lib/coda/venus.cache/VENUS_CTRL -+rvm_log=/var/lib/coda/LOG -+rvm_data=/var/lib/coda/DATA -+mountpoint=/mnt/coda - - # override with user defined paths - if [ x${conf} != x/dev/null ] ; then -@@ -224,8 +224,8 @@ - # next run will always initialize - touch $cachedir/INIT - --if [ -f /usr/coda/etc/vstab ] ; then -- echo "To avoid confusion, remove /usr/coda/etc/vstab, we have switched to" -+if [ -f /var/lib/coda/etc/vstab ] ; then -+ echo "To avoid confusion, remove /var/lib/coda/etc/vstab, we have switched to" - echo "the /etc/coda/venus.conf file for configuring the client." - fi - -diff -Nru coda-6.9.3/coda-src/scripts/vice-setup-rvm.in coda-6.9.3-gt/coda-src/scripts/vice-setup-rvm.in ---- coda-6.9.3/coda-src/scripts/vice-setup-rvm.in 2006-09-19 19:35:02.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/scripts/vice-setup-rvm.in 2008-07-12 23:23:28.909741348 +0200 -@@ -42,7 +42,7 @@ - # - - # defaults, will be overridden by settings in the server.conf file --vicedir=/vice -+vicedir=/var/lib/vice - - prefix=@prefix@ - exec_prefix=@exec_prefix@ -diff -Nru coda-6.9.3/coda-src/scripts/vice-setup-scm coda-6.9.3-gt/coda-src/scripts/vice-setup-scm ---- coda-6.9.3/coda-src/scripts/vice-setup-scm 2005-09-01 23:59:24.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/scripts/vice-setup-scm 2008-07-12 23:23:46.517741267 +0200 -@@ -36,7 +36,7 @@ - . "`codaconfedit server.conf`" - - if [ x${vicedir} = x ] ; then -- vicedir=/vice -+ vicedir=/var/lib/vice - fi - - # current first maximum replicated volume id (0x7f000000) -diff -Nru coda-6.9.3/coda-src/scripts/vice-setup-srvdir coda-6.9.3-gt/coda-src/scripts/vice-setup-srvdir ---- coda-6.9.3/coda-src/scripts/vice-setup-srvdir 2005-09-01 23:59:24.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/scripts/vice-setup-srvdir 2008-07-12 23:24:28.813741293 +0200 -@@ -28,7 +28,7 @@ - # - # Configuration - # --vicedir=/vice -+vicedir=/var/lib/vice - numservers=1 - . "`codaconfedit server.conf`" - -@@ -73,15 +73,15 @@ - echo - - if [ $numservers -gt 1 ]; then -- echon "Where shall we store your file data for server $n ($hn) [/vicepa]? " -+ echon "Where shall we store your file data for server $n ($hn) [/mnt/vicepa]? " - else -- echon 'Where shall we store your file data [/vicepa]? ' -+ echon 'Where shall we store your file data [/mnt/vicepa]? ' - fi - srvdir= - read srvdir - - if [ "x$srvdir" = x ]; then -- srvdir=/vicepa -+ srvdir=/mnt/vicepa - fi - - # Create the directory if needed. (Symlink is OK.) -diff -Nru coda-6.9.3/coda-src/scripts/vice-setup-user coda-6.9.3-gt/coda-src/scripts/vice-setup-user ---- coda-6.9.3/coda-src/scripts/vice-setup-user 2004-12-22 16:06:25.000000000 +0100 -+++ coda-6.9.3-gt/coda-src/scripts/vice-setup-user 2008-07-12 23:24:51.889740616 +0200 -@@ -31,7 +31,7 @@ - # - # Configuration - # --vicedir=/vice -+vicedir=/var/lib/vice - . "`codaconfedit server.conf`" - - # Set up password and group files for Coda -diff -Nru coda-6.9.3/coda-src/scripts/vice-setup.in coda-6.9.3-gt/coda-src/scripts/vice-setup.in ---- coda-6.9.3/coda-src/scripts/vice-setup.in 2007-07-20 23:34:49.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/scripts/vice-setup.in 2008-07-12 23:25:43.881740900 +0200 -@@ -122,12 +122,12 @@ - fi - fi - --echon "What is the root directory for your coda server(s)? [/vice] " -+echon "What is the root directory for your coda server(s)? [/var/lib/vice] " - vicedir="" - read vicedir - - if [ "x$vicedir" = x ] ; then -- vicedir=/vice -+ vicedir=/var/lib/vice - fi - - if [ $mkconf = 1 ] ; then -@@ -410,7 +410,7 @@ - echo "That seems to have worked..." - echo "If you have a working Coda client you should now be able to" - echo "access the new Coda realm" -- echo " - cfs lv /coda/${hn}/" -+ echo " - cfs lv /mnt/coda/${hn}/" - fi - echo - echo "enjoy Coda." -@@ -444,7 +444,7 @@ - echo "After that, there is still some configuration needed on the SCM before" - echo "this server can be started." - echo --echo "An entry for this host is needed in /vice/db/servers" -+echo "An entry for this host is needed in /var/lib/vice/db/servers" - echo "Then all servers need to be shut down and restarted, as they need to" - echo "know about the new server." - echo "After all that it _should_ be ok to start the new server and create" -diff -Nru coda-6.9.3/coda-src/venus/venus.conf.ex coda-6.9.3-gt/coda-src/venus/venus.conf.ex ---- coda-6.9.3/coda-src/venus/venus.conf.ex 2007-10-17 21:26:34.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/venus/venus.conf.ex 2008-07-12 22:53:43.817740642 +0200 -@@ -20,7 +20,7 @@ - # Which file is used for realm lookups, before we look at dns SRV and A - # records. - # --#realmtab=/etc/coda/realms -+realmtab=/etc/coda/realms - - # - # What should the size of the local cache be in 1k blocks. If this is -@@ -55,9 +55,9 @@ - - # - # Which file should receive venus's stderr output. --# (default is /usr/coda/etc/console). -+# (default is /var/lib/coda/etc/console). - # --#errorlog=/usr/coda/etc/console -+errorlog=/var/lib/coda/etc/console - - # - # What is the uid of the primary user of this system. The primary user -@@ -72,43 +72,43 @@ - - # - # What are the locations of the rvm log and data files or partitions. --# (default /usr/coda/{LOG,DATA} -+# (default /var/lib/coda/{LOG,DATA} - # - # CAUTION: these are _unrelated_ to the server's rvm log and data. Also - # when specifying partitions, do NOT specify any partions which might - # have an existing filesystem, as you WILL lose all data during - # initialization. - # --#rvm_log=/usr/coda/LOG --#rvm_data=/usr/coda/DATA -+rvm_log=/var/lib/coda/LOG -+rvm_data=/var/lib/coda/DATA - - # - # Where should venus keep it's pool of cached files. --# (default is /usr/coda/venus.cache) -+# (default is /var/lib/coda/venus.cache) - # --#cachedir=/usr/coda/venus.cache -+cachedir=/var/lib/coda/venus.cache - - # - # Where should venus store snapshots of the modification logs. This is - # primarily to provide some safe fallback when venus dies or messes up --# the CML during reintegration. (default is /usr/coda/spool) -+# the CML during reintegration. (default is /var/lib/coda/spool) - # --#checkpointdir=/usr/coda/spool -+checkpointdir=/var/lib/coda/spool - - # - # Where does venus store it's pidfile - # --#pid_file=/usr/coda/venus.cache/pid -+pid_file=/var/lib/coda/venus.cache/pid - - # - # What file does vutil use to control venus - # --#run_control_file=/usr/coda/venus.cache/VENUS_CTRL -+run_control_file=/var/lib/coda/venus.cache/VENUS_CTRL - - # - # Venus log file - # --#logfile=/usr/coda/etc/venus.log -+logfile=/var/lib/coda/etc/venus.log - - # - # Mariner socket, -@@ -116,7 +116,7 @@ - # codacon and spy use to talk to venus. On other platforms they will - # connect to venus through tcp port 2430. - # --#marinersocket=/usr/coda/spool/mariner -+marinersocket=/var/lib/coda/spool/mariner - - # - # Dont use RVM, -@@ -271,3 +271,11 @@ - # - #isr=0 - -+# Mountpoint -+# Where the coda filesystem is mounted, many application still depend on -+# this being /coda. I am unsure whether it matters much on Windows95/98, -+# but we normally use N: for those. -+# -+#mountpoint=N: -+#mountpoint=/coda -+mountpoint=/mnt/coda -diff -Nru coda-6.9.3/coda-src/vice/server.conf.ex coda-6.9.3-gt/coda-src/vice/server.conf.ex ---- coda-6.9.3/coda-src/vice/server.conf.ex 2007-06-26 18:18:19.000000000 +0200 -+++ coda-6.9.3-gt/coda-src/vice/server.conf.ex 2008-07-12 22:54:43.185740582 +0200 -@@ -11,7 +11,7 @@ - # - # Prefix of server tree - # --#vicedir=/vice -+vicedir=/var/lib/vice - - # - # Should the server use private mmaps for RVM diff --git a/coda/net-fs/coda/files/coda-update b/coda/net-fs/coda/files/coda-update deleted file mode 100644 index b1fc1b6..0000000 --- a/coda/net-fs/coda/files/coda-update +++ /dev/null @@ -1,40 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -depend() { - need net auth2 - use logger - after domainname -} - -start() { - if [[ "`cat /var/lib/vice/hostname`" == "`cat /var/lib/vice/db/scm`" ]] ; then - ebegin "Starting updatesrv" - start-stop-daemon --start --background \ - --pidfile /var/lib/vice/misc/updatesrv.pid \ - --exec /usr/sbin/updatesrv - eend $? - fi - - ebegin "Starting updateclnt" - start-stop-daemon --start --background \ - --pidfile /var/lib/vice/misc/updateclnt.pid \ - --exec /usr/sbin/updateclnt -- -h `cat /var/lib/vice/db/scm` - eend $? -} - -stop() { - ebegin "Stopping updatesrv" - start-stop-daemon --stop \ - --pidfile /var/lib/vice/misc/updatesrv.pid \ - --name updatesrv - eend $? - - ebegin "Stopping updateclnt" - start-stop-daemon --stop \ - --pidfile /var/lib/vice/misc/updateclnt.pid \ - --name updateclnt - eend $? -} diff --git a/coda/net-fs/coda/files/codasrv b/coda/net-fs/coda/files/codasrv deleted file mode 100644 index 349020b..0000000 --- a/coda/net-fs/coda/files/codasrv +++ /dev/null @@ -1,26 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -depend() { - need net coda-update auth2 - use logger - after domainname -} - -start() { - ebegin "Starting ${SVCNAME}" - start-stop-daemon --start --background \ - --exec /usr/sbin/codasrv - eend $? -} - -stop() { - ebegin "Stopping ${SVCNAME}" - volmsg=`/usr/sbin/volutil shutdown 2>&1` || echo "${volmsg}" - start-stop-daemon --stop \ - --retry 30/TERM --oknodo \ - --exec /usr/sbin/codasrv - eend $? -} diff --git a/coda/net-fs/coda/files/venus b/coda/net-fs/coda/files/venus deleted file mode 100644 index 4b58c7d..0000000 --- a/coda/net-fs/coda/files/venus +++ /dev/null @@ -1,29 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -depend() { - need net - after codasrv domainname -} - -start() { - ebegin "Starting ${SVCNAME}" - start-stop-daemon --start --background \ - --pidfile /var/lib/coda/venus.cache/pid --make-pidfile \ - --exec /usr/sbin/venus - eend $? -} - -stop() { - ebegin "Stopping ${SVCNAME}" - start-stop-daemon --stop \ - --pidfile /var/lib/coda/venus.cache/pid \ - --name venus - eend $? - - ebegin "Unmounting /mnt/coda" - umount -l /mnt/coda - eend $? -} diff --git a/coda/net-fs/coda/metadata.xml b/coda/net-fs/coda/metadata.xml deleted file mode 100644 index fde0080..0000000 --- a/coda/net-fs/coda/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>net-fs</herd> -<maintainer> - <email>chtekk@gentoo.org</email> - <name>Luca Longinotti</name> -</maintainer> -</pkgmetadata> diff --git a/coda/net-libs/rpc2/Manifest b/coda/net-libs/rpc2/Manifest deleted file mode 100644 index 408227c..0000000 --- a/coda/net-libs/rpc2/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST rpc2-2.7.tar.gz 624013 RMD160 d57410399424a08e6a016c4cf517454f6ae3961f SHA1 adcb2eb324d18f8da88b3e7e85ec4551b1591372 SHA256 39ac1b27384cb6529b48986fa3a72687914b67d152ed47ba8ba5342b324dd60d -EBUILD rpc2-2.7.ebuild 641 RMD160 f0de2d9f4713d17758b7ecb38efcb6f30d68badd SHA1 05db001695747383b0b13ad9ad20be6b6930765a SHA256 fc04825bf9a3f4af18b6bdfdfeaf4b2d97a19713833aedd5ccea3e7dfe9b8f33 -MISC metadata.xml 250 RMD160 6aa4816072481129f87c0eb8a85c6a15287da965 SHA1 a8f9a0fb13692c19c95e700e32796c147c6c7804 SHA256 1ed32cc76b9bd8664c2bfd7d84f4186b444d5d39659b40523d0bc27e0ebb9846 diff --git a/coda/net-libs/rpc2/metadata.xml b/coda/net-libs/rpc2/metadata.xml deleted file mode 100644 index fde0080..0000000 --- a/coda/net-libs/rpc2/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>net-fs</herd> -<maintainer> - <email>chtekk@gentoo.org</email> - <name>Luca Longinotti</name> -</maintainer> -</pkgmetadata> diff --git a/coda/net-libs/rpc2/rpc2-2.7.ebuild b/coda/net-libs/rpc2/rpc2-2.7.ebuild deleted file mode 100644 index e8138ea..0000000 --- a/coda/net-libs/rpc2/rpc2-2.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" - -inherit autotools - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" - -DESCRIPTION="Remote procedure call package for IP/UDP (used by Coda)." -HOMEPAGE="http://www.coda.cs.cmu.edu/" -SRC_URI="http://www.coda.cs.cmu.edu/pub/${PN}/src/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-libs/lwp-2.4" -DEPEND="${RDEPEND} - dev-lang/perl" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README README.ipv6 -} diff --git a/coda/profiles/repo_name b/coda/profiles/repo_name deleted file mode 100644 index ebf05ad..0000000 --- a/coda/profiles/repo_name +++ /dev/null @@ -1 +0,0 @@ -chtekk-coda diff --git a/coda/sys-libs/lwp/Manifest b/coda/sys-libs/lwp/Manifest deleted file mode 100644 index 9b1db13..0000000 --- a/coda/sys-libs/lwp/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX lwp-2.4-imp_dec.patch 349 RMD160 ea2f865f59e702d030688393003a34eb65638b1f SHA1 b942f0f96c80e14a832568e0673d8890693a2be2 SHA256 397618636b439217f784cf0ed3f0935fc07dd652351fed5cf01521197b826747 -DIST lwp-2.4.tar.gz 386511 RMD160 963786da9e39ad2182df3994ff8b4050f30d4cd6 SHA1 c15064a9b5991db14cd00ea0bd8528559a28f57b SHA256 2905ea436d6a9bdd18487e05e2cd253d49d98ec18c662a45310b3a2d913b76c9 -EBUILD lwp-2.4.ebuild 703 RMD160 f68d93599dee71bd8e7012c240e3fd5173e003bb SHA1 1cc9bb1b62aee18fd353f5345e2da14c4394b6bc SHA256 24819562ca3b7191cb3b26cfc4c5e6affaf458ad183bfc9838758b6e298cf71c -MISC metadata.xml 250 RMD160 6aa4816072481129f87c0eb8a85c6a15287da965 SHA1 a8f9a0fb13692c19c95e700e32796c147c6c7804 SHA256 1ed32cc76b9bd8664c2bfd7d84f4186b444d5d39659b40523d0bc27e0ebb9846 diff --git a/coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch b/coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch deleted file mode 100644 index 2158f5b..0000000 --- a/coda/sys-libs/lwp/files/lwp-2.4-imp_dec.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lwp-2.4/src/lwp_ucontext.c 2006-07-19 21:52:24.000000000 +0200 -+++ lwp-2.4/src/lwp_ucontext.c 2008-07-12 19:01:57.865778827 +0200 -@@ -18,6 +18,8 @@ - #include <stdlib.h> - #include <assert.h> - #include <stdarg.h> -+#include <string.h> -+#include <unistd.h> - #include "lwp_ucontext.h" - - /* if we already have ucontext.h we don't need any of this */ diff --git a/coda/sys-libs/lwp/lwp-2.4.ebuild b/coda/sys-libs/lwp/lwp-2.4.ebuild deleted file mode 100644 index 23ae4e6..0000000 --- a/coda/sys-libs/lwp/lwp-2.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" - -inherit autotools eutils - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" - -DESCRIPTION="Lightweight process library (used by Coda). This is NOT libwww-perl." -HOMEPAGE="http://www.coda.cs.cmu.edu/" -SRC_URI="http://www.coda.cs.cmu.edu/pub/${PN}/src/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/${P}-imp_dec.patch" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS PORTING README -} diff --git a/coda/sys-libs/lwp/metadata.xml b/coda/sys-libs/lwp/metadata.xml deleted file mode 100644 index fde0080..0000000 --- a/coda/sys-libs/lwp/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>net-fs</herd> -<maintainer> - <email>chtekk@gentoo.org</email> - <name>Luca Longinotti</name> -</maintainer> -</pkgmetadata> diff --git a/coda/sys-libs/rvm/Manifest b/coda/sys-libs/rvm/Manifest deleted file mode 100644 index 5803697..0000000 --- a/coda/sys-libs/rvm/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST rvm-1.15.tar.gz 554417 RMD160 33697e65725fb82d099eaf1fc3bb34b17aa9ab01 SHA1 d4aa3e034cd26812191250982ff4266cc90c0243 SHA256 8edcf5895e5d8a47e40ba4e3ce71cb677de050793ac0e0c0fdad74877bc74540 -EBUILD rvm-1.15.ebuild 598 RMD160 37b64663afd19182d658be8879b8591e4b80ae20 SHA1 b30fc918bd58b8e77a9e52ee7b6dfd9391a4aacf SHA256 5880d77a435920303e4e28144bb3f1d2918316d5e46836ac42da9101bd71f193 -MISC metadata.xml 250 RMD160 6aa4816072481129f87c0eb8a85c6a15287da965 SHA1 a8f9a0fb13692c19c95e700e32796c147c6c7804 SHA256 1ed32cc76b9bd8664c2bfd7d84f4186b444d5d39659b40523d0bc27e0ebb9846 diff --git a/coda/sys-libs/rvm/metadata.xml b/coda/sys-libs/rvm/metadata.xml deleted file mode 100644 index fde0080..0000000 --- a/coda/sys-libs/rvm/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>net-fs</herd> -<maintainer> - <email>chtekk@gentoo.org</email> - <name>Luca Longinotti</name> -</maintainer> -</pkgmetadata> diff --git a/coda/sys-libs/rvm/rvm-1.15.ebuild b/coda/sys-libs/rvm/rvm-1.15.ebuild deleted file mode 100644 index 28518bd..0000000 --- a/coda/sys-libs/rvm/rvm-1.15.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" - -inherit autotools - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" - -DESCRIPTION="Recoverable Virtual Memory (used by Coda)." -HOMEPAGE="http://www.coda.cs.cmu.edu/" -SRC_URI="http://www.coda.cs.cmu.edu/pub/${PN}/src/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -DEPEND=">=sys-libs/lwp-2.4" -RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README -} |