-
-
+
+
+ About this Document |
+
+
+
+
+
+ Summary:
+
+
+
+
+
+ Document Authors:
+
+
+
+
+ Table of Contents:
+
+
+ doc_chap
+
+
+
+
+ Doc Revision ,
+ |
+
+
+
:
@@ -109,10 +120,6 @@
-
-
-
-
@@ -203,8 +210,8 @@
SourceForge mirror
User Documentation:
- New!Gentoo Linux Desktop Guide
Gentoo Linux FAQ
+ Gentoo Linux CD Installation Guide
Portage User Guide
nvidia Troubleshooting Guide
@@ -281,16 +288,16 @@
doc_chap
-
-
- .
-
-
-
+
+
+
+ .
+
+
.
-
-
-
+
+
+
@@ -376,10 +383,6 @@
-
-
-
-
diff --git a/app-doc/gentoo-web/gentoo-web-2.2.ebuild b/app-doc/gentoo-web/gentoo-web-2.2.ebuild
index 0d0b51c05693..7a956fd71187 100644
--- a/app-doc/gentoo-web/gentoo-web-2.2.ebuild
+++ b/app-doc/gentoo-web/gentoo-web-2.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc. Distributed under the terms
# of the GNU General Public License, v2 or later
# Author Daniel Robbins
-# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.3 2001/07/03 00:00:53 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.2 2001/06/20 04:52:56 drobbins Exp $
S=${WORKDIR}/${P}
DESCRIPTION="www.gentoo.org website"
@@ -23,7 +23,7 @@ src_install() {
insinto /usr/local/httpd/htdocs/doc
cd ${FILESDIR}
local x
- for x in desktop xml-guide portage-user gentoo-howto faq nvidia_tsg
+ for x in install xml-guide portage-user gentoo-howto faq nvidia_tsg
do
xsltproc xsl/guide-main.xsl xml/${x}.xml > ${D}/usr/local/httpd/htdocs/doc/${x}.html
done
diff --git a/app-doc/gmanedit/files/digest-gmanedit-0.3.3 b/app-doc/gmanedit/files/digest-gmanedit-0.3.3
deleted file mode 100644
index d409bb2f33f2..000000000000
--- a/app-doc/gmanedit/files/digest-gmanedit-0.3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 57c01c39d928f28644552e2b6491e390 gmanedit-0.3.3.tar.bz2
diff --git a/app-doc/gmanedit/files/gmanedit-0.3.3.diff b/app-doc/gmanedit/files/gmanedit-0.3.3.diff
deleted file mode 100644
index 492854248bed..000000000000
--- a/app-doc/gmanedit/files/gmanedit-0.3.3.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.old Mon Jun 25 01:09:32 2001
-+++ configure Mon Jun 25 01:10:05 2001
-@@ -2170,7 +2170,7 @@
- ;;
- esac
- fi
--GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
-+GTK_CONFIG="/usr/X11R6/bin/gtk-config"
- if test -n "$GTK_CONFIG"; then
- echo "$ac_t""$GTK_CONFIG" 1>&6
- else
diff --git a/app-doc/gmanedit/gmanedit-0.3.3.ebuild b/app-doc/gmanedit/gmanedit-0.3.3.ebuild
deleted file mode 100644
index 025459c9f135..000000000000
--- a/app-doc/gmanedit/gmanedit-0.3.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# $Header: /var/cvsroot/gentoo-x86/app-doc/gmanedit/gmanedit-0.3.3.ebuild,v 1.1 2001/06/25 06:19:43 lamer Exp $
-
-#P=
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}.orig
-DESCRIPTION="Gnome based manpage editor"
-SRC_URI="http://gmanedit.sourceforge.net/files/${A}"
-HOMEPAGE="http://gmanedit.sourceforge.net/"
-
-DEPEND="virtual/x11
- >=gnome-base/gnome-core-1.4.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p0 < ${FILESDIR}/gmanedit-0.3.3.diff
-}
-
-src_compile() {
-
-local myconf
-if [ -z "`use gnome`" ]; then
- myconf="--with-gnome-includes=/opt/gnome/include\
- --with-gnome-libs=/opt/gnome/lib"
-fi
-# NOTE WILL NOT COMPILE WITHOUT --disable-nls
- try ./configure --prefix=/opt/gnome --host=${CHOST}\
- --disable-nls ${myconf}
- try make
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog TODO README NEWS
-}
-
diff --git a/app-editors/nano/files/digest-nano-1.0.2 b/app-editors/nano/files/digest-nano-1.0.2
deleted file mode 100644
index e7e35b02c4ee..000000000000
--- a/app-editors/nano/files/digest-nano-1.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5535dcaf7f412d6fe0b9f4505f3ff4e9 nano-1.0.2.tar.gz
diff --git a/app-editors/nano/files/digest-nano-1.0.3 b/app-editors/nano/files/digest-nano-1.0.3
deleted file mode 100644
index 0936b44e535c..000000000000
--- a/app-editors/nano/files/digest-nano-1.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 520a7d3330485cd747d0ebfd48a3fd57 nano-1.0.3.tar.gz
diff --git a/app-editors/nano/nano-1.0.2.ebuild b/app-editors/nano/nano-1.0.2.ebuild
deleted file mode 100644
index c44afe2b2eb1..000000000000
--- a/app-editors/nano/nano-1.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Prakash Shetty (Crux)
-
-#Note: ${A} is now auto-generated from SRC_URI; you shouldn't set it manually
-#A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Clone of PICO with more Fuctions in a smaller Size"
-#SRC_URI="http://www.nano-editor.org/dist/v1.0/${A}"
-SRC_URI="http://www.nano-editor.org/dist/v1.0/${P}.tar.gz"
-HOMEPAGE="http://www.nano-editor.org"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/ncurses-5.2"
-
-src_compile() {
- cd ${S}
-# try ./configure --prefix=/usr --enable-extra
-# FHS 2.2 compliance:
- try ./configure --prefix=/usr --enable-extra --mandir=/usr/share/man --infodir=/usr/share/info
- try make
-}
-
-src_install () {
- cd ${S}
- try make DESTDIR=${D} install
- dodoc COPYING ChangeLog README
-}
diff --git a/app-editors/nano/nano-1.0.3.ebuild b/app-editors/nano/nano-1.0.3.ebuild
deleted file mode 100644
index 3f9b358f5c45..000000000000
--- a/app-editors/nano/nano-1.0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Prakash Shetty (Crux)
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A Clone of PICO with more Fuctions in a smaller Size"
-#SRC_URI="http://www.nano-editor.org/dist/v1.0/${A}"
-SRC_URI="http://www.nano-editor.org/dist/v1.0/${P}.tar.gz"
-HOMEPAGE="http://www.nano-editor.org"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/ncurses-5.2"
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/usr --enable-extra --mandir=/usr/share/man --infodir=/usr/share/info
- try make
-}
-
-src_install () {
- cd ${S}
- try make DESTDIR=${D} install
- dodoc COPYING ChangeLog README
-}
diff --git a/app-misc/ckermit/ckermit-7.0-r1.ebuild b/app-misc/ckermit/ckermit-7.0-r1.ebuild
deleted file mode 100644
index bb0d500d464c..000000000000
--- a/app-misc/ckermit/ckermit-7.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Michael Conrad Tilstra
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ckermit/ckermit-7.0-r1.ebuild,v 1.1 2001/06/27 02:33:31 tadpol Exp $
-
-#P=
-A=cku197.tar.gz
-S=${WORKDIR}
-DESCRIPTION="C-Kermit is a combined serial and network communication software package offering a consistent, medium-independent, cross-platform approach to connection establishment, terminal sessions, file transfer, character-set translation, numeric and alphanumeric paging, and automation of communication tasks."
-SRC_URI="ftp://kermit.columbia.edu/kermit/archives/${A}"
-HOMEPAGE="http://www.kermit-project.org/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2"
-
-src_unpack () {
-
- unpack ${A}
- cd ${S}
- patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
- cp makefile makefile.orig
- sed -e "s:-O:$CFLAGS:" makefile.orig > makefile
-}
-
-src_compile() {
-
- try make \"KFLAGS=-DCK_SHADOW\" linux
-}
-
-src_install () {
- dodir /usr/bin
- dodir /usr/share/man/man1
- dodir /usr/share/doc/${P}
- try make DESTDIR=${D} BINDIR=/usr/bin MANDIR=/usr/share/man/man1 \
- INFODIR=${D}/usr/share/doc/${P} MANEXT=1 install
-}
-
diff --git a/app-misc/ckermit/files/ckermit-7.0-r1-gentoo.diff b/app-misc/ckermit/files/ckermit-7.0-r1-gentoo.diff
deleted file mode 100644
index c0dcb04bf0d4..000000000000
--- a/app-misc/ckermit/files/ckermit-7.0-r1-gentoo.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- ckcnet.c~ Sat Feb 5 18:27:48 2000
-+++ ckcnet.c Fri Apr 27 04:58:43 2001
-@@ -57,7 +57,9 @@
- #ifdef CK_SSL
- #include "ck_ssl.h"
- #endif /* CK_SSL */
--
-+#ifdef LINUX
-+#include
-+#endif
- #ifdef CK_DNS_SRV
- #ifdef OS2
- #ifdef NT
diff --git a/app-misc/ckermit/files/digest-ckermit-7.0-r1 b/app-misc/ckermit/files/digest-ckermit-7.0-r1
deleted file mode 100644
index 8b23fb311615..000000000000
--- a/app-misc/ckermit/files/digest-ckermit-7.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 506e3fe0ccd9dcdce50f214713cbe13a cku197.tar.gz
diff --git a/app-misc/jpilot/files/digest-jpilot-0.99 b/app-misc/jpilot/files/digest-jpilot-0.99
deleted file mode 100644
index 4790d984e5ba..000000000000
--- a/app-misc/jpilot/files/digest-jpilot-0.99
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a6c8c1a9bc74f8a3f8403c451fdaef0f jpilot-0.99.tar.gz
diff --git a/app-misc/jpilot/files/jpilot-0.99.patch b/app-misc/jpilot/files/jpilot-0.99.patch
deleted file mode 100644
index 12e009ed8346..000000000000
--- a/app-misc/jpilot/files/jpilot-0.99.patch
+++ /dev/null
@@ -1,53 +0,0 @@
---- Makefile.orig Thu Jun 28 23:43:29 2001
-+++ Makefile Thu Jun 28 23:47:40 2001
-@@ -224,37 +224,20 @@
- jpilot-sync jpilot jpilot-dump
-
- install:
--# ./install-sh -d $(prefix)/bin/
-- if test -d "$(prefix)/bin" ; then \
-- ./install-sh -s -c -m 555 jpilot $(prefix)/bin/jpilot ; \
-- else \
-- ./install-sh -s -c -m 555 jpilot $(prefix)/jpilot ; \
-- fi
-- if test -d "$(prefix)/bin" ; then \
-- ./install-sh -s -c -m 555 jpilot-sync $(prefix)/bin/jpilot-sync ; \
-- else \
-- ./install-sh -s -c -m 555 jpilot-sync $(prefix)/jpilot-sync ; \
-- fi
-- if test -d "$(prefix)/bin" ; then \
-- ./install-sh -s -c -m 555 jpilot-dump $(prefix)/bin/jpilot-dump ; \
-- else \
-- ./install-sh -s -c -m 555 jpilot-dump $(prefix)/jpilot-dump ; \
-- fi
-- if test -d "$(prefix)/bin" ; then \
-- ./install-sh -s -c -m 555 jpilot-dump $(prefix)/bin/jpilot-upgrade-99 ; \
-- else \
-- ./install-sh -s -c -m 555 jpilot-dump $(prefix)/jpilot-upgrade-99 ; \
-- fi
-+ ./install-sh -s -c -m 755 jpilot $(prefix)/bin/jpilot
-+ ./install-sh -s -c -m 755 jpilot-sync $(prefix)/bin/jpilot-sync
-+ ./install-sh -s -c -m 755 jpilot-dump $(prefix)/bin/jpilot-dump
-+ ./install-sh -s -c -m 755 jpilot-dump $(prefix)/bin/jpilot-upgrade-99
- ./install-sh -d -m 755 $(prefix)/share/jpilot
-- ./install-sh -c -m 755 jpilotrc.blue $(prefix)/share/jpilot
-- ./install-sh -c -m 755 jpilotrc.default $(prefix)/share/jpilot/
-- ./install-sh -c -m 755 jpilotrc.green $(prefix)/share/jpilot/
-- ./install-sh -c -m 755 jpilotrc.purple $(prefix)/share/jpilot/
-- ./install-sh -c -m 755 jpilotrc.steel $(prefix)/share/jpilot/
-- ./install-sh -c -m 755 empty/DatebookDB.pdb $(prefix)/share/jpilot/
-- ./install-sh -c -m 755 empty/AddressDB.pdb $(prefix)/share/jpilot/
-- ./install-sh -c -m 755 empty/ToDoDB.pdb $(prefix)/share/jpilot/
-- ./install-sh -c -m 755 empty/MemoDB.pdb $(prefix)/share/jpilot/
-+ ./install-sh -c -m 644 jpilotrc.blue $(prefix)/share/jpilot
-+ ./install-sh -c -m 644 jpilotrc.default $(prefix)/share/jpilot/
-+ ./install-sh -c -m 644 jpilotrc.green $(prefix)/share/jpilot/
-+ ./install-sh -c -m 644 jpilotrc.purple $(prefix)/share/jpilot/
-+ ./install-sh -c -m 644 jpilotrc.steel $(prefix)/share/jpilot/
-+ ./install-sh -c -m 644 empty/DatebookDB.pdb $(prefix)/share/jpilot/
-+ ./install-sh -c -m 644 empty/AddressDB.pdb $(prefix)/share/jpilot/
-+ ./install-sh -c -m 644 empty/ToDoDB.pdb $(prefix)/share/jpilot/
-+ ./install-sh -c -m 644 empty/MemoDB.pdb $(prefix)/share/jpilot/
- cd intl; $(MAKE) install
- cd po; $(MAKE) install
-
diff --git a/app-misc/jpilot/jpilot-0.99.ebuild b/app-misc/jpilot/jpilot-0.99.ebuild
deleted file mode 100644
index 0d1dbe26f406..000000000000
--- a/app-misc/jpilot/jpilot-0.99.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Bruce A. Locke
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Desktop Organizer Software for the Palm Pilot"
-SRC_URI="http://jpilot.org/${P}.tar.gz"
-HOMEPAGE="http://jpilot.org/"
-
-DEPEND=">=x11-libs/gtk+-1.2.0 >=dev-libs/pilot-link-0.9.0"
-
-src_compile() {
-
- local myconf
- if [ -z "`use nls`" ] ; then
- NLS_OPTION="--disable-nls"
- fi
-
- try ./configure --prefix=/usr/X11R6 --host=${CHOST} ${NLS_OPTION}
-
- # cheap fix?
- patch -p0 < ${FILESDIR}/${P}.patch
-
- # make sure we use $CFLAGS
- mv Makefile Makefile.old
- sed -e "s/-g -O2/${CFLAGS}/" Makefile.old > Makefile
-
- try pmake
-}
-
-src_install() {
-
- make prefix=${D}/usr/X11R6 install
- dodoc README TODO UPGRADING ABOUT-NLS BUGS\
- CHANGELOG COPYING CREDITS INSTALL
- doman docs/*.1
-}
-
diff --git a/app-misc/multimon/files/digest-multimon-1.0 b/app-misc/multimon/files/digest-multimon-1.0
deleted file mode 100644
index fbf272a03d06..000000000000
--- a/app-misc/multimon/files/digest-multimon-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eea654c0cb0d006b0d3ea3d748cc570a multimon.tar.gz
diff --git a/app-misc/multimon/multimon-1.0.ebuild b/app-misc/multimon/multimon-1.0.ebuild
deleted file mode 100644
index d08d757eec5c..000000000000
--- a/app-misc/multimon/multimon-1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Ryan Tolboom
-# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/multimon-1.0.ebuild,v 1.1 2001/06/23 20:59:07 ryan Exp $
-
-S=${WORKDIR}/multimon
-SRC_URI="http://www.baycom.org/~tom/ham/linux/multimon.tar.gz"
-
-HOMEPAGE="http://www.baycom.org/~tom/ham/linux/multimon.html"
-
-DESCRIPTION="Multimon decodes digital transmission codes using OSS"
-
-DEPEND="virtual/glibc virtual/x11"
-
-src_compile() {
-
- try make \"CFLAGS=${CFLAGS}\"
-
-}
-
-src_install() {
-
- local myarch
- myarch=`uname -m`
- dobin bin-${myarch}/gen bin-${myarch}/mkcostab bin-${myarch}/multimon
-
-}
diff --git a/app-office/gnumeric/files/digest-gnumeric-0.66 b/app-office/gnumeric/files/digest-gnumeric-0.66
deleted file mode 100644
index 0abd6304aa01..000000000000
--- a/app-office/gnumeric/files/digest-gnumeric-0.66
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bf68ff3dc11fec0e01281ab77a1584d9 gnumeric-0.66.tar.gz
diff --git a/app-office/gnumeric/gnumeric-0.64.ebuild b/app-office/gnumeric/gnumeric-0.64.ebuild
new file mode 100644
index 000000000000..d8f9a82097bc
--- /dev/null
+++ b/app-office/gnumeric/gnumeric-0.64.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.64.ebuild,v 1.1 2001/04/29 17:03:43 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="gnumeric"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/"${A}
+HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
+
+DEPEND=">=sys-devel/perl-5
+ >=dev-lang/python-2.0
+ >=gnome-base/gal-0.3.0
+ >=gnome-libs/gb-0.0.17
+ >=gnome-libs/libole2-0.1.7
+ bonobo? ( >=gnome-base/bonobo-0.28
+ >=gnome-libs/libgda-0.2.0 ) "
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ cp configure configure.orig
+ sed -e 's:"%d,:"%d",:' configure.orig > configure
+}
+
+src_compile() {
+ cd ${S}
+ local myconf
+ if [ "`use bonobo`" ]
+ then
+ myconf="--with-bonobo"
+ fi
+ LDFLAGS="-L/opt/gnome/lib -lunicode" try ./configure --host=${CHOST} --prefix=/opt/gnome \
+ ${myconf} --with-gb
+ cd ${S}
+ try make
+}
+
+src_install() {
+ cd ${S}
+ try make prefix=${D}/opt/gnome PREFIX=${D}/usr install
+ dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
+
+}
+
+
+
+
+
+
diff --git a/app-office/gnumeric/gnumeric-0.66.ebuild b/app-office/gnumeric/gnumeric-0.66.ebuild
deleted file mode 100644
index 6009051f58eb..000000000000
--- a/app-office/gnumeric/gnumeric-0.66.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.66.ebuild,v 1.1 2001/06/28 09:47:57 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gnumeric"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/"${A}
-HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
-
-DEPEND=">=gnome-base/gnome-print-0.29
- >=gnome-base/gal-0.8.0
- >=gnome-libs/libole2-0.2.3
- >=dev-util/xml-i18n-tools-0.8.4
- perl? ( >=sys-devel/perl-5 )
- python? ( >=dev-lang/python-2.0 )
- gb? ( >=gnome-libs/gb-0.0.19 )
- libgda? ( >=gnome-libs/libgda-0.2.9 )
- nls? ( sys-devel/gettext )
- bonobo? ( >=gnome-base/bonobo-1.0 )"
-
-RDEPEND=">=gnome-base/gnome-print-0.29
- >=gnome-base/gal-0.8.0
- gb? ( >=gnome-libs/gb-0.0.19 )
- libgda? ( >=gnome-libs/libgda-0.2.9 )
- bonobo? ( >=gnome-base/bonobo-1.0 ) "
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp configure configure.orig
- sed -e 's:"%d,:"%d",:' configure.orig > configure
-}
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- if [ -z "`use bonobo`" ] ; then
- myconf="$myconf --without-bonobo"
- fi
- if [ "`use gb`" ]; then
- #does not work atm
- myconf="$myconf --without-gb"
- else
- myconf="$myconf --without-gb"
- fi
- if [ "`use perl`" ]; then
- myconf="$myconf --with-perl"
- else
- myconf="$myconf --without-perl"
- fi
- if [ "`use python`" ]; then
- myconf="$myconf --with-python"
- else
- myconf="$myconf --without-python"
- fi
- if [ "`use libgda`" ]; then
- myconf="$myconf --with-gda"
- else
- myconf="$myconf --without-gda"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf}
- cd ${S}
- try pmake
-}
-
-src_install() {
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome PREFIX=${D}/usr install
- dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
-
-}
-
-
-
-
-
-
diff --git a/app-office/koffice/files/digest-koffice-2.1.1_beta3 b/app-office/koffice/files/digest-koffice-2.1.1_beta3
deleted file mode 100644
index b19b54e64bee..000000000000
--- a/app-office/koffice/files/digest-koffice-2.1.1_beta3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e3b689dbaa6d84ac2b697de9dc73e0d0 koffice-1.1-beta3.tar.bz2
diff --git a/app-office/koffice/koffice-2.1.1_beta3.ebuild b/app-office/koffice/koffice-2.1.1_beta3.ebuild
deleted file mode 100644
index d34d2afe1b37..000000000000
--- a/app-office/koffice/koffice-2.1.1_beta3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-2.1.1_beta3.ebuild,v 1.1 2001/06/29 16:20:19 achim Exp $
-
-P=${PN}-1.1-beta3
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="KDE ${PV} - KOffice"
-SRC_PATH="kde/unstable/${P}/src/${A}"
-SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
- ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"
-
-HOMEPAGE="http://www.kde.org/"
-
-DEPEND=">=kde-base/kdelibs-2.1.2
- >=dev-lang/python-2.0-r2
- sys-devel/automake
- sys-devel/autoconf"
-
-RDEPEND=">=kde-base/kdelibs-2.1.2"
-
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p0 < ${FILESDIR}/${PN}-2.1.1_beta2-gentoo.diff
- make -f admin/Makefile.common
-}
-
-src_compile() {
- QTBASE=/usr/X11R6/lib/qt
- local myconf
- if [ "`use qtmt`" ]
- then
- myconf="--enable-mt"
- fi
- if [ "`use mitshm`" ]
- then
- myconf="$myconf --enable-mitshm"
- fi
- try ./configure --prefix=$KDEDIR --host=${CHOST} \
- --with-qt-dir=$QTBASE $myconf
- try make
-}
-
-src_install() {
- try make install DESTDIR=${D}
- dodoc ChangeLog COPYING AUTHORS NEWS README
-}
-
diff --git a/app-office/mrproject/files/digest-mrproject-0.2.1 b/app-office/mrproject/files/digest-mrproject-0.2.1
new file mode 100644
index 000000000000..ef6ed1aa0c13
--- /dev/null
+++ b/app-office/mrproject/files/digest-mrproject-0.2.1
@@ -0,0 +1 @@
+MD5 a107d28896def190280964ba1d29b25e mrproject-0.2.1.tar.gz
diff --git a/app-office/mrproject/files/digest-mrproject-0.3.1 b/app-office/mrproject/files/digest-mrproject-0.3.1
deleted file mode 100644
index f6f7f5bc93a3..000000000000
--- a/app-office/mrproject/files/digest-mrproject-0.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 72fb2bfdf3f0c781e713cc8bbc3bf276 mrproject-0.3.1.tar.gz
diff --git a/app-office/mrproject/mrproject-0.2.1.ebuild b/app-office/mrproject/mrproject-0.2.1.ebuild
new file mode 100644
index 000000000000..6944979a67dc
--- /dev/null
+++ b/app-office/mrproject/mrproject-0.2.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Mikael Hallendal
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Project management application for GNOME"
+SRC_URI="ftp://ftp.codefactory.se/pub/software/mrproject/source/${A}"
+HOMEPAGE="http://mrproject.codefactory.se/"
+
+DEPEND="nls? ( sys-devel/gettext )
+ >=gnome-base/gal-0.7
+ >=gnome-base/bonobo-1.0.0
+ >=dev-util/xml-i18n-tools-0.8.4"
+
+RDEPEND=">=gnome-base/gal-0.7
+ >=gnome-base/bonobo-1.0.0"
+
+src_compile() {
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+ try ./configure --host=${CHOST} --prefix=/opt/gnome \
+ --sysconfdir=/etc/opt/gnome --disable-more-warnings $myconf
+ try pmake
+
+}
+
+src_install () {
+
+ try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
+ dodoc AUTHORS COPYING ChangeLog README NEWS TODO
+
+}
+
+
+
+
+
diff --git a/app-office/mrproject/mrproject-0.3.1.ebuild b/app-office/mrproject/mrproject-0.3.1.ebuild
deleted file mode 100644
index ae247c91ffb1..000000000000
--- a/app-office/mrproject/mrproject-0.3.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Mikael Hallendal
-# $Header: /var/cvsroot/gentoo-x86/app-office/mrproject/mrproject-0.3.1.ebuild,v 1.1 2001/06/28 14:55:21 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Project management application for GNOME"
-SRC_URI="ftp://ftp.codefactory.se/pub/software/mrproject/source/${A}"
-HOMEPAGE="http://mrproject.codefactory.se/"
-
-DEPEND="nls? ( sys-devel/gettext )
- >=gnome-base/gal-0.7
- >=gnome-base/bonobo-1.0.0
- >=dev-util/xml-i18n-tools-0.8.4
- >=gnome-base/gdk-pixbuf-0.8.0
- >=gnome-base/libglade-0.14
- >=gnome-base/libxml-1.8.10
- >=gnome-base/gnome-vfs-1.0.0
- >=gnome-base/oaf-0.6.5
- >=gnome-base/gnome-print-0.25"
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome --disable-more-warnings $myconf
- try pmake
-
-}
-
-src_install () {
-
-# try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO
-
-}
-
-
-
-
-
diff --git a/app-text/antiword/antiword-0.31.ebuild b/app-text/antiword/antiword-0.31.ebuild
deleted file mode 100644
index bcd482708904..000000000000
--- a/app-text/antiword/antiword-0.31.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.31.ebuild,v 1.1 2001/06/22 20:08:09 g2boojum Exp $
-
-#P=
-A=${P}.tar.gz
-S=${WORKDIR}/${PN}.0.31
-DESCRIPTION="Antiword is a free MS Word reader for Linux and RISC OS"
-SRC_URI="http://www.winfield.demon.nl/linux/${A}"
-HOMEPAGE="http://www.winfield.demon.nl"
-
-DEPEND="app-text/ghostscript"
-
-src_compile() {
-
- rm Makefile
- sed -e '/pedantic/d' -e 's/$(CFLAGS)/$(CFLAGS) -D$(DB)/' Makefile.Linux > Makefile
- try make
-
-}
-
-src_install () {
-
- exeinto /usr/bin
- doexe antiword kantiword
- cd Docs
- doman antiword.1
- dodoc COPYING ChangeLog FAQ History Netscape QandA ReadMe
- cd ..
- insinto /usr/share/${PN}
- doins Resources/*
-
-}
-
diff --git a/app-text/antiword/files/digest-antiword-0.31 b/app-text/antiword/files/digest-antiword-0.31
deleted file mode 100644
index 7a7c5d9aa03a..000000000000
--- a/app-text/antiword/files/digest-antiword-0.31
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bacc1727e44453f8ae38f2cdb7b7c54d antiword-0.31.tar.gz
diff --git a/app-text/gmanedit/files/digest-gmanedit-0.3.3 b/app-text/gmanedit/files/digest-gmanedit-0.3.3
deleted file mode 100644
index d409bb2f33f2..000000000000
--- a/app-text/gmanedit/files/digest-gmanedit-0.3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 57c01c39d928f28644552e2b6491e390 gmanedit-0.3.3.tar.bz2
diff --git a/app-text/gmanedit/files/gmanedit-0.3.3.diff b/app-text/gmanedit/files/gmanedit-0.3.3.diff
deleted file mode 100644
index 492854248bed..000000000000
--- a/app-text/gmanedit/files/gmanedit-0.3.3.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.old Mon Jun 25 01:09:32 2001
-+++ configure Mon Jun 25 01:10:05 2001
-@@ -2170,7 +2170,7 @@
- ;;
- esac
- fi
--GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
-+GTK_CONFIG="/usr/X11R6/bin/gtk-config"
- if test -n "$GTK_CONFIG"; then
- echo "$ac_t""$GTK_CONFIG" 1>&6
- else
diff --git a/app-text/gmanedit/gmanedit-0.3.3.ebuild b/app-text/gmanedit/gmanedit-0.3.3.ebuild
deleted file mode 100644
index ae335cabd71c..000000000000
--- a/app-text/gmanedit/gmanedit-0.3.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# $Header: /var/cvsroot/gentoo-x86/app-text/gmanedit/gmanedit-0.3.3.ebuild,v 1.1 2001/06/25 06:19:43 lamer Exp $
-
-#P=
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}.orig
-DESCRIPTION="Gnome based manpage editor"
-SRC_URI="http://gmanedit.sourceforge.net/files/${A}"
-HOMEPAGE="http://gmanedit.sourceforge.net/"
-
-DEPEND="virtual/x11
- >=gnome-base/gnome-core-1.4.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p0 < ${FILESDIR}/gmanedit-0.3.3.diff
-}
-
-src_compile() {
-
-local myconf
-if [ -z "`use gnome`" ]; then
- myconf="--with-gnome-includes=/opt/gnome/include\
- --with-gnome-libs=/opt/gnome/lib"
-fi
-# NOTE WILL NOT COMPILE WITHOUT --disable-nls
- try ./configure --prefix=/opt/gnome --host=${CHOST}\
- --disable-nls ${myconf}
- try make
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog TODO README NEWS
-}
-
diff --git a/app-text/latex2html/files/digest-latex2html-2000.1b b/app-text/latex2html/files/digest-latex2html-2000.1b
deleted file mode 100644
index 1dc7a423d805..000000000000
--- a/app-text/latex2html/files/digest-latex2html-2000.1b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4f25da01ce4b33c8cef5df8c05916be0 latex2html-2K.1beta.tar.gz
diff --git a/app-text/latex2html/latex2html-2000.1b.ebuild b/app-text/latex2html/latex2html-2000.1b.ebuild
deleted file mode 100644
index 0aac1905e26c..000000000000
--- a/app-text/latex2html/latex2html-2000.1b.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Michael Conrad Tilstra
-# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2000.1b.ebuild,v 1.1 2001/06/27 01:31:12 tadpol Exp $
-
-#darn weird naming...
-P=latex2html-2K.1beta
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="LATEX2HTML is a convertor written in Perl that converts LATEX documents to HTML."
-SRC_URI=" http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/${A}"
-HOMEPAGE="http://www.latex2html.org"
-
-DEPEND="virtual/glibc"
-
-RDEPEND="sys-devel/perl
- app-text/ghostscript
- media-libs/netpbm
- app-text/tetex
- "
-
-src_compile() {
- try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
- try make
- try make check
-# try make test
-}
-
-src_install () {
- # modify cfgcache.pm
- [ -f cfgcache.pm.backup ] && mv cfgcache.pm.backup cfgcache.pm
- cat cfgcache.pm | sed -e "/BINDIR/s:/usr/bin:${D}usr/bin:" \
- -e "/LIBDIR/s:/usr/lib:${D}usr/lib:" \
- -e "/TEXPATH/s:/usr/share:${D}usr/share:" \
- -e '/MKTEXLSR/s:/usr/bin/mktexlsr::' > cfgcache.NEW
- mv cfgcache.pm cfgcache.pm.backup
- mv cfgcache.NEW cfgcache.pm
-
- dodir /usr/bin /usr/lib/latex2html /usr/share/texmf/tex/latex/html
- try make install
-
- cp cfgcache.pm.backup ${D}/usr/lib/latex2html/cfgcache.pm
- #Install docs
- dodoc BUGS Changes FAQ INSTALL LICENSE MANIFEST README TODO
-}
-
-pkg_postinst() {
- einfo "Running mktexlsr to rebuild ls-R database...."
- mktexlsr
-}
-
-
-# vim: ai et sw=4 ts=4
diff --git a/autocompile.sh b/autocompile.sh
deleted file mode 100755
index 8b95c1091af7..000000000000
--- a/autocompile.sh
+++ /dev/null
@@ -1,130 +0,0 @@
-#!/bin/sh
-
-
-C_NORMAL=$'\033[0m'
-C_HILITE=$'\e[36;01m'
-C_END=$'\e[A\e[68G'
-C_OK=$'\e[32m'
-C_NO=$'\e[31m'
-#eval `/usr/lib/portage/bin/import-settings PORTDIR PKGDIR`
-PORTDIR=/usr/portage
-LOGDIR=$ROOT/tmp/portage-log
-if [ -z "$CHECK" ]
-then
- CHECK="yes"
-fi
-if [ -z "$STEPS" ]
-then
- STEPS="check fetch clean compile install qmerge clean"
-fi
-#STEPS="check unmerge"
-
-do_step() {
-
- local tmpp
- tmpd=`pwd`
- echo "$C_END $C_HILITE "
- echo "$C_END $C_HILITE [$1]$C_NORMAL "
- cd `dirname $myd`
- ebuild $myf $1 &> $myl/$1
- mye=$?
- cd $tmpd
-
-
- if [ -f $LOGDIR/$1 ]
- then
- cp $LOGDIR/$1 /tmp/failed
- grep -v "$i" /tmp/failed > $LOGDIR/$1
- fi
-
- if [ $mye -ne 0 ]
- then
- echo "$C_END $C_HILITE "
- echo "$C_END $C_NO [$1]$C_NORMAL "
- echo $i >> $LOGDIR/$1
- fi
-}
-
-if [ -z "${ROOT}" ]
-then
- echo "ROOT not set !"
- exit 1
-fi
-
-mylist=${PORTDIR}/current-packages
-
-if [ -f "${1}" ]
-then
- mylist=${1}
-fi
-
-mypackages="`grep -v "\#.*" $mylist`"
-
-
-install -m1777 -d $ROOT/tmp/portage-log
-
-echo "$C_HILITE>>>$C_NORMAL Building from ${mylist}..."
-for i in $mypackages
-do
- source /etc/profile
- # full path
- myd=${i/.\//$PORTDIR\/}
-
- # file name
- myf="`basename $myd`"
-
- # category
- myc="`echo $i | sed -e "s:^\(.*\).*/.*/.*$:\1:"`"
-
- # package name
- myp=${myf%*.ebuild}
-
- # debugging
-# echo $myp
-
- if [ -f "$myd" ]
- then
-
- # Check if installed
- if [ "$CHECK" = "yes" ]
- then
- if [ -d ${ROOT}/var/db/pkg/$myc/$myp ]
- then
- continue
- fi
- else
- if [ "$CHECK" = "package" ]
- then
- if [ -f ${PKGDIR}/All/$myp.tbz2 ]
- then
- continue
- fi
- fi
- fi
-
- echo "$C_NORMAL$myp ($myc)"
-
- myl="$LOGDIR/$myc/$myp/"
- mkdir -p $myl
-
- for j in ${STEPS}
- do
- mye=0
- do_step $j
- if [ $mye -ne 0 ]
- then
- break
- fi
- done
- if [ $mye -eq 0 ]
- then
- echo "$C_END $C_OK [OK]$C_NORMAL "
- echo $i >> ${LOGDIR}/ok
- fi
-
- else
- echo "!!! $myd does not exists !"
- fi
- env-update &>/dev/null
-
-done
diff --git a/autoinstaller.sh b/autoinstaller.sh
deleted file mode 100755
index 27d00135bb10..000000000000
--- a/autoinstaller.sh
+++ /dev/null
@@ -1,103 +0,0 @@
-#! /bin/bash
-
-if [ "$ROOT" = "" ]
-then
- echo "Please set \$ROOT to the gentoo-linux install directory first."
- exit
-fi
-
-. ${ROOT}/etc/rc.d/config/functions
-. ${ROOT}/etc/rc.d/config/runlevels
-. $1
-
- cp $1 ${ROOT}/var/db/pkg/install.config
-
-if [ -z "$NODEV" ] ; then
- echo "Now setting up $OSNAME..."
- echo "Creating device nodes (this takes a minute or so)..."
- cd ${ROOT}/dev
- ${ROOT}/usr/sbin/MAKEDEV generic-i386
- ${ROOT}/usr/sbin/MAKEDEV sg
- ${ROOT}/usr/sbin/MAKEDEV scd
- ${ROOT}/usr/sbin/MAKEDEV rtc
-fi
-echo
-echo "Setting osname and architecture"
-cp ${ROOT}/etc/rc.d/config/runlevels ${ROOT}/etc/rc.d/config/runlevels.orig
-sed -e "s:##OSNAME##:$OSNAME:" -e "s:##ARCH##:$ARCH:" \
- ${ROOT}/etc/rc.d/config/runlevels.orig > ${ROOT}/etc/rc.d/config/runlevels
-echo "OSNAME: $OSNAME"
-echo "ARCH: $ARCH"
-echo
-echo "Now, we are getting ${ROOT}/etc/fstab set up for your root and swap partitions..."
-cp ${ROOT}/etc/fstab ${ROOT}/etc/fstab.orig
-
-
-echo "Root partition in /dev/$MYROOTPART"
-echo "Swap partition in /dev/$MYSWAPPART"
-
-sed -e "s:#ROOT#:${MYROOTPART}:" -e "s:#SWAP#:${MYSWAPPART}:" ${ROOT}/etc/fstab.orig > ${ROOT}/etc/fstab
-
-echo "Generating library links and cache..."
-cp ${ROOT}/etc/env.d/00basic ${ROOT}/etc/env.d/00basic.orig
-sed -e "s/i686-pc-linux-gnu/$ARCH/" ${ROOT}/etc/env.d/00basic.orig > ${ROOT}/etc/env.d/00basic
-
-${ROOT}/usr/sbin/env-update
-
-case "$GMT" in
- n|N|No|no)
- echo "Your BIOS clock is set to localtime"
- ;;
- y|Y|Yes|yes)
- echo "Your BIOS clock is set to GMT"
- mv ${ROOT}/etc/rc.d/config/basic ${ROOT}/etc/rc.d/config/basic.bak
- sed -e "s/GMT=no/GMT=yes/" ${ROOT}/etc/rc.d/config/basic.bak > ${ROOT}/etc/rc.d/config/basic
- rm ${ROOT}/etc/rc.d/config/basic.bak
-esac
-
-
-echo "Keymap: $keymap"
-mv ${ROOT}/etc/rc.d/config/basic ${ROOT}/etc/rc.d/config/basic.bak
-sed -e "s/KEYMAP=.*/KEYMAP=\"$keymap\"/" \
- -e "s/CONSOLEFONT=.*/CONSOLEFONT=\"$consolefont\"/" \
- ${ROOT}/etc/rc.d/config/basic.bak > ${ROOT}/etc/rc.d/config/basic
-mv ${ROOT}/etc/rc.d/config/basic ${ROOT}/etc/rc.d/config/basic.bak
-sed -e "s/TIMED=.*/TIMED=\"$timed\"/" \
- ${ROOT}/etc/rc.d/config/basic.bak > ${ROOT}/etc/rc.d/config/basic
-
-
-myzone="${ROOT}/usr/share/zoneinfo/$timezone"
-echo "Timezone: $timezone"
-
-
-cp ${myzone} ${ROOT}/etc/localtime
-
-echo "Hostname: $hostname"
-
-echo "$hostname" > ${ROOT}/etc/hostname
-echo -n "domain " > ${ROOT}/etc/resolv.conf
-echo "$hostname" | cut -f2- -d. >> ${ROOT}/etc/resolv.conf
-echo "127.0.0.1 localhost" >> ${ROOT}/etc/hosts
-echo "$eth0_ip ${hostname%%.*} ${hostname}" >> ${ROOT}/etc/hosts
-
-echo "nameserver $nameserver" >> ${ROOT}/etc/resolv.conf
-
-if [ -n $eth0 ] ; then
- cp ${ROOT}/etc/rc.d/config/modules ${ROOT}/etc/rc.d/config/modules.orig
- sed -e "s/\#eth0/$eth0/" ${ROOT}/etc/rc.d/config/modules.orig > ${ROOT}/etc/rc.d/config/modules
- sed -e "s/IPNUM=.*/IPNUM=$eth0_ip/" -e "s/BCAST=.*/BCAST=$eth0_bcast/" \
- -e "s/NMASK=.*/NMASK=$eth0_mask/" -e "s/NETWK=.*/NETWK=$eth0_net/" \
- -e "s/GTWAY=.*/GTWAY=$eth0_gw/" \
- ${ROOT}/etc/rc.d/config/OFF_inet.eth0 > ${ROOT}/etc/rc.d/config/inet.eth0
-fi
-
-${ROOT}/etc/rc.d/init.d/initscripts-install
-
-
-
-
-
-
-
-
-
diff --git a/berlin-base/berlin/berlin-0.2.2.ebuild b/berlin-base/berlin/berlin-0.2.2.ebuild
deleted file mode 100644
index 2c5444e8d7d8..000000000000
--- a/berlin-base/berlin/berlin-0.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# $Header: /var/cvsroot/gentoo-x86/berlin-base/berlin/berlin-0.2.2.ebuild,v 1.1 2001/05/02 22:48:26 achim Exp $
-
-A0=Berlin-${PV}.tar.bz2
-A1=Prague-${PV}.tar.bz2
-A2=Warsaw-${PV}.tar.bz2
-A3=Babylon-${PV}.tar.bz2
-A4=Berlin-Server-${PV}.tar.bz2
-A5=Berlin-Clients-Perl-${PV}.tar.bz2
-A6=Berlin-Clients-Python-${PV}.tar.bz2
-A="$A0 $A1 $A2 $A3 $A4 $A5 $A6"
-S=${WORKDIR}/Berlin-${PV}
-DESCRIPTION="A new alternative to X"
-SRC_URI="http://prdownloads.sourceforge.net/berlin/${A0}
- http://prdownloads.sourceforge.net/berlin/${A1}
- http://prdownloads.sourceforge.net/berlin/${A2}
- http://prdownloads.sourceforge.net/berlin/${A3}
- http://prdownloads.sourceforge.net/berlin/${A4}
- http://prdownloads.sourceforge.net/berlin/${A5}
- http://prdownloads.sourceforge.net/berlin/${A6}"
-
-HOMEPAGE="http://www.berlin-consortium.org"
-
-DEPEND=""
-
-src_compile() {
-
- try ./configure --prefix=/opt/berlin --host=${CHOST} \
- --with-directfb-prefix=/usr --with-omniorb-prefix=/opt/berlin
- try make
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
-
-}
-
diff --git a/berlin-base/berlin/files/digest-berlin-0.2.2 b/berlin-base/berlin/files/digest-berlin-0.2.2
deleted file mode 100644
index 44e6c185d7c8..000000000000
--- a/berlin-base/berlin/files/digest-berlin-0.2.2
+++ /dev/null
@@ -1,7 +0,0 @@
-MD5 e283c2f30732081621f75f5a4e87c595 Berlin-0.2.2.tar.bz2
-MD5 4dfafc6163132c99fdd3ecbb008d6b2d Prague-0.2.2.tar.bz2
-MD5 04649c9fc055869968a8fecd0634ae4b Warsaw-0.2.2.tar.bz2
-MD5 8bc482ea367c8a29cac2564859ad17d9 Babylon-0.2.2.tar.bz2
-MD5 e3770919075f1e9186acc9e2fdb6cf83 Berlin-Server-0.2.2.tar.bz2
-MD5 97db2cad0a8cf718b040422a0c4278b5 Berlin-Clients-Perl-0.2.2.tar.bz2
-MD5 51da0289b7a2698f228036b608511cb4 Berlin-Clients-Python-0.2.2.tar.bz2
diff --git a/bootstrap.sh b/bootstrap.sh
deleted file mode 100755
index d494a364713a..000000000000
--- a/bootstrap.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-LIST=$1
-
-myGETTEXT=`grep "sys-devel/gettext" $1`
-myBINUTILS=`grep "sys-devel/binutils" $1`
-myGCC=`grep "sys-devel/gcc" $1`
-myGLIBC=`grep "sys-libs/glibc" $1`
-
-echo "Using BINUTILS $myBINUTILS"
-echo "Using GCC $myGCC"
-echo "Using GETTEXT $myGETTEXT"
-echo "Using GLIBC $myGLIBC"
-
-export USE="build"
-export STEPS="clean unpack compile install qmerge clean"
-cd /usr/portage
-ebuild $myBINUTILS $STEPS || exit
-ebuild $myGCC $STEPS || exit
-ebuild $myGETTEXT $STEPS || exit
-unset USE
-export USE="`python -c 'import portage; print portage.settings["USE"];'` bootstrap"
-ebuild $myGLIBC $STEPS || exit
-ebuild $myGETTEXT $STEPS || exit
-ebuild $myBINUTILS $STEPS || exit
-ebuild $myGCC $STEPS || exit
-unset USE
diff --git a/current-packages b/current-packages
deleted file mode 100644
index 3fc6aaeb847b..000000000000
--- a/current-packages
+++ /dev/null
@@ -1,503 +0,0 @@
-./app-admin/gkrellm/gkrellm-1.0.5.ebuild
-./app-admin/killproc/killproc-1.12-r1.ebuild
-./app-admin/logrotate/logrotate-3.3-r1.ebuild
-./app-admin/modlogan/modlogan-0.5.2.ebuild
-#!./app-admin/modlogan/modlogan-0.5.7.ebuild
-./app-admin/powertweak/powertweak-0.1.16-r1.ebuild
-#!./app-admin/powertweak/powertweak-0.1.17.ebuild
-./app-admin/runset/runset-1.3-r1.ebuild
-./app-admin/sudo/sudo-1.6.3_p5.ebuild
-#!./app-admin/sysstat-3.2.4.ebuild
-./app-admin/usbview/usbview-0.9.0.ebuild
-./app-admin/webalizer/webalizer-1.30.04-r1.ebuild
-./app-admin/yup/yup-0.6.5-r2.ebuild
-./app-arch/dump/dump-0.4.20_beta-r1.ebuild
-./app-arch/rpm/rpm-3.0.5.ebuild
-#./app-arch/rpm/rpm-4.0.ebuild
-./app-arch/unzip/unzip-5.41-r1.ebuild
-./app-arch/zip/zip-2.3.ebuild
-./app-cdr/cdrecord/cdrecord-1.9-r1.ebuild
-./app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild
-./sys-apps/dcron/dcron-2.7-r2.ebuild
-./sys-apps/man-pages/man-pages-1.31.ebuild
-#./app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild
-./app-editors/joe/joe-2.8-r1.ebuild
-./app-editors/nedit/nedit-5.1.1.ebuild
-./app-editors/vile/vile-9.2.ebuild
-./app-editors/vim-gtk/vim-gtk-5.7-r2.ebuild
-#./app-emulation/wine/wine-20001002.ebuild
-./app-misc/gfontview/gfontview-0.4.1-r1.ebuild
-./app-misc/lhinv/lhinv-1.1-r1.ebuild
-#./app-office/openoffice/openoffice-605.ebuild
-#!./app-office/siag-3.4.5.ebuild
-./app-shells/ccsh/ccsh-0.0.4-r1.ebuild
-./app-shells/esh/esh-0.8-r1.ebuild
-./app-shells/pdksh/pdksh-5.2.14-r1.ebuild
-#!./app-shells/pdksh/pdksh-5.2.14-r2.ebuild
-./app-shells/psh/psh-0.008-r1.ebuild
-./app-shells/sash/sash-3.4-r2.ebuild
-./app-shells/tcsh/tcsh-6.09-r1.ebuild
-#!./app-shells/tcsh/tcsh-6.10.ebuild
-./app-shells/zsh/zsh-3.1.9.ebuild
-./app-text/a2ps/a2ps-4.13b-r1.ebuild
-#!./app-text/aspell/aspell-0.32.6.ebuild
-./app-text/dgs/dgs-0.5.9.1.ebuild
-#!./app-text/dgs/dgs-0.5.10.ebuild
-./app-text/docbook-dtd/docbook-dtd30-sgml-1.0.ebuild
-./app-text/docbook-dtd/docbook-dtd31-sgml-1.0.ebuild
-./app-text/docbook-dtd/docbook-dtd40-sgml-1.0.ebuild
-./app-text/docbook-dtd/docbook-dtd41-sgml-1.0.ebuild
-./app-text/docbook-style-dsssl/docbook-style-dsssl-1.57.ebuild
-./app-text/docbook-utils/docbook-utils-0.5.5.ebuild
-./app-text/freefonts/freefonts-0.10.ebuild
-./app-text/ghostscript/ghostscript-6.23-r2.ebuild
-#!./app-text/ghostscript/ghostscript-6.31.ebuild
-./app-text/html-xml-utils/html-xml-utils-1.3.ebuild
-./app-text/jadetex/jadetex-2.20.ebuild
-#./app-text/metamail/metamail-2.7-r1.ebuild
-./app-text/openjade/openjade-1.3-r1.ebuild
-./app-text/pspell/pspell-0.11.2.ebuild
-./app-text/rcs/rcs-5.7.ebuild
-./app-text/sablotron/sablotron-0.44-r2.ebuild
-./app-text/sgml-common/sgml-common-0.3.ebuild
-./app-text/sgml2x/sgml2x-0.11-r1.ebuild
-./app-text/sharefonts/sharefonts-0.10.ebuild
-./app-text/tetex/tetex-1.0.7-r1.ebuild
-./app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild
-#!./app-text/ttf2pt1/ttf2pt1-3.3.2.ebuild
-./dev-db/MyODBC/MyODBC-2.50.36.ebuild
-./dev-db/mysql/mysql-3.23.27.ebuild
-#!./dev-db/mysql/mysql-3.23.28.ebuild
-#!./dev-db/postgresql/postgresql-7.0.3.ebuild
-./dev-db/unixODBC/unixODBC-1.8.13.ebuild
-./dev-java/fesi/fesi-1.ebuild
-./dev-java/jndi/jndi-1.2.1-r1.ebuild
-./dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild
-./dev-java/xt/xt-1.ebuild
-./dev-lang/entity/entity-pre-0.7.0.ebuild
-./dev-lang/jdk/jdk-1.2.2.ebuild
-./dev-lang/kaffe/kaffe-1.0.6.ebuild
-./dev-lang/nasm/nasm-0.98-r1.ebuild
-#./dev-lang/php-4/php-4.0.0-r1.ebuild
-./dev-lang/php-4/php-4.0.3_p1.ebuild
-./dev-lang/python/python-1.5.2-r3.ebuild
-./dev-lang/ruby/ruby-1.6.1.ebuild
-#!./dev-lang/swig/swig-1.3_alpha5-r1.ebuild
-#./dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild
-./dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild
-./dev-libs/g-wrap/g-wrap-0.9.5.ebuild
-./dev-libs/glib/glib-1.2.8-r1.ebuild
-./dev-libs/gmp/gmp-3.1.ebuild
-./dev-libs/libpcre/libpcre-3.2-r1.ebuild
-#!./dev-libs/libpcre/libpcre-3.4.ebuild
-./dev-libs/librep/librep-0.13.1.ebuild
-#!./dev-libs/librep/librep-0.13.2.ebuild
-./dev-libs/openssl/openssl-0.9.6.ebuild
-./dev-libs/rep-gtk/rep-gtk-0.14.ebuild
-./dev-libs/slib/slib-2.3.8-r2.ebuild
-#!./dev-libs/slib/slib-2.3.9.ebuild
-./dev-libs/swig/swig-1.3_alpha4.ebuild
-./dev-perl/DB_File/DB_File-1.73.ebuild
-./dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild
-./dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild
-./dev-perl/HTML-Mason/HTML-Mason-0.89.ebuild
-./dev-perl/HTML-Parser/HTML-Parser-3.13.ebuild
-./dev-perl/HTML-Tagset/HTML-Tagset-3.03.ebuild
-./dev-perl/LockFile-Simple/LockFile-Simple-0.2.5.ebuild
-./dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild
-./dev-perl/MLDBM/MLDBM-2.00.ebuild
-./dev-perl/Mail-Audit/Mail-Audit-1.6.ebuild
-./dev-perl/Mail-Procmail/Mail-Procmail-1.00.ebuild
-./dev-perl/MailTools/MailTools-1.15.ebuild
-./dev-perl/Net-SNMP/Net-SNMP-3.60.ebuild
-./dev-perl/POP3Client/POP3Client-2.7.ebuild
-./dev-perl/PDL/PDL-2.1.1.ebuild
-./dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild
-./dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild
-./dev-perl/SNMP_Session/SNMP_Session-0.80.ebuild
-./dev-perl/SOAP/SOAP-0.25.ebuild
-./dev-perl/Time-HiRes/Time-HiRes-01.20.ebuild
-./dev-perl/TimeDate/TimeDate-1.10.ebuild
-./dev-perl/URI/URI-1.09.ebuild
-./dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild
-./dev-perl/XML-DOM/XML-DOM-1.25.ebuild
-./dev-perl/XML-DT/XML-DT-0.14.ebuild
-./dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild
-./dev-perl/XML-Parser/XML-Parser-2.29.ebuild
-./dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild
-./dev-perl/XML-Writer/XML-Writer-0.4.ebuild
-./dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild
-./dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild
-./dev-perl/libnet/libnet-1.0703-r1.ebuild
-./dev-perl/libwww-perl/libwww-perl-5.48.ebuild
-./dev-perl/libxml-perl/libxml-perl-0.07.ebuild
-./dev-perl/mod_perl/mod_perl-1.24.1.ebuild
-#./dev-perl/mod_perl/mod_perl-1.24.ebuild
-./dev-perl/perl-tk/perl-tk800-022.ebuild
-./dev-python/gnome-python/gnome-python-1.0.53-r2.ebuild
-./dev-ruby/amstd/amstd-1.9.5.ebuild
-./dev-ruby/optparse/optparse-0.7.5.ebuild
-./dev-ruby/racc/racc-1.2.4.ebuild
-./dev-ruby/rdtool/rdtool-0.6.6.ebuild
-./dev-ruby/strscan/strscan-0.5.8.ebuild
-./dev-util/cvs/cvs-1.11.ebuild
-./dev-util/guile/guile-1.4-r2.ebuild
-./dev-util/lincvs/lincvs-0.3_beta1.ebuild
-./dev-util/sel/sel-0.08.2.ebuild
-./dev-util/strace/strace-4.2-r2.ebuild
-#!./dev-utils/tmake/tmake-1.6.ebuild
-./dev-util/yacc/yacc-1.9.1-r1.ebuild
-./gnome-apps/bug-buddy/bug-buddy-1.2.ebuild
-./gnome-apps/ee/ee-0.3.12-r1.ebuild
-#./gnome-apps/evolution/evolution-0.6-r1.ebuild
-./gnome-apps/gdm/gdm-2.0_beta4-r1.ebuild
-./gnome-apps/gedit/gedit-0.9.4.ebuild
-./gnome-apps/ggv/ggv-0.95-r1.ebuild
-./gnome-apps/glade/glade-0.5.11.ebuild
-./gnome-apps/gnapster/gnapster-1.3.12.ebuild
-./gnome-apps/gnofin/gnofin-0.8.2.ebuild
-./gnome-apps/gnome-audio/gnome-audio-1.0.0.ebuild
-./gnome-apps/gnome-media/gnome-media-1.2.0-r1.ebuild
-./gnome-apps/gnome-utils/gnome-utils-1.2.1-r1.ebuild
-./gnome-apps/gnorpm/gnorpm-0.95.1-r1.ebuild
-./gnome-apps/gnucash/gnucash-1.4.7-r2.ebuild
-#!./gnome-apps/gtkdiff/gtkdiff-1.7.0.ebuild
-./gnome-apps/gtop/gtop-1.0.10.ebuild
-./gnome-apps/gupsc/gupsc-0.3.0-r1.ebuild
-#./gnome-apps/nautilus/nautilus-0.5.0.ebuild
-./gnome-apps/powershell/powershell-0.80.ebuild
-./gnome-apps/users-guide/users-guide-1.2.ebuild
-./gnome-base/ORBit/ORBit-0.5.4.ebuild
-#./gnome-base/bonobo/bonobo-0.18.ebuild
-#./gnome-base/bonobo/bonobo-0.20.ebuild
-#./gnome-base/bonobo/bonobo-0.26.ebuild
-./gnome-base/bonobo/bonobo-0.28.ebuild
-./gnome-base/control-center/control-center-1.2.2-r1.ebuild
-#./gnome-base/control-center/control-center-1.3.1.ebuild
-./gnome-base/gal/gal-0.2.2.ebuild
-./gnome-base/gconf/gconf-0.11.ebuild
-./gnome-base/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild
-./gnome-base/glibwww/glibwww-0.2.ebuild
-./gnome-base/gnome-applets/gnome-applets-1.2.4.ebuild
-./gnome-base/gnome-core/gnome-core-1.2.4.ebuild
-./gnome-base/gnome-libs/gnome-libs-1.2.8.ebuild
-./gnome-base/gnome-print/gnome-print-0.25.ebuild
-./gnome-base/gnome-vfs/gnome-vfs-0.4.2.ebuild
-./gnome-base/gtkhtml/gtkhtml-0.7.ebuild
-./gnome-base/libghttp/libghttp-1.0.7.ebuild
-./gnome-base/libglade/libglade-0.15.ebuild
-./gnome-base/libgtop/libgtop-1.0.10.ebuild
-./gnome-base/libunicode/libunicode-0.4.ebuild
-./gnome-base/libxml/libxml-1.8.10-r1.ebuild
-./gnome-base/mc/mc-4.5.51.ebuild
-./gnome-base/oaf/oaf-0.6.1.ebuild
-#./gnome-libs/ammonite/ammonite-0.8.1.ebuild
-./gnome-libs/gb/gb-0.0.15.ebuild
-./gnome-libs/libgda/libgda-0.2.0.ebuild
-./gnome-libs/libole2/libole2-0.1.7.ebuild
-#./gnome-libs/medusa/medusa-0.2.2.ebuild
-./gnome-office/abiword/abiword-0.7.11.ebuild
-./gnome-office/dia/dia-0.86-r1.ebuild
-#./gnome-office/eog/eog-0.5.ebuild
-./gnome-office/gnome-db/gnome-db-0.2.0.ebuild
-./gnome-office/gnome-pim/gnome-pim-1.2.0-r1.ebuild
-./gnome-office/gnumeric/gnumeric-0.59a-r1.ebuild
-./kde-apps/cervisia/cervisia-0.7.1.ebuild
-./kde-apps/kdeadmin/kdeadmin-2.0.ebuild
-./kde-apps/kdegraphics/kdegraphics-2.0.ebuild
-./kde-apps/kdemultimedia/kdemultimedia-2.0.ebuild
-./kde-apps/kdenetwork/kdenetwork-2.0.ebuild
-./kde-apps/kdepim/kdepim-2.0.ebuild
-./kde-apps/kdeutils/kdeutils-2.0.ebuild
-./kde-apps/kdoc/kdoc-2.0.ebuild
-./kde-apps/kmago/kmago-0.5.ebuild
-./kde-apps/koffice/koffice-2.0.ebuild
-./kde-apps/krusader/krusader-0.65.1.ebuild
-./kde-base/kde-i18n/kde-i18n-2.0.ebuild
-./kde-base/kdebase/kdebase-2.0.ebuild
-./kde-base/kdelibs/kdelibs-2.0.ebuild
-./kde-base/kdesupport/kdesupport-2.0.ebuild
-./kde-base/qt/qt-2.2.1.ebuild
-#!./kde-base/qt/qt-2.2.2.ebuild
-./media-gfx/autotrace/autotrace-0.24a.ebuild
-#!./media-gfx/autotrace/autotrace-0.26.ebuild
-./media-gfx/aview/aview-1.2-r2.ebuild
-./media-gfx/blender/blender-2.04.ebuild
-#./media-gfx/blender-static/blender-static-2.04.ebuild
-./media-gfx/gimp-print/gimp-print-4.0.1.ebuild
-#!./media-gfx/gimp-print/gimp-print-4.0.2.ebuild
-./media-gfx/gimp/gimp-1.1.29.ebuild
-./media-gfx/imagemagick/imagemagick-5.2.4.ebuild
-#!./media-gfx/imagemagick/imagemagick-5.2.5.ebuild
-./media-libs/aalib/aalib-1.2.ebuild
-./media-libs/alsa-lib/alsa-lib-0.5.9-r2.ebuild
-./media-libs/audiofile/audiofile-0.1.9.ebuild
-./media-libs/avifile/avifile-0.49.ebuild
-./media-libs/fnlib/fnlib-0.5.ebuild
-./media-libs/freetype/freetype-1.3.1-r1.ebuild
-#./media-libs/freetype/freetype-2.0.ebuild
-./media-libs/giflib/giflib-4.1.0-r1.ebuild
-./media-libs/glut/glut-3.7.ebuild
-./media-libs/imlib/imlib-1.9.8.1.ebuild
-./media-libs/jpeg/jpeg-6b-r1.ebuild
-./media-libs/libgd/libgd-1.8.3-r1.ebuild
-./media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild
-./media-libs/libmng/libmng-0.9.3.ebuild
-#./media-libs/libpng/libpng-1.0.7.ebuild
-./media-libs/libpng/libpng-1.0.8-r1.ebuild
-./media-libs/libsdl/libsdl-1.1.6.ebuild
-#./media-libs/libungif/libungif-4.1.0_beta1-r1.ebuild
-./media-libs/mesa/mesa-glu-3.2.1.ebuild
-#!./media-libs/mesa/mesa-glu-3.4.ebuild
-./media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild
-./media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild
-./media-libs/smjpeg/smjpeg-0.2.1-r1.ebuild
-./media-libs/smpeg/smpeg-0.4.1.ebuild
-./media-libs/t1lib/t1lib-1.0.1-r1.ebuild
-./media-libs/tiff/tiff-3.5.5-r1.ebuild
-#./media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild
-./media-sound/alsa-utils/alsa-utils-0.5.9b-r1.ebuild
-./media-sound/esound/esound-0.2.20.ebuild
-./media-sound/gtk-gnutella/gtk-gnutella-0.12-r2.ebuild
-./media-sound/lame/lame-3.86b.ebuild
-./media-sound/lopster/lopster-0.9.6.ebuild
-./media-sound/mpg123/mpg123-0.59r.ebuild
-./media-sound/nas/nas-1.4.1.ebuild
-./media-sound/sox/sox-12.17.ebuild
-#!./media-sound/sox/sox-12.17.1.ebuild
-./media-sound/xmms/xmms-1.2.3.ebuild
-#!./media-libs/avifile/avifile-0.50.ebuild
-./media-video/bcast-2000/bcast-2000b-r1.ebuild
-./media-video/lamp/lamp-20000903.ebuild
-./media-video/mjpeg-tools/mjpeg-tools-1a.ebuild
-./media-video/mpeg-movie/mpeg-movie-1.6.0.ebuild
-./media-video/mpeg-tools/mpeg-tools-1.5b.ebuild
-#!./media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild
-./media-video/mpeg2-movie/mpeg2-movie-1.2.2.ebuild
-./media-video/smpeg-xmms/smpeg-xmms-0.3.1.ebuild
-#!./media-video/smpeg-xmms/smpeg-xmms-0.3.2.ebuild
-./media-video/vlc/vlc-0.1.99h.ebuild
-./media-video/xanim-export/xanim-export-2.80.1.ebuild
-./media-video/xanim/xanim-2.80.1.ebuild
-./media-video/xawtv/xawtv-3.23.ebuild
-#!./media-video/xawtv/xawtv-3.24.ebuild
-./media-video/xmovie/xmovie-1.5.2.ebuild
-./media-video/xmps/xmps-0.1.3-r1.ebuild
-./net-analyzer/ethereal/ethereal-0.8.12.ebuild
-#!./net-analyzer/ethereal/ethereal-0.8.14.ebuild
-./net-analyzer/nessus/nessus-1.0.5.ebuild
-#!./net-analyzer/nessus/nessus-1.0.6.ebuild
-./net-analyzer/ngrep/ngrep-1.38-r1.ebuild
-./net-analyzer/nmap/nmap-2.53-r2.ebuild
-./net-analyzer/ntop/ntop-1.3.1-r2.ebuild
-./net-analyzer/rrdtool/rrdtool-1.0.28.ebuild
-./net-analyzer/tcpdump/tcpdump-3.5.2.ebuild
-./net-analyzer/tcpstat/tcpstat-1.3.ebuild
-#./net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild
-./net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild
-./net-dialup/ppp/ppp-2.4.0-r1.ebuild
-./net-dialup/pppoed/pppoed-0.47-r1.ebuild
-#!./net-dialup/pppoed/pppoed-0.48_beta1.ebuild
-#!./net-dialup/qtwvdialer(qtwvdialer-0.3.1.ebuild
-./net-dialup/rp-pppoe/rp-pppoe-2.3.ebuild
-./net-dialup/wvdial/wvdial-1.41-r1.ebuild
-./net-fs/autofs/autofs-3.1.5-r1.ebuild
-#!./net-fs/autofs/autofs-3.1.7.ebuild
-./net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild
-#!./net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild
-./net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild
-#!./net-fs/nfs-utils/nfs-utils-0.2.1.ebuild
-./net-fs/samba/samba-2.0.7-r1.ebuild
-./net-ftp/ftp/ftp-0.17-r1.ebuild
-./net-ftp/lftp/lftp-2.3.4.ebuild
-#!./net-ftp/lftp/lftp-2.3.5.ebuild
-./net-ftp/ncftp/ncftp-3.0.2.ebuild
-./net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild
-./net-irc/bitchx/bitchx-1.0.17.ebuild
-./net-irc/xchat/xchat-1.4.2.ebuild
-#!./net-irc/xchat/xchat-1.4.3.ebuild
-./net-libs/libpcap/libpcap-0.5.2.ebuild
-./net-libs/libwww/libwww-5.3.1-r1.ebuild
-./net-libs/nss_ldap/nss_ldap-113.ebuild
-#!./net-libs/nss_ldap/nss_ldap-123.ebuild
-./net-libs/pam_ldap/pam_ldap-70.ebuild
-#!./net-libs/pam_ldap/pam_ldap-82.ebuild
-./net-mail/amavis/amavis-0.2.1-r2.ebuild
-#./net-mail/exim/exim-3.22-r1.ebuild
-./net-mail/fetchmail/fetchmail-5.5.1.ebuild
-#!./net-mail/fetchmail/fetchmail-5.6.0.ebuild
-./net-mail/mailbase/mailbase-0.00.ebuild
-./net-mail/maildrop/maildrop-1.2.2-r3.ebuild
-./net-mail/mutt/mutt-1.2.5-r1.ebuild
-./net-mail/pine-maildir/pine-maildir-4.21-r2.ebuild
-#./net-mail/pine/pine-4.21-r2.ebuild
-#./net-mail/postfix/postfix-20010204.ebuild
-./net-mail/promcail/procmail-3.15.1.ebuild
-#./net-mail/qmail-ldap/qmail-ldap-1.03.20000701-r2.ebuild
-#./net-mail/qmail-mysql/qmail-mysql-1.03-r2.ebuild
-./net-mail/qmail/qmail-1.03-r2.ebuild
-./net-mail/tnef/tnef-0.13.ebuild
-#!./net-mail/tnef/tnef-0.15.ebuild
-./net-mail/vlnx/vlnx-407e-r1.ebuild
-#./net-misc/bind/bind-8.2.2.5-r1.ebuild
-./net-misc/bind/bind-9.1.1.ebuild
-./net-misc/dhcp/dhcp-3.0_beta0206.ebuild
-#!./net-misc/dhcp/dhcp-3.0_beta0207.ebuild
-./net-misc/hylafax/hylafax-cvs-000614-r1.ebuild
-./net-misc/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild
-./net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild
-./net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild
-./net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild
-./net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild
-./net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild
-./net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild
-./net-misc/netkit-timed/netkit-timed-0.17-r2.ebuild
-./net-misc/ntp/ntp-4.0.99k.ebuild
-./net-misc/nut/nut-0.44.1.ebuild
-./net-misc/openssh/openssh-2.3.0_p1-r1.ebuild
-./net-misc/rsync/rsync-2.4.6.ebuild
-./net-misc/snarf/snarf-7.0-r1.ebuild
-./net-misc/snort/snort-1.6.3-r2.ebuild
-./net-misc/sslwrap/sslwrap-2.0.5-r1.ebuild
-./net-misc/traceroute/traceroute-1.4_p12.ebuild
-./net-misc/wget/wget-1.5.3-r1.ebuild
-./net-misc/whois/whois-4.5.2.ebuild
-./net-nds/openldap/openldap-1.2.11-r1.ebuild
-#./net-nds/openldap/openldap-2.0.7.ebuild
-./net-nds/portmap/portmap-5b-r1.ebuild
-./net-nds/yp-tools/yp-tools-2.4-r1.ebuild
-./net-nds/ypbind/ypbind-1.6-r1.ebuild
-#!./net-nds/ypbind/ypbind-1.7.ebuild
-./net-nds/ypserv/ypserv-1.3.9-r1.ebuild
-#!./net-print/gtklp/gtklp-0.6d.ebuidl
-./net-print/LPRng/LPRng-3.6.24.ebuild
-#!./net-print/LPRng/LPRng-3.6.26.ebuild
-./net-print/cups/cups-1.1.4.ebuild
-#!./net-www/amaya/amaya-4.1.ebuild
-./net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild
-./net-www/cocoon/cocoon-1.7.4.ebuild
-#!./net-www/cocoon/cocoon-1.8.ebuild
-./net-www/cvsweb/cvsweb-1.93.ebuild
-./net-www/htdig/htdig-3.1.5.ebuild
-./net-www/jakarta/jakarta-3.1-r1.ebuild
-./net-www/lynx/lynx-2.8.3-r1.ebuild
-#./net-www/mozilla/mozilla-milestone-18.ebuild
-#./net-www/netscape-flash/netscape-flash-4.0.12.ebuild
-./net-www/netscape-plugger/netscape-plugger-3.2.ebuild
-#./net-www/netscape/navigator-4.76.ebuild
-./net-www/netscape/netscape-4.76.ebuild
-./net-www/squid/squid-2.3.4s-r1.ebuild
-./net-www/w3m/w3m-0.1.10-r1.ebuild
-./sys-apps/at/at-3.1.8-r1.ebuild
-./sys-apps/baselayout/baselayout-1.4.ebuild
-#./sys-apps/baselayout/baselayout-1.3.ebuild
-./sys-apps/bash/bash-2.04-r1.ebuild
-./sys-apps/bzip2/bzip2-1.0.1.ebuild
-./sys-apps/console-data/console-data-1999.08.29-r1.ebuild
-./sys-apps/console-tools/console-tools-0.2.3-r1.ebuild
-./sys-apps/cpio/cpio-2.4.2-r1.ebuild
-./sys-apps/daemontools/daemontools-0.70.ebuild
-./sys-apps/debianutils/debianutils-1.13.3-r1.ebuild
-./sys-apps/diffutils/diffutils-2.7-r1.ebuild
-./sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild
-./sys-apps/ed/ed-0.2.ebuild
-./sys-apps/file/file-3.32.ebuild
-#!./sys-apps/file/file-3.33.ebuild
-./sys-apps/fileutils/fileutils-4.0.33.ebuild
-./sys-apps/findutils/findutils-4.1-r2.ebuild
-./sys-apps/gawk/gawk-3.0.6.ebuild
-./sys-apps/gluelog/gluelog-1.0.ebuild
-./sys-apps/grep/grep-2.4.2-r1.ebuild
-./sys-apps/groff/groff-1.16.1.ebuild
-./sys-apps/grub/grub-0.5.96.1-r1.ebuild
-./sys-apps/gzip/gzip-1.2.4a-r1.ebuild
-./sys-apps/hdparm/hdparm-3.9-r2.ebuild
-./sys-apps/ipchains/ipchains-1.3.9-r1.ebuild
-./sys-apps/iproute2/iproute2-2.2.4.ebuild
-./sys-apps/iptables/iptables-1.1.2.ebuild
-./sys-apps/isapnptools/isapnptools-1.23.ebuild
-./sys-apps/less/less-358-r1.ebuild
-./sys-apps/lilo/lilo-21.6.ebuild
-./sys-apps/man/man-1.5.1h-r1.ebuild
-./sys-apps/modutils/modutils-2.3.17.ebuild
-#!./sys-apps/modutils/modutils-2.3.21.ebuild
-./sys-apps/most/most-4.9.0-r1.ebuild
-./sys-apps/net-tools/net-tools-1.57-r1.ebuild
-./sys-apps/netkit-base/netkit-base-0.17-r1.ebuild
-./sys-apps/portage/portage-1.4.ebuild
-./sys-apps/procps/procps-2.0.7-r1.ebuild
-./sys-apps/psmisc/psmisc-19-r1.ebuild
-./sys-apps/raidtools/raidtools-0.90-r1.ebuild
-./sys-apps/sed/sed-3.02.80.ebuild
-./sys-apps/setserial/setserial-2.17-r1.ebuild
-./sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild
-./sys-apps/shadow/shadow-19990827-r2.ebuild
-./sys-apps/sharutils/sharutils-4.2.1-r1.ebuild
-./dev-util/shtool/shtool-1.5.1-r1.ebuild
-./sys-apps/sysvinit/sysvinit-2.78-r1.ebuild
-./sys-apps/tar/tar-1.13.17-r1.ebuild
-./sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild
-./sys-apps/texinfo/texinfo-4.0-r1.ebuild
-./sys-apps/textutils/textutils-2.0g.ebuild
-./sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild
-./sys-apps/updated/updated-2.11-r1.ebuild
-./sys-apps/util-linux/util-linux-2.10o.ebuild
-#!./sys-apps/util-linux/util-linux-2.10q.ebuild
-./sys-apps/vcron/vcron-3.0_p1-r1.ebuild
-./sys-apps/vim-nogui/vim-nogui-5.7-r2.ebuild
-./sys-apps/watchpid/watchpid-0.1.ebuild
-./sys-apps/which/which-2.11-r1.ebuild
-./sys-apps/xinetd/xinetd-2.1.8.8_p3-r2.ebuild
-./sys-devel/autoconf/autoconf-2.13-r1.ebuild
-./sys-devel/automake/automake-1.4-r1.ebuild
-./sys-devel/bc/bc-1.05a-r1.ebuild
-./sys-devel/bin86/bin86-0.15.1.ebuild
-./sys-devel/binutils/binutils-2.10.0.26.ebuild
-#./sys-devel/binutils/binutils-2.10.0.33.ebuild
-./sys-devel/bison/bison-1.28-r1.ebuild
-./sys-devel/flex/flex-2.5.4a-r1.ebuild
-./sys-devel/gcc/gcc-2.95.2-r4.ebuild
-#./sys-devel/gcc/gcc-2.96.20000731.ebuild
-./sys-devel/gdb/gdb-5.0-r1.ebuild
-./sys-devel/ld.so/ld.so-1.9.11-r1.ebuild
-./sys-devel/libtool/libtool-1.3.5-r1.ebuild
-./sys-devel/m4/m4-1.4o-r1.ebuild
-./sys-devel/make/make-3.79.1-r1.ebuild
-./sys-devel/patch/patch-2.5.4-r1.ebuild
-./sys-devel/perl/perl-5.6.0-r3.ebuild
-./sys-devel/python-basic/python-basic-1.5.2-r4.ebuild
-./sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r3.ebuild
-#./sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r4.ebuild
-#./sys-kernel/linux-UP-2.2.17/linux-UP-nfs3-2.2.17-r1.ebuild
-#./sys-kernel/linux/linux-2.4.0_rc10-r4.ebuild
-#./sys-kernel/linux-sources/linux-sources-2.4.0_rc10-r4.ebuild
-./sys-libs/cracklib/cracklib-2.7-r1.ebuild
-./sys-libs/db/db-1.85.ebuild
-./sys-libs/db/db-3.1.17-r1.ebuild
-./sys-libs/gdbm/gdbm-1.8.0-r1.ebuild
-./sys-libs/gettext/gettext-0.10.35-r1.ebuild
-#./sys-libs/glibc/glibc-2.1.3-r3.ebuild
-./sys-libs/glibc/glibc-2.2-r2.ebuild
-./sys-libs/gpm/gpm-1.19.3.ebuild
-./sys-libs/lib-compat/lib-compat-1.0-r1.ebuild
-./sys-libs/ncurses/ncurses-5.1-r1.ebuild
-./sys-libs/nss-db/nss-db-2.2.ebuild
-./sys-libs/pam/pam-0.72-r1.ebuild
-./sys-libs/pwdb/pwdb-0.61-r2.ebuild
-#./sys-libs/pwdb/pwdb-0.61-r1.ebuild
-./sys-libs/readline/readline-4.1-r1.ebuild
-./sys-libs/slang/slang-1.4.2.ebuild
-./sys-libs/zlib/zlib-1.1.3-r1.ebuild
-#./x11-base/nvidia/nvidia-0.9.5-r2.ebuild
-./x11-base/xfree/xfree-4.0.1-r1.ebuild
-./x11-libs/gtk+/gtk+-1.2.8-r3.ebuild
-./x11-libs/gtk-engines/gtk-engines-0.10.ebuild
-./x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild
-./x11-libs/libPropList/libPropList-0.10.1-r1.ebuild
-./x11-terms/eterm/eterm-0.8.10.ebuild
-./x11-terms/rxvt/rxvt-2.6.3.ebuild
-./x11-wm/WindowMaker/WindowMaker-0.62.1-r1.ebuild
-./x11-wm/enlightenment/enlightenment-0.16.4-r1.ebuild
-#!./x11-wm/enlightenment/enlightenment-0.16.5.ebuild
-./x11-libs/openmotif/openmotif-2.1.30.ebuild
-./x11-wm/sawfish/sawfish-0.34.ebuild
diff --git a/current-packages.build b/current-packages.build
deleted file mode 100644
index c2034777cf2b..000000000000
--- a/current-packages.build
+++ /dev/null
@@ -1,24 +0,0 @@
-#./sys-apps/baselayout/baselayout-1.5-r3.ebuild
-#./sys-kernel/linux/linux-2.4.0.11-r4.ebuild
-./sys-apps/bash/bash-2.04-r3.ebuild
-./sys-apps/bzip2/bzip2-1.0.1-r2.ebuild
-./sys-apps/debianutils/debianutils-1.13.3-r3.ebuild
-./sys-apps/diffutils/diffutils-2.7-r3.ebuild
-./sys-apps/file/file-3.33-r2.ebuild
-./sys-apps/fileutils/fileutils-4.0.36-r3.ebuild
-./sys-apps/findutils/findutils-4.1-r5.ebuild
-./sys-apps/gawk/gawk-3.0.6-r3.ebuild
-./sys-apps/grep/grep-2.4.2-r3.ebuild
-./sys-apps/gzip/gzip-1.2.4a-r3.ebuild
-./sys-apps/sed/sed-3.02.80-r2.ebuild
-./sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild
-./sys-apps/tar/tar-1.13.18-r3.ebuild
-./sys-apps/textutils/textutils-2.0.10-r2.ebuild
-./sys-devel/binutils/binutils-2.10.91.0.2-r1.ebuild
-./sys-devel/bison/bison-1.28-r3.ebuild
-./sys-devel/flex/flex-2.5.4a-r3.ebuild
-./sys-devel/gcc/gcc-2.95.2.1-r1.ebuild
-./sys-devel/make/make-3.79.1-r3.ebuild
-./sys-devel/patch/patch-2.5.4-r3.ebuild
-./sys-devel/spython/spython-2.0-r4.ebuild
-./sys-libs/glibc/glibc-2.2.2-r1.ebuild
diff --git a/current-packages.new b/current-packages.new
deleted file mode 100644
index 5b8c45a35f96..000000000000
--- a/current-packages.new
+++ /dev/null
@@ -1,555 +0,0 @@
-#./admin/fcron-0.9.4.ebuild
-./app-admin/gkrellm/gkrellm-1.0.6.ebuild
-./app-admin/killproc/killproc-1.12-r1.ebuild
-./app-admin/logrotate/logrotate-3.3-r1.ebuild
-./app-admin/modlogan/modlogan-0.5.7.ebuild
-#./app-admin/mon/mon-0.38.20.ebuild
-./app-admin/pciutils/pciutils-2.1.8.ebuild
-./app-admin/powertweak/powertweak-0.1.17.ebuild
-./app-admin/qtsvc/qtsvc-0.1.ebuild
-./app-admin/runset/runset-1.3-r1.ebuild
-./app-admin/sudo/sudo-1.6.3_p5.ebuild
-./app-admin/sysstat/sysstat-3.2.4.ebuild
-./app-admin/usbview/usbview-0.9.0.ebuild
-./app-admin/webalizer/webalizer-1.30.04-r1.ebuild
-./app-admin/yup/yup-0.6.5-r2.ebuild
-./app-arch/dump/dump-0.4.21.ebuild
-./app-arch/mt-st/mt-st-0.6.ebuild
-./app-arch/rpm/rpm-3.0.5.ebuild
-#./app-arch/rpm/rpm-4.0.ebuild
-./app-arch/unzip/unzip-5.41-r1.ebuild
-./app-arch/zip/zip-2.3.ebuild
-./app-cdr/cdrecord/cdrecord-1.9-r1.ebuild
-./app-crypt/gnupg/gnupg-1.0.5.ebuild
-./app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild
-#./app-editors/emacs-nogui/emacs-nogui-20.7.ebuild
-./app-editors/emacs-x11/emacs-x11-20.7.ebuild
-#./app-editors/emacs-x11/emacs-motif-20.7.ebuild
-#./app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild
-./app-editors/joe/joe-2.8-r1.ebuild
-./app-editors/nedit/nedit-5.1.1.ebuild
-./app-editors/vile/vile-9.2.ebuild
-./app-editors/vim-gtk/vim-gtk-5.7-r2.ebuild
-./app-editors/elvis/elvis-2.4.1.ebuild
-./app-emulation/fceultra/fceu-054.ebuild
-./app-emulation/darcnes/dn9b-0401.ebuild
-#./app-emulation/wine/wine-20001002.ebuild
-./app-misc/gfontview/gfontview-0.4.1-r1.ebuild
-./app-misc/lhinv/lhinv-1.1-r1.ebuild
-./app-misc/multimon/multimon-1.0.ebuild
-./app-misc/splitvt/splitvt-1.6.5.ebuild
-#./app-office/siag/siag-3.4.5.ebuild
-./app-shells/ccsh/ccsh-0.0.4-r1.ebuild
-./app-shells/esh/esh-0.8-r1.ebuild
-./app-shells/pdksh/pdksh-5.2.14-r2.ebuild
-./app-shells/psh/psh-0.008-r1.ebuild
-./app-shells/sash/sash-3.4-r2.ebuild
-./app-shells/tcsh/tcsh-6.10.ebuild
-./app-shells/zsh/zsh-3.1.9.ebuild
-./app-text/a2ps/a2ps-4.13b-r2.ebuild
-./app-text/acrobat/acrobat-4.05.ebuild
-#./app-text/apsfilter/apsfilter-5.4.2.ebuild
-./app-text/aspell/aspell-0.32.6.ebuild
-./app-text/aspell/aspell-de-20001109.ebuild
-./app-text/dgs/dgs-0.5.10.ebuild
-./app-text/docbook-dtd/docbook-dtd30-sgml-1.0.ebuild
-./app-text/docbook-dtd/docbook-dtd31-sgml-1.0.ebuild
-./app-text/docbook-dtd/docbook-dtd40-sgml-1.0.ebuild
-./app-text/docbook-dtd/docbook-dtd41-sgml-1.0.ebuild
-./app-text/docbook-style-dsssl/docbook-style-dsssl-1.57.ebuild
-./app-text/docbook-utils/docbook-utils-0.5.5.ebuild
-./app-text/freefonts/freefonts-0.10.ebuild
-./app-text/ghostscript/ghostscript-6.50-r1.ebuild
-./app-text/html-xml-utils/html-xml-utils-1.3.ebuild
-./app-text/ispell/ispell-3.1.20.ebuild
-.7app-text/ispell/ispell-20001109.ebuild
-./app-text/jadetex/jadetex-2.20.ebuild
-./app-text/openjade/openjade-1.3-r1.ebuild
-./app-text/pspell/pspell-0.11.2.ebuild
-./app-text/rcs/rcs-5.7.ebuild
-./app-text/sablotron/sablotron-0.50.ebuild
-./app-text/sgml-common/sgml-common-0.3.ebuild
-./app-text/sgml2x/sgml2x-0.11-r1.ebuild
-./app-text/sharefonts/sharefonts-0.10.ebuild
-./app-text/tetex/tetex-1.0.7-r1.ebuild
-./app-text/ttf2pt1/ttf2pt1-3.3.2.ebuild
-./app-text/xpdf/xpdf-0.92.ebuild
-./dev-db/MyODBC/MyODBC-2.50.36.ebuild
-./dev-db/mysql/mysql-3.23.32-r1.ebuild
-./dev-db/postgresql/postgresql-7.0.3-r2.ebuild
-./dev-db/unixODBC/unixODBC-1.8.13.ebuild
-#./dev-db/unixODBC/unixODBC-2.0.2.ebuild
-./dev-java/fesi/fesi-1.ebuild
-./dev-java/jndi/jndi-1.2.1-r1.ebuild
-./dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild
-./dev-java/xt/xt-1.ebuild
-#./dev-lang/entity/entity-pre-0.7.0.ebuild
-./dev-lang/jdk/jdk-1.3.0.ebuild
-./dev-lang/kaffe/kaffe-1.0.6.ebuild
-./dev-lang/nasm/nasm-0.98-r1.ebuild
-#./dev-lang/php-4/php-4.0.0-r1.ebuild
-./dev-lang/php-4/php-4.0.4.ebuild
-./dev-lang/python/python-2.0-r1.ebuild
-./dev-lang/ruby/ruby-1.6.2.ebuild
-./dev-lang/swig/swig-1.3_alpha5-r1.ebuild
-#./dev-lang/tcl-tk/tcl-tk-8.0.5-r1.ebuild
-./dev-lang/tcl-tk/tcl-tk-8.1.1-r1.ebuild
-./dev-libs/dietlibc/dietlibc-0.6.11.ebuild
-./dev-libs/expat/expat-1.95.1.ebuild
-./dev-libs/g-wrap/g-wrap-0.9.5.ebuild
-./dev-libs/glib/glib-1.2.8-r1.ebuild
-./dev-libs/gmp/gmp-3.1.1.ebuild
-./dev-libs/libpcre/libpcre-3.4.ebuild
-./dev-libs/librep/librep-0.13.4.ebuild
-./dev-libs/openssl/openssl-0.9.6.ebuild
-./dev-libs/rep-gtk/rep-gtk-0.15.ebuild
-./dev-libs/slib/slib-2.3.9.ebuild
-./dev-perl/AxKit/AxKit-1.3.ebuild
-./dev-perl/Chart/Chart-0.99.3_pre3.ebuild
-./dev-perl/Compress-Zlib/Compress-Zlib-1.10.ebuild
-./dev-perl/Convert-BER/Convert-BER-1.31.ebuild
-./dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3.ebuild
-./dev-perl/Data-ShowTable/Data-ShowTable-3.3.ebuild
-./dev-perl/DB_File/DB_File-1.76.ebuild
-./dev-perl/DBI/DBI-1.14.ebuild
-./dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild
-./dev-perl/Error/Error-0.13.ebuild
-./dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild
-./dev-perl/GD/GD-1.32.ebuild
-./dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild
-./dev-perl/HTML-Parser/HTML-Parser-3.15.ebuild
-./dev-perl/HTML-Tagset/HTML-Tagset-3.03.ebuild
-./dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild
-./dev-perl/LockFile-Simple/LockFile-Simple-0.2.5.ebuild
-./dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild
-./dev-perl/MLDBM/MLDBM-2.00.ebuild
-./dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild
-./dev-perl/Mail-Procmail/Mail-Procmail-1.01.ebuild
-./dev-perl/MailTools/MailTools-1.15.ebuild
-./dev-perl/Mon/Mon-0.11.ebuild
-./dev-perl/Msql-Mysql-modules/Msql-Mysql-modules-1.2215.ebuild
-./dev-perl/Net-Daemon/Net-Daemon-0.34.ebuild
-./dev-perl/Net-SNMP/Net-SNMP-3.60.ebuild
-./dev-perl/Net-Telnet/Net-Telnet-3.02.ebuild
-./dev-perl/POP3Client/POP3Client-2.7.ebuild
-./dev-perl/PDL/PDL-2.2.ebuild
-./dev-perl/Parse-RecDescent/Parse-RecDescent-1.80.ebuild
-./dev-perl/Period/Period-1.20.ebuild
-./dev-perl/PlRPC/PlRPC-0.2014.ebuild
-./dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild
-./dev-perl/SNMP_Session/SNMP_Session-0.83.ebuild
-./dev-perl/SOAP/SOAP-0.28.ebuild
-./dev-perl/Storable/Storable-1.0.7.ebuild
-./dev-perl/Time-HiRes/Time-HiRes-01.20.ebuild
-./dev-perl/TimeDate/TimeDate-1.10.ebuild
-./dev-perl/URI/URI-1.10.ebuild
-./dev-perl/XML-Catalog/XML-Catalog-0.02.ebuild
-./dev-perl/XML-DOM/XML-DOM-1.25.ebuild
-./dev-perl/XML-DT/XML-DT-0.19.ebuild
-./dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild
-./dev-perl/XML-Parser/XML-Parser-2.30.ebuild
-./dev-perl/XML-Sablot/XML-Sablot-0.50.ebuild
-./dev-perl/XML-Writer/XML-Writer-0.4.ebuild
-./dev-perl/XMP-XPath/XML-XPath-1.04.ebuild
-./dev-perl/XML-XSLT/XML-XSLT-0.31.ebuild
-./dev-perl/gtk-perl/gtk-perl-0.7004.ebuild
-./dev-perl/libapreq/libapreq-0.31.ebuild
-./dev-perl/libnet/libnet-1.0703-r1.ebuild
-./dev-perl/libwww-perl/libwww-perl-5.50.ebuild
-./dev-perl/libxml-perl/libxml-perl-0.07.ebuild
-./dev-perl/mod_perl/mod_perl-1.25.ebuild
-./dev-perl/perl-tk/perl-tk800-022.ebuild
-./dev-python/gnome-python/gnome-python-1.0.53-r2.ebuild
-./dev-ruby/amstd/amstd-1.9.5.ebuild
-./dev-ruby/optparse/optparse-0.7.5.ebuild
-./dev-ruby/racc/racc-1.2.4.ebuild
-./dev-ruby/rdtool/rdtool-0.6.6.ebuild
-./dev-ruby/strscan/strscan-0.5.8.ebuild
-./dev-util/cvs/cvs-1.11.ebuild
-./dev-utils/fbset/fbset-2.1.ebuild
-./dev-util/guile/guile-1.4-r2.ebuild
-#./dev-util/lincvs/lincvs-0.3_beta1.ebuild
-./dev-util/sel/sel-0.08.2.ebuild
-./dev-util/shtool/shtool-1.5.1-r1.ebuild
-./dev-util/strace/strace-3.99.ebuild
-./dev-util/tmake/tmake-1.6.ebuild
-./dev-util/yacc/yacc-1.9.1-r1.ebuild
-./gnome-apps/bug-buddy/bug-buddy-1.2.ebuild
-./gnome-apps/ee/ee-0.3.12-r1.ebuild
-./gnome-apps/evolution/evolution-0.8.ebuild
-./gnome-apps/gdm/gdm-2.0_beta4-r1.ebuild
-./gnome-apps/gedit/gedit-0.9.4.ebuild
-./gnome-apps/ggv/ggv-0.95-r1.ebuild
-./gnome-apps/glade/glade-0.5.11.ebuild
-./gnome-apps/gnapster/gnapster-1.3.12.ebuild
-./gnome-apps/gnofin/gnofin-0.8.2.ebuild
-./gnome-apps/gnome-audio/gnome-audio-1.0.0.ebuild
-./gnome-apps/gnome-media/gnome-media-1.2.0-r1.ebuild
-./gnome-apps/gnome-utils/gnome-utils-1.2.1-r1.ebuild
-./gnome-apps/gnorpm/gnorpm-0.95.1-r1.ebuild
-./gnome-apps/gnucash/gnucash-1.4.7-r2.ebuild
-./gnome-apps/gtkdiff/gtkdiff-1.7.0.ebuild
-./gnome-apps/gtop/gtop-1.0.10.ebuild
-./gnome-apps/gupsc/gupsc-0.3.0-r1.ebuild
-#./gnome-apps/nautilus/nautilus-0.5.ebuild
-./gnome-apps/powershell/powershell-0.80.ebuild
-./gnome-apps/users-guide/users-guide-1.2.ebuild
-./gnome-base/ORBit/ORBit-0.5.6.ebuild
-#./gnome-base/bonobo/bonobo-0.23.ebuild
-#./gnome-base/bonobo/bonobo-0.26.ebuild
-#./gnome-base/bonobo/bonobo-0.28.ebuild
-./gnome-base/bonobo/bonobo-0.30.ebuild
-./gnome-base/control-center/control-center-1.2.2-r1.ebuild
-#./gnome-base/control-center/control-center-1.3.1.ebuild
-./gnome-base/gal/gal-0.4.1.ebuild
-./gnome-base/gconf/gconf-0.11.ebuild
-./gnome-base/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild
-./gnome-base/glibwww/glibwww-0.2.ebuild
-./gnome-base/gnome/gnome-1.2.4-r2.ebuild
-./gnome-base/gnome-applets/gnome-applets-1.2.4.ebuild
-./gnome-base/gnome-core/gnome-core-1.2.4.ebuild
-./gnome-base/gnome-libs/gnome-libs-1.2.8.ebuild
-./gnome-base/gnome-print/gnome-print-0.25.ebuild
-./gnome-base/gnome-vfs/gnome-vfs-0.4.2.ebuild
-./gnome-base/gtkhtml/gtkhtml-0.8.ebuild
-./gnome-base/libghttp/libghttp-1.0.8.ebuild
-./gnome-base/libglade/libglade-0.15.ebuild
-./gnome-base/libgtop/libgtop-1.0.10.ebuild
-./gnome-base/libunicode/libunicode-0.4.ebuild
-./gnome-base/libxml/libxml-1.8.10-r1.ebuild
-./gnome-base/mc/mc-4.5.51.ebuild
-./gnome-base/oaf/oaf-0.6.1.ebuild
-#./gnome-libs/ammonite/ammonite-0.8.1.euild
-./gnome-libs/gb/gb-0.0.17.ebuild
-./gnome-libs/libgda/libgda-0.2.1-r1.ebuild
-./gnome-libs/libole2/libole2-0.1.7.ebuild
-#./gnome-libs/medusa/medusa-0.2.2.ebuild
-./gnome-office/abiword/abiword-0.7.11.ebuild
-./gnome-office/dia/dia-0.86-r1.ebuild
-#./gnome-office/eog/eog-0.5.ebuild
-./gnome-office/gnome-db/gnome-db-0.2.1.ebuild
-./gnome-office/gnome-pim/gnome-pim-1.2.0-r1.ebuild
-./gnome-office/gnumeric/gnumeric-0.61-r1.ebuild
-./kde-apps/cervisia/cervisia-1.0_beta3.ebuild
-./kde-apps/kdbg/kdbg-1.2.0.ebuild
-./kde-apps/kdeadmin/kdeadmin-2.0.1.ebuild
-./kde-apps/kdegraphics/kdegraphics-2.0.1.ebuild
-./kde-apps/kdemultimedia/kdemultimedia-2.0.1.ebuild
-./kde-apps/kdenetwork/kdenetwork-2.0.1.ebuild
-./kde-apps/kdepim/kdepim-2.0.1.ebuild
-./kde-apps/kdeutils/kdeutils-2.0.1.ebuild
-./kde-apps/kdoc/kdoc-2.0.1b.ebuild
-./kde-apps/kmago/kmago-0.5.ebuild
-./kde-apps/koffice/koffice-2.0.1.ebuild
-./kde-apps/krusader/krusader-0.65.1.ebuild
-./kde-base/kde/kde-2.0.1-r2.ebuild
-./kde-base/kde-i18n/kde-i18n-2.0.1.ebuild
-./kde-base/kdebase/kdebase-2.0.1.ebuild
-./kde-base/kdelibs/kdelibs-2.0.1.ebuild
-./kde-base/kdesupport/kdesupport-2.0.1.ebuild
-#./media-gfx/autotrace/autotrace-0.26.ebuild
-./media-gfx/aview/aview-1.2-r2.ebuild
-./media-gfx/blender/blender-2.04.ebuild
-#./media-gfx/blender-static/blender-static-2.04.ebuild
-#./media-gfx/fbi/fbi-1.7.ebuild
-./media-gfx/fbi/fbi-1.8.ebuild
-./media-gfx/gimp-print/gimp-print-4.1.1.ebuild
-./media-gfx/gimp/gimp-1.2.0.ebuild
-./media-gfx/imagemagick/imagemagick-5.2.7.ebuild
-#./media-gfx/sane-frontends/sane-frontends-1.0.4.ebuild
-#./media-gfx/sand-backends/sane-backends-1.0.4.ebuild
-./media-gfx/zgv/zgv-5.3.ebuild
-./media-libs/aalib/aalib-1.2.ebuild
-./media-libs/alsa-lib/alsa-lib-0.5.10.ebuild
-./media-libs/audiofile/audiofile-0.1.9.ebuild
-./media-libs/fnlib/fnlib-0.5.ebuild
-./media-libs/freetype/freetype-1.3.1-r1.ebuild
-./media-libs/freetype/freetype-2.0.1.ebuild
-./media-libs/giflib/giflib-4.1.0-r1.ebuild
-./media-libs/glut/glut-3.7.ebuild
-./media-libs/imlib/imlib-1.9.8.1.ebuild
-./media-libs/jpeg/jpeg-6b-r1.ebuild
-./media-libs/libao/libao-0.5.0.ebuild
-./media-libs/libcdaudio/libcdaudio-0.99.4.ebuild
-./media-libs/libgd/libgd-1.8.3-r1.ebuild
-./media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild
-./media-libs/libmng/libmng-0.9.3.ebuild
-./media-libs/libogg/libogg-1.0_beta3.ebuild
-./media-libs/libpng/libpng-1.0.7.ebuild
-#./media-libs/libpng/libpng-1.0.8-r1.ebuild
-./media-libs/libsdl/libsdl-1.1.8.ebuild
-#./media-libs/libungif/libungif-4.1.0_beta1-r1.ebuild
-./media-libs/libvorbis/libvorbis-1.0_beta3.ebuild
-./media-libs/netpbm/netpbm-9.10-r2.ebuild
-./media-libs/mesa/mesa-3.4.ebuild
-#./media-libs/mesa-glu/mesa-glu-3.4.ebuild
-./media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild
-./media-libs/ofbis/ofbis-0.1.1.ebuild
-./media-libs/smjpeg/smjpeg-0.2.1-r1.ebuild
-./media-libs/smpeg/smpeg-0.4.2.ebuild
-#./media-libs/svgalib/svgalib-1.4.2-r1.ebuild
-./media-libs/svgalib/svgalib-1.4.3.ebuild
-./media-libs/t1lib/t1lib-1.0.1-r1.ebuild
-./media-libs/tiff/tiff-3.5.5-r3.ebuild
-./media-sound/abcde/abcde-1.9.7.ebuild
-#./media-sound/alsa-driver/alsa-driver-0.5.10.ebuild
-./media-sound/alsa-utils/alsa-utils-0.5.10.ebuild
-./media-sound/cdcd/cdcd-0.5.0.ebuild
-./media-sound/cd-discid/cd-discid-0.4.ebuild
-./media-sound/cdparanoia/cdparanoia-3.9.7.ebuild
-./media-sound/dcd/dcd-0.90.ebuild
-./media-sound/esound/esound-0.2.20.ebuild
-./media-sound/gom/gom-0.29.103.ebuild
-./media-sound/gtk-gnutella/gtk-gnutella-0.12-r2.ebuild
-./media-sound/id3/id3-0.12.ebuild
-./media-sound/lame/lame-3.86b.ebuild
-./media-sound/lopster/lopster-0.9.6.ebuild
-./media-sound/mpg123/mpg123-0.59r.ebuild
-./media-sound/nas/nas-1.4.1-r1.ebuild
-./media-sound/sox/sox-12.17.1.ebuild
-./media-sound/shorten/shorten-3.2.ebuild
-./media-sound/vorbis-tools/vorbis-tools-1.0_beta3.ebuild
-./media-sound/xmms/xmms-1.2.4.ebuild
-./media-sound/xmms-aalsa/xmms-aalsa-0.5.4-r1.ebuild
-./media-sound/xmms-arts/xmms-arts-0.4.ebuild
-./media-sound/xmms-nas/xmms-nas-0.2.ebuild
-./media-sound/xmms-shn/xmms-shn-2.2.3.ebuild
-./media-video/avi-xmms/avi-xmms-1.2.2.ebuild
-./media-video/avifile/avifile-0.53.5.ebuild
-./media-video/bcast-2000/bcast-2000c.ebuild
-./media-video/mjpeg-tools/mjpeg-tools-1a.ebuild
-./media-video/mpeg-movie/mpeg-movie-1.6.0.ebuild
-./media-video/mpeg-tools/mpeg-tools-1.5b.ebuild
-./media-video/mpeg2-movie/mpeg2-movie-1.2.2.ebuild
-./media-video/mpeg2vidcodec/mpeg2vidcodec-12.ebuild
-./media-video/smpeg-xmms/smpeg-xmms-0.3.2.ebuild
-./media-video/vlc/vlc-0.1.99i.ebuild
-./media-video/xanim-export/xanim-export-2.80.1.ebuild
-./media-video/xanim/xanim-2.80.1.ebuild
-./media-video/xawtv/xawtv-3.27.ebuild
-./media-video/xmovie/xmovie-1.5.2.ebuild
-./media-video/xmps/xmps-0.1.3-r1.ebuild
-./net-analyzer/ethereal/ethereal-0.8.14.ebuild
-#./net-analyzer/mrtg/mrtg-2.9.7.ebuild
-./net-analyzer/nessus/nessus-1.0.6.ebuild
-./net-analyzer/ngrep/ngrep-1.38-r1.ebuild
-./net-analyzer/nmap/nmap-2.53-r2.ebuild
-./net-analyzer/ntop/ntop-1.3.1-r2.ebuild
-./net-analyzer/rrdtool/rrdtool-1.0.28.ebuild
-./net-analyzer/tcpdump/tcpdump-3.5.2.ebuild
-./net-analyzer/tcpstat/tcpstat-1.3.ebuild
-#./net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild
-./net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild
-./net-dialup/minicom/minicom-1.83.1.ebuild
-#./net-dialup/ppp/ppp-2.4.0-r1.ebuild
-./net-dialup/ppp/ppp-2.4.1.ebuild
-./net-dialup/pppoed/pppoed-0.48_beta1.ebuild
-./net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild
-./net-dialup/rp-pppoe/rp-pppoe-2.8.ebuild
-./net-dialup/wvdial/wvdial-1.41-r2.ebuild
-./net-fs/autofs/autofs-3.1.7-r1.ebuild
-./net-fs/netatalk/netatalk-1.4.99.0.20001108.ebuild
-./net-fs/nfs-utils/nfs-utils-0.2.1-r2.ebuild
-./net-fs/samba/samba-2.0.7-r4.ebuild
-./net-ftp/ftp/ftp-0.17-r1.ebuild
-./net-ftp/lftp/lftp-2.3.7.ebuild
-./net-ftp/ncftp/ncftp-3.0.2.ebuild
-./net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild
-./net-im/caim/caim-0.03.ebuild
-#./net-irc/bitchx/bitchx-1.0.17.ebuild
-#./net-irc/bitchx/bitchx-1.0.18.ebuild
-./net-irc/bitchx/bitchx-1.0.18-r1.ebuild
-./net-irc/xchat/xchat-1.4.3.ebuild
-./net-libs/libpcap/libpcap-0.5.2.ebuild
-./net-libs/libwww/libwww-5.3.1-r1.ebuild
-./net-libs/nss_ldap/nss_ldap-123.ebuild
-./net-libs/pam_ldap/pam_ldap-82-r1.ebuild
-./net-mail/amavis/amavis-0.2.1-r2.ebuild
-#./net-mail/courier-imap/courier-imap-1.30.ebuild
-#./net-mail/exim/exim-3.22-r1.ebuild
-#./net-mail/fetchmail/fetchmail-5.6.0.ebuild
-./net-mail/fetchmail/fetchmail-5.6.6.ebuild
-./net-mail/mailbase/mailbase-0.00.ebuild
-./net-mail/maildrop/maildrop-1.2.2-r3.ebuild
-./net-mail/mutt/mutt-1.2.5-r2.ebuild
-#./net-mail/pine/pine-4.21-r2.ebuild
-./net-mail/pine-maildir/pine-maildir-4.21-r2.ebuild
-#./net-mail/postfix/postfix-20010204.ebuild
-./net-mail/procmail/procmail-3.15.1.ebuild
-./net-mail/qmail/qmail-1.03-r2.ebuild
-#./net-mail/qmail-ldap/qmail-ldap-1.03.20000701-r2.ebuild
-#./net-mail/qmail-mysql/qmail-mysql-1.03-r2.ebuild
-./net-mail/tnef/tnef-0.15.ebuild
-./net-mail/vlnx/vlnx-407e-r1.ebuild
-#./net-misc/bind/bind-8.2.2.5-r1.ebuild
-#./net-misc/bind/bind-8.2.2.7-r1.ebuild
-./net-misc/bind/bind-9.1.1.ebuild
-./net-misc/dhcp/dhcp-3.0_beta0211.ebuild
-./net-misc/netcat/nc-110.ebuild
-#./net-misc/djbdns/djbdns-1.02-r1.ebuild
-./net-misc/fping/fping-2.2_beta1.ebuild
-./net-misc/hylafax/hylafax-cvs-000614-r1.ebuild
-./net-misc/ipchains-firewall/ipchains-firewall-1.7.0-r1.ebuild
-./net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild
-./net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild
-./net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild
-./net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild
-./net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild
-./net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild
-./net-misc/netkit-timed/netkit-timed-0.17-r2.ebuild
-./net-misc/ntp/ntp-4.0.99k.ebuild
-./net-misc/nut/nut-0.44.1.ebuild
-./net-misc/openssh/openssh-2.3.0_p1-r4.ebuild
-./net-misc/rsync/rsync-2.4.6-r1.ebuild
-./net-misc/sitecopy/sitecopy-0.10.12.ebuild
-./net-misc/slirp/slirp-1.0.13.ebuild
-./net-misc/snarf/snarf-7.0-r1.ebuild
-#./net-misc/snort/snort-1.6.3-r2.ebuild
-./net-misc/snort/snort-1.7.ebuild
-./net-misc/sslwrap/sslwrap-2.0.5-r1.ebuild
-./net-misc/traceroute/traceroute-1.4_p12.ebuild
-./net-misc/wget/wget-1.5.3-r1.ebuild
-./net-misc/whois/whois-4.5.2.ebuild
-./net-nds/openldap/openldap-1.2.11-r1.ebuild
-#./net-nds/openldap/openldap-2.0.7.ebuild
-./net-nds/portmap/portmap-5b-r1.ebuild
-./net-nds/yp-tools/yp-tools-2.4-r1.ebuild
-./net-nds/ypbind/ypbind-1.7.ebuild
-./net-nds/ypserv/ypserv-1.3.9-r1.ebuild
-./net-print/LPRng/LPRng-3.6.26.ebuild
-./net-print/cups/cups-1.1.4.ebuild
-./net-print/gtklp/gtklp-0.6d.ebuild
-./net-print/kups/kups-1.0.ebuild
-./net-print/qtcups/qtcups-2.0.ebuild
-./net-print/gimp-print-cups/gimp-print-cups-4.1.1.ebuild
-./net-print/xpp/xpp-0.7.ebuild
-./net-www/amaya/amaya-4.1.ebuild
-./net-www/apache-ssl/apache-ssl-1.3.17.2.8.0.ebuild
-./net-www/cocoon/cocoon-1.8.ebuild
-./net-www/cvsweb/cvsweb-1.93-r1.ebuild
-./net-www/htdig/htdig-3.1.5.ebuild
-./net-www/jakarta/jakarta-3.1-r2.ebuild
-./net-www/links/links-0.95.ebuild
-./net-www/lynx/lynx-2.8.3-r1.ebuild
-#./net-www/mozilla/mozilla-milestone-18.ebuild
-#./net-www/netscape-flash/netscape-flash-4.0.12.ebuild
-./net-www/netscape-plugger/netscape-plugger-3.2.ebuild
-#./net-www/netscape/navigator-4.76-r1.ebuild
-./net-www/netscape/netscape-4.76-r1.ebuild
-./net-www/squid/squid-2.3.4s-r2.ebuild
-./net-www/w3m/w3m-0.1.10-r1.ebuild
-./sys-apps/at/at-3.1.8-r1.ebuild
-./sys-apps/baselayout/baselayout-1.5-r2.ebuild
-./sys-apps/bash/bash-2.04-r1.ebuild
-./sys-apps/bzip2/bzip2-1.0.1.ebuild
-./sys-apps/console-data/console-data-1999.08.29-r1.ebuild
-./sys-apps/console-tools/console-tools-0.2.3-r2.ebuild
-./sys-apps/cpio/cpio-2.4.2-r4.ebuild
-./sys-apps/daemontools/daemontools-0.70.ebuild
-./sys-apps/dcron/dcron-2.7-r2.ebuild
-./sys-apps/debianutils/debianutils-1.13.3-r1.ebuild
-./sys-apps/devfsd/devfsd-1.3.10.ebuild
-./sys-apps/diffutils/diffutils-2.7-r1.ebuild
-./sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild
-./sys-apps/ed/ed-0.2.ebuild
-./sys-apps/file/file-3.33.ebuild
-./sys-apps/fileutils/fileutils-4.0.36-r1.ebuild
-./sys-apps/findutils/findutils-4.1-r3.ebuild
-./sys-apps/gawk/gawk-3.0.6-r1.ebuild
-./sys-apps/gluelog/gluelog-1.0-r1.ebuild
-./sys-apps/grep/grep-2.4.2-r1.ebuild
-./sys-apps/groff/groff-1.16.1.ebuild
-./sys-apps/grub/grub-0.5.96.1-r1.ebuild
-./sys-apps/gzip/gzip-1.2.4a-r1.ebuild
-./sys-apps/hdparm/hdparm-3.9-r2.ebuild
-./sys-apps/ipchains/ipchains-1.3.10.ebuild
-./sys-apps/iproute2/iproute2-2.2.4-r2.ebuild
-./sys-apps/iptables/iptables-1.2.ebuild
-./sys-apps/isapnptools/isapnptools-1.23.ebuild
-./sys-apps/less/less-358-r1.ebuild
-./sys-apps/lilo/lilo-21.6.ebuild
-./sys-apps/man-pages/man-pages-1.31.ebuild
-./sys-apps/man/man-1.5.1h-r1.ebuild
-./sys-apps/modutils/modutils-2.3.24.ebuild
-#./sys-apps/modutils/modutils-2.4.0.ebuild
-./sys-apps/most/most-4.9.0-r1.ebuild
-./sys-apps/net-tools/net-tools-1.59.ebuild
-./sys-apps/netkit-base/netkit-base-0.17-r1.ebuild
-./sys-apps/portage/portage-1.4-r10.ebuild
-./sys-apps/procps/procps-2.0.7-r1.ebuild
-./sys-apps/psmisc/psmisc-19-r1.ebuild
-./sys-apps/raidtools/raidtools-0.90-r1.ebuild
-./sys-apps/reiserfs-utils/reiserfs-utils-3.6.25-r4.ebuild
-./sys-apps/sed/sed-3.02.80.ebuild
-./sys-apps/setserial/setserial-2.17-r1.ebuild
-./sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild
-./sys-apps/shadow/shadow-20001016-r1.ebuild
-./sys-apps/sharutils/sharutils-4.2.1-r2.ebuild
-./sys-apps/star/star-1.3_alpha8-r2.ebuild
-./sys-apps/sysvinit/sysvinit-2.78-r1.ebuild
-./sys-apps/sysklogd/sysklogd-1.4.ebuild
-./sys-apps/tar/tar-1.13.18-r4.ebuild
-./sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild
-./sys-apps/texinfo/texinfo-4.0-r1.ebuild
-./sys-apps/textutils/textutils-2.0.10.ebuild
-./sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild
-./sys-apps/util-linux/util-linux-2.10q.ebuild
-#./sys-apps/vcron/vcron-3.0_p1-r2.ebuild
-./sys-apps/vim-nogui/vim-nogui-5.7-r2.ebuild
-./sys-apps/watchpid/watchpid-0.1.ebuild
-./sys-apps/which/which-2.12.ebuild
-./sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild
-./sys-devel/autoconf/autoconf-2.13-r1.ebuild
-./sys-devel/automake/automake-1.4d.ebuild
-./sys-devel/bc/bc-1.06.ebuild
-./sys-devel/bin86/bin86-0.15.4.ebuild
-#./sys-devel/binutils/binutils-2.10.0.26.ebuild
-./sys-devel/binutils/binutils-2.10.1.0.7.ebuild
-./sys-devel/bison/bison-1.28-r1.ebuild
-./sys-devel/flex/flex-2.5.4a-r1.ebuild
-./sys-devel/gcc/gcc-2.95.2-r4.ebuild
-#./sys-devel/gcc/gcc-2.96.20000731.ebuild
-./sys-devel/gdb/gdb-5.0-r1.ebuild
-./sys-devel/gettext/gettext-0.10.35-r1.ebuild
-./sys-devel/ld.so/ld.so-1.9.11-r1.ebuild
-./sys-devel/libtool/libtool-1.3.5-r1.ebuild
-./sys-devel/m4/m4-1.4o-r2.ebuild
-./sys-devel/make/make-3.79.1-r1.ebuild
-./sys-devel/patch/patch-2.5.4-r1.ebuild
-./sys-devel/perl/perl-5.6.0-r5.ebuild
-./sys-devel/spython/spython-2.0-r2.ebuild
-#./sys-kernel/linux/linux-2.4.0.8.ebuild
-#./sys-kernel/linux/linux-2.4.0.8-r1.ebuild
-#./sys-kernel/linux/linux-2.4.1_pre7.ebuild
-#./sys-kernel/linux/linux-2.4.1_pre8.ebuild
-./sys-libs/cracklib/cracklib-2.7-r1.ebuild
-./sys-libs/db/db-1.85.ebuild
-./sys-libs/db/db-3.2.3h.ebuild
-./sys-libs/gdbm/gdbm-1.8.0-r1.ebuild
-#./sys-libs/glibc/glibc-2.2.1.ebuild
-./sys-libs/glibc/glibc-2.2.2.ebuild
-./sys-libs/gpm/gpm-1.19.3-r1.ebuild
-./sys-libs/lib-compat/lib-compat-1.0-r1.ebuild
-./sys-libs/ncurses/ncurses-5.2-r1.ebuild
-./sys-libs/nss-db/nss-db-2.2.ebuild
-./sys-libs/pam/pam-0.73.ebuild
-./sys-libs/pwdb/pwdb-0.61-r2.ebuild
-./sys-libs/readline/readline-4.1-r1.ebuild
-./sys-libs/slang/slang-1.4.2.ebuild
-./sys-libs/zlib/zlib-1.1.3-r1.ebuild
-./x11-base/nvidia/nvidia-0.9.5-r3.ebuild
-./x11-base/xfree/xfree-4.0.2.ebuild
-./x11-libs/fltk/fltk-1.0.10.ebuild
-./x11-libs/gtk+/gtk+-1.2.8-r3.ebuild
-./x11-libs/gtk-engines/gtk-engines-0.10.ebuild
-./x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild
-./x11-libs/libPropList/libPropList-0.10.1-r1.ebuild
-./x11-libs/openmotif/openmotif-2.1.30.ebuild
-./x11-libs/qt-x11/qt-x11-2.2.4.ebuild
-./x11-terms/eterm/eterm-0.8.10.ebuild
-./x11-terms/rxvt/rxvt-2.6.3.ebuild
-./x11-wm/afterstep/afterstep-1.8.8.ebuild
-./x11-wm/WindowMaker/WindowMaker-0.62.1-r1.ebuild
-./x11-wm/enlightenment/enlightenment-0.16.5-r1.ebuild
-./x11-wm/pwm/pwm-1.0.ebuild
-./x11-wm/sawfish/sawfish-0.35.ebuild
diff --git a/current-packages.rc4 b/current-packages.rc4
deleted file mode 100644
index 45d5d2d28778..000000000000
--- a/current-packages.rc4
+++ /dev/null
@@ -1,250 +0,0 @@
-./app-admin/fcron/fcron-1.0.2.ebuild
-./app-admin/gkrellm/gkrellm-1.0.7.ebuild
-./app-admin/jinit/jinit-0.1.9-r1.build
-./app-admin/killproc/killproc-1.12-r2.ebuild
-./app-admin/logrotate/logrotate-3.3-r2.ebuild
-./app-admin/modlogan/modlogan-0.5.7-r1.ebuild
-./app-admin/mon/mon-0.38.20-r1.ebuild
-./app-admin/pciutils/pciutils-2.1.8-r1.ebuild
-./app-admin/qtsvc/qtsvc-0.1-r1.ebuild
-./app-admin/runset/runset-1.4.ebuild
-./app-admin/sudo/sudo-1.6.3_p7.ebuild
-./app-admin/sysstat/sysstat-3.3.6.ebuild
-./app-admin/usbview/usbview-1.0.ebuild
-./app-admin/webalizer/webalizer-2.01.06.ebuild
-./app-arch/dump/dump-0.4.21-r2.ebuild
-./app-arch/rpm/rpm-3.0.6-r1.ebuild
-./app-arch/unzip/unzip-5.41-r2.ebuild
-./app-arch/zip/zip-2.3-r1.ebuild
-./app-cdr/cdrecord/cdrecord-1.9-r3.ebuild
-./app-doc/gimp-user-manual/gimp-user-manual-2.0.ebuild
-./app-editors/emacs-motif/emacs-motif-20.7-r2.ebuild
-./app-editors/emacs-nogui/emacs-nogui-20.7-r1.ebuild
-./app-editors/emacs-x11/emacs-x11-20.7-r2.ebuild
-#./app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild
-./app-editors/joe/joe-2.9.5.ebuild
-./app-editors/nedit/nedit-5.1.1-r1.ebuild
-./app-editors/vile/vile-9.2-r1.ebuild
-./app-editors/vim-gtk/vim-gtk-5.7-r3
-./app-emulation/wine/wine-20010326.ebuild
-./app-misc/gfontview/gfontview-0.5.0.ebuild
-./app-misc/lhinv/lhinv-1.1-r1.ebuild
-./app-shells/ccsh/ccsh-0.0.4-r2.ebuild
-./app-shells/esh/esh-0.8-r2.ebuild
-./app-shells/pdksh/pdksh-5.2.14-r3.ebuild
-./app-shells/sash/sash-3.4-r3.ebuild
-./app-shells/tcsh/tcsh-6.10-r1.ebuild
-./app-shells/zsh/zsh-3.1.9-r1.ebuild
-./app-text/a2ps/a2ps-4.13b-r3.ebuild
-./app-text/acroread/acroread-4.05.ebuild
-./app-text/aspell/aspell-0.33.ebuild
-./app-text/aspell-de/aspell-de-20001109.ebuild
-./app-text/dgs/dgs-0.5.10-r1.ebuild
-./app-text/docbook2X/docbook2X-0.6.1.ebuild
-./app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.64.ebuild
-./app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.0.ebuild
-./app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.1.ebuild
-./app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.0.ebuild
-./app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1.ebuild
-./app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.6.ebuild
-./app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2.ebuild
-./app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4.ebuild
-./app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.29.ebuild
-./app-text/ghostscript/ghostscript-6.50-r2.ebuild
-./app-text/gocr/gocr-0.3.1.ebuild
-./app-text/freefonts/freefonts-0.10.ebuild
-./app-text/html-xml-utils/html-xml-utils-1.3-r1.ebuild
-./app-text/ispell/ispell-3.1.20-r1.ebuild
-./app-text/ispell-de/ispell-de-20001109.ebuild
-./app-text/jadetex/jadetex-2.20.ebuild
-./app-text/openjade/openjade-1.3-r1.ebuild
-./app-text/passivetex/passivetex-1.4.ebuild
-./app-text/pspell/pspell-0.12.ebuild
-#./app-text/pspell-ispell/pspell-ispell-0.10.2.ebuild
-./app-text/psutils/psutils-1.17.ebuild
-./app-text/rcs/rcs-5.7-r1.ebuild
-./app-text/sablotron/sablotron-0.51.ebuild
-./app-text/sgml-common/sgml-common-0.6.1.ebuild
-./app-text/sharefonts/sharefonts-0.10.ebuild
-./app-text/tetex/tetex-1.0.7-r2.ebuild
-./app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild
-./app-text/xmltex/xmltex-1.0.ebuild
-./app-text/xpdf/xpdf-0.92.ebuild
-./dev-db/mysql/mysql-3.23.36.ebuild
-./dev-lang/nasm/nasm-0.98-r2.ebuild
-./dev-libs/expat/expat-1.95.1-r1.ebuild
-./dev-libs/glib/glib-1.2.8-r2.ebuild
-./dev-libs/gmp/gmp-3.1.1-r1.ebuild
-./dev-libs/libpcre/libpcre-3.4-r1.ebuild
-./dev-libs/librep/librep-0.13.4-r1.ebuild
-./dev-libs/openssl/openssl-0.9.6-r1.ebuild
-./dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild
-./dev-perl/Convert-BER/Convert-BER-1.31-r1.ebuild
-./dev-perl/Net-Telnet/Net-Telnet-3.02-r1.ebuild
-./dev-perl/Mon/Mon-0.11-r1.ebuild
-./dev-util/cvs/cvs-1.11-r1.ebuild
-./dev-utils/guile/guile-1.4-r3.ebuild
-./gnome-apps/nautilus/nautilus-0.8.2.ebuild pam?
-./gnome-base/bonobo/bonobo-0.37.ebuild
-./gnome-base/control-center/control-center-1.2.4.ebuild
-./gnome-base/gal/gal-0.5.ebuild
-./gnome-base/gconf/gconf-0.50.ebuild
-./gnome-base/gdk-pxibuf/gdk-pixbuf-0.9.0-r1.ebuild
-./gnome-base/gnome-applets/gnome-applets-1.3.1.ebuild
-./gnome-base/gnome-core/gnome-core-1.3.1.ebuild
-./gnome-base/gnome/gnome-1.4_beta2.ebuild
-./gnome-base/gnome-libs/gnome-libs-1.2.12.ebuild
-./gnome-base/gnome-libs/gnome-libs-1.2.12.ebuild
-./gnome-base/gnome-print/gnome-print-0.25-r1.ebuild
-./gnome-base/gtkhtml/gtkhtml-0.8.2.ebuild
-./gnome-base/libghttp/libghttp-1.0.9.ebuild
-./gnome-base/libglade/libglade-0.16.ebuild
-./gnome-base/libgtop/libgtop-1.0.12.ebuild
-./gnome-base/libunicode/libunicode-0.4-r1.ebuild
-./gnome-base/libxml/libxml-1.8.11.ebuild
-./gnome-base/oaf/oaf-0.6.4.ebuild
-./gnome-base/ORBit/ORBit-0.5.7.ebuild
-./gnome-base/scrollkeeper/scrollkeeper-0.1.2.ebuild
-./gnome-libs/ammonite/ammonite-0.8.6.ebuild
-./gnome-libs/meduse/medusa-0.3.2.ebuild
-./kde-apps/cervisia/cervisia-1.3.ebuild
-./kde-base/kdesupport/kdesupport-2.1-r1.ebuild
-./kde-base/kdelibs/kdelibs-2.1.1.ebuild
-./kde-base/kdebase/kdebase-2.1.1.ebuild
-./media-libs/aalib/aalib-1.2-r1.ebuild
-./media-libs/alsa-lib/alsa-lib-0.5.10-r1.ebuild
-./media-libs/audiofile/audiofile-0.2.1.ebuild
-./media-libs/freetype/freetype-1.3.1-r2.ebuild
-./media-libs/freetype/freetype-2.0.1-r1.ebuild
-./media-libs/giflib/giflib-4.1.0-r1.ebuild
-./media-libs/gle/gle-3.0.1-r1.ebuild
-./media-libs/imlib/imlib-1.9.9.ebuild
-./media-libs/jpeg/jpeg-6b-r2.ebuild
-./media-libs/lcms/lcms-1.06.ebuild
-./media-libs/libao/libao-0.5.0-r1.ebuild
-./media-libs/libgd/libgd-1.8.3-r2.ebuild
-./media-libs/libggi/libggi-2.0_beta3.ebuild
-./media-libs/libgii/libgii-0.7.ebuild
-./media-libs/libmikmod/libmikmod-3.1.9-r2.ebuild
-./media-libs/libmng/libmng-1.0.0.ebuild
-./media-libs/libogg/libogg-1.0_beta3-r1.ebuild
-./media-libs/libpng/libpng-1.0.9.ebuild
-./media-libs/libsdl/libsdl-1.1.8.ebuild
-./media-libs/libvorbis/libvorbis-1.0_beta3-r1.ebuild
-./media-libs/mesa/mesa-3.4-r1.ebuild
-./media-libs/mpeg-lib/mpeg-lib-1.3.1-r1.ebuild
-./media-libs/netpbm/netpbm-9.10-r3.ebuild
-./media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild
-./media-libs/smpeg/smpeg-0.4.2-r1.ebuild
-./media-libs/svgalib/svgalib-1.4.2-r1.ebuild
-./media-libs/t1lib/t1lib-1.0.1-r2.ebuild
-./media-libs/tiff/tiff-3.5.5-r3.ebuild
-./media-sound/esound/esound-0.2.22-r1.ebuild
-./media-video/xawtv/xawtv-3.43.ebuild
-./net-libs/libwww/libwww-5.3.2-r1.ebuild
-./net-misc/dhcp/dhcp-3.0_beta0224.ebuild
-./net-misc/openssh/openssh-2.3.0_p1-r5.ebuild
-./net-misc/rsync/rsync-2.4.6-r2
-./net-misc/wget/wget-1.5.3-r1.ebuild
-./net-www/links/links-0.95-r1.ebuild
-./net-www/mozilla/mozilla-0.8-r1.ebuild
-./net-www/netscape/netscape-4.76-r2.ebuild
-./sys-apps/at/at-3.1.8-r2.ebuild
-./sys-apps/baselayout/baselayout-1.5-r2.ebuild
-./sys-apps/bash/bash-2.05.ebuild
-#./sys-apps/busybox/busybox-0.50.ebuild
-./sys-apps/bzip2/bzip2-1.0.1-r2.ebuild
-./sys-apps/console-data/console-data-1999.08.29-r2.ebuild
-./sys-apps/console-tools/console-tools-0.2.3-r3.ebuild
-./sys-apps/cpio/cpio-2.4.2-r3.ebuild
-./sys-apps/daemontools/daemontools-0.70-r1.ebuild
-./sys-apps/dcron/dcron-2.7-r3.ebuild
-./sys-apps/debianutils/debianutils-1.13.3-r3.ebuild
-./sys-apps/devfsd/devfsd-1.3.11.ebuild
-./sys-apps/diffutils/diffutils-2.7-r3.ebuild
-./sys-apps/e2fsprogs/e2fsprogs-1.19-r1.ebuild
-./sys-apps/ed/ed-0.2-r1.ebuild
-./sys-apps/file/file-3.33-r2.ebuild
-./sys-apps/fileutils/fileutils-4.0.36-r3.ebuild
-./sys-apps/findutils/findutils-4.1-r5.ebuild
-./sys-apps/gawk/gawk-3.0.6-r3.ebuild
-./sys-apps/gluelog/gluelog-1.0-r2.ebuild
-./sys-apps/grep/grep-2.4.2-r3.ebuild
-./sys-apps/groff/groff-1.16.1-r1.ebuild
-./sys-apps/grub/grub-0.5.96.1-r2.ebuild
-./sys-apps/gzip/gzip-1.2.4a-r3.ebuild
-./sys-apps/hdparm/hdparm-3.9-r3.ebuild
-./sys-apps/ipchains/ipchains-1.3.10-r1.ebuild
-./sys-apps/iproute2/iproute2-2.2.4-r1.ebuild
-./sys-apps/iptables/iptables-1.2-r1.ebuild
-./sys-apps/isapnptools/isapnptools-1.23-r1.ebuild
-./sys-apps/less/less-358-r2.ebuild
-./sys-apps/lilo/lilo-21.6-r1.ebuild
-./sys-apps/man/man-1.5.1h-r2.ebuild
-./sys-apps/man-pages/man-pages-1.34.ebuild
-./sys-apps/modutils/modutils-2.4.2.ebuild
-./sys-apps/most/most-4.9.0-r2.ebuild
-./sys-apps/netkit-base/netkit-base-0.17-r2.ebuild
-./sys-apps/net-tools/net-tools-1.59.ebuild
-./sys-apps/portage/portage-1.5_pre1.ebuild
-./sys-apps/procps/procps-2.0.7-r3.ebuild
-./sys-apps/psmisc/psmisc-19-r2.ebuild
-./sys-apps/raidtools/raidtools-0.90-r2.ebuild
-./sys-apps/reiserfs-utils/reiserfs-utils-3.6.25-r3.ebuild
-./sys-apps/sed/sed-3.02.80-r2.ebuild
-./sys-apps/setserial/setserial-2.17-r2.ebuild
-./sys-apps/shadow/shadow-20001016-r2.ebuild
-./sys-apps/sharutils/sharutils-4.2.1-r3.ebuild
-./sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild
-./sys-apps/star/star-1.3_alpha8-r1.ebuild
-./sys-apps/sysklogd/sysklogd-1.4-r2.ebuild
-./sys-apps/sysvinit/sysvinit-2.78-r2.ebuild
-./sys-apps/tar/tar-1.13.18-r3.ebuild
-./sys-apps/tcp-wrappers/tcp-wrappers-7.6-r2.ebuild
-./sys-apps/texinfo/texinfo-4.0-r2.ebuild
-./sys-apps/textutils/textutils-2.0.10-r2.ebuild
-./sys-apps/ucspi-tcp/ucspi-tcp-0.88-r1.ebuild
-./sys-apps/util-linux/util-linux-2.10s.ebuild
-./sys-apps/vim-nogui/vim-nogui-5.7-r3.ebuild
-./sys-apps/watchpid/watchpid-0.1-r1.ebuild
-./sys-apps/which/which-2.12-r1.ebuild
-./sys-apps/xinetd/xinetd-2.1.8.8_p3-r5.ebuild
-#./sys-apps/yard/yard-2.0.ebuild
-./sys-devel/autoconf/autoconf-2.13-r2.ebuild
-./sys-devel/automake/automake-1.4d.ebuild
-./sys-devel/bc/bc-1.06-r1.ebuild
-./sys-devel/bin86/bin86-0.15.4-r1.ebuild
-./sys-devel/binutils/binutils-2.10.91.0.2-r1.ebuild
-./sys-devel/bison/bison-1.28-r3.ebuild
-./sys-devel/flex/flex-2.5.4a-r3.ebuild
-./sys-devel/gcc/gcc-2.95.3.ebuild
-./sys-devel/gdb/gdb-5.0-r2.ebuild
-./sys-devel/gettext/gettext-0.10.35-r2.ebuild
-./sys-devel/ld.so/ld.so-1.9.11-r2.ebuild
-./sys-devel/libtool/libtool-1.3.5-r2.ebuild
-./sys-devel/m4/m4-1.4o-r2.ebuild
-./sys-devel/make/make-3.79.1-r3.ebuild
-./sys-devel/patch/patch-2.5.4-r3.ebuild
-./sys-devel/perl/perl-5.6.0-r6.ebuild
-./sys-devel/spython/spython-2.0-r4.ebuild
-./sys-libs/cracklib/cracklib-2.7-r2.ebuild
-./sys-libs/db/db-1.85-r1.ebuild
-./sys-libs/db/db-3.2.3h-r1.ebuild
-./sys-libs/gdbm/gdbm-1.8.0-r2.ebuild
-./sys-libs/glibc/glibc-2.2.2-r2.ebuild
-./sys-libs/gpm/gpm-1.19.3-r2.ebuild
-./sys-libs/lib-compat/lib-compat-1.0-r2.ebuild
-./sys-libs/ncurses/ncurses-5.2-r2.ebuild
-./sys-libs/nss-db/nss-db-2.2-r1.ebuild
-./sys-libs/pam/pam-0.73-r1.ebuild
-./sys-libs/pwdb/pwdb-0.61-r3.ebuild
-./sys-libs/readline/readline-4.2.ebuild
-./sys-libs/slang/slang-1.4.4.ebuild
-./sys-libs/zlib/zlib-1.1.3-r2.ebuild
-./x11-base/xfree/xfree-4.0.3.ebuild
-./x11-libs/fltk/fltk-1.0.10-r1.ebuild
-./x11-libs/gtk+/gtk+-1.2.8-r4.ebuild
-./x11-libs/libPropList/libPropList-0.10.1-r2.ebuild
-./x11-libs/openmotif/openmotif-2.1.30-r1.ebuild
-./x11-libs/qt-x11/qt-x11-2.2.4-r1.ebuild
-./x11-wm/sawfish/sawfish-0.37.3-r1.ebuild
diff --git a/dev-db/unixODBC/files/digest-unixODBC-2.0.8 b/dev-db/unixODBC/files/digest-unixODBC-2.0.8
deleted file mode 100644
index 0462b8c50f1c..000000000000
--- a/dev-db/unixODBC/files/digest-unixODBC-2.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8b86e29adc2f3ff0713cde9c1a20c5ec unixODBC-2.0.8.tar.gz
diff --git a/dev-db/unixODBC/unixODBC-2.0.8.ebuild b/dev-db/unixODBC/unixODBC-2.0.8.ebuild
deleted file mode 100644
index cc5309c95ca0..000000000000
--- a/dev-db/unixODBC/unixODBC-2.0.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.8.ebuild,v 1.1 2001/07/01 21:56:57 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="ODBC Interface for Linux"
-SRC_URI="http://www.unixodbc.org/${A}"
-HOMEPAGE="http://www.unixodbc.org"
-
-DEPEND="virtual/glibc
- >=sys-libs/readline-4.1
- >=sys-libs/ncurses-5.2
- qt? ( >=x11-libs/qt-x11-2.3.0 )"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- cp Makefile.in Makefile.orig
- sed -e "s:touch :touch \${DESTDIR}/:" Makefile.orig > Makefile.in
-
-}
-src_compile() {
- local myconf
- if [ "`use qt`" ]
- then
- myconf="--enable-gui=yes"
- else
- myconf="--enable-gui=no"
- fi
- try ./configure --prefix=/usr --sysconfdir=/etc/unixODBC --host=${CHOST} ${myconf}
-
- try make
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog NEWS README*
- cp -a doc ${D}/usr/share/doc/${PF}/html
- find ${D}/usr/share/doc/${PF}/html -name "Makefile*" -exec rm {} \;
- prepalldocs
-}
diff --git a/dev-lang/kaffe/files/30kaffe b/dev-lang/kaffe/files/30kaffe
deleted file mode 100644
index 867b3fbf8dcb..000000000000
--- a/dev-lang/kaffe/files/30kaffe
+++ /dev/null
@@ -1,4 +0,0 @@
-PATH=/opt/kaffe/bin
-ROOTPATH=/opt/kaffe/bin
-MANPATH=/opt/kaffe/man
-LDPATH=/opt/kaffe/lib
diff --git a/dev-lang/kaffe/kaffe-1.0.6-r1.ebuild b/dev-lang/kaffe/kaffe-1.0.6-r1.ebuild
index c12347af74a7..6d1d69c22f56 100644
--- a/dev-lang/kaffe/kaffe-1.0.6-r1.ebuild
+++ b/dev-lang/kaffe/kaffe-1.0.6-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Jerry Alexandratos
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/kaffe/kaffe-1.0.6-r1.ebuild,v 1.3 2001/06/29 01:49:08 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/kaffe/kaffe-1.0.6-r1.ebuild,v 1.2 2001/04/28 18:59:57 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -29,8 +29,4 @@ src_compile() {
src_install () {
cd ${S}
try make DESTDIR=${D} install
- dodir /etc/env.d
- insinto /etc/env.d
- doins ${FILESDIR}/30kaffe
- #30kaffe will set up the ld.so.path, path, manpath, etc.
}
diff --git a/dev-lang/php/files/digest-php-4.0.6 b/dev-lang/php/files/digest-php-4.0.6
deleted file mode 100644
index b0cf774d4f6c..000000000000
--- a/dev-lang/php/files/digest-php-4.0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5f698521cf2b392cf9bfa87fc1a0fe90 php-4.0.6.tar.gz
diff --git a/dev-lang/php/php-4.0.6.ebuild b/dev-lang/php/php-4.0.6.ebuild
deleted file mode 100644
index 8f8ced722d05..000000000000
--- a/dev-lang/php/php-4.0.6.ebuild
+++ /dev/null
@@ -1,154 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.0.6.ebuild,v 1.1 2001/07/01 21:03:17 achim Exp $
-
-A=${PN}-4.0.6.tar.gz
-S=${WORKDIR}/${PN}-4.0.6
-DESCRIPTION="HTML embedded scripting language"
-SRC_URI="http://www.php.net/distributions/${A}"
-HOMEPAGE="http://www.php.net/"
-
-DEPEND="virtual/glibc
-
- >=dev-libs/gmp-3.1.1
- =media-libs/freetype-1.3.1-r2
- >=media-libs/jpeg-6b
- >=media-libs/tiff-3.5.5
- >=media-libs/libpng-1.0.7
- >=media-libs/libgd-1.8.3
- >=media-libs/t1lib-1.0.1
- >=net-www/apache-ssl-1.3
- pam? ( >=sys-libs/pam-0.75 )
- readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 )
- gettext? ( sys-devel/gettext )
- gdbm? ( >=sys-libs/gdbm-1.8.0 )
- berkdb? ( >=sys-libs/db-3 )
- mysql? ( >=dev-db/mysql-3.23.26 )
- odbc? ( >=dev-db/unixODBC-1.8.13 )
- ldap? ( >=net-nds/openldap-1.2.11 )
- postgres? ( >=dev-db/postgresql-7.1 )
- X? ( virtual/x11 )
- qt? ( >=x11-libs/qt-x11-2.3.0 )
- xml? ( >=app-text/sablotron-0.44 )
- libwww? ( >=net-libs/libwww-5.3.2 )
- imap? ( virtual/imap )"
-
-RDEPEND="virtual/glibc
- >=dev-libs/gmp-3.1.1
- =media-libs/freetype-1.3.1-r2
- >=media-libs/jpeg-6b
- >=media-libs/libpng-1.0.7
- >=media-libs/t1lib-1.0.1
- >=net-www/apache-ssl-1.3
- pam? ( >=sys-libs/pam-0.75 )
- gdbm? ( >=sys-libs/gdbm-1.8.0 )
- berkdb? ( >=sys-libs/db-3 )
- mysql? ( >=dev-db/mysql-3.23.26 )
- odbc? ( >=dev-db/unixODBC-1.8.13 )
- ldap? ( >=net-nds/openldap-1.2.11 )
- postgres? ( >=dev-db/postgresql-7.1 )
- X? ( virtual/x11 )
- qt? ( >=x11-libs/qt-x11-2.3.0 )
- xml? ( >=app-text/sablotron-0.44 )
- libwww? ( >=net-libs/libwww-5.3.2 )
- imap? ( virtual/imap )"
-
-src_compile() {
-
- local myconf
- if [ "`use readline`" ] ; then
- myconf="--with-readline"
- fi
- if [ "`use pam`" ] ; then
- myconf="$myconf --with-pam"
- fi
- if [ "`use gettext`" ] ; then
- myconf="$myconf --with-gettext"
- fi
- if [ "`use gdbm`" ] ; then
- myconf="$myconf --with-gdbm=/usr"
- fi
- if [ "`use berkdb`" ] ; then
- myconf="$myconf --with-db3=/usr"
- fi
- if [ "`use mysql`" ] ; then
- myconf="$myconf --with-mysql=/usr"
- fi
- if [ "`use postgres`" ] ; then
- myconf="$myconf --with-pgsql=/usr"
- fi
- if [ "`use odbc`" ] ; then
- myconf="$myconf --with-unixODBC=/usr"
- fi
- if [ "`use ldap`" ] ; then
- myconf="$myconf --with-ldap"
- fi
- if [ "`use qt`" ] ; then
- myconf="$myconf --with-qtdom"
- fi
- if [ "`use imap`" ] ; then
- myconf="$myconf --with-imap"
- fi
- if [ "`use libwww`" ] ; then
- myconf="$myconf --with-xml"
- else
- myconf="$myconf --disable-xml"
- fi
- if [ "`use xml`" ] ; then
- export LIBS="-lxmlparse -lxmltok"
- myconf="$myconf --with-sablot=/usr"
- fi
-
- LDFLAGS="$LDFLAGS -ltiff -ljpeg"
-
- if [ "`use X`" ] ; then
- myconf="$myconf --with-xpm-dir=/usr/X11R6"
- LDFLAGS="$LDFLAGS -L/usr/X11R6/lib"
- fi
-
-
-
- ./configure --enable-safe-mode --enable-ftp --enable-track-vars --with-gmp \
- --enable-dbase --enable-sysvsem --enable-sysvshm --with-zlib=yes --enable-bcmath \
- --enable-calendar --enable-versioning --enable-inline-optimization --enable-trans-sid \
- --with-gd --with-ttf --with-t1lib --with-jpeg-dir=/usr/lib \
- --with-config-file-path=`/usr/sbin/apxs -q SYSCONFDIR` --host=${CHOST} \
- --with-apxs="/usr/sbin/apxs -ltiff" --with-exec-dir="/usr/lib/apache/bin" $myconf
- try make
-}
-
-
-src_install() {
- cd ${S}
- dodir /usr/lib/apache
- cp .libs/libphp4.so ${D}/usr/lib/apache
- dodir /etc/httpd
- cp php.ini-dist ${D}/etc/httpd/php.ini
- into /usr
- dodoc CODING_STANDARDS LICENSE EXTENSIONS
- dodoc RELEASE_PROCESS README.* TODO NEWS
- dodoc ChangeLog* *.txt
-}
-
-pkg_config() {
-
- . ${ROOT}/etc/rc.d/config/functions
-
- if [ -f "${ROOT}/etc/httpd/httpd.conf" ]
- then
-
- # Activate PHP-Extension in httpd.conf
- echo "Activate PHP in httpd.conf..."
- cp ${ROOT}/etc/httpd/httpd.conf ${ROOT}/etc/httpd/httpd.conf.orig
- sed -e "s/^#LoadModule php4_module/LoadModule php4_module/" \
- -e "s/^#AddModule mod_php4.c/AddModule mod_php4.c/" \
- -e "s/#AddType application\/x-httpd-php /AddType application\/x-httpd-php /" \
- -e "s/#AddType application\/x-httpd-php-/AddType application\/x-httpd-php-/" \
- ${ROOT}/etc/httpd/httpd.conf.orig > ${ROOT}/etc/httpd/httpd.conf
-
- fi
-}
-
-
-
diff --git a/dev-libs/libxml/files/digest-libxml-1.8.14 b/dev-libs/libxml/files/digest-libxml-1.8.14
deleted file mode 100644
index da51da348278..000000000000
--- a/dev-libs/libxml/files/digest-libxml-1.8.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b87930faf7433efe0c02de5029bce55a libxml-1.8.14.tar.gz
diff --git a/dev-libs/libxml/libxml-1.8.14.ebuild b/dev-libs/libxml/libxml-1.8.14.ebuild
deleted file mode 100644
index eb7e4be5bb87..000000000000
--- a/dev-libs/libxml/libxml-1.8.14.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.14.ebuild,v 1.1 2001/06/28 20:29:07 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="libxml"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-env-1.0
- >=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1"
-
-RDEPEND=">=gnome-base/gnome-env-1.0
- >=sys-libs/ncurses-5.2"
-
-src_compile() {
- LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
- try make # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
- try make install prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome
- dodoc AUTHORS COPYING* ChangeLog NEWS README
-}
-
-
-
-
-
-
-
diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.9.5 b/dev-libs/pilot-link/files/digest-pilot-link-0.9.5
deleted file mode 100644
index 192c3ccdf9f9..000000000000
--- a/dev-libs/pilot-link/files/digest-pilot-link-0.9.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2a593ec62adb57262d9b6a1cbf9908ee pilot-link.0.9.5.tar.gz
diff --git a/dev-libs/pilot-link/pilot-link-0.9.5.ebuild b/dev-libs/pilot-link/pilot-link-0.9.5.ebuild
deleted file mode 100644
index 54d92e3e8c35..000000000000
--- a/dev-libs/pilot-link/pilot-link-0.9.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# AJ Lewis
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.9.5.ebuild,v 1.1 2001/07/02 21:05:35 lamer Exp $
-
-A=${PN}.0.9.5.tar.gz
-S=${WORKDIR}/${PN}.0.9.5
-DESCRIPTION="A suite of tools contains a series of conduits for moving
-information to and from your Palm device and your desktop or workstation
-system."
-
-SRC_URI="http://www.gnu-designs.com/pilot-link/source/${A}"
-HOMEPAGE="http://www.gnu-designs.com/pilot-link/"
-DEPEND="virtual/glibc"
-
-src_compile() {
- try ./configure --prefix=/usr/ --mandir=/usr/share/man \
- --infodir=/usr/share/info --with-tcl=no --with-itcl=no \
- --with-tk=no --with-python=no --with-java=no --with-perl5=no
- try make clean
- try make ${MAKEOPTS}
-}
-
-src_install() {
- try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install
- dodoc COPYING COPYING.LIB ChangeLog README TODO doc/syncabs.sgml
-}
-
diff --git a/dev-libs/pilot-link/pilot-link-0.9.5_pre6.ebuild b/dev-libs/pilot-link/pilot-link-0.9.5_pre6.ebuild
new file mode 100644
index 000000000000..2e4f7eef5ac3
--- /dev/null
+++ b/dev-libs/pilot-link/pilot-link-0.9.5_pre6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# AJ Lewis
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.9.5_pre6.ebuild,v 1.1 2001/06/12 01:51:52 aj Exp $
+
+A=${PN}.0.9.5-pre6.tar.gz
+S=${WORKDIR}/${PN}.0.9.5-pre6
+DESCRIPTION="A suite of tools contains a series of conduits for moving
+information to and from your Palm device and your desktop or workstation
+system."
+
+SRC_URI="http://www.gnu-designs.com/pilot-link/source/${A}"
+HOMEPAGE="http://www.gnu-designs.com/pilot-link/"
+DEPEND="virtual/glibc"
+
+src_compile() {
+ try ./configure --prefix=/usr/ --mandir=/usr/share/man \
+ --infodir=/usr/share/info --with-itcl=no --with-tk=no \
+ --with-python=no --with-java=no --with-perl5=no
+ try make clean
+ try make ${MAKEOPTS}
+}
+
+src_install() {
+ try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install
+ dodoc COPYING COPYING.LIB ChangeLog README TODO doc/syncabs.sgml
+}
+
diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.00.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.00.ebuild
deleted file mode 100644
index d6da75e5c84c..000000000000
--- a/dev-perl/Digest-SHA1/Digest-SHA1-2.00.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.00.ebuild,v 1.1 2001/06/27 22:27:12 tadpol Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A URI Perl Module"
-SRC_URI="http://cpan.valueclick.com/modules/by-category/14_Security_and_Encryption/Digest/${A}"
-HOMEPAGE="http://cpan.valueclick.com/modules/by-category/14_Security_and_Encryption/Digest/${P}.readme"
-
-DEPEND=">=sys-devel/perl-5 virtual/glibc"
-
-src_compile() {
-
- perl Makefile.PL
- try make
- try make test
-}
-
-src_install () {
-
- make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install
- dodoc Changes MANIFEST README
-
-}
-
-
-
-
-
-
-
-
diff --git a/dev-perl/Digest-SHA1/files/digest-Digest-SHA1-2.00 b/dev-perl/Digest-SHA1/files/digest-Digest-SHA1-2.00
deleted file mode 100644
index 8fa15f605ff5..000000000000
--- a/dev-perl/Digest-SHA1/files/digest-Digest-SHA1-2.00
+++ /dev/null
@@ -1 +0,0 @@
-MD5 69be4bbde20a6cfd96f6a05830dea98b Digest-SHA1-2.00.tar.gz
diff --git a/dev-perl/RPC-XML/RPC-XML-0.26.ebuild b/dev-perl/RPC-XML/RPC-XML-0.26.ebuild
deleted file mode 100644
index 34975d0004af..000000000000
--- a/dev-perl/RPC-XML/RPC-XML-0.26.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.26.ebuild,v 1.1 2001/07/01 20:27:34 achim Exp $
-
-A=${PN}-${PV}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat."
-SRC_URI="http://cpan.valueclick.com/modules/by-module/RPC/${A}"
-HOMEPAGE="http://cpan.valueclick.com/modules/by-module/RPC/${PN}.${PV}.readme"
-
-DEPEND=">=sys-devel/perl-5 dev-perl/XML-Parser dev-perl/mod_perl"
-
-src_compile() {
-
- perl Makefile.PL
- try make
- try make test
-}
-
-src_install () {
-
- try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install
- dodoc ChangeLog MANIFEST README
-
-}
-
-
-
-
-
-
-
-
-
-
diff --git a/dev-perl/RPC-XML/files/digest-RPC-XML-0.26 b/dev-perl/RPC-XML/files/digest-RPC-XML-0.26
deleted file mode 100644
index 61b7e7da8e3d..000000000000
--- a/dev-perl/RPC-XML/files/digest-RPC-XML-0.26
+++ /dev/null
@@ -1 +0,0 @@
-MD5 53402e5f0af8eb85a7b830f99d9608bd RPC-XML-0.26.tar.gz
diff --git a/dev-python/orbit-python/files/digest-orbit-python-0.2.0 b/dev-python/orbit-python/files/digest-orbit-python-0.2.0
deleted file mode 100644
index e88307ff590b..000000000000
--- a/dev-python/orbit-python/files/digest-orbit-python-0.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 56ebe0f2c9194e338c48b7f931003722 orbit-python-0.2.0.tar.gz
diff --git a/dev-python/orbit-python/orbit-python-0.2.0.ebuild b/dev-python/orbit-python/orbit-python-0.2.0.ebuild
deleted file mode 100644
index 73c2f72f1cc2..000000000000
--- a/dev-python/orbit-python/orbit-python-0.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Mikael Hallendal
-# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.2.0.ebuild,v 1.1 2001/07/02 19:48:59 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="ORBit bindings for Python"
-SRC_URI="http://orbit-python.sault.org/${A}"
-HOMEPAGE="http://orbit-python.sault.org/"
-
-DEPEND=">=dev-libs/glib-1.1.4
- >=gnome-base/ORBit-0.5.1
- virtual/python"
-
-src_compile() {
- PYTHON="/usr/bin/python" try ./configure --host=${CHOST} --prefix=/usr \
- --with-libIDL-prefix=/opt/gnome --with-orbit-prefix=/opt/gnome
- try make
-}
-
-src_install() {
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog NEWS
- dodoc README TODO
-}
-
-
-
-
diff --git a/dev-util/dialog/dialog-0.7.ebuild b/dev-util/dialog/dialog-0.7.ebuild
deleted file mode 100644
index 0bb1cbb181fa..000000000000
--- a/dev-util/dialog/dialog-0.7.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Prakash Shetty (Crux)
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Tool to display Dialog boxes from Shell"
-SRC_URI="http://www.advancedresearch.org/dialog/${A}"
-HOMEPAGE="http://www.advancedresearch.org/dialog/"
-
-DEPEND=">=sys-apps/bash-2.04-r3
- >=sys-libs/ncurses-5.2"
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog README
-}
-
diff --git a/dev-util/dialog/files/digest-dialog-0.7 b/dev-util/dialog/files/digest-dialog-0.7
deleted file mode 100644
index 8dd0948fbd8f..000000000000
--- a/dev-util/dialog/files/digest-dialog-0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 42e82e38563f92721893ed8d0f8eb693 dialog-0.7.tar.gz
diff --git a/dev-util/memprof/files/digest-memprof-0.4.1 b/dev-util/memprof/files/digest-memprof-0.4.1
deleted file mode 100644
index ce9bfa23de9c..000000000000
--- a/dev-util/memprof/files/digest-memprof-0.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a3aab0b210bc6a49765e48c93808931c memprof-0.4.1.tar.gz
diff --git a/dev-util/memprof/memprof-0.4.1.ebuild b/dev-util/memprof/memprof-0.4.1.ebuild
deleted file mode 100644
index fda148ff5798..000000000000
--- a/dev-util/memprof/memprof-0.4.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Mikael Hallendal
-# $Header: /var/cvsroot/gentoo-x86/dev-util/memprof/memprof-0.4.1.ebuild,v 1.1 2001/06/28 23:42:13 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="MemProf - Profiling and leak detection"
-SRC_URI="http://people.redhat.com/otaylor/memprof/${A}"
-HOMEPAGE="http://people.redhat.com/otaylor/memprof/"
-
-DEPEND="nls? ( sys-devel/gettext )
- gnome-base/gnome-libs
- sys-devel/binutils
- >=gnome-base/libglade-0.7"
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome --disable-more-warnings $myconf
- try pmake
-
-}
-
-src_install () {
-
-# try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO
-
-}
-
-
-
-
-
diff --git a/gnome-apps/gabber/files/digest-gabber-0.8.3 b/gnome-apps/gabber/files/digest-gabber-0.8.3
deleted file mode 100644
index a44cfcc0933e..000000000000
--- a/gnome-apps/gabber/files/digest-gabber-0.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e74cd30afd9c7ada4e0990e7b4838a4d gabber-0.8.3.tar.gz
diff --git a/gnome-apps/gabber/gabber-0.8.3.ebuild b/gnome-apps/gabber/gabber-0.8.3.ebuild
deleted file mode 100644
index 9ccbc340987f..000000000000
--- a/gnome-apps/gabber/gabber-0.8.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Frederic Brin
-# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gabber/gabber-0.8.3.ebuild,v 1.1 2001/06/28 13:30:40 crux Exp $
-#
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="The GNOME Jabber Client"
-SRC_URI="http://prdownloads.sourceforge.net/gabber/${A}"
-HOMEPAGE="http://gabber.sourceforge.net"
-
-DEPEND=">=gnome-base/gnome-libs-1.2.1
- >=gnome-base/libglade-0.11
- >=gnome-base/gal-0.3
- >=gnome-libs/gnomemm-1.1.12
- gpg? ( >=app-crypt/gnupg-1.0.5 )
- ssl? ( >=dev-libs/openssl-0.9.6 )"
-
-src_compile() {
- local myconf
-
- if ! [ "`use ssl`" ]
- then
- myconf="--disable-ssl"
- fi
-
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome $myconf
- try pmake
-}
-
-src_install() {
- try make DESTDIR=${D} install
-}
-
diff --git a/gnome-apps/gnapster/files/digest-gnapster-1.4.2 b/gnome-apps/gnapster/files/digest-gnapster-1.4.2
new file mode 100644
index 000000000000..50b1db59a6e0
--- /dev/null
+++ b/gnome-apps/gnapster/files/digest-gnapster-1.4.2
@@ -0,0 +1 @@
+MD5 8320df3bb795945b99f904814c0df2fe gnapster-1.4.2.tar.gz
diff --git a/gnome-apps/gnapster/gnapster-1.4.2.ebuild b/gnome-apps/gnapster/gnapster-1.4.2.ebuild
new file mode 100644
index 000000000000..54cc64bbaea5
--- /dev/null
+++ b/gnome-apps/gnapster/gnapster-1.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger
+# /home/cvsroot/gentoo-x86/gnome-apps/gnapster/gnapster-1.3.12.ebuild,v 1.2 2000/11/03 17:47:44 achim Exp
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="A napster client for GNOME"
+SRC_URI="http://www.faradic.net/~jasta/files/${A}"
+HOMEPAGE="http://www.faradic.net/~jasta/programs.html"
+
+DEPEND=">=gnome-base/gnome-libs-1.2.10
+ >=gnome-base/gdk-pixbuf-0.10.1"
+
+src_compile() {
+
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+ try ./configure --prefix=/opt/gnome --host=${CHOST} ${myconf}
+ try make
+
+}
+
+src_install () {
+
+ try make prefix=${D}/opt/gnome install
+
+}
+
diff --git a/gnome-apps/gnome-pilot/files/digest-gnome-pilot-0.1.54 b/gnome-apps/gnome-pilot/files/digest-gnome-pilot-0.1.54
deleted file mode 100644
index 609f034281f9..000000000000
--- a/gnome-apps/gnome-pilot/files/digest-gnome-pilot-0.1.54
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1d4117bf6dc524a5cd5233205295b90c gnome-pilot-0.1.54.tar.gz
diff --git a/gnome-apps/gnome-pilot/gnome-pilot-0.1.54.ebuild b/gnome-apps/gnome-pilot/gnome-pilot-0.1.54.ebuild
deleted file mode 100644
index 938b545287a7..000000000000
--- a/gnome-apps/gnome-pilot/gnome-pilot-0.1.54.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gnome-pilot/gnome-pilot-0.1.54.ebuild,v 1.1 2001/06/28 14:52:27 lamer Exp $
-
-#P=
-A=${P}.tar.gz
-S=${WORKDIR}/gnome-pilot-0.1.54
-DESCRIPTION="Gnome Pilot apps"
-SRC_URI="http://canvas.gnome.org:65348/gnome-pilot/download/${A}"
-HOMEPAGE="http://www.gnome.org/gnome-pilot/"
-
-DEPEND=">=gnome-base/gnome-core-1.4.0.4
- >=gnome-base/gnome-env-1.0
- >=gnome-base/control-center-1.4.0.1
- >=dev-libs/pilot-link-0.9.3"
-
-src_compile() {
-
- try ./configure --prefix=/opt/gnome --with-oaf\
- --with-gnome-libs=/opt/gnome/lib\
- --sysconfdir=/etc/opt/gnome --enable-usb-visor=yes --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
- dodoc AUTHORS COPYING* ChangeLog README NEWS
-
-}
-
-
diff --git a/gnome-apps/gnome-utils/files/digest-gnome-utils-1.4.0.1 b/gnome-apps/gnome-utils/files/digest-gnome-utils-1.4.0.1
deleted file mode 100644
index c5d145122529..000000000000
--- a/gnome-apps/gnome-utils/files/digest-gnome-utils-1.4.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 600335222229e086fe0cbfd6e3e2e10e gnome-utils-1.4.0.1.tar.gz
diff --git a/gnome-apps/gnome-utils/gnome-utils-1.4.0.1.ebuild b/gnome-apps/gnome-utils/gnome-utils-1.4.0.1.ebuild
deleted file mode 100644
index c624b0cd2e76..000000000000
--- a/gnome-apps/gnome-utils/gnome-utils-1.4.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# /home/cvsroot/gentoo-x86/gnome-apps/gnome-utils/gnome-utils-1.2.1-r1.ebuild,v 1.2 2000/11/25 18:30:59 achim Exp
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gnome-utils"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A}
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-core-1.2.4
- >=gnome-base/libgtop-1.0.0
- >=sys-apps/e2fsprogs-1.19-r2
- >=dev-util/guile-1.4
- >=sys-apps/shadow-20000000
- >=gnome-base/libglade-0.11
- nls? ( sys-devel/gettext )"
-RDEPEND=">=gnome-base/gnome-core-1.2.4
- >=gnome-base/libgtop-1.0.10
- >=gnome-base/libglade-0.11
- >=sys-apps/e2fsprogs-1.19-r2"
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --with-ncurses --with-messages=/var/log/syslog.d/current \
- --with-sysconfdir=/etc/opt/gnome $myconf
- try pmake
-}
-
-src_install() {
-
- #dodir /opt/gnome/bin
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING* ChangeLog NEWS
- dodoc README*
-}
-
-
-
-
diff --git a/gnome-apps/memprof/files/digest-memprof-0.4.1 b/gnome-apps/memprof/files/digest-memprof-0.4.1
deleted file mode 100644
index ce9bfa23de9c..000000000000
--- a/gnome-apps/memprof/files/digest-memprof-0.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a3aab0b210bc6a49765e48c93808931c memprof-0.4.1.tar.gz
diff --git a/gnome-apps/memprof/memprof-0.4.1.ebuild b/gnome-apps/memprof/memprof-0.4.1.ebuild
deleted file mode 100644
index 3e83d6a8c05b..000000000000
--- a/gnome-apps/memprof/memprof-0.4.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Mikael Hallendal
-# $Header: /var/cvsroot/gentoo-x86/gnome-apps/memprof/memprof-0.4.1.ebuild,v 1.1 2001/06/28 23:42:13 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="MemProf - Profiling and leak detection"
-SRC_URI="http://people.redhat.com/otaylor/memprof/${A}"
-HOMEPAGE="http://people.redhat.com/otaylor/memprof/"
-
-DEPEND="nls? ( sys-devel/gettext )
- gnome-base/gnome-libs
- sys-devel/binutils
- >=gnome-base/libglade-0.7"
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome --disable-more-warnings $myconf
- try pmake
-
-}
-
-src_install () {
-
-# try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO
-
-}
-
-
-
-
-
diff --git a/gnome-base/bonobo/bonobo-1.0.6.ebuild b/gnome-base/bonobo/bonobo-1.0.6.ebuild
deleted file mode 100644
index 41368e46dda0..000000000000
--- a/gnome-base/bonobo/bonobo-1.0.6.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.6.ebuild,v 1.3 2001/07/02 17:33:45 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A set of language and system independant CORBA interfaces"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl
- >=gnome-base/oaf-0.6.5
- >=dev-util/xml-i18n-tools-0.8.4
- >=gnome-base/gnome-print-0.25
- >=sys-devel/libtool-1.4444"
-
-RDEPEND=">=gnome-base/oaf-0.6.5
- >=gnome-base/gnome-print-0.25"
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
-
- # on of the samples in the package need to be regenerated from the idl files
- rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo.h
- rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo-*.c
-
- try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf}
- try pmake
-}
-
-src_install() {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
-
- dodoc AUTHORS COPYING* ChangeLog README
- dodoc NEWS TODO
-}
-
-
-
-
-
-
-
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.6 b/gnome-base/bonobo/files/digest-bonobo-1.0.6
deleted file mode 100644
index f7a651dc4717..000000000000
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 336bc4a60f507138e57498e2ac63169e bonobo-1.0.6.tar.gz
diff --git a/gnome-base/gal/files/digest-gal-0.7 b/gnome-base/gal/files/digest-gal-0.7
deleted file mode 100644
index 91f3194a0a9c..000000000000
--- a/gnome-base/gal/files/digest-gal-0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4f8003ca81a71627de1a7f8b49a07af3 gal-0.7.tar.gz
diff --git a/gnome-base/gal/files/digest-gal-0.8 b/gnome-base/gal/files/digest-gal-0.8
deleted file mode 100644
index c7eb610f01de..000000000000
--- a/gnome-base/gal/files/digest-gal-0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 264289d8f4e2e4c4b581eedc38361ea7 gal-0.8.tar.gz
diff --git a/gnome-base/gal/gal-0.7.ebuild b/gnome-base/gal/gal-0.7.ebuild
deleted file mode 100644
index 38f72f2c022f..000000000000
--- a/gnome-base/gal/gal-0.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="The Gnome Application Libraries"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND="nls? ( sys-devel/gettext )
- >=gnome-base/gnome-vfs-0.6.2
- >=gnome-base/libglade-0.14
- >=gnome-base/libunicode-0.4
- >=gnome-base/gnome-print-0.25"
-
-RDEPEND="virtual/glibc"
-
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf}
- try make # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
-
- dodoc AUTHORS COPYING ChangeLog NEWS README
-
-}
-
-
-
-
-
diff --git a/gnome-base/gal/gal-0.8.ebuild b/gnome-base/gal/gal-0.8.ebuild
deleted file mode 100644
index e3bddce99d36..000000000000
--- a/gnome-base/gal/gal-0.8.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# Updated by Sebastian Werner
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="The Gnome Application Libraries"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND="nls? ( sys-devel/gettext )
- >=dev-util/xml-i18n-tools-0.8.4 sys-devel/perl
- >=gnome-base/gnome-vfs-1.0.1
- >=gnome-base/libunicode-0.4
- alsa? ( >=media-libs/alsa-lib-0.5.10 )
- >=gnome-base/gnome-print-0.29"
-
-RDEPEND="virtual/glibc"
-
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf}
- try make # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
-
- dodoc AUTHORS COPYING ChangeLog NEWS README
-
-}
-
-
-
-
-
diff --git a/gnome-base/libghttp/libghttp-1.0.9.ebuild b/gnome-base/libghttp/libghttp-1.0.9.ebuild
index 5a1bf50a4c49..bfde09e6fac0 100644
--- a/gnome-base/libghttp/libghttp-1.0.9.ebuild
+++ b/gnome-base/libghttp/libghttp-1.0.9.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9.ebuild,v 1.5 2001/06/26 16:39:30 lamer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9.ebuild,v 1.4 2001/06/11 08:11:28 hallski Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -11,8 +11,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}
HOMEPAGE="http://www.gnome.org/"
-DEPEND="virtual/glibc
- >=gnome-base/gnome-env-1.0"
+DEPEND="virtual/glibc"
src_compile() {
diff --git a/gnome-base/libxml/files/digest-libxml-1.8.14 b/gnome-base/libxml/files/digest-libxml-1.8.14
deleted file mode 100644
index da51da348278..000000000000
--- a/gnome-base/libxml/files/digest-libxml-1.8.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b87930faf7433efe0c02de5029bce55a libxml-1.8.14.tar.gz
diff --git a/gnome-base/libxml/libxml-1.8.14.ebuild b/gnome-base/libxml/libxml-1.8.14.ebuild
deleted file mode 100644
index 3a96657eaaa4..000000000000
--- a/gnome-base/libxml/libxml-1.8.14.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libxml/libxml-1.8.14.ebuild,v 1.1 2001/06/28 20:29:07 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="libxml"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-env-1.0
- >=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1"
-
-RDEPEND=">=gnome-base/gnome-env-1.0
- >=sys-libs/ncurses-5.2"
-
-src_compile() {
- LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
- try make # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
- try make install prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome
- dodoc AUTHORS COPYING* ChangeLog NEWS README
-}
-
-
-
-
-
-
-
diff --git a/gnome-extra/gal/files/digest-gal-0.7 b/gnome-extra/gal/files/digest-gal-0.7
deleted file mode 100644
index 91f3194a0a9c..000000000000
--- a/gnome-extra/gal/files/digest-gal-0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4f8003ca81a71627de1a7f8b49a07af3 gal-0.7.tar.gz
diff --git a/gnome-extra/gal/files/digest-gal-0.8 b/gnome-extra/gal/files/digest-gal-0.8
deleted file mode 100644
index c7eb610f01de..000000000000
--- a/gnome-extra/gal/files/digest-gal-0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 264289d8f4e2e4c4b581eedc38361ea7 gal-0.8.tar.gz
diff --git a/gnome-extra/gal/gal-0.7.ebuild b/gnome-extra/gal/gal-0.7.ebuild
deleted file mode 100644
index 38f72f2c022f..000000000000
--- a/gnome-extra/gal/gal-0.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="The Gnome Application Libraries"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND="nls? ( sys-devel/gettext )
- >=gnome-base/gnome-vfs-0.6.2
- >=gnome-base/libglade-0.14
- >=gnome-base/libunicode-0.4
- >=gnome-base/gnome-print-0.25"
-
-RDEPEND="virtual/glibc"
-
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf}
- try make # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
-
- dodoc AUTHORS COPYING ChangeLog NEWS README
-
-}
-
-
-
-
-
diff --git a/gnome-extra/gal/gal-0.8.ebuild b/gnome-extra/gal/gal-0.8.ebuild
deleted file mode 100644
index e3bddce99d36..000000000000
--- a/gnome-extra/gal/gal-0.8.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# Updated by Sebastian Werner
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="The Gnome Application Libraries"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND="nls? ( sys-devel/gettext )
- >=dev-util/xml-i18n-tools-0.8.4 sys-devel/perl
- >=gnome-base/gnome-vfs-1.0.1
- >=gnome-base/libunicode-0.4
- alsa? ( >=media-libs/alsa-lib-0.5.10 )
- >=gnome-base/gnome-print-0.29"
-
-RDEPEND="virtual/glibc"
-
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf}
- try make # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
-
- dodoc AUTHORS COPYING ChangeLog NEWS README
-
-}
-
-
-
-
-
diff --git a/gnome-extra/gnome-pilot/files/digest-gnome-pilot-0.1.54 b/gnome-extra/gnome-pilot/files/digest-gnome-pilot-0.1.54
deleted file mode 100644
index 609f034281f9..000000000000
--- a/gnome-extra/gnome-pilot/files/digest-gnome-pilot-0.1.54
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1d4117bf6dc524a5cd5233205295b90c gnome-pilot-0.1.54.tar.gz
diff --git a/gnome-extra/gnome-pilot/gnome-pilot-0.1.54.ebuild b/gnome-extra/gnome-pilot/gnome-pilot-0.1.54.ebuild
deleted file mode 100644
index 16a328b4d21d..000000000000
--- a/gnome-extra/gnome-pilot/gnome-pilot-0.1.54.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot/gnome-pilot-0.1.54.ebuild,v 1.1 2001/06/28 14:52:27 lamer Exp $
-
-#P=
-A=${P}.tar.gz
-S=${WORKDIR}/gnome-pilot-0.1.54
-DESCRIPTION="Gnome Pilot apps"
-SRC_URI="http://canvas.gnome.org:65348/gnome-pilot/download/${A}"
-HOMEPAGE="http://www.gnome.org/gnome-pilot/"
-
-DEPEND=">=gnome-base/gnome-core-1.4.0.4
- >=gnome-base/gnome-env-1.0
- >=gnome-base/control-center-1.4.0.1
- >=dev-libs/pilot-link-0.9.3"
-
-src_compile() {
-
- try ./configure --prefix=/opt/gnome --with-oaf\
- --with-gnome-libs=/opt/gnome/lib\
- --sysconfdir=/etc/opt/gnome --enable-usb-visor=yes --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
- dodoc AUTHORS COPYING* ChangeLog README NEWS
-
-}
-
-
diff --git a/gnome-extra/gnome-utils/files/digest-gnome-utils-1.4.0.1 b/gnome-extra/gnome-utils/files/digest-gnome-utils-1.4.0.1
deleted file mode 100644
index c5d145122529..000000000000
--- a/gnome-extra/gnome-utils/files/digest-gnome-utils-1.4.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 600335222229e086fe0cbfd6e3e2e10e gnome-utils-1.4.0.1.tar.gz
diff --git a/gnome-extra/gnome-utils/gnome-utils-1.4.0.1.ebuild b/gnome-extra/gnome-utils/gnome-utils-1.4.0.1.ebuild
deleted file mode 100644
index c624b0cd2e76..000000000000
--- a/gnome-extra/gnome-utils/gnome-utils-1.4.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# /home/cvsroot/gentoo-x86/gnome-apps/gnome-utils/gnome-utils-1.2.1-r1.ebuild,v 1.2 2000/11/25 18:30:59 achim Exp
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gnome-utils"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A}
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-core-1.2.4
- >=gnome-base/libgtop-1.0.0
- >=sys-apps/e2fsprogs-1.19-r2
- >=dev-util/guile-1.4
- >=sys-apps/shadow-20000000
- >=gnome-base/libglade-0.11
- nls? ( sys-devel/gettext )"
-RDEPEND=">=gnome-base/gnome-core-1.2.4
- >=gnome-base/libgtop-1.0.10
- >=gnome-base/libglade-0.11
- >=sys-apps/e2fsprogs-1.19-r2"
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --with-ncurses --with-messages=/var/log/syslog.d/current \
- --with-sysconfdir=/etc/opt/gnome $myconf
- try pmake
-}
-
-src_install() {
-
- #dodir /opt/gnome/bin
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING* ChangeLog NEWS
- dodoc README*
-}
-
-
-
-
diff --git a/gnome-extra/gnomemm/files/digest-gnomemm-1.1.21 b/gnome-extra/gnomemm/files/digest-gnomemm-1.1.21
deleted file mode 100644
index 116e7c9a34be..000000000000
--- a/gnome-extra/gnomemm/files/digest-gnomemm-1.1.21
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c92cd1e74a010cf63ccc3fdcb5b1865b gnomemm-1.1.21.tar.gz
diff --git a/gnome-extra/gnomemm/files/digest-gnomemm-1.2.0 b/gnome-extra/gnomemm/files/digest-gnomemm-1.2.0
deleted file mode 100644
index e0432cbc7a5c..000000000000
--- a/gnome-extra/gnomemm/files/digest-gnomemm-1.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 546e830adc179af1be178619a6722c06 gnomemm-1.2.0.tar.gz
diff --git a/gnome-extra/gnomemm/gnomemm-1.1.21.ebuild b/gnome-extra/gnomemm/gnomemm-1.1.21.ebuild
deleted file mode 100644
index 93ce3551f86e..000000000000
--- a/gnome-extra/gnomemm/gnomemm-1.1.21.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Nathaniel Hirsch Achim Gottinge
-# /home/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.80.ebuild,v 1.1 2001/06/20 13:47:39 darks Exp
-
-S=${WORKDIR}/${P}
-DESCRIPTION="C++ binding for the GNOME libraries"
-SRC_URI="http://prdownloads.sourceforge.net/gtkmm/${P}.tar.gz"
-HOMEPAGE="http://gtkmm.sourceforge.net/"
-
-DEPEND=">=x11-libs/gtkmm-1.2.5
- >=gnome-base/ORBit-0.5.8"
-
-RDEPEND=">=x11-libs/gtkmm-1.2.5
- >=gnome-base/ORBit-0.5.8"
-
-src_compile(){
- try ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
- }
-src_install(){
- try make prefix=${D}/opt/gnome install
-
- dodoc AUTHORS COPYING ChangeLog NEWS README* TODO
-}
-
diff --git a/gnome-extra/gnomemm/gnomemm-1.2.0.ebuild b/gnome-extra/gnomemm/gnomemm-1.2.0.ebuild
deleted file mode 100644
index 93ce3551f86e..000000000000
--- a/gnome-extra/gnomemm/gnomemm-1.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Nathaniel Hirsch Achim Gottinge
-# /home/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.80.ebuild,v 1.1 2001/06/20 13:47:39 darks Exp
-
-S=${WORKDIR}/${P}
-DESCRIPTION="C++ binding for the GNOME libraries"
-SRC_URI="http://prdownloads.sourceforge.net/gtkmm/${P}.tar.gz"
-HOMEPAGE="http://gtkmm.sourceforge.net/"
-
-DEPEND=">=x11-libs/gtkmm-1.2.5
- >=gnome-base/ORBit-0.5.8"
-
-RDEPEND=">=x11-libs/gtkmm-1.2.5
- >=gnome-base/ORBit-0.5.8"
-
-src_compile(){
- try ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
- }
-src_install(){
- try make prefix=${D}/opt/gnome install
-
- dodoc AUTHORS COPYING ChangeLog NEWS README* TODO
-}
-
diff --git a/gnome-libs/gnomemm/files/digest-gnomemm-1.1.21 b/gnome-libs/gnomemm/files/digest-gnomemm-1.1.21
deleted file mode 100644
index 116e7c9a34be..000000000000
--- a/gnome-libs/gnomemm/files/digest-gnomemm-1.1.21
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c92cd1e74a010cf63ccc3fdcb5b1865b gnomemm-1.1.21.tar.gz
diff --git a/gnome-libs/gnomemm/files/digest-gnomemm-1.2.0 b/gnome-libs/gnomemm/files/digest-gnomemm-1.2.0
deleted file mode 100644
index e0432cbc7a5c..000000000000
--- a/gnome-libs/gnomemm/files/digest-gnomemm-1.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 546e830adc179af1be178619a6722c06 gnomemm-1.2.0.tar.gz
diff --git a/gnome-libs/gnomemm/gnomemm-1.1.21.ebuild b/gnome-libs/gnomemm/gnomemm-1.1.21.ebuild
deleted file mode 100644
index 93ce3551f86e..000000000000
--- a/gnome-libs/gnomemm/gnomemm-1.1.21.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Nathaniel Hirsch Achim Gottinge
-# /home/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.80.ebuild,v 1.1 2001/06/20 13:47:39 darks Exp
-
-S=${WORKDIR}/${P}
-DESCRIPTION="C++ binding for the GNOME libraries"
-SRC_URI="http://prdownloads.sourceforge.net/gtkmm/${P}.tar.gz"
-HOMEPAGE="http://gtkmm.sourceforge.net/"
-
-DEPEND=">=x11-libs/gtkmm-1.2.5
- >=gnome-base/ORBit-0.5.8"
-
-RDEPEND=">=x11-libs/gtkmm-1.2.5
- >=gnome-base/ORBit-0.5.8"
-
-src_compile(){
- try ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
- }
-src_install(){
- try make prefix=${D}/opt/gnome install
-
- dodoc AUTHORS COPYING ChangeLog NEWS README* TODO
-}
-
diff --git a/gnome-libs/gnomemm/gnomemm-1.2.0.ebuild b/gnome-libs/gnomemm/gnomemm-1.2.0.ebuild
deleted file mode 100644
index 93ce3551f86e..000000000000
--- a/gnome-libs/gnomemm/gnomemm-1.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Nathaniel Hirsch Achim Gottinge
-# /home/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.80.ebuild,v 1.1 2001/06/20 13:47:39 darks Exp
-
-S=${WORKDIR}/${P}
-DESCRIPTION="C++ binding for the GNOME libraries"
-SRC_URI="http://prdownloads.sourceforge.net/gtkmm/${P}.tar.gz"
-HOMEPAGE="http://gtkmm.sourceforge.net/"
-
-DEPEND=">=x11-libs/gtkmm-1.2.5
- >=gnome-base/ORBit-0.5.8"
-
-RDEPEND=">=x11-libs/gtkmm-1.2.5
- >=gnome-base/ORBit-0.5.8"
-
-src_compile(){
- try ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
- }
-src_install(){
- try make prefix=${D}/opt/gnome install
-
- dodoc AUTHORS COPYING ChangeLog NEWS README* TODO
-}
-
diff --git a/gnome-office/gnumeric/files/digest-gnumeric-0.66 b/gnome-office/gnumeric/files/digest-gnumeric-0.66
deleted file mode 100644
index 0abd6304aa01..000000000000
--- a/gnome-office/gnumeric/files/digest-gnumeric-0.66
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bf68ff3dc11fec0e01281ab77a1584d9 gnumeric-0.66.tar.gz
diff --git a/gnome-office/gnumeric/gnumeric-0.64.ebuild b/gnome-office/gnumeric/gnumeric-0.64.ebuild
new file mode 100644
index 000000000000..30901019e71e
--- /dev/null
+++ b/gnome-office/gnumeric/gnumeric-0.64.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger
+# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.64.ebuild,v 1.1 2001/04/29 17:03:43 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="gnumeric"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/"${A}
+HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
+
+DEPEND=">=sys-devel/perl-5
+ >=dev-lang/python-2.0
+ >=gnome-base/gal-0.3.0
+ >=gnome-libs/gb-0.0.17
+ >=gnome-libs/libole2-0.1.7
+ bonobo? ( >=gnome-base/bonobo-0.28
+ >=gnome-libs/libgda-0.2.0 ) "
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ cp configure configure.orig
+ sed -e 's:"%d,:"%d",:' configure.orig > configure
+}
+
+src_compile() {
+ cd ${S}
+ local myconf
+ if [ "`use bonobo`" ]
+ then
+ myconf="--with-bonobo"
+ fi
+ LDFLAGS="-L/opt/gnome/lib -lunicode" try ./configure --host=${CHOST} --prefix=/opt/gnome \
+ ${myconf} --with-gb
+ cd ${S}
+ try make
+}
+
+src_install() {
+ cd ${S}
+ try make prefix=${D}/opt/gnome PREFIX=${D}/usr install
+ dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
+
+}
+
+
+
+
+
+
diff --git a/gnome-office/gnumeric/gnumeric-0.66.ebuild b/gnome-office/gnumeric/gnumeric-0.66.ebuild
deleted file mode 100644
index 456b6c71301f..000000000000
--- a/gnome-office/gnumeric/gnumeric-0.66.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.66.ebuild,v 1.1 2001/06/28 09:47:57 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gnumeric"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/"${A}
-HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
-
-DEPEND=">=gnome-base/gnome-print-0.29
- >=gnome-base/gal-0.8.0
- >=gnome-libs/libole2-0.2.3
- >=dev-util/xml-i18n-tools-0.8.4
- perl? ( >=sys-devel/perl-5 )
- python? ( >=dev-lang/python-2.0 )
- gb? ( >=gnome-libs/gb-0.0.19 )
- libgda? ( >=gnome-libs/libgda-0.2.9 )
- nls? ( sys-devel/gettext )
- bonobo? ( >=gnome-base/bonobo-1.0 )"
-
-RDEPEND=">=gnome-base/gnome-print-0.29
- >=gnome-base/gal-0.8.0
- gb? ( >=gnome-libs/gb-0.0.19 )
- libgda? ( >=gnome-libs/libgda-0.2.9 )
- bonobo? ( >=gnome-base/bonobo-1.0 ) "
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp configure configure.orig
- sed -e 's:"%d,:"%d",:' configure.orig > configure
-}
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- if [ -z "`use bonobo`" ] ; then
- myconf="$myconf --without-bonobo"
- fi
- if [ "`use gb`" ]; then
- #does not work atm
- myconf="$myconf --without-gb"
- else
- myconf="$myconf --without-gb"
- fi
- if [ "`use perl`" ]; then
- myconf="$myconf --with-perl"
- else
- myconf="$myconf --without-perl"
- fi
- if [ "`use python`" ]; then
- myconf="$myconf --with-python"
- else
- myconf="$myconf --without-python"
- fi
- if [ "`use libgda`" ]; then
- myconf="$myconf --with-gda"
- else
- myconf="$myconf --without-gda"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf}
- cd ${S}
- try pmake
-}
-
-src_install() {
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome PREFIX=${D}/usr install
- dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
-
-}
-
-
-
-
-
-
diff --git a/gnome-office/mrproject/files/digest-mrproject-0.2.1 b/gnome-office/mrproject/files/digest-mrproject-0.2.1
new file mode 100644
index 000000000000..ef6ed1aa0c13
--- /dev/null
+++ b/gnome-office/mrproject/files/digest-mrproject-0.2.1
@@ -0,0 +1 @@
+MD5 a107d28896def190280964ba1d29b25e mrproject-0.2.1.tar.gz
diff --git a/gnome-office/mrproject/files/digest-mrproject-0.3.1 b/gnome-office/mrproject/files/digest-mrproject-0.3.1
deleted file mode 100644
index f6f7f5bc93a3..000000000000
--- a/gnome-office/mrproject/files/digest-mrproject-0.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 72fb2bfdf3f0c781e713cc8bbc3bf276 mrproject-0.3.1.tar.gz
diff --git a/gnome-office/mrproject/mrproject-0.2.1.ebuild b/gnome-office/mrproject/mrproject-0.2.1.ebuild
new file mode 100644
index 000000000000..6944979a67dc
--- /dev/null
+++ b/gnome-office/mrproject/mrproject-0.2.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Mikael Hallendal
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Project management application for GNOME"
+SRC_URI="ftp://ftp.codefactory.se/pub/software/mrproject/source/${A}"
+HOMEPAGE="http://mrproject.codefactory.se/"
+
+DEPEND="nls? ( sys-devel/gettext )
+ >=gnome-base/gal-0.7
+ >=gnome-base/bonobo-1.0.0
+ >=dev-util/xml-i18n-tools-0.8.4"
+
+RDEPEND=">=gnome-base/gal-0.7
+ >=gnome-base/bonobo-1.0.0"
+
+src_compile() {
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+ try ./configure --host=${CHOST} --prefix=/opt/gnome \
+ --sysconfdir=/etc/opt/gnome --disable-more-warnings $myconf
+ try pmake
+
+}
+
+src_install () {
+
+ try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
+ dodoc AUTHORS COPYING ChangeLog README NEWS TODO
+
+}
+
+
+
+
+
diff --git a/gnome-office/mrproject/mrproject-0.3.1.ebuild b/gnome-office/mrproject/mrproject-0.3.1.ebuild
deleted file mode 100644
index 5462797e7b2d..000000000000
--- a/gnome-office/mrproject/mrproject-0.3.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Mikael Hallendal
-# $Header: /var/cvsroot/gentoo-x86/gnome-office/mrproject/mrproject-0.3.1.ebuild,v 1.1 2001/06/28 14:55:21 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Project management application for GNOME"
-SRC_URI="ftp://ftp.codefactory.se/pub/software/mrproject/source/${A}"
-HOMEPAGE="http://mrproject.codefactory.se/"
-
-DEPEND="nls? ( sys-devel/gettext )
- >=gnome-base/gal-0.7
- >=gnome-base/bonobo-1.0.0
- >=dev-util/xml-i18n-tools-0.8.4
- >=gnome-base/gdk-pixbuf-0.8.0
- >=gnome-base/libglade-0.14
- >=gnome-base/libxml-1.8.10
- >=gnome-base/gnome-vfs-1.0.0
- >=gnome-base/oaf-0.6.5
- >=gnome-base/gnome-print-0.25"
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome --disable-more-warnings $myconf
- try pmake
-
-}
-
-src_install () {
-
-# try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO
-
-}
-
-
-
-
-
diff --git a/header.txt b/header.txt
deleted file mode 100644
index 14f3b26844ad..000000000000
--- a/header.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author First Last
-# $Header: /home/cvsroot/gentoo-x86/header.txt,v 1.2 2000/07/28 00:36:33 drobbins Exp $
-
-
diff --git a/kde-apps/koffice/files/digest-koffice-2.1.1_beta3 b/kde-apps/koffice/files/digest-koffice-2.1.1_beta3
deleted file mode 100644
index b19b54e64bee..000000000000
--- a/kde-apps/koffice/files/digest-koffice-2.1.1_beta3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e3b689dbaa6d84ac2b697de9dc73e0d0 koffice-1.1-beta3.tar.bz2
diff --git a/kde-apps/koffice/koffice-2.1.1_beta3.ebuild b/kde-apps/koffice/koffice-2.1.1_beta3.ebuild
deleted file mode 100644
index b46fdd37836f..000000000000
--- a/kde-apps/koffice/koffice-2.1.1_beta3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/kde-apps/koffice/koffice-2.1.1_beta3.ebuild,v 1.1 2001/06/29 16:20:19 achim Exp $
-
-P=${PN}-1.1-beta3
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="KDE ${PV} - KOffice"
-SRC_PATH="kde/unstable/${P}/src/${A}"
-SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
- ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"
-
-HOMEPAGE="http://www.kde.org/"
-
-DEPEND=">=kde-base/kdelibs-2.1.2
- >=dev-lang/python-2.0-r2
- sys-devel/automake
- sys-devel/autoconf"
-
-RDEPEND=">=kde-base/kdelibs-2.1.2"
-
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p0 < ${FILESDIR}/${PN}-2.1.1_beta2-gentoo.diff
- make -f admin/Makefile.common
-}
-
-src_compile() {
- QTBASE=/usr/X11R6/lib/qt
- local myconf
- if [ "`use qtmt`" ]
- then
- myconf="--enable-mt"
- fi
- if [ "`use mitshm`" ]
- then
- myconf="$myconf --enable-mitshm"
- fi
- try ./configure --prefix=$KDEDIR --host=${CHOST} \
- --with-qt-dir=$QTBASE $myconf
- try make
-}
-
-src_install() {
- try make install DESTDIR=${D}
- dodoc ChangeLog COPYING AUTHORS NEWS README
-}
-
diff --git a/kde-apps/kvirc/files/digest-kvirc-2.1.1 b/kde-apps/kvirc/files/digest-kvirc-2.1.1
deleted file mode 100644
index f4c4040c0ada..000000000000
--- a/kde-apps/kvirc/files/digest-kvirc-2.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1a82d64b7568ace74c109d982ec5f4ef kvirc-2.1.1.tar.bz2
diff --git a/kde-apps/kvirc/kvirc-2.1.1.ebuild b/kde-apps/kvirc/kvirc-2.1.1.ebuild
deleted file mode 100644
index 631418e42d73..000000000000
--- a/kde-apps/kvirc/kvirc-2.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Prakash Shetty (Crux)
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="A IRC Client for KDE"
-SRC_URI="ftp://ftp.kvirc.net/kvirc/2.1.1/source/${A}"
-HOMEPAGE="http://www.kvirc.net"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=x11-libs/qt-x11-2.3"
-
-src_compile() {
-
- cd ${S}
- try ./configure --with-kde-support
- try make kvirc DESTDIR=${D}
-}
-
-src_install () {
-
- cd ${S}
- try make install DESTDIR=${D}
- try make docs DESTDIR=${D}
-}
-
-
-
diff --git a/kde-base/kdebase/kdebase-2.1.1-r1.ebuild b/kde-base/kdebase/kdebase-2.1.1-r1.ebuild
index 210dc3295b4a..97fb87c37cbe 100644
--- a/kde-base/kdebase/kdebase-2.1.1-r1.ebuild
+++ b/kde-base/kdebase/kdebase-2.1.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.1.1-r1.ebuild,v 1.6 2001/06/26 16:06:44 darks Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.1.1-r1.ebuild,v 1.5 2001/06/07 01:45:52 achim Exp $
V="2.1"
A=${P}.tar.bz2
@@ -64,8 +64,6 @@ src_install() {
sed -e "s:^kdmdesktop:/opt/kde${V}/kdmdesktop:" Xsetup_0 > Xsetup
cd ${S}
dodoc AUTHORS ChangeLog README*
- sed -e "s:^#\!/bin/sh:#\!/bin/sh --login:" ${D}/opt/kde2.1/bin/startkde > ${D}/opt/kde2.1/bin/startkde.tmp
- mv ${D}/opt/kde2.1/bin/startkde.tmp ${D}/opt/kde2.1/bin/startkde
}
diff --git a/media-libs/freetype/files/digest-freetype-2.0.4 b/media-libs/freetype/files/digest-freetype-2.0.4
deleted file mode 100644
index eeea4265c39b..000000000000
--- a/media-libs/freetype/files/digest-freetype-2.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4edafc519f053668f57363b46b084da4 freetype-2.0.4.tar.bz2
diff --git a/media-libs/freetype/freetype-2.0.4.ebuild b/media-libs/freetype/freetype-2.0.4.ebuild
deleted file mode 100644
index 580fe27545c7..000000000000
--- a/media-libs/freetype/freetype-2.0.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# /home/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.0.1-r1.ebuild,v 1.2 2001/02/13 14:29:40 achim Exp
-
-S=${WORKDIR}/${P}
-DESCRIPTION="TTF-Library"
-SRC_URI="ftp://freetype.sourceforge.net/pub/freetype/freetype2/${P}.tar.bz2"
-HOMEPAGE="http://www.freetype.org/"
-
-DEPEND="virtual/glibc"
-
-src_unpack() {
-
- unpack ${P}.tar.bz2
- cd ${S}
- cp ${FILESDIR}/config.mk .
-
-}
-src_compile() {
-
- cd builds/unix
- try ./configure --prefix=/usr
- cd ${S}
- export CFG="--host=${CHOST} --prefix=/usr"
- #try make
- try make
-
-}
-
-src_install() {
-
- try make prefix=${D}/usr install
-
- dodoc ChangeLog README
- dodoc docs/{BUILD,CHANGES,*.txt,PATENTS,readme.vms,todo}
-
-}
-
-
-
-
-
diff --git a/media-libs/libsdl/files/digest-libsdl-1.2.1 b/media-libs/libsdl/files/digest-libsdl-1.2.1
deleted file mode 100644
index b7212fea5bf0..000000000000
--- a/media-libs/libsdl/files/digest-libsdl-1.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 72c9058de7a9277693585660cc1876ae SDL-1.2.1.tar.gz
diff --git a/media-libs/libsdl/libsdl-1.2.1.ebuild b/media-libs/libsdl/libsdl-1.2.1.ebuild
deleted file mode 100644
index da119c24139d..000000000000
--- a/media-libs/libsdl/libsdl-1.2.1.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.1.ebuild,v 1.1 2001/07/01 20:44:45 achim Exp $
-
-A=SDL-${PV}.tar.gz
-S=${WORKDIR}/SDL-${PV}
-DESCRIPTION="Simple Direct Media Layer"
-SRC_URI="http://www.libsdl.org/release/${A}"
-HOMEPAGE="http://www.libsdl.org/"
-
-DEPEND="virtual/glibc
- >=dev-lang/nasm-0.98
- >=media-libs/audiofile-0.1.9
- opengl? ( virtual/opengl )
- svga? ( >=media-libs/svgalib-1.4.2 )
- esd? ( >=media-sound/esound-0.2.19 )
- X? ( virtual/x11 )
- arts? ( >=kde-base/kdelibs-2.0.1 )
- nas? ( media-sound/nas )
- ggi? ( >=media-libs/libggi-2.0_beta3 )
- alsa? ( media-libs/alsa-lib )"
-
-RDEPEND="virtual/glibc
- >=media-libs/audiofile-0.1.9
- opengl? ( virtual/opengl )
- svga? ( >=media-libs/svgalib-1.4.2 )
- esd? ( >=media-sound/esound-0.2.19 )
- X? ( virtual/x11 )
- arts? ( >=kde-base/kdelibs-2.0.1 )
- nas? ( media-sound/nas )
- ggi? ( >=media-libs/libggi-2.0_beta3 )
- alsa? ( media-libs/alsa-lib )"
-
-src_compile() {
-
- local myconf
-
- if [ -z "`use esd`" ]
- then
- myconf="--disable-esd"
- else
- myconf="--enable-esd"
- fi
-
- if [ -z "`use arts`" ]
- then
- myconf="${myconf} --disable-arts"
- else
- myconf="${myconf} --enable-arts"
- fi
-
- if [ -z "`use nas`" ]
- then
- myconf="${myconf} --disable-nas"
- else
- myconf="${myconf} --enable-nas"
- fi
-
- if [ -z "`use X`" ]
- then
- myconf="${myconf} --disable-video-x11"
- else
- myconf="${myconf} --enable-video-x11"
- fi
- if [ "`use svga`" ]
- then
- myconf="${myconf} --enable-video-svga"
- else
- myconf="${myconf} --disable-video-svga"
- fi
- if [ -z "`use fbcon`" ]
- then
- myconf="${myconf} --disable-video-fbcon"
- else
- myconf="${myconf} --enable-video-fbcon"
- fi
- if [ "`use aalib`" ]
- then
- myconf="${myconf} --enable-video-aalib"
- else
- myconf="${myconf} --disable-video-aalib"
- fi
- if [ "`use ggi`" ]
- then
- myconf="${myconf} --enable-video-ggi"
- else
- myconf="${myconf} --disable-video-ggi"
- fi
- if [ -z "`use opengl`" ]
- then
- myconf="${myconf} --disable-video-opengl"
- else
- myconf="${myconf} --enable-video-opengl"
- fi
- if [ -n "`use alsa`" ]
- then
- myconf="${myconf} --enable-alsa"
- else
- myconf="${myconf} --disable-alsa"
- fi
-
- try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man ${myconf}
-
- try make
-
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- preplib /usr
- dodoc BUGS COPYING CREDITS README* TODO WhatsNew
- docinto html
- dodoc *.html
- docinto html/docs
- dodoc docs/*.html
-
-}
-pkg_postinst() {
-
- ldconfig -r ${ROOT}
-
-}
-
-
-
diff --git a/media-libs/pdflib/files/digest-pdflib-4.0.1 b/media-libs/pdflib/files/digest-pdflib-4.0.1
deleted file mode 100644
index 8c334dd5ecf9..000000000000
--- a/media-libs/pdflib/files/digest-pdflib-4.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 92cb24075945c2151b7524bc7e8ef8c3 pdflib-4.0.1.tar.gz
diff --git a/media-libs/pdflib/pdflib-4.0.1.ebuild b/media-libs/pdflib/pdflib-4.0.1.ebuild
deleted file mode 100644
index c0bbfcdc7450..000000000000
--- a/media-libs/pdflib/pdflib-4.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Grant Goodyear
-# /home/cvsroot/gentoo-x86/skel.build,v 1.2 2001/02/15 18:17:31 achim Exp
-
-#P=
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A library for generating PDF on the fly"
-SRC_URI="http://www.pdflib.com/pdflib/download/${A}"
-HOMEPAGE="http://www.pdflib.com"
-
-DEPEND="tcltk? ( >=dev-lang/tcl-tk-8.2 )
- perl? ( >=sys-devel/perl-5.1 )
- python? ( >=dev-lang/python-2.0 )
- java? ( >=dev-lang/jdk-1.3 )"
-
-src_compile() {
- local myconf
- if [ -z "`use tcltk`" ] ; then
- myconf="--with-tcl=no"
- fi
- if [ -z "`use perl`" ] ; then
- myconf="$myconf --with-perl=no"
- fi
- if [ -z "`use python`" ] ; then
- myconf="$myconf --with-py=no"
- fi
- if [ "`use java`" ] ; then
- myconf="$myconf --with-java=/opt/java"
- else
- myconf="$myconf --with-java=no"
- fi
- try ./configure --prefix=/usr --host=${CHOST} \
- --enable-cxx --disable-php $myconf
- try make
-
-}
-
-src_install () {
-
- try make prefix=${D}/usr install
-
-}
-
diff --git a/media-libs/svgalib/files/digest-svgalib-1.4.3 b/media-libs/svgalib/files/digest-svgalib-1.4.3
deleted file mode 100644
index 17eec5e62b8d..000000000000
--- a/media-libs/svgalib/files/digest-svgalib-1.4.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7d2778e3beebc07dd7c74668f6887c6f svgalib-1.4.3.tar.gz
diff --git a/media-libs/svgalib/files/svgalib-1.4.3-gentoo.diff b/media-libs/svgalib/files/svgalib-1.4.3-gentoo.diff
deleted file mode 100644
index 40ba6a21ff6e..000000000000
--- a/media-libs/svgalib/files/svgalib-1.4.3-gentoo.diff
+++ /dev/null
@@ -1,280 +0,0 @@
---- svgalib-1.4.3.orig/src/Makefile Tue May 29 07:36:53 2001
-+++ svgalib-1.4.3/src/Makefile Thu Jun 28 10:25:30 2001
-@@ -14,7 +14,7 @@
- # Compiler Section (overrides Makefile.cfg)
- #----------------------------------------------------------------------
-
--INCLUDES += -I$(srcdir)/src
-+INCLUDES += -I$(srcdir)/src -I$(srcdir)/src/config
-
- #----------------------------------------------------------------------
- # Rules Section
---- svgalib-1.4.3.orig/utils/Makefile Wed Jul 21 09:41:18 1999
-+++ svgalib-1.4.3/utils/Makefile Thu Jun 28 10:25:30 2001
-@@ -13,10 +13,11 @@
- # Compiler Section (overrides Makefile.cfg)
- #----------------------------------------------------------------------
-
--CFLAGS = $(WARN) $(OPTIMIZE) -I../include
-+INCLUDES=-I../include
-+CFLAGS = $(WARN) $(OPTIMIZE) $(INCLUDES)
- #Use the next one for the Alpha/AXP if you need it
- #LDFLAGS = -L../staticlib
--LIBS = -lvga -lm
-+LIBS = -L$(srcdir)/sharedlib -lvga -lm
-
- #----------------------------------------------------------------------
- # Rules Section
-@@ -56,7 +57,7 @@
- $(INSTALLPROG) $(UTILPROGS) $(UTILINSTALLDIR)
-
- .depend:
-- gcc -MM $(patsubst %.o,$(srcdir)/utils/%.c,$(OBJECTS)) >.depend
-+ gcc $(INCLUDES) -MM $(patsubst %.o,$(srcdir)/utils/%.c,$(OBJECTS)) >.depend
-
- #
- # include a dependency file if one exists
---- svgalib-1.4.3.orig/Makefile Wed Apr 18 10:35:51 2001
-+++ svgalib-1.4.3/Makefile Thu Jun 28 10:25:12 2001
-@@ -134,11 +134,11 @@
- chmod a+r $(libdir)/$$foo; \
- done
- endif
-- @if [ -f /usr/lib/libvga.sa ]; then \
-- rm -f /usr/lib/libvga.sa /usr/lib/libvgagl.sa; \
-- echo Old stubs in /usr/lib removed.; \
-- fi
-- @rm -f $(OBSOLETESHAREDIMAGES)
-+# @if [ -f /usr/lib/libvga.sa ]; then \
-+# rm -f /usr/lib/libvga.sa /usr/lib/libvgagl.sa; \
-+# echo Old stubs in /usr/lib removed.; \
-+# fi
-+# @rm -f $(OBSOLETESHAREDIMAGES)
- ifndef KEEPSHAREDLIBS
- @echo "Removing shared library images (old & current)..."
- @for i in $(OBSOLETELDIRS); do \
-@@ -153,7 +153,7 @@
- (cd $(sharedlibdir); \
- ln -sf $$foo `echo $$foo | sed 's/\.so\..*/.so/'` ); \
- done
-- @ldconfig
-+# @ldconfig
-
- ifdef INSTALLAOUTDIR
-
-@@ -180,10 +180,10 @@
-
- installstaticlib: static
- @echo Installing static libraries in $(libdir).
-- @rm -f /usr/lib/libvga.a
-+# @rm -f /usr/lib/libvga.a
- @$(INSTALL_DATA) staticlib/libvga.a $(libdir)/libvga.a
- @chmod a+r $(libdir)/libvga.a
-- @rm -f /usr/lib/libvgagl.a
-+# @rm -f /usr/lib/libvgagl.a
- @$(INSTALL_DATA) staticlib/libvgagl.a $(libdir)/libvgagl.a
- @chmod a+r $(libdir)/libvgagl.a
-
-@@ -192,14 +192,14 @@
- echo No $(bindir) directory, creating it.; \
- mkdir $(bindir); \
- fi
-- @if [ -f /usr/bin/restorefont ]; then \
-- echo Removing old utilities in /usr/bin.; \
-- for x in $(UTILS); do rm -f /usr/bin/$$x; done; \
-- fi
-- @if [ -f /usr/bin/convfont ]; then \
-- echo Removing inappropriate utilities in /usr/bin.; \
-- rm -f /usr/bin/convfont /usr/bin/setmclk; \
-- fi
-+# @if [ -f /usr/bin/restorefont ]; then \
-+# echo Removing old utilities in /usr/bin.; \
-+# for x in $(UTILS); do rm -f /usr/bin/$$x; done; \
-+# fi
-+# @if [ -f /usr/bin/convfont ]; then \
-+# echo Removing inappropriate utilities in /usr/bin.; \
-+# rm -f /usr/bin/convfont /usr/bin/setmclk; \
-+# fi
- @echo Installing textmode utilities in $(bindir):
- @echo "restorefont: Save/restore textmode font."
- @cp utils/restorefont $(bindir)
-@@ -225,22 +225,22 @@
- mkdir $(datadir); \
- chmod go-w $(datadir); \
- fi
-- @if [ \( -f /usr/local/lib/libvga.config -a ! -f $(datadir)/libvga.config \) ]; then \
-- echo "Moving old config file /usr/local/lib/libvga.config to $(datadir)." ; \
-- mv -f /usr/local/lib/libvga.config $(datadir)/libvga.config; \
-- fi
-- @if [ \( -f /usr/local/lib/libvga.et4000 -a ! -f $(datadir)/libvga.et4000 \) ]; then \
-- echo "Moving old config file /usr/local/lib/libvga.et4000 to $(datadir)." ; \
-- mv -f /usr/local/lib/libvga.et4000 $(datadir)/libvga.et4000; \
-- fi
-- @if [ \( -f /usr/local/lib/libvga.ega -a ! -f $(datadir)/libvga.ega \) ]; then \
-- echo "Moving old config file /usr/local/lib/libvga.ega to $(datadir)." ; \
-- mv -f /usr/local/lib/libvga.ega $(datadir)/libvga.ega; \
-- fi
-- @if [ \( -f /etc/mach32.eeprom -a ! -f $(datadir)/mach32.eeprom \) ]; then \
-- echo Consider moving your /etc/mach32.eeprom file to $(datadir) ; \
-- echo and changing $(datadir)/libvga.config appropriately. ; \
-- fi
-+# @if [ \( -f /usr/local/lib/libvga.config -a ! -f $(datadir)/libvga.config \) ]; then \
-+# echo "Moving old config file /usr/local/lib/libvga.config to $(datadir)." ; \
-+# mv -f /usr/local/lib/libvga.config $(datadir)/libvga.config; \
-+# fi
-+# @if [ \( -f /usr/local/lib/libvga.et4000 -a ! -f $(datadir)/libvga.et4000 \) ]; then \
-+# echo "Moving old config file /usr/local/lib/libvga.et4000 to $(datadir)." ; \
-+# mv -f /usr/local/lib/libvga.et4000 $(datadir)/libvga.et4000; \
-+# fi
-+# @if [ \( -f /usr/local/lib/libvga.ega -a ! -f $(datadir)/libvga.ega \) ]; then \
-+# echo "Moving old config file /usr/local/lib/libvga.ega to $(datadir)." ; \
-+# mv -f /usr/local/lib/libvga.ega $(datadir)/libvga.ega; \
-+# fi
-+# @if [ \( -f /etc/mach32.eeprom -a ! -f $(datadir)/mach32.eeprom \) ]; then \
-+# echo Consider moving your /etc/mach32.eeprom file to $(datadir) ; \
-+# echo and changing $(datadir)/libvga.config appropriately. ; \
-+# fi
- @if [ ! -f $(datadir)/libvga.config ]; then \
- echo Installing default configuration file in $(datadir).; \
- cp $(confdir)/libvga.config $(datadir)/libvga.config; \
-@@ -261,7 +261,7 @@
- installman:
- (cd doc; $(MAKE) -f $(srcdir)/doc/Makefile srcdir="$(srcdir)" install )
-
--install: uninstall $(INSTALLAOUTLIB) installheaders $(INSTALLSHAREDLIB) installconfig \
-+install: $(INSTALLAOUTLIB) installheaders $(INSTALLSHAREDLIB) installconfig \
- $(INSTALLSTATICLIB) $(INSTALLUTILS) $(INSTALLMAN)
- @echo
- @echo
-@@ -402,15 +402,23 @@
- @rm -f sharedlib/DISTRIBUTION
- (cd $(dir $@); \
- $(MAKE) -f $(srcdir)/src/Makefile $(notdir $@) \
-- srcdir="$(srcdir)" DLLFLAGS="$(DLLFLAGS)" \
-+ srcdir="$(srcdir)" DLLFLAGS="$(DLLFLAGS)" ; \
-+ ln -sf libvga.so.$(VERSION) libvga.so \
- )
-
- endif # a.out
-
--sharedlib/libvgagl.a sharedlib/libvgagl.so.$(VERSION): $(SHAREDDIRS)
-+sharedlib/libvgagl.a: $(SHAREDDIRS)
- (cd $(dir $@); \
- $(MAKE) -f $(srcdir)/gl/Makefile $(notdir $@) \
- srcdir="$(srcdir)" DLLFLAGS="$(DLLFLAGS)" \
-+ )
-+
-+sharedlib/libvgagl.so.$(VERSION): $(SHAREDDIRS)
-+ (cd $(dir $@); \
-+ $(MAKE) -f $(srcdir)/gl/Makefile $(notdir $@) \
-+ srcdir="$(srcdir)" DLLFLAGS="$(DLLFLAGS)" ; \
-+ ln -sf libvgagl.so.$(VERSION) libvgagl.so \
- )
-
- demoprogs: $(PREDEMO) $(DEMODIRS)
---- svgalib-1.4.3.orig/Makefile.cfg Tue May 29 07:39:13 2001
-+++ svgalib-1.4.3/Makefile.cfg Thu Jun 28 10:25:12 2001
-@@ -25,7 +25,7 @@
- # Common prefix for installation directories.
- # NOTE: This directory must exist when you start the install.
- TOPDIR=
--prefix = $(TOPDIR)/usr/local
-+prefix = $(TOPDIR)/usr
- exec_prefix = $(prefix)
-
- # Directory where the shared stubs and static library will be installed.
-@@ -38,13 +38,13 @@
- bindir = $(exec_prefix)/bin
-
- # Directory where the run-time configuration files will be installed.
--datadir = $(TOPDIR)/etc/vga
-+datadir = $(TOPDIR)/etc/svgalib
-
- # Directory where the header files will be installed.
- includedir = $(prefix)/include
-
- # Directory where the man files will be installed.
--mandir = $(prefix)/man
-+mandir = $(prefix)/share/man
-
- # Target binary format.
- # TARGET_FORMAT = a.out
-@@ -82,7 +82,7 @@
- # BACKGROUND = y
-
- # Uncomment this if you want to compile and install the static libs.
--# INSTALLSTATICLIB = installstaticlib
-+INSTALLSTATICLIB = installstaticlib
-
- # Comment this out if you don't want to install the shared libs.
- # If you do not install the shared nor the static libs, 'make static'
-@@ -94,12 +94,12 @@
- # a.out image is available install it in the first directory named something
- # like *aout/ in /etc/ld.so.conf.
- # If you want this, do not comment out the next line:
--INSTALLAOUTLIB = installaoutcompat
-+# INSTALLAOUTLIB = installaoutcompat
-
- # Comment this out if you want to keep old shared images. Old header files,
- # library stubs and static libraries CANNOT be kept in public locations
- # except when you rename them yourself.
--# KEEPSHAREDLIBS = keep
-+KEEPSHAREDLIBS = keep
-
- # Comment this out if you don't want to compile and install the utilities.
- INSTALLUTILS = installutils
-@@ -126,15 +126,15 @@
- INCLUDE_ET4000_DRIVER = y
- INCLUDE_CIRRUS_DRIVER = y
- INCLUDE_TVGA_DRIVER = y
--#INCLUDE_OAK_DRIVER = y
--#INCLUDE_EGA_DRIVER = y
-+INCLUDE_OAK_DRIVER = y
-+INCLUDE_EGA_DRIVER = y
- INCLUDE_MACH32_DRIVER = y
- INCLUDE_S3_DRIVER = y
--#INCLUDE_ET3000_DRIVER = y
--#INCLUDE_GVGA6400_DRIVER = y
--#INCLUDE_ARK_DRIVER = y
--#INCLUDE_ATI_DRIVER = y
--#INCLUDE_ALI_DRIVER = y
-+INCLUDE_ET3000_DRIVER = y
-+INCLUDE_GVGA6400_DRIVER = y
-+INCLUDE_ARK_DRIVER = y
-+INCLUDE_ATI_DRIVER = y
-+INCLUDE_ALI_DRIVER = y
- INCLUDE_CHIPS_DRIVER = y
- INCLUDE_APM_DRIVER = y
- INCLUDE_NV3_DRIVER = y
-@@ -256,10 +256,8 @@
- endif
-
-
--ifndef CFLAGS
-+ifndef OPTIMIZE
- OPTIMIZE = -fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g
--else
-- OPTIMIZE := $(CFLAGS)
- endif
-
- # You might want to add -m386 here if you have a recently installed
-@@ -270,9 +268,9 @@
- CFLAGS = $(WARN) $(DLLFLAGS) $(INCLUDES) $(OPTIMIZE) $(DEFINES)
- # ELF doesn't like -N. It is beneficial for small tools with a.out
- ifeq (a.out, $(TARGET_FORMAT))
-- LDFLAGS = -N -s
-+ LDFLAGS = -N
- else
-- LDFLAGS = -s
-+ LDFLAGS =
- endif
-
- # Uncomment the following if you are compiling a.out shared libraries
-@@ -289,6 +287,6 @@
-
- # Utilites used.
- AR = ar
--INSTALL_PROGRAM = install -c -s -m 755 -o root -g bin
-+INSTALL_PROGRAM = install -c -m 755 -o root -g bin
- INSTALL_SHLIB = install -c -m 755 -o root -g bin
- INSTALL_DATA = install -c -m 644 -o root -g bin
diff --git a/media-libs/svgalib/svgalib-1.4.3.ebuild b/media-libs/svgalib/svgalib-1.4.3.ebuild
deleted file mode 100644
index 2f8b1ff23c75..000000000000
--- a/media-libs/svgalib/svgalib-1.4.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Peter Gavin
-# $Header: /var/cvsroot/gentoo-x86/media-libs/svgalib/svgalib-1.4.3.ebuild,v 1.1 2001/06/28 18:31:19 ryan Exp $
-
-#P=
-A=${PN}-${PV}.tar.gz
-S=${WORKDIR}/${PN}-${PV}
-DESCRIPTION="a library for running svga graphics on the console"
-SRC_URI="http://www.svgalib.org/${A}"
-HOMEPAGE="http://www.svgalib.org/"
-
-DEPEND="virtual/glibc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p1 < ${FILESDIR}/${PN}-${PV}-gentoo.diff
-}
-
-src_compile() {
-
- try make OPTIMIZE=\""${CFLAGS}"\" static
- try make OPTIMIZE=\""${CFLAGS}"\" shared
- try make OPTIMIZE=\""${CFLAGS}"\" textutils
- try make OPTIMIZE=\""${CFLAGS}"\" lrmi
- try make OPTIMIZE=\""${CFLAGS}"\" utils
- # Build the gl stuff tpp
- try make OPTIMIZE=\""${CFLAGS}"\" -C gl
- try make OPTIMIZE=\""${CFLAGS}"\" -C gl libvgagl.so.${PV}
-}
-
-src_install () {
-
- dodir /etc/svga /usr/{include,lib,bin,share/man}
- try make TOPDIR=${D} OPTIMIZE=\""${CFLAGS}"\" install
- insinto /usr/include
- doins gl/vgagl.h
- dolib.a gl/libvgagl.a
- dolib.so gl/libvgagl.so.${PV}
- dosym libvgagl.so.${PV} /usr/lib/libvgagl.so
-
- cd doc
- dodoc 0-README CHANGES* DESIGN NEWS TODO
- docinto txt
- dodoc Driver-programming-HOWTO README.* add_driver svgalib.lsm
-
-}
diff --git a/media-sound/gnapster/files/digest-gnapster-1.4.2 b/media-sound/gnapster/files/digest-gnapster-1.4.2
new file mode 100644
index 000000000000..50b1db59a6e0
--- /dev/null
+++ b/media-sound/gnapster/files/digest-gnapster-1.4.2
@@ -0,0 +1 @@
+MD5 8320df3bb795945b99f904814c0df2fe gnapster-1.4.2.tar.gz
diff --git a/media-sound/gnapster/gnapster-1.4.2.ebuild b/media-sound/gnapster/gnapster-1.4.2.ebuild
new file mode 100644
index 000000000000..54cc64bbaea5
--- /dev/null
+++ b/media-sound/gnapster/gnapster-1.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger
+# /home/cvsroot/gentoo-x86/gnome-apps/gnapster/gnapster-1.3.12.ebuild,v 1.2 2000/11/03 17:47:44 achim Exp
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="A napster client for GNOME"
+SRC_URI="http://www.faradic.net/~jasta/files/${A}"
+HOMEPAGE="http://www.faradic.net/~jasta/programs.html"
+
+DEPEND=">=gnome-base/gnome-libs-1.2.10
+ >=gnome-base/gdk-pixbuf-0.10.1"
+
+src_compile() {
+
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+ try ./configure --prefix=/opt/gnome --host=${CHOST} ${myconf}
+ try make
+
+}
+
+src_install () {
+
+ try make prefix=${D}/opt/gnome install
+
+}
+
diff --git a/media-sound/grip/files/digest-grip-2.95 b/media-sound/grip/files/digest-grip-2.95
deleted file mode 100644
index a4f9795cdf57..000000000000
--- a/media-sound/grip/files/digest-grip-2.95
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fabf302f9f35708725415b2d1f7d3602 grip-2.95.tgz
diff --git a/media-sound/grip/grip-2.95.ebuild b/media-sound/grip/grip-2.95.ebuild
deleted file mode 100644
index e501e06da7d5..000000000000
--- a/media-sound/grip/grip-2.95.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Bruce A. Locke
-
-A=${P}.tgz
-S=${WORKDIR}/${P}
-DESCRIPTION="GTK+ based Audio CD Ripper"
-SRC_URI="http://www.nostatic.org/grip/${A}"
-HOMEPAGE="http://www.nostatic.org/grip"
-
-DEPEND="media-sound/cdparanoia"
-
-src_compile() {
-
- # grip doesn't have a nice configure script and requires some
- # symlink love to build
-
- cd $S
-
- mkdir cdparanoia
- mkdir cdparanoia/interface
- mkdir cdparanoia/paranoia
- ln -s /usr/lib/libcdda* cdparanoia/interface/
- ln -s /usr/lib/libcdda* cdparanoia/paranoia/
- ln -s /usr/include/*cdda* cdparanoia/interface/
- ln -s /usr/include/*cdda* cdparanoia/paranoia/
- ln -s /usr/include/utils.h cdparanoia/utils.h
-
- # apply CFLAGS
- mv Makefile Makefile.old
- sed -e "s/-Wall/-Wall ${CFLAGS}/" -e "s/PREFIX=\/usr/PREFIX=\/usr\/X11R6/" Makefile.old > Makefile
-
- try make all
-
-}
-
-src_install () {
- cd ${S}
-
- dodir /usr/X11R6/bin
-
- cp ${S}/grip ${D}/usr/X11R6/bin
- cp ${S}/gcd ${D}/usr/X11R6/bin
-
- dodir /usr/X11R6/man/man1
-
- cp ${S}/grip.1 ${D}/usr/X11R6/man/man1
- # make install copies it over....
- cp ${S}/grip.1 ${D}/usr/X11R6/man/man1/gcd.1
-
- dodoc README LICENSE TODO CREDITS CHANGES
-
- insinto /usr/X11R6/include/X11/pixmaps
- doins pixmaps/*.xpm
-
-}
diff --git a/net-analyzer/iplog/files/digest-iplog-2.2.3 b/net-analyzer/iplog/files/digest-iplog-2.2.3
deleted file mode 100644
index 2716de2b010e..000000000000
--- a/net-analyzer/iplog/files/digest-iplog-2.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 de98dd64018ab10ebe36e481cf00b7db iplog-2.2.3.tar.gz
diff --git a/net-analyzer/iplog/iplog-2.2.3.ebuild b/net-analyzer/iplog/iplog-2.2.3.ebuild
deleted file mode 100644
index d8f77765179c..000000000000
--- a/net-analyzer/iplog/iplog-2.2.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Bruce A. Locke
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="iplog is a TCP/IP traffic logger"
-SRC_URI="http://download.sourceforge.net/ojnk/${P}.tar.gz"
-HOMEPAGE="http://ojnk.sourceforge.net/"
-
-DEPEND="virtual/glibc net-libs/libpcap"
-
-src_compile() {
-
- try ./configure --prefix=/usr
- try make CFLAGS=\"${CFLAGS} -D_REENTRANT\" all
-
-}
-
-src_install() {
-
- try make prefix=${D}/usr mandir=${D}/usr/share/man install
-
- dodoc AUTHORS COPYING.* NEWS README TODO example-iplog.conf
-}
-
diff --git a/net-analyzer/nbaudit/files/digest-nbaudit-1.0 b/net-analyzer/nbaudit/files/digest-nbaudit-1.0
deleted file mode 100644
index 015acf744677..000000000000
--- a/net-analyzer/nbaudit/files/digest-nbaudit-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b8e020ac21e35caa35a8bbd99e41b5e4 nat10.tgz
diff --git a/net-analyzer/nbaudit/nbaudit-1.0.ebuild b/net-analyzer/nbaudit/nbaudit-1.0.ebuild
deleted file mode 100644
index d5a9e2158783..000000000000
--- a/net-analyzer/nbaudit/nbaudit-1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Bruce A. Locke
-
-# Its officially called nat10 but the name conflicts with other projects
-# so I'm following the *BSDs suggestion of calling it nbaudit
-
-A=nat10.tgz
-P=nat10
-S=${WORKDIR}/${P}
-DESCRIPTION="NetBIOS file sharing services scanner (nat10)"
-SRC_URI="http://www.tux.org/pub/security/secnet/tools/nat10/${A}"
-HOMEPAGE="http://www.tux.org/pub/security/secnet/tools/nat10"
-
-DEPEND=""
-
-src_compile() {
-
- cd ${S}
-
- mv Makefile Makefile.old
- sed -e "s/# FLAGSM = -DLINUX -DSHADOW_PWD/FLAGSM = -DLINUX -DSHADOW_PWD -DNO_ASMSIGNALH/" -e "s/# LIBSM = -lshadow/LIBSM = -lshadow/" Makefile.old > Makefile
-
- # sed seems to hang if I do all three at once... oh well
- mv Makefile Makefile.old
- sed -e "s/CFLAGS = /CFLAGS = ${CFLAGS} /" Makefile.old > Makefile
-
- try make all
-
-}
-
-src_install () {
- cd ${S}
-
- into /usr
-
- dobin nat
- doman nat.1
- dodoc README COPYING
-}
diff --git a/net-dialup/ppp/ppp-2.4.1-r1.ebuild b/net-dialup/ppp/ppp-2.4.1-r1.ebuild
index 124fa984a462..4ec650220170 100644
--- a/net-dialup/ppp/ppp-2.4.1-r1.ebuild
+++ b/net-dialup/ppp/ppp-2.4.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r1.ebuild,v 1.2 2001/06/22 15:13:25 lamer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r1.ebuild,v 1.1 2001/06/20 09:53:37 hallski Exp $
A="${P}.tar.gz"
S=${WORKDIR}/${P}
@@ -49,10 +49,3 @@ src_install() {
doins ${FILESDIR}/modules.ppp
dodoc PLUGINS README* SETUP Changes-2.3 FAQ
}
-
-pkg_postinst() {
-
-if [ ! -e /dev/ppp ]; then
- mknod /dev/ppp c 108 0
-fi
-}
diff --git a/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.1 b/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.1
deleted file mode 100644
index 84cd00fb7197..000000000000
--- a/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0daf30850355b534d43ea12a2e6ff9a1 rp-pppoe-3.1.tar.gz
diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.1.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.1.ebuild
deleted file mode 100644
index c8244245d3ba..000000000000
--- a/net-dialup/rp-pppoe/rp-pppoe-3.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger , David Bresson
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/rp-pppoe-3.1.ebuild,v 1.1 2001/07/01 18:26:31 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}/src
-DESCRIPTION="A user-mode PPPoE client and server suite for Linux"
-SRC_URI="http://www.roaringpenguin.com/pppoe/${A}"
-HOMEPAGE="http://www.roaringpeguin.com/"
-
-DEPEND="virtual/glibc >=net-dialup/ppp-2.4.1"
-
-src_compile() {
-
- try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- try make RPM_INSTALL_ROOT=${D} install
- dodir /usr/share/doc
- mv ${D}/usr/doc/${P} ${D}/usr/share/doc/${PF}
- rm -rf ${D}/usr/doc
- prepalldocs
-
-}
-
diff --git a/net-fs/netatalk/files/digest-netatalk-1.5_pre6 b/net-fs/netatalk/files/digest-netatalk-1.5_pre6
deleted file mode 100644
index 9ee9022de84d..000000000000
--- a/net-fs/netatalk/files/digest-netatalk-1.5_pre6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e875b55c649caa02ff5f1eea698c3d15 netatalk-1.5pre6.tar.bz2
diff --git a/net-fs/netatalk/netatalk-1.5_pre6.ebuild b/net-fs/netatalk/netatalk-1.5_pre6.ebuild
deleted file mode 100644
index 9bb0daf925e1..000000000000
--- a/net-fs/netatalk/netatalk-1.5_pre6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5_pre6.ebuild,v 1.1 2001/07/01 19:22:19 achim Exp $
-
-P=netatalk-1.5pre6
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Apple-Talk"
-SRC_URI="http://download.sourceforge.net/netatalk/${A}"
-HOMEPAGE="http://netatakl.sourceforge.net"
-
-DEPEND="virtual/glibc
- pam? ( sys-libs/pam-0.7 )
- tcpd? ( sys-apps/tcp-wrappers )
- ssl? ( dev-libs/openssl )
- sys-apps/shadow
- sys-devel/libtool
- sys-devel/autoconf
- sys-devel/automake
- >=sys-libs/db-3"
-
-RDEPEND="virtual/glibc
- pam? ( sys-libs/pam-0.7 )
- sys-apps/shadow
- >=sys-libs/db-3"
-
-src_compile() {
-
- local myconf
- if [ "`use pam`" ] ; then
- myconf="--with-pam"
- fi
- if [ "`use tcpd`" ] ; then
- myconf="$myconf --with-tcp-wrappers"
- fi
- if [ -z "`use ssl`" ] ; then
- myconf="$myconf --disable-ssl"
- fi
- try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \
- --enable-fhs $myconf
-
- try make
-
-}
-
-src_install() {
-
- try make DESTDIR=${D} install
- rm ${D}/etc/rc.d/init.d/*
- exeinto /etc/rc.d/init.d
- doexe ${FILESDIR}/atalk
- dodoc BUGS CHANGES README* COPYRIGHT VERSION
-
-}
-
-
-
-
diff --git a/net-fs/openafs/files/digest-openafs-1.0.4a b/net-fs/openafs/files/digest-openafs-1.0.4a
deleted file mode 100644
index fb64fb4eced1..000000000000
--- a/net-fs/openafs/files/digest-openafs-1.0.4a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 72c583e09a317bfa34d637e8f108a1dd openafs-1.0.4a-src.tar.bz2
diff --git a/net-fs/openafs/openafs-1.0.4a.ebuild b/net-fs/openafs/openafs-1.0.4a.ebuild
deleted file mode 100644
index 8b423aa495a2..000000000000
--- a/net-fs/openafs/openafs-1.0.4a.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Holger Brueckner
-
-S=${WORKDIR}/${P}
-DESCRIPTION="The AFS 3 distributed file system targets the issues critical to
-distributed computing environments. AFS performs exceptionally well,
-both within small, local work groups of machines and across wide-area
-configurations in support of large, collaborative efforts. AFS provides
-an architecture geared towards system management, along with the tools
-to perform important management tasks. For a user, AFS is a familiar yet
-extensive UNIX environment for accessing files easily and quickly."
-
-SRC_URI="http://www.openafs.org/dl/openafs/1.0.4a/openafs-1.0.4a-src.tar.bz2"
-HOMEPAGE="http://www.openafs.org/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2
- >=sys-libs/pam-0.75"
-
-
-src_compile() {
-
- export KERNELVERSION=`grep "UTS_RELEASE" /usr/src/linux/include/linux/version.h | awk '{print $3}' | sed "s/\"//g"`
- KERNELSHORT=`echo $KERNELVERSION | cut -c1-3 | sed "s/\.//"`
- SYSTEM="linux"
- SYSARCH="i386"
- CELLNAME=`cat ${FILESDIR}/ThisCell`
-
- try mkdir ${SYSARCH}_${SYSTEM}${KERNELSHORT}
- try mkdir ${SYSARCH}_${SYSTEM}${KERNELSHORT}/dest
- try mkdir ${SYSARCH}_${SYSTEM}${KERNELSHORT}/obj
- ln -s "@sys/dest" dest
- ln -s "@sys/obj" obj
- ln -s ${SYSARCH}_${SYSTEM}${KERNELSHORT} @sys
- ln -s src/Makefile Makefile
- try make links
- try make SYS_NAME="${SYSARCH}_${SYSTEM}${KERNELSHORT}" \
- LINUX_VERS="${KERNELVERSION}" TXLIBS=/lib/libncurses.so \
- OPTMZ=\"$CFLAGS\" XCFLAGS=\"$CFLAGS\" \
- PAM_CFLAGS=\"$CFLAGS -Dlinux -DLINUX_PAM -fPIC\"
-}
-
-src_install () {
-
-
- # Client
-
- cd ${S}/dest/root.client/usr/vice
-
- insinto /etc/afs/modload
- doins etc/modload/*
- insinto /etc/afs/C
- doins etc/C/*
-
- insinto /etc/afs
- doins ${FILESDIR}/{ThisCell,CellServDB}
- doins etc/afs.conf
-
- dodir /afs
-
- exeinto /etc/rc.d/init.d
- newexe ${FILESDIR}/afs.rc afs
-
- dosbin etc/afsd
-
- # Client Bin
- cd ${S}/dest
- exeinto /usr/afsws/bin
- doexe bin/*
-
- exeinto /etc/afs/afsws
- doexe etc/*
-
- cp -a include lib ${D}/usr/afsws
- dosym /usr/afsws/lib/afs/libtermlib.a /usr/afsws/lib/afs/libnull.a
-
- # Server
- cd ${S}/dest/root.server/usr/afs
- exeinto /usr/afs/bin
- doexe bin/*
-
- dodir /usr/vice
- dosym /etc/afs /usr/vice/etc
- dosym /etc/afs/afsws /usr/afsws/etc
-
- dodoc ${FILESDIR}/README
-}
-
-pkg_postinst () {
- if [ "$PN" = "openafs_client" ]
- then
- echo ">>> UPDATE CellServDB and ThisCell to your needs !!"
- elif [ "$PN" = "openafs_client_bin" ]
- then
- echo ">>> UPDATE CellServDB and ThisCell to your needs !!"
- else
- echo ">>> FOLLOW THE INSTRUCTIONS IN AFS QUICK BEGINNINGS"
- echo ">>> PAGE >45 TO DO INITIAL SERVER SETUP"
- fi
-}
diff --git a/net-ftp/curl/curl-7.8.ebuild b/net-ftp/curl/curl-7.8.ebuild
deleted file mode 100644
index 1365672bac67..000000000000
--- a/net-ftp/curl/curl-7.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Prakash Shetty (Crux)
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Client that groks URLs"
-SRC_URI="http://curl.haxx.se/download/${A}"
-HOMEPAGE="http://curl.haxx.de"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/pam-0.75
- >=dev-libs/openssl-0.9.6a"
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --with-ssl
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make install DESTDIR=${D}
- dodoc LEGAL CHANGES README
- dodoc docs/FEATURES docs/INSTALL docs/INTERNALS docs/LIBCURL
- dodoc docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE
-}
diff --git a/net-ftp/curl/files/digest-curl-7.8 b/net-ftp/curl/files/digest-curl-7.8
deleted file mode 100644
index 6a94fc403d3f..000000000000
--- a/net-ftp/curl/files/digest-curl-7.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5f6849faaba0514b2d389761c3f2f320 curl-7.8.tar.gz
diff --git a/net-ftp/lftp/files/digest-lftp-2.3.11 b/net-ftp/lftp/files/digest-lftp-2.3.11
deleted file mode 100644
index 8355ec1041e7..000000000000
--- a/net-ftp/lftp/files/digest-lftp-2.3.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f67a0dc877f892fa6c1eedbbc1520c66 lftp-2.3.11.tar.bz2
diff --git a/net-ftp/lftp/lftp-2.3.10.ebuild b/net-ftp/lftp/lftp-2.3.10.ebuild
new file mode 100644
index 000000000000..99609490399c
--- /dev/null
+++ b/net-ftp/lftp/lftp-2.3.10.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Daniel Robbins
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.3.10.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $
+
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="Groovy little ftp client"
+SRC_URI="ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${A}
+ http://metalab.unc.edu/pub/Linux/system/network/file-transfer/${A}"
+
+HOMEPAGE="http://ftp.yars.free.net/projects/lftp/"
+
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.1
+ ssl? ( >=dev-libs/openssl-0.9.6 )
+ nls? ( sys-devel/gettext )"
+
+RDEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.1
+ ssl? ( >=dev-libs/openssl-0.9.6 )"
+
+src_compile() {
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+ if [ -z "`use ssl`" ] ; then
+ myconf="$myconf --without-ssl"
+ fi
+
+ export CFLAGS="-fno-exceptions -fno-rtti ${CFLAGS}"
+ export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}"
+
+ try ./configure --prefix=/usr --sysconfdir=/etc/lftp --mandir=/usr/share/man --with-modules $myconf
+ try make
+}
+
+src_install() {
+
+ try make prefix=${D}/usr sysconfdir=${D}/etc/lftp mandir=${D}/usr/share/man install
+
+ dodoc BUGS COPYING ChangeLog FAQ FEATURES MIRRORS NEWS
+ dodoc README* THANKS TODO
+
+}
+
+
+
+
+
diff --git a/net-ftp/lftp/lftp-2.3.11.ebuild b/net-ftp/lftp/lftp-2.3.11.ebuild
deleted file mode 100644
index 416866140a45..000000000000
--- a/net-ftp/lftp/lftp-2.3.11.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Groovy little ftp client"
-SRC_URI="ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${A}
- http://metalab.unc.edu/pub/Linux/system/network/file-transfer/${A}"
-
-HOMEPAGE="http://ftp.yars.free.net/projects/lftp/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.1
- ssl? ( >=dev-libs/openssl-0.9.6 )
- nls? ( sys-devel/gettext )"
-
-RDEPEND="virtual/glibc
- >=sys-libs/ncurses-5.1
- ssl? ( >=dev-libs/openssl-0.9.6 )"
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- if [ -z "`use ssl`" ] ; then
- myconf="$myconf --without-ssl"
- fi
-
- export CFLAGS="-fno-exceptions -fno-rtti ${CFLAGS}"
- export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}"
-
- try ./configure --prefix=/usr --sysconfdir=/etc/lftp --with-modules --mandir=/usr/share/man $myconf
- try pmake
-}
-
-src_install() {
-
- try make prefix=${D}/usr sysconfdir=${D}/etc/lftp mandir=${D}/usr/share/man install
-
- dodoc BUGS COPYING ChangeLog FAQ FEATURES MIRRORS NEWS
- dodoc README* THANKS TODO
-
-}
-
-
-
-
-
diff --git a/net-ftp/pure-ftpd/files/digest-pure-ftpd-0.98.7 b/net-ftp/pure-ftpd/files/digest-pure-ftpd-0.98.7
deleted file mode 100644
index f6c4a53075df..000000000000
--- a/net-ftp/pure-ftpd/files/digest-pure-ftpd-0.98.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 381169cc31fdebfa2d414cd264d8485b pure-ftpd-0.98.7.tar.gz
diff --git a/net-ftp/pure-ftpd/files/digest-pure-ftpd-0.98.7-r1 b/net-ftp/pure-ftpd/files/digest-pure-ftpd-0.98.7-r1
deleted file mode 100644
index f6c4a53075df..000000000000
--- a/net-ftp/pure-ftpd/files/digest-pure-ftpd-0.98.7-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 381169cc31fdebfa2d414cd264d8485b pure-ftpd-0.98.7.tar.gz
diff --git a/net-ftp/pure-ftpd/files/pftpd.xinetd b/net-ftp/pure-ftpd/files/pftpd.xinetd
deleted file mode 100644
index c642d6a1c64b..000000000000
--- a/net-ftp/pure-ftpd/files/pftpd.xinetd
+++ /dev/null
@@ -1,10 +0,0 @@
-# This runs the Pure-FTPd Server
-service ftp
-{
- socket_type = stream
- server = /usr/sbin/pure-ftpd
- protocol = tcp
- user = root
- wait = no
- disable = no
-}
diff --git a/net-ftp/pure-ftpd/pure-ftpd-0.98.7-r1.ebuild b/net-ftp/pure-ftpd/pure-ftpd-0.98.7-r1.ebuild
deleted file mode 100644
index c5269a86ce08..000000000000
--- a/net-ftp/pure-ftpd/pure-ftpd-0.98.7-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Prakash Shetty (Crux)
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Fast Production Quality FTP Server"
-SRC_URI="http://prdownloads.sourceforge.net/pureftpd/${A}"
-HOMEPAGE="http://pureftpd.sourceforge.net"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/pam-0.75"
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --with-throttling --with-virtualhosts\
- --with-ratios --with-largefile
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- dodoc COPYING ChangeLog README README.Configuration-File
- dodoc README.Contrib README.LDAP README.Netfilter
- dodir /etc/pure-ftpd
-}
-
-pkg_config() {
- echo "This config script will add pftpd lines to your /etc/xinetd.conf."
- echo "Press control-C to abort, hit Enter to continue."
- echo
- read
- cat ${FILESDIR}/pftpd.xinetd >> ${ROOT}etc/xinetd.conf
- ln -s /dev/null /etc/pure-ftpd/127.0.0.1
- /etc/rc.d/init.d/svc-xinetd restart
- echo "Modifications applied."
-}
-
-
-
diff --git a/net-ftp/pure-ftpd/pure-ftpd-0.98.7.ebuild b/net-ftp/pure-ftpd/pure-ftpd-0.98.7.ebuild
deleted file mode 100644
index f59e59152a6a..000000000000
--- a/net-ftp/pure-ftpd/pure-ftpd-0.98.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Prakash Shetty (Crux)
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Fast Production Quality FTP Server"
-SRC_URI="http://prdownloads.sourceforge.net/pureftpd/${A}"
-HOMEPAGE="http://pureftpd.sourceforge.net"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/pam-0.75"
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --with-throttling --with-virtualhosts\
- --with-ratios --with-largefile
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- dodoc COPYING ChangeLog README README.Configuration-File
- dodoc README.Contrib README.LDAP README.Netfilter
-}
-
-pkg_config() {
- echo "This config script will add pftpd lines to your /etc/xinetd.conf."
- echo "Press control-C to abort, hit Enter to continue."
- echo
- read
- cat ${FILESDIR}/pftpd.xinetd >> ${ROOT}etc/xinetd.conf
- echo "Modifications applied."
-}
-
-
-
diff --git a/net-im/gabber/files/digest-gabber-0.8.3 b/net-im/gabber/files/digest-gabber-0.8.3
deleted file mode 100644
index a44cfcc0933e..000000000000
--- a/net-im/gabber/files/digest-gabber-0.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e74cd30afd9c7ada4e0990e7b4838a4d gabber-0.8.3.tar.gz
diff --git a/net-im/gabber/gabber-0.8.3.ebuild b/net-im/gabber/gabber-0.8.3.ebuild
deleted file mode 100644
index 183f432a56ae..000000000000
--- a/net-im/gabber/gabber-0.8.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Frederic Brin
-# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/gabber-0.8.3.ebuild,v 1.1 2001/06/28 13:30:40 crux Exp $
-#
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="The GNOME Jabber Client"
-SRC_URI="http://prdownloads.sourceforge.net/gabber/${A}"
-HOMEPAGE="http://gabber.sourceforge.net"
-
-DEPEND=">=gnome-base/gnome-libs-1.2.1
- >=gnome-base/libglade-0.11
- >=gnome-base/gal-0.3
- >=gnome-libs/gnomemm-1.1.12
- gpg? ( >=app-crypt/gnupg-1.0.5 )
- ssl? ( >=dev-libs/openssl-0.9.6 )"
-
-src_compile() {
- local myconf
-
- if ! [ "`use ssl`" ]
- then
- myconf="--disable-ssl"
- fi
-
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome $myconf
- try pmake
-}
-
-src_install() {
- try make DESTDIR=${D} install
-}
-
diff --git a/net-im/gaim/files/digest-gaim-0.11.0-r13 b/net-im/gaim/files/digest-gaim-0.11.0-r13
new file mode 100644
index 000000000000..1c83c8be2901
--- /dev/null
+++ b/net-im/gaim/files/digest-gaim-0.11.0-r13
@@ -0,0 +1 @@
+MD5 5acee72cbb145cbf347d18eeb9f3f724 gaim-0.11.0pre13.tar.bz2
diff --git a/net-im/gaim/files/digest-gaim-0.11.0_pre13 b/net-im/gaim/files/digest-gaim-0.11.0_pre13
new file mode 100644
index 000000000000..1c83c8be2901
--- /dev/null
+++ b/net-im/gaim/files/digest-gaim-0.11.0_pre13
@@ -0,0 +1 @@
+MD5 5acee72cbb145cbf347d18eeb9f3f724 gaim-0.11.0pre13.tar.bz2
diff --git a/net-im/gaim/files/digest-gaim-0.11.0_pre14 b/net-im/gaim/files/digest-gaim-0.11.0_pre14
deleted file mode 100644
index 650637cc7c2b..000000000000
--- a/net-im/gaim/files/digest-gaim-0.11.0_pre14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bf6f5387001da948edbd6fd243306daf gaim-0.11.0pre14.tar.bz2
diff --git a/net-im/gaim/gaim-0.11.0_pre14.ebuild b/net-im/gaim/gaim-0.11.0_pre14.ebuild
deleted file mode 100644
index a78b9c8e85ff..000000000000
--- a/net-im/gaim/gaim-0.11.0_pre14.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Joe Bormolini
-
-P2=gaim-0.11.0pre14
-S=${WORKDIR}/${P2}
-DESCRIPTION="Gtk AOL Instant Messenger client"
-SRC_URI="http://prdownloads.sourceforge.net/gaim/${P2}.tar.bz2"
-HOMEPAGE="http://gaim.sourceforge.net"
-
-DEPEND=">=x11-libs/gtk+-1.2.3
- gnome? ( >=gnome-base/gnome-libs-1.2.13 )
- perl? ( >=sys-devel/perl-5.6.1 )
- nas? ( >=media-sound/nas-1.4.1-r1 )
- esd? ( >=media-sound/esound-0.2.22-r2 )"
-
-src_compile() {
-
- local myopts
- if [ "`use gnome`" ]
- then
- myopts="--with-gnome=${GNOMEDIR} --enable-panel --prefix=/opt/gnome"
- else
- myopts="--disable-gnome --disable-pixbuf --prefix=/usr/X11R6"
- fi
- if [ -z "`use esd`" ] ; then
- myopts="$myopts --disable-esd"
- fi
- if [ -z "`use nas`" ] ; then
- myopts="$myopts --disable-nas"
- fi
- if [ -z "`use perl`" ] ; then
- myopts="$myopts --disable-perl"
- fi
- try ./configure --host=${CHOST} ${myopts}
- try pmake
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- dodoc ChangeLog README README.plugins
-}
-
diff --git a/net-irc/kvirc/files/digest-kvirc-2.1.1 b/net-irc/kvirc/files/digest-kvirc-2.1.1
deleted file mode 100644
index f4c4040c0ada..000000000000
--- a/net-irc/kvirc/files/digest-kvirc-2.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1a82d64b7568ace74c109d982ec5f4ef kvirc-2.1.1.tar.bz2
diff --git a/net-irc/kvirc/kvirc-2.1.1.ebuild b/net-irc/kvirc/kvirc-2.1.1.ebuild
deleted file mode 100644
index 631418e42d73..000000000000
--- a/net-irc/kvirc/kvirc-2.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Prakash Shetty (Crux)
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="A IRC Client for KDE"
-SRC_URI="ftp://ftp.kvirc.net/kvirc/2.1.1/source/${A}"
-HOMEPAGE="http://www.kvirc.net"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=x11-libs/qt-x11-2.3"
-
-src_compile() {
-
- cd ${S}
- try ./configure --with-kde-support
- try make kvirc DESTDIR=${D}
-}
-
-src_install () {
-
- cd ${S}
- try make install DESTDIR=${D}
- try make docs DESTDIR=${D}
-}
-
-
-
diff --git a/net-irc/xchat/files/digest-xchat-1.8.0 b/net-irc/xchat/files/digest-xchat-1.8.0
deleted file mode 100644
index a331f8e1ad0a..000000000000
--- a/net-irc/xchat/files/digest-xchat-1.8.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2d040e1b156b8fed91e7ac3cf83f309a xchat-1.8.0.tar.bz2
diff --git a/net-irc/xchat/xchat-1.8.0.ebuild b/net-irc/xchat/xchat-1.8.0.ebuild
deleted file mode 100644
index 22d73e9469e0..000000000000
--- a/net-irc/xchat/xchat-1.8.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyrigth 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.0.ebuild,v 1.2 2001/07/02 00:01:06 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="xchat"
-SRC_URI="http://www.xchat.org/files/source/${PV}/${P}.tar.bz2"
-HOMEPAGE="http://www.xchat.org/"
-
-DEPEND=">=gnome-base/gdk-pixbuf-0.11.0
- perl? ( sys-devel/perl )
- python? ( dev-lang/python )
- nls? ( >=sys-devel/gettext-0.10.38 )
- gnome? ( >=gnome-base/gnome-core-1.2.2.1 )
- ssl? ( >=dev-libs/openssl-0.9.6a )"
-
-RDEPEND=">=gnome-base/gdk-pixbuf-0.11.0
- gnome? ( >=gnome-base/gnome-core-1.2.2.1 ) ssl? ( >=dev-libs/openssl-0.9.6a )"
-
-src_compile() {
-
- local myopts
- local myflags
-
- if [ "`use gnome`" ]
- then
- myopts="--enable-gnome --enable-panel --prefix=/opt/gnome"
- else
- myopts="--enable-gtkfe --disable-gnome --prefix=/usr/X11R6"
- fi
- if [ "`use ssl`" ] ; then
- myopts="$myopts --enable-openssl"
- fi
- if [ -z "`use perl`" ] ; then
- myopts="$myopts --disable-perl"
- fi
- if [ "`use python`" ] ; then
- myflags="-lz"
- if [ "`use berkdb`" ] ; then
- myflags="$myflags -ldb-3.2 -lndbm"
- fi
- if [ "`use readline`" ] ; then
- myflags="$myflags -lreadline -lncurses -lcrypt"
- fi
- else
- myopts="$myopts --disable-python"
- fi
- if [ -z "`use nls`" ] ; then
- myopts="$myopts --disable-nls"
- fi
- try ./configure --host=${CHOST} ${myopts} --enable-ipv6
- if [ "$myflags" ] ; then
- for i in src/fe-gtk src/fe-text
- do
- if [ -e $i/Makefile ] ; then
- cp $i/Makefile $i/Makefile.orig
- sed -e "s:-lpython2.0:-lpython2.0 $myflags:" \
- $i/Makefile.orig > $i/Makefile
- fi
- done
- fi
- try pmake
-}
-
-src_install() {
- cd ${S}
- if [ -n "`use gnome`" ]
- then
- try make prefix=${D}/opt/gnome install
- else
- try make prefix=${D}/usr/X11R6 install
- fi
- dodoc AUTHORS COPYING ChangeLog README
-}
-
-
-
-
-
-
diff --git a/net-mail/exim/exim-3.22-r1.ebuild b/net-mail/exim/exim-3.22-r1.ebuild
new file mode 100644
index 000000000000..c9758a86b79d
--- /dev/null
+++ b/net-mail/exim/exim-3.22-r1.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Jerry Alexandratos
+# /home/cvsroot/gentoo-x86/skel.ebuild,v 1.1 2000/10/09 18:00:52 achim Exp
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
+SRC_URI="ftp://ftp.exim.org/pub/exim/${A}"
+HOMEPAGE="http://www.exim.org/"
+
+
+DEPEND="virtual/glibc
+ perl? ( >=sys-devel/perl-5.6.0 )
+ pam? ( >=sys-libs/pam-0.75 )
+ >=sys-libs/db-3.2"
+
+
+TLS_DEP=">=dev-libs/openssl-0.9.6"
+LDAP_DEP=">=net-nds/openldap-2.0.7"
+MYSQL_DEP=">=dev-db/mysql-3.23.28"
+
+if [ -n "`use mta-tls`" ]; then
+ DEPEND="${DEPEND} ${TLS_DEP}"
+fi
+
+if [ -n "`use mta-ldap`" ]; then
+ DEPEND="${DEPEND} ${LDAP_DEP}"
+fi
+
+if [ -n "`use mta-mysql`" ]; then
+ DEPEND="${DEPEND} ${MYSQL_DEP}"
+fi
+RDEPEND="$DEPEND !virtual/mta >=net-mail/mailbase-0.00"
+
+DEPEND="$DEPEND tcpd? ( sys-apps/tcp-wrappers )"
+
+
+PROVIDE="virtual/mta"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ mkdir Local
+ sed -e "48i\CFLAGS=${CFLAGS}" \
+ -e "s:# AUTH_CRAM_MD5=yes:AUTH_CRAM_MD5=yes:" \
+ -e "s:# AUTH_PLAINTEXT=yes:AUTH_PLAINTEXT=yes:" \
+ -e "s:BIN_DIRECTORY=/usr/exim/bin:BIN_DIRECTORY=/usr/sbin:" \
+ -e "s:COMPRESS_COMMAND=/opt/gnu/bin/gzip:COMPRESS_COMMAND=/usr/bin/gzip:" \
+ -e "s:ZCAT_COMMAND=/opt/gnu/bin/zcat:ZCAT_COMMAND=/usr/bin/zcat:" \
+ -e "s:CONFIGURE_FILE=/usr/exim/configure:CONFIGURE_FILE=/etc/exim/configure:" \
+ -e "s:EXIM_MONITOR=eximon.bin:# EXIM_MONITOR=eximon.bin:" \
+ -e "s:# EXIM_PERL=perl.o:EXIM_PERL=perl.o:" \
+ -e "s:# LOG_FILE_PATH=syslog:LOG_FILE_PATH=syslog:" \
+ -e "s:# PID_FILE_PATH=/var/lock/exim%s.pid:PID_FILE_PATH=/var/run/exim%s.pid:" \
+ -e "s:# SPOOL_DIRECTORY=/var/spool/exim:SPOOL_DIRECTORY=/var/spool/exim:" \
+ -e "s:# SUPPORT_MAILDIR=yes:SUPPORT_MAILDIR=yes:" \
+ src/EDITME > Local/Makefile
+
+ cd Local
+ local myconf
+ if [ "`use pam`" ] ; then
+ cp Makefile Makefile.orig
+ sed -e "s:# SUPPORT_PAM=yes:SUPPORT_PAM=yes:" \
+ Makefile.orig > Makefile
+ myconf="-lpam"
+ fi
+ if [ "`use tcpd`" ] ; then
+ cp Makefile Makefile.orig
+ sed -e "s:# USE_TCP_WRAPPERS=yes:USE_TCP_WRAPPERS=yes:" \
+ Makefile.orig > Makefile
+ myconf="$myconf -lwrap"
+ fi
+ if [ "$myconf" ] ; then
+ echo "EXTRALIBS=$myconf" >> Makefile
+ fi
+
+ cd ..
+ try make
+
+ if [ -n "`use mta-tls`" ]; then
+ cp Local/Makefile Local/Makefile.tmp
+ sed -e "s:# SUPPORT_TLS=yes:SUPPORT_TLS=yes:" \
+ -e "s:# TLS_LIBS=-lssl -lcrypto:TLS_LIBS=-lssl -lcrypto:" Local/Makefile.tmp > Local/Makefile
+ fi
+
+ if [ -n "`use mta-ldap`" ]; then
+ cp Local/Makefile Local/Makefile.tmp
+ sed -e "s:# LOOKUP_LDAP=yes:LOOKUP_LDAP=yes:" \
+ -e "s:# LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include:LOOKUP_INCLUDE=-I/usr/include/ldap -I/usr/include/mysql:" \
+ -e "s:# LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq:LOOKUP_LIBS=-L/usr/lib -lldap -llber -lmysqlclient -lpq:" \
+ -e "s:# LDAP_LIB_TYPE=OPENLDAP2:LDAP_LIB_TYPE=OPENLDAP2:" Local/Makefile.tmp >| Local/Makefile
+ fi
+
+ if [ -n "`use mta-mysql`" ]; then
+ cp Local/Makefile Local/Makefile.tmp
+ sed -e "s:# LOOKUP_MYSQL=yes:LOOKUP_MYSQL=yes:" \
+ -e "s:# LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq:LOOKUP_LIBS=-L/usr/lib -lldap -llber -lmysqlclient -lpq:" Local/Makefile.tmp >| Local/Makefile
+ fi
+}
+
+src_compile() {
+ cd ${S}
+ try make
+}
+
+src_install () {
+ cd ${S}/build-Linux-i386
+ insopts -o root -g root -m 4755
+ insinto /usr/sbin
+ doins exim
+
+ dodir /usr/bin /usr/sbin /usr/lib
+ dosym /usr/sbin/exim /usr/bin/mailq
+ dosym /usr/sbin/exim /usr/bin/newaliases
+ dosym /usr/sbin/exim /usr/bin/mail
+ dosym /usr/sbin/exim /usr/lib/sendmail
+ dosym /usr/sbin/exim /usr/sbin/sendmail
+
+ insopts -o root -g root -m 0755
+ insinto /usr/sbin
+ for i in exicyclog exim_dbmbuild exim_dumpdb exim_fixdb \
+ exim_lock exim_tidydb exinext exiwhat
+ do
+ doins $i
+ done
+
+ cd ${S}/util
+ insopts -o root -g root -m 0755
+ insinto /usr/sbin
+ for i in exigrep eximstats exiqsumm
+ do
+ doins $i
+ done
+
+ dodir /etc/exim /etc/exim/samples
+
+ insopts -o root -g root -m 0644
+ insinto /etc/exim
+ doins ${FILESDIR}/configure
+
+ cd ${S}/src
+ insopts -o root -g root -m 0644
+ insinto /etc/exim/samples
+ doins configure.default
+
+ insopts -o root -g root -m 0755
+ insinto /etc/rc.d/init.d
+ doins ${FILESDIR}/exim
+
+ dodoc ${S}/doc/*
+}
+
+pkg_config() {
+ ${ROOT}/usr/sbin/rc-update add exim
+}
diff --git a/net-mail/pine-maildir/pine-maildir-4.21-r2.ebuild b/net-mail/pine-maildir/pine-maildir-4.21-r2.ebuild
new file mode 100644
index 000000000000..9cd48da977b0
--- /dev/null
+++ b/net-mail/pine-maildir/pine-maildir-4.21-r2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pine-maildir/pine-maildir-4.21-r2.ebuild,v 1.1 2000/11/14 15:53:27 achim Exp $
+
+P=pine-maildir-4.21
+A="pine4.21.tar.gz pine-4.20-maildir_3.patch"
+S=${WORKDIR}/pine4.21
+DESCRIPTION="Pine, Pico, Pilot, imapd"
+SRC_URI="ftp://ftp.cac.washington.edu/pine/pine4.21.tar.gz
+ ftp://158.195.33.220/pub/pine/pine-4.20-maildir_3.patch"
+HOMEPAGE="http://www.washington.edu/pine/"
+
+DEPEND=">=sys-libs/glibc-2.1.3
+ >=sys-libs/gpm-1.19.3
+ >=sys-libs/ncurses-5.1
+ >=sys-libs/pam-0.72"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ patch -p1 < ${DISTDIR}/pine-4.20-maildir_3.patch
+ cd ${S}/pine
+ cp makefile.lnx makefile.orig
+ sed -e "s:-g -DDEBUG:${CFLAGS}:" makefile.orig > makefile.lnx
+
+ if [ -n "`use glibc22`" ]
+ then
+ echo "Using glibc-2.2"
+ cp ${FILESDIR}/os.c osdep/os-lnx.c
+ cp ${FILESDIR}/filter.c filter.c
+ fi
+
+ cd ${S}/pico
+ cp makefile.lnx makefile.orig
+ sed -e "s:-g -DDEBUG:${CFLAGS}:" makefile.orig > makefile.lnx
+
+
+}
+
+src_compile() {
+ ./build lnp
+}
+
+src_install() {
+ cd ${S}
+ into /usr
+ dobin bin/pine bin/pico bin/pilot bin/mtest
+ dosbin bin/imapd
+
+ doman doc/pico.1 doc/pine.1
+
+ insinto /etc
+ doins doc/mime.types
+ donewins doc/mailcap.unx mailcap
+
+ dodoc CPYRIGHT README doc/brochure.txt doc/tech-notes.txt
+ docinto imap
+ dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/FAQ imap/docs/RELNOTES
+ docinto imap/rfc
+ dodoc imap/docs/rfc/*.txt
+ docinto html/tech-notes
+ dodoc doc/tech-notes/*.html
+}
+
+
+
diff --git a/net-mail/sylpheed/files/digest-sylpheed-0.5.0_pre2 b/net-mail/sylpheed/files/digest-sylpheed-0.5.0_pre2
deleted file mode 100644
index 5f58d93c8336..000000000000
--- a/net-mail/sylpheed/files/digest-sylpheed-0.5.0_pre2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 09cd1711d377ffa973627a2ee6368f23 sylpheed-0.5.0pre2.tar.bz2
diff --git a/net-mail/sylpheed/files/digest-sylpheed-0.5.0_pre3 b/net-mail/sylpheed/files/digest-sylpheed-0.5.0_pre3
deleted file mode 100644
index 85fbcbc4288d..000000000000
--- a/net-mail/sylpheed/files/digest-sylpheed-0.5.0_pre3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a3cd78aa28b497a461ece5b9ba122ec1 sylpheed-0.5.0pre3.tar.bz2
diff --git a/net-mail/sylpheed/sylpheed-0.5.0_pre2.ebuild b/net-mail/sylpheed/sylpheed-0.5.0_pre2.ebuild
deleted file mode 100644
index c7d1dfd249e9..000000000000
--- a/net-mail/sylpheed/sylpheed-0.5.0_pre2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.5.0_pre2.ebuild,v 1.1 2001/06/29 10:52:09 achim Exp $
-
-#P=
-A=${PN}-0.5.0pre2.tar.bz2
-S=${WORKDIR}/${PN}-0.5.0pre2
-DESCRIPTION="A lightweight email client and newsreader"
-SRC_URI="http://sylpheed.good-day.net/sylpheed/${A}"
-HOMEPAGE="http://sylpheed.good-day.net"
-
-DEPEND=">=x11-libs/gtk+-1.2
- >=media-libs/compface-1.4
- gnome? ( >=gnome-base/gdk-pixbuf-0.10 )
- nls? ( sys-devel/gettext )"
-
-RDEPEND=">=x11-libs/gtk+-1.2
- gnome? ( >=gnome-base/gdk-pixbuf-0.10 )"
-
-src_compile() {
-
- local myconf
- if [ -z "`use gnome`" ] ; then
- myconf="--disable-gdk-pixbuf --disable-imlib"
- fi
- if [ -z "`use nls`" ] ; then
- myconf="$myconf --disable-nls"
- fi
- try ./configure --prefix=/usr/X11R6 --host=${CHOST} --enable-ipv6 $myconf
- try make
-
-}
-
-src_install () {
-
- try make prefix=${D}/usr manualdir=${D}/usr/share/doc/${PF}/html install
- dodoc AUTHORS COPYING ChangeLog* NEWS README* TODO*
-
-}
-
diff --git a/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild b/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild
deleted file mode 100644
index 1412e6c6b3b2..000000000000
--- a/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild,v 1.1 2001/07/01 14:57:36 achim Exp $
-
-#P=
-A=${PN}-0.5.0pre3.tar.bz2
-S=${WORKDIR}/${PN}-0.5.0pre3
-DESCRIPTION="A lightweight email client and newsreader"
-SRC_URI="http://sylpheed.good-day.net/sylpheed/${A}"
-HOMEPAGE="http://sylpheed.good-day.net"
-
-DEPEND=">=x11-libs/gtk+-1.2
- >=media-libs/compface-1.4
- gnome? ( >=gnome-base/gdk-pixbuf-0.10 )
- nls? ( sys-devel/gettext )"
-
-RDEPEND=">=x11-libs/gtk+-1.2
- gnome? ( >=gnome-base/gdk-pixbuf-0.10 )"
-
-src_compile() {
-
- local myconf
- if [ -z "`use gnome`" ] ; then
- myconf="--disable-gdk-pixbuf --disable-imlib"
- fi
- if [ -z "`use nls`" ] ; then
- myconf="$myconf --disable-nls"
- fi
- try ./configure --prefix=/usr/X11R6 --host=${CHOST} --enable-ipv6 $myconf
- try make
-
-}
-
-src_install () {
-
- try make prefix=${D}/usr manualdir=${D}/usr/share/doc/${PF}/html install
- dodoc AUTHORS COPYING ChangeLog* NEWS README* TODO*
-
-}
-
diff --git a/net-mail/teapop/files/digest-teapop-0.3.1 b/net-mail/teapop/files/digest-teapop-0.3.1
deleted file mode 100644
index 38cae68ca33d..000000000000
--- a/net-mail/teapop/files/digest-teapop-0.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5b8979ec78a6ab9dbc98f222a8bc6740 teapop-0.3.1.tar.gz
diff --git a/net-mail/teapop/files/tpop.xinetd b/net-mail/teapop/files/tpop.xinetd
deleted file mode 100644
index cf9d2e90ef12..000000000000
--- a/net-mail/teapop/files/tpop.xinetd
+++ /dev/null
@@ -1,10 +0,0 @@
-# These lines below will start the TeaPOP - POP Server
-service pop3
-{
- socket_type = stream
- protocol = tcp
- wait = no
- user = root
- server = /usr/libexec/teapop
- server_args = teapop
-}
diff --git a/net-mail/teapop/teapop-0.3.1.ebuild b/net-mail/teapop/teapop-0.3.1.ebuild
deleted file mode 100644
index 6b20336dfb89..000000000000
--- a/net-mail/teapop/teapop-0.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Prakash Shetty (Crux)
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="POP Server with support for Maildir,Virtual Domains,Multiple IP's etc"
-SRC_URI="http://ftp.toontown.org/pub/teapop/${A}"
-HOMEPAGE="http://www.toontown.org/teapop/"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --enable-lock=flock --disable-apop\
- --enable-homespool=Maildir
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- dodoc doc/CREDITS doc/ChangeLog doc/INSTALL
-}
-
-pkg_config() {
- echo "This config script will add tpop lines to your /etc/xinetd.conf."
- echo "Press control-C to abort, hit Enter to continue."
- echo
- read
- cat ${FILESDIR}/tpop.xinetd >> ${ROOT}etc/xinetd.conf
- echo "Modifications applied."
-}
diff --git a/net-misc/cfengine/cfengine-1.6.3.ebuild b/net-misc/cfengine/cfengine-1.6.3.ebuild
deleted file mode 100644
index 21f432f79571..000000000000
--- a/net-misc/cfengine/cfengine-1.6.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Prakash Shetty (Crux)
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="An agent/software robot and a high level policy language for
-building expert systems to administrate and configure large computer
-networks"
-
-SRC_URI="ftp://ftp.iu.hio.no/pub/cfengine/${A}"
-HOMEPAGE="http://www.iu.hio.no/cfengine/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=app-text/tetex-1.0.7-r2"
-
-src_compile() {
-
- cd ${S}
- try ./configure
-
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- try make DESTDIR=${D}/doc install
- dodoc COPYING ChangeLog README
-}
-
-
-
diff --git a/net-misc/cfengine/files/digest-cfengine-1.6.3 b/net-misc/cfengine/files/digest-cfengine-1.6.3
deleted file mode 100644
index 26b7e3ca4c63..000000000000
--- a/net-misc/cfengine/files/digest-cfengine-1.6.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5076ff2292a2a00acafc9849175384e3 cfengine-1.6.3.tar.gz
diff --git a/net-misc/dhcp/dhcp-3.0_rc1000.ebuild b/net-misc/dhcp/dhcp-3.0_rc1000.ebuild
deleted file mode 100644
index c556d2b8c3da..000000000000
--- a/net-misc/dhcp/dhcp-3.0_rc1000.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0_rc1000.ebuild,v 1.1 2001/07/01 18:39:34 achim Exp $
-
-P=dhcp-3.0rc10
-A="${P}.tar.gz"
-S=${WORKDIR}/${P}
-DESCRIPTION="ISC Dynamic Host Configuration Protocol"
-SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz"
-HOMEPAGE="http://www.isc.org/products/DHCP/"
-
-DEPEND="virtual/glibc sys-apps/groff"
-RDEPEND="virtual/glibc"
-src_unpack() {
- unpack ${A}
- cd ${S}/includes
-cat <> site.h
-#define _PATH_DHCPD_DB "/etc/dhcp/dhcpd.leases"
-#define _PATH_DHCPD_CONF "/etc/dhcp/dhcpd.conf"
-#define _PATH_DHCLIENT_DB "/var/lib/dhcp/dhclient.leases"
-END
-
-}
-
-src_compile() {
-
-cat < site.conf
-CC = gcc ${CFLAGS}
-ETC = /etc/dhcp
-VARDB = /var/lib/dhcp
-ADMMANDIR = /usr/share/man/man8
-FFMANDIR = /usr/share/man/man5
-LIBMANDIR = /usr/share/man/man3
-END
-
- try ./configure --with-nsupdate
- try make
-
-}
-
-src_install2() {
- try make DESTDIR=${D} install
-}
-
-src_install () {
-
- cd ${S}/work.linux-2.2/client
- into /
- dosbin dhclient
- into /usr
- doman *.5 *.8
-
- cd ../common
- doman *.5
-
- cd ../dhcpctl
- dolib libdhcpctl.a
- insinto /usr/include
- doins dhcpctl.h
- doman *.3
-
- cd ../omapip
- dolib libomapi.a
- doman *.3
-
- cd ../relay
- dosbin dhcrelay
- doman *.8
-
- cd ../server
- dosbin dhcpd
- doman *.5 *.8
-
- cd ${S}/client
- insinto /etc/dhcp
- sed -e "s:/etc/dhclient-script:/sbin/dhclient-script:" dhclient.conf > ${D}/etc/dhcp/dhclient.conf.example
- exeinto /sbin
- newexe scripts/linux dhclient-script
-
- cd ${S}/server
- newins dhcpd.conf dhcpd.conf.example
-
- cd ${S}/includes/omapip
- insinto /usr/include/omapip
- doins alloc.h buffer.h omapip.h
- cd ${S}/includes/isc-dhcp
- insinto /usr/include/isc-dhco
- doins boolean.h dst.h int.h lang.h list.h result.h types.h
- dodir /var/lib/dhcp
- cd ${S}
- dodoc ANONCVS CHANGES COPYRIGHT README RELNOTES
- docinto doc
- dodoc doc/*
-}
-
-
-
diff --git a/net-misc/dhcp/files/digest-dhcp-3.0_rc10 b/net-misc/dhcp/files/digest-dhcp-3.0_rc10
deleted file mode 100644
index f6c0f566ff30..000000000000
--- a/net-misc/dhcp/files/digest-dhcp-3.0_rc10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a5b043e0cb80d3ccadc54f07cb95dd5f dhcp-3.0rc10.tar.gz
diff --git a/net-misc/dhcp/files/digest-dhcp-3.0_rc1000 b/net-misc/dhcp/files/digest-dhcp-3.0_rc1000
deleted file mode 100644
index f6c0f566ff30..000000000000
--- a/net-misc/dhcp/files/digest-dhcp-3.0_rc1000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a5b043e0cb80d3ccadc54f07cb95dd5f dhcp-3.0rc10.tar.gz
diff --git a/net-misc/omniORB/files/digest-omniORB-304 b/net-misc/omniORB/files/digest-omniORB-304
deleted file mode 100644
index d4f7b8f9e6ac..000000000000
--- a/net-misc/omniORB/files/digest-omniORB-304
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 60fe9ee00b217e20070727e7eb6fd399 omniORB_304.tar.gz
-MD5 290b557b0203e7e01b3f81d89c00b69e omniORBpy_1_4.tar.gz
diff --git a/net-misc/omniORB/files/omniORB b/net-misc/omniORB/files/omniORB
deleted file mode 100755
index 482c167cbdf1..000000000000
--- a/net-misc/omniORB/files/omniORB
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-#RCUPDATE:3 4:99:This line is required for script management
-
-. /etc/rc.d/config/functions
-
-SERVICE=omniORB
-EXE="/usr/bin/omniNames"
-opts="start stop restart"
-
-start() {
- if [ ! -d "/var/log/omniORB" ] ; then
- install -d /var/log/omniORB
- fi
- if [ "/var/log/omniORB/omninames*" ] ; then
- rm -f /var/log/omniORB/omninames*
- fi
- ebegin "Starting ${SERVICE}"
- exec $EXE -start 8200 -logdir /var/log/omniORB -errlog /var/log/omniORB/omniORB.errors 1>&2 &
- eend $? "Error starting ${SERVICE}."
-}
-
-stop() {
- ebegin "Stopping ${SERVICE}"
- killall $EXE 1>&2
- eend $? "Error stopping ${SERVICE}."
-}
-
-restart() {
- stop
- start
-}
-
-doservice ${@}
-
-
diff --git a/net-misc/omniORB/omniORB-304.ebuild b/net-misc/omniORB/omniORB-304.ebuild
deleted file mode 100644
index bcf0e2382e86..000000000000
--- a/net-misc/omniORB/omniORB-304.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# /home/cvsroot/gentoo-x86/berlin-base/omniORB/omniORB-303.ebuild,v 1.7 2001/05/28 05:24:13 achim Exp
-
-A="${PN}_${PV}.tar.gz omniORBpy_1_4.tar.gz"
-S=${WORKDIR}/omni
-DESCRIPTION="a robust, high-performance CORBA 2 ORB"
-SRC_URI="ftp://ftp.uk.research.att.com/pub/omniORB/omniORB3/${PN}_${PV}.tar.gz
- ftp://ftp.uk.research.att.com/pub/omniORB/omniORBpy/${PN}py_1_4.tar.gz"
-HOMEPAGE="http://www.uk.research.att.com/omniORB/"
-
-DEPEND="virtual/glibc dev-lang/python"
-
-PLT="i586_linux_2.0_glibc2.1"
-
-src_unpack() {
-
- unpack ${PN}_${PV}.tar.gz
- cd ${S}/src/lib
- unpack ${PN}py_1_4.tar.gz
-
- cd ${S}/config
- cp config.mk config.mk.orig
- sed -e "s:#platform = ${PLT}:platform = ${PLT}:" \
- config.mk.orig > config.mk
-
- cd ${S}/mk
- cp unix.mk unix.mk.orig
- sed -e "s:^MKDIRHIER.*:MKDIRHIER = mkdir -p:" unix.mk.orig > unix.mk
-
- cd platforms
- cp ${PLT}.mk ${PLT}.orig
- sed -e "s:#PYTHON = /usr.*:PYTHON=/usr/bin/python:" \
- ${PLT}.orig > ${PLT}.mk
-
-}
-
-
-src_compile() {
-
- cd ${S}/src
- try make export
- cd ${S}/src/lib/omniORBpy
- try make export
-}
-
-src_install () {
-
- T=/usr
- into ${T}
- cd ${S}
- dodir /usr/share/omniORB/bin/scripts
- cp -af bin/scripts/* ${D}/usr/share/omniORB/bin/scripts
- dobin bin/${PLT}/*
- insinto ${T}/idl
- doins idl/*.idl
- insinto ${T}/idl/COS
- doins idl/COS/*.idl
- cp -af include ${D}/${T}
- dodir /usr/lib/python2.0/site-packages
- cd ${S}
- cp -af lib/${PLT}/_* ${D}/usr/lib/python2.0/site-packages
- dolib lib/${PLT}/*.{a,so*}
- rm ${D}/usr/lib/_*.*
- exeinto ${T}/lib
- doexe lib/${PLT}/omnicpp
- dodir /usr/lib/python2.0
- cp -af lib/python/* ${D}/usr/lib/python2.0/
- doman man/man[15]/*.[15]
-
- exeinto /etc/rc.d/init.d
- doexe ${FILESDIR}/omniORB
-
- dodoc CHANGES* COPYING* CREDITS PORTING README* ReleaseNote_omniORB_304 THIS_IS_omniORB_3_0_4
- cd doc
- docinto print
- dodoc *.ps
- dodoc *.tex
- dodoc *.pdf
-
- docinto html
- dodoc *.html
- docinto html/omniORB
- dodoc omniORB/*.{gif,html}
-
- dodir /etc/env.d/
- echo "PATH=/usr/share/omniORB/bin/scripts" > ${D}/etc/env.d/90omniORB
-# echo "PYTHONPATH=/usr/share/omniORB/python" >> ${D}/etc/env.d/90omniORB
-}
-pkg_postinst() {
- if [ ! -f "${ROOT}etc/omniORB.cfg" ] ; then
- echo "ORBInitialHost `uname -n`" > ${ROOT}etc/omniORB.cfg
- echo "ORBInitialPort 8200" >> ${ROOT}etc/omniORB.cfg
- fi
-}
diff --git a/net-misc/openssh/openssh-2.9_p1-r1.ebuild b/net-misc/openssh/openssh-2.9_p1-r1.ebuild
new file mode 100644
index 000000000000..3085af695317
--- /dev/null
+++ b/net-misc/openssh/openssh-2.9_p1-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-2.9_p1-r1.ebuild,v 1.1 2001/06/03 19:54:17 drobbins Exp $
+
+P=openssh-2.9p1
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Port of OpenBSD's free SSH release"
+SRC_URI="ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/"${A}
+HOMEPAGE="http://www.openssh.com/"
+
+DEPEND="virtual/glibc sys-devel/perl sys-apps/groff
+ tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+ pam? ( >=sys-libs/pam-0.73 )
+ >=dev-libs/openssl-0.9.6"
+
+RDEPEND="virtual/glibc
+ pam? ( >=sys-libs/pam-0.73 )
+ >=dev-libs/openssl-0.9.6"
+
+src_compile() {
+ local myconf
+ if [ "`use tcpd`" ]
+ then
+ myconf="--with-tcp-wrappers"
+ else
+ myconf="--without-tcp-wrappers"
+ fi
+ if [ "`use pam`" ]
+ then
+ myconf="${myconf} --with-pam"
+ else
+ myconf="${myconf} --without-pam"
+ fi
+
+ try ./configure --prefix=/usr --sysconfdir=/etc/ssh \
+ --libexecdir=/usr/lib/misc --mandir=/usr/share/man \
+ --with-ipv4-default --disable-suid-ssh --host=${CHOST} ${myconf}
+ try make
+}
+
+src_install() {
+
+ try make install-files DESTDIR=${D}
+ dodoc ChangeLog CREDITS OVERVIEW README* TODO
+ insinto /etc/pam.d
+ donewins ${FILESDIR}/sshd.pam sshd
+ exeinto /etc/rc.d/init.d
+ newexe ${FILESDIR}/openssh sshd
+ newexe ${FILESDIR}/svc-openssh svc-sshd
+ exeinto /var/lib/supervise/services/sshd
+ newexe ${FILESDIR}/sshd-run run
+}
+
+
+pkg_postinst() {
+ # Make ssh start at boot
+ . ${ROOT}/etc/rc.d/config/functions
+ einfo ">>> Generating symlinks"
+ ${ROOT}/usr/sbin/rc-update add svc-sshd
+}
+
diff --git a/net-misc/openssh/openssh-2.9_p2.ebuild b/net-misc/openssh/openssh-2.9_p2.ebuild
deleted file mode 100644
index c65b48fbf760..000000000000
--- a/net-misc/openssh/openssh-2.9_p2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-2.9_p2.ebuild,v 1.1 2001/06/21 15:52:58 g2boojum Exp $
-
-P=openssh-2.9p2
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Port of OpenBSD's free SSH release"
-SRC_URI="ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/"${A}
-HOMEPAGE="http://www.openssh.com/"
-
-DEPEND="virtual/glibc sys-devel/perl sys-apps/groff
- tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
- pam? ( >=sys-libs/pam-0.73 )
- >=dev-libs/openssl-0.9.6"
-
-RDEPEND="virtual/glibc
- pam? ( >=sys-libs/pam-0.73 )
- >=dev-libs/openssl-0.9.6"
-
-src_compile() {
- local myconf
- if [ "`use tcpd`" ]
- then
- myconf="--with-tcp-wrappers"
- else
- myconf="--without-tcp-wrappers"
- fi
- if [ "`use pam`" ]
- then
- myconf="${myconf} --with-pam"
- else
- myconf="${myconf} --without-pam"
- fi
-
- try ./configure --prefix=/usr --sysconfdir=/etc/ssh \
- --libexecdir=/usr/lib/misc --mandir=/usr/share/man \
- --with-ipv4-default --disable-suid-ssh --host=${CHOST} ${myconf}
- try make
-}
-
-src_install() {
-
- try make install-files DESTDIR=${D}
- dodoc ChangeLog CREDITS OVERVIEW README* TODO
- insinto /etc/pam.d
- donewins ${FILESDIR}/sshd.pam sshd
- exeinto /etc/rc.d/init.d
- newexe ${FILESDIR}/openssh sshd
- newexe ${FILESDIR}/svc-openssh svc-sshd
- exeinto /var/lib/supervise/services/sshd
- newexe ${FILESDIR}/sshd-run run
-}
-
-
-pkg_postinst() {
- # Make ssh start at boot
- . /etc/rc.d/config/functions
- einfo ">>> Generating symlinks"
- ${ROOT}/usr/sbin/rc-update add svc-sshd
-}
-
diff --git a/net-misc/vnc/files/digest-vnc-3.3.3-r2 b/net-misc/vnc/files/digest-vnc-3.3.3-r2
deleted file mode 100644
index cff5bbab901c..000000000000
--- a/net-misc/vnc/files/digest-vnc-3.3.3-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6fc83e1b6153d3252649953267713f17 vnc-3.3.3r2_unixsrc.tgz
diff --git a/net-misc/vnc/vnc-3.3.3-r2.ebuild b/net-misc/vnc/vnc-3.3.3-r2.ebuild
deleted file mode 100644
index 0f9f872ba1bb..000000000000
--- a/net-misc/vnc/vnc-3.3.3-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Grant Goodyear
-# /home/cvsroot/gentoo-x86/skel.build,v 1.2 2001/02/15 18:17:31 achim Exp
-
-#P=
-A="vnc-3.3.3r2_unixsrc.tgz"
-S=${WORKDIR}/vnc_unixsrc
-DESCRIPTION=""
-SRC_URI="http://www.uk.research.att.com/vnc/dist/${A}"
-HOMEPAGE="http://www.uk.research.att.com/vnc/index.html"
-
-DEPEND=""
-
-src_compile() {
-
- cd ${S}
- cd Xvnc/config/cf
- mv Imake.cf Imake.cf.orig
- #insist that the machine is an i386 for the Xvnc build
- sed -e '/#ifdef linux/a\# define i386' Imake.cf.orig > Imake.cf
- cd ${S}
- try xmkmf
- try make World
- cd Xvnc
- try make World
-
-}
-
-src_install () {
-
- cd ${S}
- mkdir -p ${D}/usr/bin
- try ./vncinstall ${D}/usr/bin
-
-}
-
diff --git a/net-print/xpp/files/digest-xpp-1.0 b/net-print/xpp/files/digest-xpp-1.0
deleted file mode 100644
index b0a7426c4220..000000000000
--- a/net-print/xpp/files/digest-xpp-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fc2649b2db29a3ae4bec6842ccd8e268 xpp-1.0.tar.gz
diff --git a/net-print/xpp/xpp-1.0.ebuild b/net-print/xpp/xpp-1.0.ebuild
deleted file mode 100644
index 2aab4d14ff88..000000000000
--- a/net-print/xpp/xpp-1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# /home/cvsroot/gentoo-x86/net-print/xpp/xpp-0.7.ebuild,v 1.3 2001/06/03 09:54:22 achim Exp
-
-S=${WORKDIR}/${P}
-DESCRIPTION="X Printing Panel"
-SRC_URI="ftp://cups.sourceforge.net/pub/cups/xpp/${P}.tar.gz"
-HOMEPAGE="http://cups.sourceforge.net/xpp/"
-
-DEPEND="virtual/glibc >=net-print/cups-1.1.7
- >=x11-libs/fltk-1.0.10"
-
-src_compile() {
-
- try ./configure --prefix=/usr/X11R6 --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- dodoc LICENSE ChangeLog README
-}
-
diff --git a/net-www/mozilla/files/digest-mozilla-0.9.2 b/net-www/mozilla/files/digest-mozilla-0.9.2
deleted file mode 100644
index df11a8040704..000000000000
--- a/net-www/mozilla/files/digest-mozilla-0.9.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 32bdbc7e7d3ff87e923ac2de12013c26 mozilla-source-0.9.2.tar.gz
diff --git a/net-www/mozilla/mozilla-0.9.2.ebuild b/net-www/mozilla/mozilla-0.9.2.ebuild
deleted file mode 100644
index c329d5eb70be..000000000000
--- a/net-www/mozilla/mozilla-0.9.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# /home/cvsroot/gentoo-x86/net-www/mozilla/mozilla-0.9.ebuild,v 1.4 2001/06/07 01:45:52 achim Exp
-
-A=mozilla-source-${PV}.tar.gz
-S=${WORKDIR}/mozilla
-DESCRIPTION=""
-SRC_URI="ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla${PV}/src/${A}"
-HOMEPAGE="http://www.mozilla.org"
-PROVIDE="virtual/x11-web-browser"
-
-DEPEND="sys-devel/perl >=gnome-base/ORBit-0.5.7
- >=x11-libs/gtk+-1.2.9
- >=media-libs/jpeg-6b
- >=media-libs/libpng-1.0.9
- app-arch/zip
- app-arch/unzip"
-RDEPEND=">=gnome-base/ORBit-0.5.7
- >=x11-libs/gtk+-1.2.9
- >=media-libs/jpeg-6b
- >=media-libs/libpng-1.0.9
- app-arch/zip
- app-arch/unzip"
-
-src_compile() {
-
- try ./configure --prefix=/opt/mozilla --host=${CHOST} \
- --with-gtk --disable-tests --disable-debug \
- --with-extensions=default,irc
- try make
- cd extensions/irc
- try make
- cd ../..
- try ./configure --prefix=/opt/mozilla --host=${CHOST} \
- --with-gtk --disable-tests --disable-debug \
- --with-extensions=default,irc
- try make BUILD_MODULES=psm
-
-}
-
-src_install () {
-
- dodir /opt/mozilla/include/nspr/{private,obsolete,md}
- cd dist/include
- cp -f *.h ${D}/opt/mozilla/include
- cp -f nspr/*.h ${D}/opt/mozilla/include/nspr
- cp -f nspr/obsolete/*.h ${D}/opt/mozilla/include/nspr/obsolete
- cp -f nspr/private/*.h ${D}/opt/mozilla/include/nspr/private
- cp -f nspr/md/*.cfg ${D}/opt/mozilla/include/nspr/md
-
- export MOZILLA_OFFICIAL=1
- export BUILD_OFFICIAL=1
- cd ${S}/xpinstall/packager
- try make
- dodir /opt
- tar xzf ${S}/dist/mozilla-`uname -m`-pc-linux-gnu.tar.gz -C ${D}/opt
- mv ${D}/opt/package ${D}/opt/mozilla
-
- exeinto /usr/bin
- doexe ${FILESDIR}/mozilla
- insinto /etc/env.d
- doins ${FILESDIR}/10mozilla
- dodoc LEGAL LICENSE README/mozilla/README*
-
-
-}
-
diff --git a/profiles/build/make.defaults b/profiles/build/make.defaults
index 4e9fc9070a2b..2a2bde173cf6 100644
--- a/profiles/build/make.defaults
+++ b/profiles/build/make.defaults
@@ -1,9 +1,43 @@
# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
# System-wide defaults for the Portage system
+#proxy settings PROXY(both), or HTTP_PROXY/FTP_PROXY
+#PROXY=freebox.gentoo.org:3128
+#HTTP_PROXY=
+#FTP_PROXY=
+GENTOO_MIRRORS="ftp://ftp.ibiblio.org/pub/Linux"
+
# Host-type
CHOST=i486-pc-linux-gnu
+PORTAGE_TMPDIR=/tmp
+# Directory used for the build process
+BUILD_PREFIX=${PORTAGE_TMPDIR}/portage
+PKG_TMPDIR=${PORTAGE_TMPDIR}/portage-pkg
+
+PORTDIR=/usr/portage
+DISTDIR=${PORTDIR}/distfiles
+PKGDIR=${PORTDIR}/packages
+RPMDIR=${PORTDIR}/rpm
+CURRENTFILE=${PORTDIR}/current-packages.rc4
+PLATFORM=$CHOST
+
+# Options passed to make during the build process
+MAKEOPTS="-j2"
+
+# Fetching command (5 tries, passive ftp for firewall compatibility)
+FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${x} -P \${DISTDIR}"
+#For Prozilla (really rocks):
+#FETCHCOMMAND="/usr/bin/proz -s \${x} -P \${DISTDIR}"
+
+# Global configure options
+#USE="gnome bonobo gtk X qt kde qtmt motif mozilla"
+#USE="3dnow mmx sse mitshm"
+#USE="nas esd alsa lcms opengl"
+#USE="berkdb gdbm readline libg++ gpm tcpd slang libwww pam"
+#USE="nls"
+#USE="ssl postgres mysql ldap odbc"
+#USE="tex"
USE="build"
# C Compiler flags
CFLAGS="-m486 -march=i486 -O2"
diff --git a/profiles/default/packages b/profiles/default/packages
index 0b95234ffd59..27f5dd382681 100644
--- a/profiles/default/packages
+++ b/profiles/default/packages
@@ -42,7 +42,6 @@ sys-apps/iptables
sys-apps/isapnptools
sys-apps/less
sys-apps/lilo
-sys-apps/lsof
sys-apps/man
sys-apps/man-pages
sys-apps/mkisofs
@@ -96,7 +95,7 @@ net-misc/dhcpcd
net-misc/rsync
net-misc/wget
net-misc/netkit-telnetd
-#net-misc/openssh
+net-misc/openssh
net-ftp/ftp
#sys-kernel/linux
diff --git a/profiles/package.mask b/profiles/package.mask
index a96db7f06acc..6b453a27c61d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,53 +1,45 @@
+# this qt hasn't been tested
+#=x11-libs/qt-x11-2.3.1
+
+# this requires the incompatible readline version 4.2
+>=sys-apps/bash-2.05
+
+# this version does not work with nls
+>=sys-apps/procps-2.0.7
+
# in development
>=sys-devel/gcc-2.96
# incompatible
->=sys-apps/bash-2.05
->=app-text/pspell-0.12
->=app-text/aspell-0.33
>=sys-libs/readline-4.2
>sys-devel/automake-1.4-r2
->=media-libs/mesa-glu-3.5
->=net-nds/openldap-2.0
->=app-text/ghostscript-7
->=sys-devel/autoconf-2.50
->=net-www/mozilla-0.9.2
->=gnome-base/bonobo-1.0.6
+>=media-libs/mesa-glue-3.5
# broken
app-admin/powertweak
media-video/avi-xmms
>=dev-libs/pilot-link-0.9.1
-app-text/sgml2x
->=sys-apps/procps-2.0.7
-
# unfinished
app-admin/va-systemimager-server
app-admin/va-systemimager-client
=dev-lang/python-2.1
->=sys-libs/ncurses-5.2-r4
->=sys-apps/texinfo-4.0c
->=media-libs/pdflib-4.0.0
->=berlin-base/berlin-0.2.2
# broken
app-editors/gtk-xemacs
->=net-dialup/isdn4k-utils-3.1_p1-r2
->=net-news/knews-1.0.1b
->=net-www/konqueror-embedded-20010207
->=sys-apps/vcron-3.0_p1-r2
->=media-video/mpeg2-movie-1.5
->=media-gfx/autotrace-0.26
-# untested
->=x11-base/xfree-4.1.0-r1
->=sys-devel/libtool-1.4
->=net-fs/netatalk-1.5
->=media-libs/libsdl-1.2.1
->=media-libs/freetype-2.0.4
->=dev-db/unixODBC-2.0.8
+# incompatible
+>=app-text/pspell-0.12
+>=app-text/aspell-0.33
+# broken
+app-text/sgml2x
+# incompatible
+>=net-nds/openldap-2.0
+>=app-text/ghostscript-7
+# unfinished
+>=dev-lang/python-2.1
+>=sys-libs/ncurses-5.2-r4
+>=sys-apps/texinfo-4.0c
#OK, I assume that the XFS in 2.4.4-r5 is hosed; alkaline?
=sys-kernel/linux-sources-2.4.4-r5
@@ -55,19 +47,32 @@ app-editors/gtk-xemacs
=sys-kernel/linux-2.4.4-r5
#OK, this one (2.4.5) is missing the reiserfs umount patch
-# I simply block all 2.4.5 packages since they all need some extra work
->=sys-kernel/linux-sources-2.4.5
->=sys-kernel/linux-2.4.5
->=sys-kernel/linux-extras-2.4.5
+
+=sys-kernel/linux-sources-2.4.5
+=sys-kernel/linux-2.4.5
+=sys-kernel/linux-extras-2.4.5
#I (drobbins) added this one; 2.4.5.5 locks up regularly, even from console
-#All I need to to is extract a bzip2'd tarball of the kernel sources, and
+#All I need to to is extract a bzip2'd tarball of the kernel sources, and
#the system semi-locks up. I assume no one else should be using it either.
-#=sys-kernel/linux-sources-2.4.5.5
-#=sys-kernel/linux-2.4.5.5
-#=sys-kernel/linux-extras-2.4.5.5
-
-
-
+=sys-kernel/linux-sources-2.4.5.5
+=sys-kernel/linux-2.4.5.5
+=sys-kernel/linux-extras-2.4.5.5
+# unfinished
+>=media-libs/pdflib-4.0.0
+# broken
+>=net-dialup/isdn4k-utils-3.1_p1-r2
+>=net-news/knews-1.0.1b
+>=net-www/konqueror-embedded-20010207
+>=sys-apps/vcron-3.0_p1-r2
+>=media-video/mpeg2-movie-1.5
+# unfinished
+>=berlin-base/berlin-0.2.2
+# broken
+>=media-gfx/autotrace-0.26
+# untested
+>=x11-base/xfree-4.1.0-r1
+# incompatible
+>=sys-devel/autoconf-2.50
diff --git a/skel.build b/skel.build
deleted file mode 100644
index ff634e9551b7..000000000000
--- a/skel.build
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name
-# $Header: /var/cvsroot/gentoo-x86/skel.build,v 1.2 2001/02/15 18:17:31 achim Exp $
-
-#P=
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION=""
-SRC_URI="ftp://"
-HOMEPAGE="http://"
-
-DEPEND=""
-
-src_compile() {
-
- try ./configure --prefix=/usr --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
-
-}
-
diff --git a/sys-apps/apcupsd/apcupsd-3.8.1.ebuild b/sys-apps/apcupsd/apcupsd-3.8.1.ebuild
deleted file mode 100644
index 5fbe5ac90293..000000000000
--- a/sys-apps/apcupsd/apcupsd-3.8.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Holger Brueckner
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="apc ups daemon with integrated tcp/ip remote shutdown"
-SRC_URI="http://www.sibbald.com/apcupsd/download/${A}"
-HOMEPAGE="http://www.sibbald.com/apcupsd/"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
- try ./configure
- try make
-}
-
-src_install () {
- dosbin apcupsd apcaccess apcnetd
- cd ${S}/etc
- dodir etc/apcupsd
- insinto etc/apcupsd
- doins *.conf
- exeinto etc/apcupsd
- doexe changeme commfailure commok mainsback onbattery
- doexe ${FILESDIR}/apccontrol
- dodir var/log/apcupsd
- sed -e "s:/etc/apcupsd:/var/log/apcupsd:g" ${D}/etc/apcupsd/apcupsd.conf > ${D}/etc/apcupsd/apcupsd.conf.tmp
- mv ${D}/etc/apcupsd/apcupsd.conf.tmp ${D}/etc/apcupsd/apcupsd.conf
- cd ${S}/doc
- dodoc *
- docinto developers
- dodoc developers/*
- docinto manual
- dodoc manual/*
- mv ${S}/doc/apcupsd.man ${S}/doc/apcupsd.8
- doman apcupsd.8
- dodir /etc/rc.d/init.d
- exeinto /etc/rc.d/init.d
- doexe ${FILESDIR}/apcupsd
- doexe ${FILESDIR}/halt
-}
-
-pkg_postinst () {
- rc-update add apcupsd
-}
-
-pkg_prerm() {
- rc-update del apcupsd
-}
diff --git a/sys-apps/apcupsd/files/apccontrol b/sys-apps/apcupsd/files/apccontrol
deleted file mode 100644
index 050b32f02006..000000000000
--- a/sys-apps/apcupsd/files/apccontrol
+++ /dev/null
@@ -1,122 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 1999-2000 Riccardo Facchetti
-#
-# Generated automatically from apccontrol.sh.in by configure.
-#
-
-#
-# These variables are needed for set up the autoconf other variables.
-#
-prefix=/tmp/portage/apcupsd-3.8.1/image/
-exec_prefix=${prefix}
-
-APCPID=/var/run/apcupsd.pid
-APCUPSD=/usr/sbin/apcupsd
-SHUTDOWN=/sbin/shutdown
-SCRIPTSHELL=/bin/sh
-SCRIPTDIR=/etc/apcupsd
-
-#
-# This piece is to substitute the default behaviour with your own script,
-# perl, or C program.
-# You can customize every single command creating an executable file (may be a
-# script or a compiled program) and calling it the same as the $1 parameter
-# passed by apcupsd to this script.
-#
-# After executing your script, apccontrol continues with the default action.
-# If you do not want apccontrol to continue, exit your script with exit
-# code 99. E.g. "exit 99".
-#
-# WARNING: the apccontrol file will be overwritten every time you update your
-# apcupsd, doing `make install'. Your own customized scripts will _not_ be
-# overwritten. If you wish to make changes to this file (discouraged), you
-# should change apccontrol.sh.in and then rerun the configure process.
-#
-if [ -f ${SCRIPTDIR}/${1} -a -x ${SCRIPTDIR}/${1} ]
-then
- ${SCRIPTSHELL} ${SCRIPTDIR}/${1}
- # exit code 99 means he does not want us to do default action
- if [ $? = 99 ] ; then
- exit 0
- fi
-fi
-
-case "$1" in
- killpower)
- echo "Apccontrol doing: ${APCUPSD} --killpower"
- ${APCUPSD} --killpower
- ;;
- commfailure)
- printf "Warning serial port communications with UPS lost." | wall
- ;;
- commok)
- printf "Serial communciations with UPS restored." | wall
- ;;
- powerout)
- printf "Warning power loss detected." | wall
- ;;
- onbattery)
- printf "Power failure. Running on UPS batteries." | wall
- ;;
- failing)
- printf "UPS battery power exhaused. Doing shutdown.\n" | wall
- ;;
- timeout)
- printf "UPS battery runtime limit exceded. Doing shutdown.\n" | wall
- ;;
- loadlimit)
- printf "UPS battery discharge limit reached. Doing shutdown.\n" | wall
- ;;
- runlimit)
- printf "UPS battery runtime percent reached. Doing shutdown.\n" \
- | wall
- ;;
- doreboot)
- printf "Beginning Reboot Sequence" | wall
- ${SHUTDOWN} -r now "apcupsd initiated reboot"
- ;;
- doshutdown)
- printf "Beginning Shutdown Sequence" | wall
- ${SHUTDOWN} -h now "apcupsd initiated shutdown"
- ;;
- mainsback)
- printf "Power has returned..." | wall
- if [ -f /etc/apcupsd/powerfail ] ; then
- printf "Attempting to cancel shutdown." | wall
- ${SHUTDOWN} -c
- fi
- ;;
- annoyme)
- printf "Power problems please logoff." | wall
- ;;
- emergency)
- printf "Emergency Shutdown. Possible UPS battery failure." \
- | wall
- ${SHUTDOWN} -h now "apcupsd emergency shutdown"
- ;;
- changeme)
- printf "Emergency! UPS batteries have failed\nChange them NOW" \
- | wall
- ;;
- remotedown)
- printf "Remote Shutdown.\nBeginning Shutdown Sequence." | wall
- ${SHUTDOWN} -h now "apcupsd remote shutdown"
- ;;
- restartme)
- echo -n "Restarting APCUPSD Power Management: "
- THEPID=`cat ${APCPID}`
- kill ${THEPID}
- rm -f ${APCPID}
- rm -f /etc/apcupsd/powerfail
- rm -f /etc/nologin
- sleep 5
- `${APCUPSD}`
- echo "apcupsd"
- ;;
- *) echo "Usage: ${0##*/} command"
- echo " warning: this script is intended to be launched by"
- echo " apcupsd and should never be launched by users."
- exit 1
- ;;
-esac
diff --git a/sys-apps/apcupsd/files/apcupsd b/sys-apps/apcupsd/files/apcupsd
deleted file mode 100644
index aca9c397350a..000000000000
--- a/sys-apps/apcupsd/files/apcupsd
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-#RCUPDATE:2 3 4:80:This line is required for script management
-
-. /etc/rc.d/config/functions
-
-SERVICE=apcupsd
-DESC="apcupsd"
-EXE=/usr/sbin/apcupsd
-opts="start stop restart"
-
-start() {
- rm -f /etc/apcupsd/powerfail
- ebegin "Starting ${DESC}"
- start-stop-daemon --start --quiet --exec ${EXE} -- 1>&2
- eend $? "Error starting ${DESC}."
-}
-
-stop() {
- ebegin "Stopping ${DESC}"
- start-stop-daemon --stop --quiet --exec ${EXE} -- 1>&2
- eend $? "Error stopping ${DESC}."
-}
-
-restart() {
-
- stop
- start
-
-}
-
-
-doservice ${@}
diff --git a/sys-apps/apcupsd/files/digest-apcupsd-3.8.1 b/sys-apps/apcupsd/files/digest-apcupsd-3.8.1
deleted file mode 100644
index 07e84bfe27ba..000000000000
--- a/sys-apps/apcupsd/files/digest-apcupsd-3.8.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0acebeaa34a6f5c35d39fc70ccfdab49 apcupsd-3.8.1.tar.gz
diff --git a/sys-apps/apcupsd/files/halt b/sys-apps/apcupsd/files/halt
deleted file mode 100755
index 3d2a9422e266..000000000000
--- a/sys-apps/apcupsd/files/halt
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-#
-# halt Execute the halt command.
-#
-# Version: @(#)halt 2.75 19-May-1998 miquels@cistron.nl
-# modified by Holger Brueckner
-# for apcupsd 28-June-2001
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-APCCONTROL="/etc/apcupsd/apccontrol killpower"
-
-# See if we need to cut the power.
-
-# See if this is a powerfail situation.
-if [ -f /etc/apcupsd/powerfail ]; then
- echo "APCUPSD to the Rescue!"
- echo
- $APCCONTROL
- echo
- sleep 120
- exit 1
-fi
-
-/sbin/halt -nfip
diff --git a/sys-apps/baselayout/files/fstab b/sys-apps/baselayout/files/fstab
index f4c1dc991dc9..73f6f008f577 100644
--- a/sys-apps/baselayout/files/fstab
+++ b/sys-apps/baselayout/files/fstab
@@ -7,7 +7,7 @@
#
#
-/dev/#BOOT# /boot ext2 noauto,noatime 1 1
+dev/#BOOT# /boot ext2 noauto,noatime 1 1
/dev/#ROOT# / reiserfs notail,noatime 0 0
/dev/#SWAP# none swap sw 0 0
/dev/#CD# /mnt/cdrom iso9660 noauto,ro 0 0
diff --git a/sys-apps/baselayout/files/group b/sys-apps/baselayout/files/group
index 4ffeea5c727b..ca5ebe0511c1 100644
--- a/sys-apps/baselayout/files/group
+++ b/sys-apps/baselayout/files/group
@@ -26,7 +26,7 @@ tape::26:root
video::27:root
squid::31:squid
gdm::32:gdm
-postgres::70:postgres
+postgress::70:postgress
named::40:named
users::100:games
nogroup::-2:
diff --git a/sys-apps/baselayout/files/rc.d/init.d/checkroot b/sys-apps/baselayout/files/rc.d/init.d/checkroot
index 06b5a622021b..b2e4ba0da766 100755
--- a/sys-apps/baselayout/files/rc.d/init.d/checkroot
+++ b/sys-apps/baselayout/files/rc.d/init.d/checkroot
@@ -1,5 +1,5 @@
#!/bin/sh
-#RCUPDATE:boot:07:This line is required for script management
+#RCUPDATE:boot:05:This line is required for script management
. /etc/rc.d/config/basic
diff --git a/sys-apps/devfsd/devfsd-1.3.11.ebuild b/sys-apps/devfsd/devfsd-1.3.11.ebuild
new file mode 100644
index 000000000000..50df5acac717
--- /dev/null
+++ b/sys-apps/devfsd/devfsd-1.3.11.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Your Name
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.11.ebuild,v 1.3 2001/04/24 16:58:44 achim Exp $
+
+S=${WORKDIR}/${PN}
+DESCRIPTION="Daemon for the Lunx Device Filesystem"
+SRC_URI="ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/devfsd-v${PV}.tar.gz"
+HOMEPAGE="http://www.atnf.csiro.au/~rgooch/linux/"
+
+src_unpack() {
+
+ unpack ${A}
+ cd ${S}
+ patch -p0 < ${FILESDIR}/${P}-GNUmakefile-gentoo.diff
+
+}
+
+src_compile() {
+
+ try make
+}
+
+src_install () {
+
+ try make DESTDIR=${D} install
+
+ exeinto /etc/rc.d/init.d
+ doexe ${FILESDIR}/devfsd
+ dodir /etc/devfs/shm
+
+}
+
+pkg_postinst () {
+
+ rc-update add devfsd
+
+}
+
diff --git a/sys-apps/lsof/files/digest-lsof-4.56 b/sys-apps/lsof/files/digest-lsof-4.56
deleted file mode 100644
index f70622077fd8..000000000000
--- a/sys-apps/lsof/files/digest-lsof-4.56
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f507803f8eb02a22b1ce3fb2f86811db lsof_4.56_W.tar.gz
diff --git a/sys-apps/lsof/lsof-4.56.ebuild b/sys-apps/lsof/lsof-4.56.ebuild
deleted file mode 100644
index 1c1485330f30..000000000000
--- a/sys-apps/lsof/lsof-4.56.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Grant Goodyear
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.56.ebuild,v 1.2 2001/06/29 05:46:23 drobbins Exp $
-
-#Not a good idea to override ${P}; changed to ${P2}
-P0=lsof_4.56
-#${A} autogenerated from SRC_URI, no need to define here
-S0=${WORKDIR}
-S=${WORKDIR}/${P0}
-DESCRIPTION="Lists open files for running Unix processes"
-SRC_URI="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_4.56_W.tar.gz ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/lsof_4.56_W.tar.gz"
-HOMEPAGE="http://"
-
-DEPEND="virtual/glibc virtual/kernel"
-
-#This pkg appears to be highly kernel-dependent.
-
-src_unpack() {
- unpack ${A}
- cd ${S0}
- try tar xvf ${P0}.tar
-}
-
-src_compile() {
- #interactive script: Enable HASSECURITY, WARNINGSTATE, and HASKERNIDCK
- #is there a way to avoid the "echo to a file + file read"?
- #Just piping in the results didn't seem to work.
- echo -e "y\ny\ny\nn\ny\ny\n" > junk
- #${T} is for temporary stuff. Don't create stray files just anywhere
- ./Configure linux < junk
- #simple Makefile hack to insert CFLAGS
- cp Makefile Makefile.orig
- sed -e "s/-DLINUXV/${CFLAGS} -DLINUXV/" Makefile.orig > Makefile
- try make all
-}
-
-src_install () {
- doman lsof.8
- #/usr/sbin is a good location -- drobbins
- dosbin lsof
- # .a libs not needed during boot so they go in /usr/lib -- drobbins
- dolib lib/liblsof.a
- dodoc
- insinto /usr/share/lsof/scripts
- doins scripts/*
-}
-
diff --git a/sys-apps/portage/files/1.5/bin/ebuild b/sys-apps/portage/files/1.5/bin/ebuild
index e2c2fd83bcd8..13e4974fa550 100755
--- a/sys-apps/portage/files/1.5/bin/ebuild
+++ b/sys-apps/portage/files/1.5/bin/ebuild
@@ -1,21 +1,11 @@
#!/usr/bin/spython
import sys
import portage
-import getopt
-
if len(sys.argv)<=2:
print "expecting two arguments."
sys.exit(1)
-
-debug=0
-
-opts,pargs=getopt.getopt(sys.argv[1:],'',['debug'])
-for opt in opts:
- if opt[0]=='--debug':
- print "DEBUG MODE"
- debug=1
-
-for x in pargs[1:]:
- a=portage.doebuild(pargs[0],x,debug=debug)
+for x in sys.argv[2:]:
+ a=portage.doebuild(sys.argv[1],x)
if a:
sys.exit(a)
+
diff --git a/sys-apps/portage/files/1.5/bin/ebuild.sh b/sys-apps/portage/files/1.5/bin/ebuild.sh
index d2b0423ea612..c05db6ae02c0 100755
--- a/sys-apps/portage/files/1.5/bin/ebuild.sh
+++ b/sys-apps/portage/files/1.5/bin/ebuild.sh
@@ -211,7 +211,7 @@ dyn_fetch() {
do
if [ ! -e ${DISTDIR}/${y} ]
then
- if [ "$y" = "${x##*/}" ]
+ if [ $y == ${x##*/} ]
then
echo ">>> Trying site ${x}..."
eval "${FETCHCOMMAND}"
@@ -637,30 +637,17 @@ then
export RDEPEND=${DEPEND}
fi
+
count=1
while [ $count -le $# ]
do
eval "myarg=\${${count}}"
case $myarg in
prerm|postrm|preinst|postinst|config)
- if [ "$PORTAGE_DEBUG" = "0" ]
- then
- pkg_${myarg}
- else
- set -x
- pkg_${myarg}
- set +x
- fi
+ pkg_${myarg}
;;
unpack|compile|help|batchdigest|touch|clean|fetch|digest|pkginfo|pkgloc|unmerge|merge|package|install|rpm)
- if [ "$PORTAGE_DEBUG" = "0" ]
- then
- dyn_${myarg}
- else
- set -x
- dyn_${myarg}
- set +x
- fi
+ dyn_${myarg}
;;
depend)
echo $DEPEND
diff --git a/sys-apps/portage/files/1.5/bin/emerge b/sys-apps/portage/files/1.5/bin/emerge
index 4bf098a43ff6..a977669a6f92 100755
--- a/sys-apps/portage/files/1.5/bin/emerge
+++ b/sys-apps/portage/files/1.5/bin/emerge
@@ -47,7 +47,7 @@ class depgraph:
sys.exit(1)
mydep={}
myebuild=self.db[myroot]["porttree"].getname(mykey)
- edepend=portage.doebuild(myebuild,"depend",1,edebug)
+ edepend=portage.doebuild(myebuild,"depend")
mydep={}
if portage.root=="/":
mydep["/"]=edepend[0]+" "+edepend[1]
@@ -143,11 +143,11 @@ class depgraph:
if x[0]=="ebuild":
if "--buildpkg" in self.myopts:
#create pkg, then merge pkg
- retval=portage.doebuild(y,"clean",0,edebug)
+ retval=portage.doebuild(y,"clean",0)
if retval:
print "!!! emerge aborting on ",y,"."
sys.exit(1)
- retval=portage.doebuild(y,"package",0,edebug)
+ retval=portage.doebuild(y,"package",0)
if retval:
print "!!! emerge aborting on ",y,"."
sys.exit(1)
@@ -159,11 +159,11 @@ class depgraph:
print "!!! emerge aborting on ",y,"."
sys.exit(1)
else:
- retval=portage.doebuild(y,"clean",0,edebug)
+ retval=portage.doebuild(y,"clean",0)
if retval:
print "!!! emerge aborting on ",y,"."
sys.exit(1)
- retval=portage.doebuild(y,"merge",0,edebug)
+ retval=portage.doebuild(y,"merge",0)
if retval:
print "!!! emerge aborting on ",y,"."
sys.exit(1)
@@ -178,16 +178,16 @@ class depgraph:
#need to check for errors
self.db[x[1]]["vartree"].inject(x[2])
if "--autoclean" in self.myopts:
- retval=portage.doebuild(y,"clean",0,edebug)
+ retval=portage.doebuild(y,"clean",0)
if retval:
print "!!! emerge aborting on ",y,"."
sys.exit(1)
-opts=["--help","--pretend","--buildpkg","--usepkg","--autoclean","--clean","--debug"]
+opts=["--help","--pretend","--buildpkg","--usepkg","--autoclean"]
modes=["rsync","system","update","config"]
myopts=[]
mymode=[]
myfiles=[]
-edebug=0
+
for x in sys.argv[1:]:
if len(x)>=2:
if x[0:2]=="--":
@@ -212,8 +212,7 @@ for x in sys.argv[1:]:
if not portage.settings.has_key("MAINTAINER"):
if not "--autoclean" in myopts:
myopts.append("--autoclean")
-if "--debug" in myopts:
- edebug=1
+
if "--help" in myopts:
if len(mymode)==0:
print
@@ -222,18 +221,13 @@ if "--help" in myopts:
print
print "Usage: \x1b[36;01memerge\x1b[0m [ \x1b[32;01moptions\x1b[0m ] [ \x1b[36;01mebuildfile\x1b[0m | \x1b[36;01mtbz2file\x1b[0m ] ..."
print " \x1b[36;01memerge\x1b[0m [ \x1b[32;01moptions\x1b[0m ] \x1b[36;01msystem\x1b[0m"
- print " \x1b[36;01memerge\x1b[0m [ \x1b[32;01m--clean\x1b[0m ] \x1b[36;01mrsync"
+ print " \x1b[36;01memerge rsync"
+ print " emerge rsync clean\x1b[0m"
print
print "Options:"
print " \x1b[32;01m--help\x1b[0m [ mode ]"
print " display this help (specify optional \"rsync\" or \"system\" for"
print " more info)"
- print
- print " \x1b[32;01m--debug\x1b[0m"
- print " tell emerge to run the \x1b[36;01mebuild\x1b[0m command in --debug"
- print " mode. In this mode, the bash build environment will run with"
- print " the -x option, causing it to output verbose debug information"
- print " to stdout. --debug is great for finding bash syntax errors."
print
print " \x1b[32;01m--usepkg\x1b[0m"
print " tell emerge to use binary packages (from $DISTDIR) if they are"
@@ -267,12 +261,12 @@ if "--help" in myopts:
elif "rsync" in mymode:
print
print " \x1b[36;01memerge rsync"
- print " emerge \x1b[32;01m--clean\x1b[36;01m rsync\x1b[0m"
+ print " emerge rsync clean\x1b[0m"
print
print " \"emerge rsync\" initiates an rsync update with cvs.gentoo.org,"
print " updating your Portage tree (typically in /usr/portage). This option"
print " will erase any changes that you have made to existing Portage files"
- print " so be careful. \"emerge --clean rsync\" does the same thing as \"emerge"
+ print " so be careful. \"emerge rsync clean\" does the same thing as \"emerge"
print " rsync\", but files that no longer exist on our server are removed."
print
elif "system" in mymode:
@@ -344,7 +338,8 @@ if "rsync" in mymode:
if not os.path.exists(myportdir):
print ">>>",myportdir,"not found, creating it."
os.makedirs(myportdir,0755)
- if "--clean" in myopts:
+ if len(sys.argv)>2:
+ if sys.argv[2]=="clean":
#we'll --delete files when we rsync
rclean=1
mycommand="/usr/bin/rsync -av --stats --progress "
@@ -356,24 +351,10 @@ if "rsync" in mymode:
if ("system" in mymode) or ("update" in mymode):
#system profile mode
- if os.path.exists(portage.root+"etc/make.profile/packages"):
- pfile=portage.root+"etc/make.profile/packages"
- elif os.path.exists("/etc/make.profile/packages"):
- print ">>> Couldn't find",portage.root+"/etc/make.profile/packages;"
- print ">>> Using /etc/make.profile/packages instead."
- pfile="/etc/make.profile/packages"
- elif os.path.exists(os.path.normpath(portage.settings["PORTDIR"]+"/profiles/default/packages")):
- print ">>> Couldn't find",portage.root+"/etc/make.profile/packages;"
- print ">>> Couldn't find /etc/make.profile/packages;"
- print ">>> Found default profile in /usr/portage/profiles; using it instead."
- pfile=os.path.normpath(portage.settings["PORTDIR"]+"/profiles/default/packages")
- else:
- print "!!! Couldn't find",portage.root+"/etc/make.profile/packages;"
- print "!!! Couldn't find /etc/make.profile/packages;"
- print "!!! Couldn't find /usr/portage/profiles/default/packages;"
- print "\"system\" mode unavailable."
+ if not os.path.exists(portage.root+"etc/make.profile/packages"):
+ print "!!!",portage.root+"etc/make.profile/packages does not exist. \"system\" mode unavailable."
sys.exit(1)
- myfile=open(pfile,"r")
+ myfile=open(portage.root+"etc/make.profile/packages","r")
mylines=myfile.readlines()
myfile.close()
mydepgraph=depgraph(mymode,myopts)
diff --git a/sys-apps/portage/files/1.5/bin/pmake b/sys-apps/portage/files/1.5/bin/pmake
new file mode 100755
index 000000000000..bb1d4ff15cfe
--- /dev/null
+++ b/sys-apps/portage/files/1.5/bin/pmake
@@ -0,0 +1,3 @@
+#!/bin/bash
+# auto-parallel make without the annoying syntax
+exec make ${MAKEOPTS} MAKE="make ${MAKEOPTS}" $*
diff --git a/sys-apps/portage/files/1.5/cnf/make.globals b/sys-apps/portage/files/1.5/cnf/make.globals
index 9ebb8e2d319b..299ac7732731 100644
--- a/sys-apps/portage/files/1.5/cnf/make.globals
+++ b/sys-apps/portage/files/1.5/cnf/make.globals
@@ -10,7 +10,7 @@ GENTOO_MIRRORS="ftp://ftp.ibiblio.org/pub/Linux"
# Host-type
CHOST=i686-pc-linux-gnu
-PORTAGE_TMPDIR=${ROOT}/tmp
+PORTAGE_TMPDIR=/tmp
# Directory used for the build process
BUILD_PREFIX=${PORTAGE_TMPDIR}/portage
PKG_TMPDIR=${PORTAGE_TMPDIR}/portage-pkg
diff --git a/sys-apps/portage/files/1.5/pym/portage.py b/sys-apps/portage/files/1.5/pym/portage.py
index a019e5d6bef7..0bceb0743789 100755
--- a/sys-apps/portage/files/1.5/pym/portage.py
+++ b/sys-apps/portage/files/1.5/pym/portage.py
@@ -86,10 +86,10 @@ categories=("app-admin", "app-arch", "app-cdr", "app-crypt", "app-doc",
"dev-perl", "dev-python", "dev-ruby", "dev-util", "gnome-apps", "gnome-base",
"gnome-libs", "gnome-office","kde-apps", "kde-i18n", "kde-base", "kde-libs",
"media-gfx", "media-libs", "media-sound", "media-video", "net-analyzer",
-"net-apache", "net-dialup", "net-fs", "net-ftp", "net-im", "net-irc",
-"net-libs", "net-mail", "net-misc", "net-news", "net-nds", "net-print",
-"net-www", "packages", "sys-apps", "sys-devel", "sys-kernel", "sys-libs",
-"x11-base", "x11-libs", "x11-terms", "x11-wm","virtual","dev-tcltk")
+"net-dialup", "net-fs", "net-ftp", "net-im", "net-irc", "net-libs", "net-mail",
+"net-misc", "net-news", "net-nds", "net-print", "net-www", "packages",
+"sys-apps", "sys-devel", "sys-kernel", "sys-libs", "x11-base", "x11-libs",
+"x11-terms", "x11-wm","virtual","dev-tcltk")
#beautiful directed graph object
@@ -148,8 +148,6 @@ endversion={"pre":-2,"p":0,"alpha":-4,"beta":-3,"rc":-1}
def env_update():
global root
- if not os.path.exists(root+"etc/env.d"):
- os.makedirs(root+"etc/env.d")
fns=os.listdir(root+"etc/env.d")
fns.sort()
pos=0
@@ -412,15 +410,12 @@ class config:
mydict[x]=self[x]
return mydict
-def spawn(mystring,debug=0):
+def spawn(mystring):
global settings
mypid=os.fork()
if mypid==0:
mycommand="/bin/bash"
- if debug:
- myargs["bash","-x","-c",mystring]
- else:
- myargs=["bash","-c",mystring]
+ myargs=["bash","-c",mystring]
os.execve(mycommand,myargs,settings.environ())
return
retval=os.waitpid(mypid,0)[1]
@@ -431,7 +426,7 @@ def spawn(mystring,debug=0):
#interrupted by signal
return 16
-def doebuild(myebuild,mydo,checkdeps=1,debug=0):
+def doebuild(myebuild,mydo,checkdeps=1):
global settings
if not os.path.exists(myebuild):
print "!!!",myebuild,"not found."
@@ -440,7 +435,6 @@ def doebuild(myebuild,mydo,checkdeps=1,debug=0):
print "!!!",myebuild,"does not appear to be an ebuild file."
return 1
settings.reset()
- settings["PORTAGE_DEBUG"]=str(debug)
settings["ROOT"]=root
settings["STARTDIR"]=os.getcwd()
settings["EBUILD"]=os.path.abspath(myebuild)
diff --git a/sys-apps/portage/portage-1.4-r4.ebuild b/sys-apps/portage/portage-1.4-r4.ebuild
deleted file mode 100644
index 836db84ace62..000000000000
--- a/sys-apps/portage/portage-1.4-r4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc. Distributed under the terms
-# of the GNU General Public License, v2 or later
-# Author Daniel Robbins
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-1.4-r4.ebuild,v 1.3 2001/01/20 19:57:12 achim Exp $
-
-A=""
-S=${WORKDIR}/${P}
-DESCRIPTION="Portage autobuild system"
-SRC_URI=""
-RDEPEND=">=sys-apps/bash-2.04
- >=sys-devel/perl-5.6.0
- >=sys-devel/spython-2.0"
-
-src_unpack() {
- mkdir ${S}
-}
-
-src_compile() {
- cd ${S}
-}
-
-src_install() {
- cd ${FILESDIR}
- insinto /etc
- doins make.defaults
- newins make.conf make.conf.eg
- dodir /usr/lib/portage/bin
- dodir /usr/bin
- dodir /usr/sbin
- insinto /usr/bin
- insopts -m755
- doins ebuild *.sh
- insinto /usr/sbin
- doins portage-merge portage-unmerge pkgname
- insinto /usr/lib/python2.0
- doins portage.py
- exeinto /usr/lib/portage/bin
- doexe bin/* mega* portage-maintain
- dosym /usr/lib/portage/bin/pkgmerge /usr/sbin/pkgmerge
- dosym /usr/lib/portage/bin/portage-maintain /usr/sbin/portage-maintain
- dosym newins /usr/lib/portage/bin/donewins
- doman ${FILESDIR}/man/*
-}
-
-pkg_postinst() {
- if [ ! -e ${ROOT}/etc/make.conf ]
- then
- cp ${ROOT}/etc/make.conf.eg ${ROOT}/etc/make.conf
- fi
-}
-
-
diff --git a/sys-apps/portage/portage-1.5.1.ebuild b/sys-apps/portage/portage-1.5.1.ebuild
new file mode 100644
index 000000000000..0f0efe33cfc5
--- /dev/null
+++ b/sys-apps/portage/portage-1.5.1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc. Distributed under the terms
+# of the GNU General Public License, v2 or later
+# Author Daniel Robbins
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-1.5.1.ebuild,v 1.1 2001/06/02 18:53:37 drobbins Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Portage autobuild system"
+SRC_URI=""
+HOMEPAGE="http://www.gentoo.org"
+RDEPEND="sys-devel/spython"
+PPV=1.5
+
+src_unpack() {
+ mkdir ${S}
+ cp ${FILESDIR}/${PPV}/src/*.c ${S}
+}
+
+src_compile() {
+ gcc ${CFLAGS} tbz2tool.c -o tbz2tool
+}
+
+
+src_install() {
+ #config files
+ cd ${FILESDIR}/${PPV}/cnf
+ insinto /etc
+ newins make.globals make.globals.eg
+ newins make.conf make.conf.eg
+
+ #python modules
+ cd ${FILESDIR}/${PPV}/pym
+ insinto /usr/lib/python2.0
+ doins xpak.py
+ newins portage.py-${PV} portage.py
+
+ #binaries and scripts
+ dodir /usr/lib/portage/bin
+ cd ${FILESDIR}/${PPV}/bin
+ exeinto /usr/lib/portage/bin
+ doexe *
+ doexe ${S}/tbz2tool
+
+ #symlinks
+ dodir /usr/bin /usr/sbin
+ dosym /usr/lib/portage/bin/emerge /usr/sbin/emerge
+ dosym /usr/lib/portage/bin/pkgmerge /usr/sbin/pkgmerge
+ dosym /usr/lib/portage/bin/ebuild /usr/sbin/ebuild
+ dosym /usr/lib/portage/bin/ebuild.sh /usr/sbin/ebuild.sh-${PV}
+ #dosym /usr/lib/portage/bin/portage-maintain /usr/sbin/portage-maintain
+ dosym /usr/lib/portage/bin/env-update /usr/sbin/env-update
+ dosym /usr/lib/portage/bin/xpak /usr/bin/xpak
+ dosym /usr/lib/portage/bin/tbz2tool /usr/bin/tbz2tool
+ dosym newins /usr/lib/portage/bin/donewins
+
+ if [ -z "`use build`" ]
+ then
+ #man pages
+ doman ${FILESDIR}/${PPV}/man/*.[15]
+
+ #docs
+ dodoc ${FILESDIR}/${PPV}/doc/*
+ fi
+}
+
+pkg_postinst() {
+ if [ ! -e ${ROOT}/etc/make.conf ]
+ then
+ cp ${ROOT}/etc/make.conf.eg ${ROOT}/etc/make.conf
+ fi
+ sed -e "s:^CHOST.*:CHOST=${CHOST}:" \
+ -e "s:^CFLAGS.*:CFLAGS=\"${CFLAGS}\":" \
+ -e "s:^CXXFLAGS.*:CXXFLAGS=\"${CXXFLAGS}\":" \
+ ${ROOT}/etc/make.globals.eg > ${ROOT}/etc/make.globals
+ if [ ! -e ${ROOT}/etc/make.profile ]
+ then
+ cd ${ROOT}/etc
+ ln -s /usr/portage/profiles/default make.profile
+ fi
+}
+
+
diff --git a/sys-apps/xinetd/files/digest-xinetd-2.3.0 b/sys-apps/xinetd/files/digest-xinetd-2.3.0
deleted file mode 100644
index 0204640db050..000000000000
--- a/sys-apps/xinetd/files/digest-xinetd-2.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f9e4363a0838ae3e5065b1c0c2b307a8 xinetd-2.3.0.tar.gz
diff --git a/sys-apps/xinetd/files/xinetd-run-2.3.0 b/sys-apps/xinetd/files/xinetd-run-2.3.0
deleted file mode 100755
index 26fcefcbf0f1..000000000000
--- a/sys-apps/xinetd/files/xinetd-run-2.3.0
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-#remove stale pid files
-if [ -e /var/run/xinetd.pid ]
-then
- mypids="`cat /var/run/xinetd.pid`"
- myrun=`/sbin/pidof xinetd`
- ok=0
- for x in $mypids
- do
- if [ "$myrun" = "$x" ]
- then
- #this is a running xinetd process, pidfile ok
- ok=1
- fi
- done
- if [ "$ok" = "0" ]
- then
- #bogus pidfile, remove
- rm /var/run/xinetd.pid
- fi
-fi
-if [ ! -e /var/run/xinetd.pid ]
-then
- /usr/sbin/xinetd -pidfile /var/run/xinetd.pid
- /usr/bin/sleep 1
-fi
-exec /usr/bin/watchpid `cat /var/run/xinetd.pid`
-
diff --git a/sys-apps/xinetd/xinetd-2.3.0.ebuild b/sys-apps/xinetd/xinetd-2.3.0.ebuild
deleted file mode 100644
index 1070ac5af2e5..000000000000
--- a/sys-apps/xinetd/xinetd-2.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.0.ebuild,v 1.1 2001/07/01 17:17:48 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Replacement for inetd."
-HOMEPAGE="http://www.xinetd.org"
-SRC_URI="http://www.xinetd.org/${A}"
-DEPEND="virtual/glibc
- tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
-
-RDEPEND="virtual/glibc
- sys-devel/perl"
-
-src_compile() {
-
- local myconf
- if [ "`use tcpd`" ]
- then
- myconf="--with-libwrap"
- fi
- try ./configure --with-loadavg --with-inet6 --prefix=/usr --mandir=/usr/share/man --host=${CHOST} $myconf
- # Parallel make does not work
- try make
-
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/usr MANDIR=${D}/usr/share/man install
- dodoc CHANGELOG README COPYRIGHT
- exeinto /etc/rc.d/init.d
- doexe ${FILESDIR}/xinetd ${FILESDIR}/svc-xinetd
- insinto /etc
- #doins ${FILESDIR}/xinetd.conf
- exeinto /var/lib/supervise/services/xinetd
- newexe ${FILESDIR}/xinetd-run-${PV} run
- exeinto /usr/sbin
- doexe ${FILESDIR}/xconv.pl
-}
-
-
-
-
diff --git a/sys-devel/libtool/files/digest-libtool-1.4 b/sys-devel/libtool/files/digest-libtool-1.4
deleted file mode 100644
index e71ade7e6fb9..000000000000
--- a/sys-devel/libtool/files/digest-libtool-1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ad40e22c9037dc0e569668c30734bc49 libtool-1.4.tar.gz
diff --git a/sys-devel/libtool/libtool-1.4.ebuild b/sys-devel/libtool/libtool-1.4.ebuild
deleted file mode 100644
index 13a1c1b1cf1e..000000000000
--- a/sys-devel/libtool/libtool-1.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.ebuild,v 1.1 2001/06/27 13:29:53 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A shared library tool for developers"
-SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/libtool/${A}
- ftp://prep.ai.mit.edu/gnu/libtool/${A}"
-HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
- try ./configure --prefix=/usr --infodir=/usr/share/info --host=${CHOST}
- try pmake
-}
-
-src_install() {
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog* NEWS \
- README THANKS TODO doc/PLATFORMS
-}
-
-
-
-
diff --git a/sys-devel/perl/files/digest-perl-5.6.1 b/sys-devel/perl/files/digest-perl-5.6.1
deleted file mode 100644
index b315ca7ee658..000000000000
--- a/sys-devel/perl/files/digest-perl-5.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ec1ff15464809b562aecfaa2e65edba6 perl-5.6.1.tar.gz
diff --git a/sys-devel/perl/perl-5.6.1.ebuild b/sys-devel/perl/perl-5.6.1.ebuild
deleted file mode 100644
index 68009b6a5844..000000000000
--- a/sys-devel/perl/perl-5.6.1.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.6 2001/06/17 12:51:07 achim Exp $
-
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language"
-SRC_URI="ftp://ftp.perl.org/pub/perl/CPAN/src/${A}"
-HOMEPAGE="http://www.perl.org"
-
-DEPEND="virtual/glibc sys-apps/groff
- berkdb? ( >=sys-libs/db-3.2.3h-r3
- =sys-libs/db-1.85-r1 )
- gdbm? ( >=sys-libs/gdbm-1.8.0 )"
-
-RDEPEND="virtual/glibc
- berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 )
- gdbm? ( >=sys-libs/gdbm-1.8.0 )"
-
-src_compile() {
-
-# this is gross -- from Christian Gafton, Red Hat
-cat > config.over < config.sh
- #THIS IS USED LATER:
- export PARCH=`grep myarchname config.sh | cut -f2 -d"'"`
- try make
- # Parallell make failes
- make test
-}
-
-src_install() {
-
- export PARCH=`grep myarchname config.sh | cut -f2 -d"'"`
-
- try make INSTALLMAN1DIR=${D}/usr/share/man/man1 \
- INSTALLMAN3DIR=${D}/usr/share/man/man3 install
- install -m 755 utils/pl2pm ${D}/usr/bin/pl2pm
-
-# Generate *.ph files with a trick. Is this sick or what?
-# Yes it is, and thank you Christian for getting sick just so we can
-# run perl :)
-
-make all -f - <
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.4-r1.ebuild,v 1.6 2001/04/30 16:29:06 pete Exp $
-
-#OKV=original kernel version, KV=patched kernel version
-OKV=2.4.4
-KV=2.4.4
-S=${WORKDIR}/linux-${KV}
-#Versions of LVM, ALSA, JFS and lm-sensors
-LVMV=0.9.1_beta7
-LVMVARC=0.9.1_beta7
-AV=0.5.10b
-JFSV=0.2.1
-SENV=2.5.5
-RV=20010327
-XMLV=0.3
-KNV="6.g"
-
-[ "${PN}" = "linux" ] && DESCRIPTION="Linux kernel version ${KV}, including modules, binary tools, libraries and includes"
-[ "${PN}" = "linux-sources" ] && DESCRIPTION="Linux kernel version ${KV} - full sources"
-[ "${PN}" = "linux-extras" ] && DESCRIPTION="Linux kernel support tools and libraries"
-
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2"
-# http://oss.software.ibm.com/developerworks/opensource/jfs/project/pub/jfs-${JFSV}-patch.tar.gz
-# http://download.sourceforge.net/xmlprocfs/linux-2.4-xmlprocfs-${XMLV}.patch.gz
-# ftp://ftp.reiserfs.com/pub/reiserfs-for-2.4/linux-${OKV}-reiserfs-${RV}.patch.gz
-
-[ "`use lm_sensors`" ] && SRC_URI="${SRC_URI} http://www.netroedge.com/~lm78/archive/lm_sensors-${SENV}.tar.gz"
-[ "`use lvm`" ] && SRC_URI="${SRC_URI} ftp://ftp.sistina.com/pub/LVM/0.9.1_beta/lvm_${LVMVARC}.tar.gz"
-[ "`use alsa`" ] && SRC_URI="${SRC_URI} ftp://ftp.alsa-project.org/pub/driver/alsa-driver-${AV}.tar.bz2"
-
-HOMEPAGE="http://www.kernel.org/
- http://www.netroedge.com/~lm78/
- http://www.namesys.com
- http://www.sistina.com/lvm/
- http://www.alsa-project.org"
-
-[ "${PN}" = "linux" ] || [ "${PN}" = "linux-sources" ] && PROVIDE="virtual/kernel"
-
-RDEPEND=">=sys-apps/reiserfs-utils-3.6.25-r1"
-DEPEND="dev-util/yacc sys-devel/flex >=sys-apps/modutils-2.4.0"
-
-# this is not pretty...
-LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include"
-
-if [ "`use lvm`" ]
-then
- echo '*** AaCCkK!! Right now, LVM is broken with this kernel.'
- echo '*** If you don't use LVM, remove lvm from your USE variable.'
- echo '*** If you DO use LVM, don't use this kernel package.'
- echo '*** AFAIK, This kernel *is* safe to use without LVM.'
- exit 1
-fi
-
-src_unpack() {
- #unpack kernel and apply reiserfs-related patches
- cd ${WORKDIR}
- unpack linux-${OKV}.tar.bz2
- mv linux linux-${KV}
- cd ${S}
-
-# echo "Applying ${KV} patch..."
-# try bzip2 -dc ${DISTDIR}/patch-${KV}.bz2 | patch -p1
-# echo "Applying reiserfs-update patch..."
-# try gzip -dc ${DISTDIR}/linux-2.4.2-reiserfs-${RV}.patch.gz | patch -N -p1
-# echo "You can ignore the rejects the changes already are in rc11"
-
-# echo
-# echo "Applying xmlprocfs patch..."
-# try gzip -dc ${DISTDIR}/linux-2.4-xmlprocfs-${XMLV}.patch.gz | patch -p1
-# echo "Applying reiserfs-knfsd patch..."
-# try gzip -dc ${DISTDIR}/linux-${OKV}-knfsd-${KNV}.patch.gz | patch -p1
-
- if [ "`use lvm`" ] || [ "`use alsa`" ] || [ "`use lm_sensors`" ]
- then
- mkdir ${S}/extras
- fi
-
- if [ "`use lvm`" ]
- then
- #create and apply LVM patch. The tools get built later.
- cd ${S}/extras
- echo "Unpacking and applying LVM patch..."
- unpack lvm_${LVMVARC}.tar.gz
- cd LVM/${LVMV}
-
- # I had to hack this in so that LVM will look in the current linux
- # source directory instead of /usr/src/linux for stuff - pete
- # try CFLAGS=\""${CFLAGS} -I${S}/include"\" ./configure --prefix=/ --mandir=/usr/share/man --with-kernel_dir="${S}"
-
- cd PATCHES
- try make KERNEL_VERSION=${KV} KERNEL_DIR=${S}
- cd ${S}
- # the -l option allows this patch to apply cleanly (ignore whitespace changes)
- try patch -l -p1 < ${S}/extras/LVM/${LVMV}/PATCHES/lvm-${LVMV}-${KV}.patch
- fi
-
- if [ "`use alsa`" ]
- then
- #unpack alsa drivers
- echo "Unpacking ALSA drivers..."
- cd ${S}/extras
- unpack alsa-driver-${AV}.tar.bz2
- fi
-
- if [ "`use lm_sensors`" ]
- then
- #unpack and apply the lm_sensors patch
- echo "Unpacking and applying lm_sensors patch..."
- cd ${S}/extras
- unpack lm_sensors-${SENV}.tar.gz
- cd lm_sensors-${SENV}
- mkpatch/mkpatch.pl . ${S} > ${S}/lm_sensors-patch
- rmdir src
- ln -s ../.. src
- cp -a Makefile Makefile.orig
- sed -e "s:^LINUX=.*:LINUX=src:" \
- -e "s/^COMPILE_KERNEL.*/COMPILE_CERNEL := 0/" \
- -e "s:^I2C_HEADERS.*:I2C_HEADERS=src/include:" \
- -e "s#^DESTDIR.*#DESTDIR := ${D}#" \
- -e "s#^PREFIX.*#PREFIX := /usr#" \
- -e "s#^MANDIR.*#MANDIR := /usr/share/man#" \
- Makefile.orig > Makefile
- cd ${S}
- patch -p1 < lm_sensors-patch
- fi
-
- #get sources ready for compilation or for sitting at /usr/src/linux
- echo "Preparing for compilation..."
- cd ${S}
- #sometimes we have icky kernel symbols; this seems to get rid of them
- try make mrproper
- if [ "${PN}" = "linux" ] || [ "${PN}" = "linux-extras" ]
- then
- #this is the configuration for the default kernel
- try cp ${FILESDIR}/${PVR}/config.bootcomp .config
- try yes \"\" \| make oldconfig
- echo '(Ignore any errors from the yes command above.)'
- try make include/linux/version.h
- fi
- #fix silly permissions in tarball
- cd ${WORKDIR}
- chown -R 0.0 ${S}
- chmod -R a+r-w+X,u+w ${S}
-}
-
-src_compile() {
-
- if [ "${PN}" = "linux" ] || [ "${PN}" = "linux-extras" ]
- then
- try make symlinks
-
- if [ "`use lvm`" ]
- then
- #LVM tools are included in the linux and linux-extras pakcages
- cd ${S}/extras/LVM/${LVMV}
-
- # I had to hack this in so that LVM will look in the current linux
- # source directory instead of /usr/src/linux for stuff - pete
- try CFLAGS=\""${CFLAGS} -I${S}/include"\" ./configure --prefix=/ --mandir=/usr/share/man --with-kernel_dir="${S}"
-
- try make
- fi
-
- if [ "`use lm_sensors`" ]
- then
- cd ${S}/extras/lm_sensors-${SENV}
- try make
- fi
-
- cd ${S}
-
- if [ "$PN" == "linux" ]
- then
- try make HOSTCFLAGS=\""${LINUX_HOSTCFLAGS}"\" dep
- try make HOSTCFLAGS=\""${LINUX_HOSTCFLAGS}"\" LEX=\""flex -l"\" bzImage
- try make HOSTCFLAGS=\""${LINUX_HOSTCFLAGS}"\" LEX=\""flex -l"\" modules
-
- if [ "`use alsa`" ]
- then
- cd ${S}/extras/alsa-driver-${AV}
- try ./configure --with-kernel=\"${S}\" --with-isapnp=yes --with-sequencer=yes --with-oss=yes --with-cards=all
- cd ${S}/extras/alsa-driver-${AV}
- try make
- fi
- fi
- fi
-}
-
-src_install() {
- if [ "${PN}" = "linux" ] || [ "${PN}" = "linux-extras" ]
- then
- dodir /usr/lib
-
- if [ "`use lvm`" ]
- then
- cd ${S}/extras/LVM/${LVMV}/tools
-
- try CFLAGS=\"${CFLAGS} -I${S}/include\" make install -e prefix=${D} mandir=${D}/usr/share/man \
- sbindir=${D}/sbin libdir=${D}/lib
- #no need for a static library in /lib
- mv ${D}/lib/*.a ${D}/usr/lib
- fi
-
- if [ "`use lm_sensors`" ]
- then
- #install sensors tools
- cd ${S}/extras/lm_sensors-${SENV}
- make install
- fi
-
- if [ "$(use alsa)" ]
- then
- #install ALSA progs
- cd ${S}/extras/alsa-driver-${AV}
- into /usr
- dosbin snddevices
- fi
-
- if [ "$PN" = "linux" ]
- then
- dodir /usr/src
-
- if [ "`use alsa`" ]
- then
- #install ALSA modules
- cd ${S}/extras/alsa-driver-${AV}
- dodir /lib/modules/${KV}/misc
- cp modules/*.o ${D}/lib/modules/${KV}/misc
-
- fi
-
- dodir /usr/src/linux-${KV}
- cd ${D}/usr/src
- #grab includes and documentation only
-# dodir /usr/src/linux-${KV}/include/linux
-# dodir /usr/src/linux-${KV}/include/asm-i386
- cp -ax ${S}/include ${D}/usr/src/linux-${KV}
- cp -ax ${S}/Documentation ${D}/usr/src/linux-${KV}
-# dodir /usr/include
-# dosym ../src/linux/include/linux /usr/include/linux
-# dosym ../src/linux/include/asm-i386 /usr/include/asm
-
- if [ "`use alsa`" ]
- then
- # get alsa includes
- cd ${S}/extras/alsa-driver-${AV}
- insinto /usr/src/linux-${KV}/include/linux
- cd include
- doins asound.h asoundid.h asequencer.h ainstr_*.h
- fi
-
- #grab compiled kernel
- dodir /boot/boot
- insinto /boot/boot
- cd ${S}
- doins arch/i386/boot/bzImage
-
- #grab modules
- # Do we have a bug in modutils ?
- # Meanwhile we use this quick fix (achim)
-
- install -d ${D}/lib/modules/`uname -r`
- try make INSTALL_MOD_PATH=${D} modules_install
-# rm -r ${D}/lib/modules/`uname -r`
-
- depmod -b ${D} -F ${S}/System.map ${KV}
-
- #fix symlink
- cd ${D}/lib/modules/${KV}
- rm build
- ln -sf /usr/src/linux-${KV} build
- fi
- elif [ "${PN}" = "linux-sources" ]
- then
- dodir /usr/src
-
- cd ${S}
- make mrproper
-
- if [ "`use lvm`" ]
- then
- cd ${S}/extras/LVM/${LVMV}
- make distclean
- fi
-
- if [ "`use lm_sensors`" ]
- then
- cd ${S}/extras/lm_sensors-${SENV}
- make clean
- fi
-
- if [ "`use alsa`" ]
- then
- # get alsa includes
- cd ${S}/extras/alsa-driver-${AV}
- insinto /usr/src/linux-${KV}/include/linux
- cd include
- doins asound.h asoundid.h asequencer.h ainstr_*.h
- cd ${S}/extras/alsa-driver-${AV}
- make distclean
- fi
-
- cp -ax ${S} ${D}/usr/src
-
- #don't overwrite existing .config if present
- cd ${D}/usr/src/linux
- if [ -e .config ]
- then
- cp -a .config .config.eg
- fi
- fi
-
-}
-
-pkg_postinst() {
- if [ "${ROOT}" = "/" ]
- then
- if [ "`use alsa`" ] ; then
- echo "Creating sounddevices..."
- /usr/sbin/snddevices
- #needs to get fixed for devfs
- fi
- fi
- rm -f ${ROOT}/usr/src/linux
- ln -sf linux-${KV} ${ROOT}/usr/src/linux
-
- #copy over our .config if one isn't already present
- cd ${ROOT}/usr/src/linux
- if [ -e .config.eg ]
- then
- if [ ! -e .config ]
- then
- cp .config.eg .config
- fi
- fi
-}
-
-
-pkg_postrm() {
- rm -f ${ROOT}/usr/src/linux
- rm -rf ${ROOT}/usr/src/linux-${KV}
-}
diff --git a/sys-kernel/linux/files/2.4.5.5/linux-2.4.5-ac5-gentoo-pre-lvm.diff b/sys-kernel/linux/files/2.4.5.5/linux-2.4.5-ac5-gentoo-pre-lvm.diff
deleted file mode 100644
index 7322f1852a6c..000000000000
--- a/sys-kernel/linux/files/2.4.5.5/linux-2.4.5-ac5-gentoo-pre-lvm.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- linux-2.4.5-ac5/drivers/md/Makefile.orig Sat Jun 2 00:49:51 2001
-+++ linux-2.4.5-ac5/drivers/md/Makefile Sat Jun 2 00:50:01 2001
-@@ -6,7 +6,7 @@
-
- export-objs := md.o xor.o
- list-multi := lvm-mod.o
--lvm-mod-objs := lvm.o lvm-snap.o lvm-fs.o
-+lvm-mod-objs := lvm.o lvm-snap.o
-
- # Note: link order is important. All raid personalities
- # and xor.o must come before md.o, as they each initialise
diff --git a/sys-kernel/linux/files/2.4.5.5/linux-2.4.5-ac5-reiserfs-quota-gentoo.diff b/sys-kernel/linux/files/2.4.5.5/linux-2.4.5-ac5-reiserfs-quota-gentoo.diff
deleted file mode 100644
index 1ec3e6af721e..000000000000
--- a/sys-kernel/linux/files/2.4.5.5/linux-2.4.5-ac5-reiserfs-quota-gentoo.diff
+++ /dev/null
@@ -1,163 +0,0 @@
-diff -ur linux-2.4.5-ac5/fs/reiserfs/bitmap.c linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs/bitmap.c
---- linux-2.4.5-ac5/fs/reiserfs/bitmap.c Fri Jun 8 17:18:19 2001
-+++ linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs/bitmap.c Fri Jun 8 17:59:25 2001
-@@ -155,7 +155,7 @@
- journal_mark_dirty (th, s, sbh);
-
- if (inode)
-- DQUOT_FREE_BLOCK (s, inode, 1);
-+ DQUOT_FREE_BLOCK (inode, 1);
-
- s->s_dirt = 1;
- }
-@@ -430,7 +430,7 @@
- }
-
- if (inode && !for_prealloc) {
-- if (DQUOT_ALLOC_BLOCK(s, inode, 1)) {
-+ if (DQUOT_ALLOC_BLOCK(inode, 1)) {
- for ( ; block_list_start != free_blocknrs; block_list_start++) {
- reiserfs_free_block (inode, th, *block_list_start);
- *block_list_start = 0;
-@@ -441,7 +441,7 @@
- #ifdef REISERFS_PREALLOCATE
- /* check quota doing preallocation */
- if (inode && for_prealloc)
-- if (DQUOT_PREALLOC_BLOCK(s, inode, 1))
-+ if (DQUOT_PREALLOC_BLOCK(inode, 1))
- /* note, we do not have to return QUOTA_EXCEEDED, we just stop
- preallocation */
- break;
-@@ -461,7 +461,7 @@
- reiserfs_warning("vs-4150: reiserfs_new_blocknrs, block not free");
- reiserfs_restore_prepared_buffer(s, SB_AP_BITMAP(s)[i]) ;
- if (inode)
-- DQUOT_FREE_BLOCK(s, inode, 1);
-+ DQUOT_FREE_BLOCK(inode, 1);
- amount_needed++ ;
- continue ;
- }
-Only in linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs: bitmap.c.flc
-diff -ur linux-2.4.5-ac5/fs/reiserfs/inode.c linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs/inode.c
---- linux-2.4.5-ac5/fs/reiserfs/inode.c Fri Jun 8 17:18:19 2001
-+++ linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs/inode.c Fri Jun 8 18:01:55 2001
-@@ -1502,7 +1502,7 @@
- // in-core one
- reiserfs_check_path(&path_to_key) ;
-
-- if (DQUOT_ALLOC_INODE(sb, inode)) {
-+ if (DQUOT_ALLOC_INODE(inode)) {
- sb->dq_op->drop(inode);
- inode->i_nlink = 0;
- iput(inode);
-Only in linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs: inode.c.flc
-diff -ur linux-2.4.5-ac5/fs/reiserfs/namei.c linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs/namei.c
---- linux-2.4.5-ac5/fs/reiserfs/namei.c Fri Jun 8 17:18:19 2001
-+++ linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs/namei.c Fri Jun 8 18:01:41 2001
-@@ -570,7 +570,7 @@
-
- if (dir->i_size + paste_size > _ROUND_UP(dir->i_size, dir->i_sb->s_blocksize)) {
- /* virtually, directory needs new block allocated */
-- if (DQUOT_ALLOC_BLOCK(dir->i_sb, dir, 1))
-+ if (DQUOT_ALLOC_BLOCK(dir, 1))
- return -EDQUOT;
- }
-
-@@ -812,7 +812,7 @@
-
-
- /* charge empty directory for empty dir item */
-- if (DQUOT_ALLOC_BLOCK(dir->i_sb, inode, 1)) {
-+ if (DQUOT_ALLOC_BLOCK(inode, 1)) {
- inode->u.reiserfs_i.i_not_charged = 1;
- inode->i_nlink = 0;
- DEC_DIR_INODE_NLINK(dir);
-@@ -921,7 +921,7 @@
- /* check quota */
- if (DEH_SIZE + de.de_entrylen + dir->i_size > _ROUND_UP(dir->i_size, dir->i_sb->s_blocksize))
- /* old size was over new block boundary, so, we think that directory decreased its quota */
-- DQUOT_FREE_BLOCK(dir->i_sb, dir, 1);
-+ DQUOT_FREE_BLOCK(dir, 1);
-
- dir->i_blocks = i_size2i_blocks (dir);
- reiserfs_update_sd (&th, dir);
-@@ -996,7 +996,7 @@
- /* check quota */
- if (DEH_SIZE + de.de_entrylen + dir->i_size > _ROUND_UP(dir->i_size, dir->i_sb->s_blocksize))
- /* old size was over new block boundary, so, we think that directory decreased its quota */
-- DQUOT_FREE_BLOCK(dir->i_sb, dir, 1);
-+ DQUOT_FREE_BLOCK(dir, 1);
-
- dir->i_blocks = i_size2i_blocks (dir);
- dir->i_ctime = dir->i_mtime = CURRENT_TIME;
-@@ -1066,7 +1066,7 @@
- }
-
- /* charge symlink for body item */
-- if (DQUOT_ALLOC_BLOCK(dir->i_sb, inode, 1)) {
-+ if (DQUOT_ALLOC_BLOCK(inode, 1)) {
- inode->u.reiserfs_i.i_not_charged = 1;
- inode->i_nlink = 0;
- pop_journal_writer(windex) ;
-@@ -1405,7 +1405,7 @@
- if (DEH_SIZE + old_de.de_entrylen + old_dir->i_size >
- _ROUND_UP(old_dir->i_size, old_dir->i_sb->s_blocksize))
- /* old size was over new block boundary, so, we think that directory decreased its quota */
-- DQUOT_FREE_BLOCK(old_dir->i_sb, old_dir, 1);
-+ DQUOT_FREE_BLOCK(old_dir, 1);
-
- old_dir->i_blocks = i_size2i_blocks (old_dir);
-
-Only in linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs: namei.c.flc
-diff -ur linux-2.4.5-ac5/fs/reiserfs/stree.c linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs/stree.c
---- linux-2.4.5-ac5/fs/reiserfs/stree.c Fri Jun 8 17:18:19 2001
-+++ linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs/stree.c Fri Jun 8 18:00:57 2001
-@@ -1551,7 +1551,7 @@
- /* USE_INODE_GENERATION_COUNTER */
- #endif
-
-- DQUOT_FREE_INODE(th->t_super, inode);
-+ DQUOT_FREE_INODE(inode);
- DQUOT_DROP(inode);
-
- reiserfs_delete_solid_item (th, INODE_PKEY (inode));
-@@ -1580,7 +1580,7 @@
- if (atomic_read(&p_s_inode->i_count) > 1 ||
- !tail_has_to_be_packed (p_s_inode) ||
- !page || p_s_inode->u.reiserfs_i.nopack ||
-- DQUOT_ALLOC_BLOCK (p_s_sb, p_s_inode, 1)) { /* if block quota exceeded - skip conversion */
-+ DQUOT_ALLOC_BLOCK (p_s_inode, 1)) { /* if block quota exceeded - skip conversion */
- // leave tail in an unformatted node
- *p_c_mode = M_SKIP_BALANCING;
- cut_bytes = n_block_size - (n_new_file_size & (n_block_size - 1));
-@@ -1792,7 +1792,7 @@
- if (free_quota) {
- if (!p_s_inode->u.reiserfs_i.i_not_charged)
- /* last direct item of file is deleted - free quota */
-- DQUOT_FREE_BLOCK (p_s_sb, p_s_inode, 1);
-+ DQUOT_FREE_BLOCK (p_s_inode, 1);
- else {
- /* symlink did not eat its quota yet - do not free it */
- if (!S_ISLNK (p_s_inode->i_mode))
-@@ -1827,7 +1827,7 @@
- set_le_key_k_type (ITEM_VERSION_1, INODE_PKEY (inode), TYPE_STAT_DATA);
-
- if (!inode->u.reiserfs_i.i_not_charged)
-- DQUOT_FREE_BLOCK (inode->i_sb, inode, 1);
-+ DQUOT_FREE_BLOCK (inode, 1);
- }
-
-
-Only in linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs: stree.c.flc
-diff -ur linux-2.4.5-ac5/fs/reiserfs/tail_conversion.c linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs/tail_conversion.c
---- linux-2.4.5-ac5/fs/reiserfs/tail_conversion.c Fri Jun 8 17:18:19 2001
-+++ linux-2.4.5-ac5-reiserfs-quota/fs/reiserfs/tail_conversion.c Fri Jun 8 17:59:42 2001
-@@ -139,7 +139,7 @@
- }
-
- /* last direct item was deleted - free quota */
-- DQUOT_FREE_BLOCK (sb, inode, 1);
-+ DQUOT_FREE_BLOCK (inode, 1);
- inode->u.reiserfs_i.i_first_direct_byte = U32_MAX;
- return 0;
- }
diff --git a/sys-kernel/linux/files/2.4.5.5/lvm.c.diff b/sys-kernel/linux/files/2.4.5.5/lvm.c.diff
deleted file mode 100644
index 6392671b8f7e..000000000000
--- a/sys-kernel/linux/files/2.4.5.5/lvm.c.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- lvm.c.orig Sat Apr 28 10:48:37 2001
-+++ lvm.c Sat Apr 28 11:07:07 2001
-@@ -1791,7 +1791,7 @@
- int max_hardblocksize = 0, hardblocksize;
-
- for (le = 0; le < lv->lv_allocated_le; le++) {
-- hardblocksize = get_hardblocksize(lv->lv_current_pe[le].dev);
-+ hardblocksize = get_hardsect_size(lv->lv_current_pe[le].dev);
- if (hardblocksize == 0)
- hardblocksize = 512;
- if (hardblocksize > max_hardblocksize)
-@@ -1801,7 +1801,7 @@
- if (lv->lv_access & LV_SNAPSHOT) {
- for (e = 0; e < lv->lv_remap_end; e++) {
- hardblocksize =
-- get_hardblocksize(
-+ get_hardsect_size(
- lv->lv_block_exception[e].rdev_new);
- if (hardblocksize == 0)
- hardblocksize = 512;
diff --git a/sys-kernel/linux/files/2.4.5.5/pcmcia b/sys-kernel/linux/files/2.4.5.5/pcmcia
deleted file mode 100755
index 4cfb368ff68a..000000000000
--- a/sys-kernel/linux/files/2.4.5.5/pcmcia
+++ /dev/null
@@ -1,97 +0,0 @@
-#!/bin/sh
-#RCUPDATE:3 4:69:This line is required for script management
-
-. /etc/rc.d/config/functions
-
-SERVICE=pcmcia
-opts="start stop restart"
-
- # Slackware startup options go right here:
- # Should be either i82365 or tcic
- PCIC=i82365
- # Put socket driver timing parameters here
- PCIC_OPTS=
- # Put pcmcia_core options here
- CORE_OPTS=
- # Put cardmgr options here
- CARDMGR_OPTS=
- # To set the PCMCIA scheme at startup...
- SCHEME=
-
-cleanup()
-{
- while read SN CLASS MOD INST DEV EXTRA ; do
- if [ "$SN" != "Socket" ] ; then
- /etc/pcmcia/$CLASS stop $DEV 2> /dev/null
- fi
- done
-}
-
-start() {
- if [ -d /var/lib/pcmcia ] ; then
- SC=/var/lib/pcmcia/scheme
- RUN=/var/lib/pcmcia
- else
- SC=/var/run/pcmcia-scheme
- RUN=/var/run
- fi
- if [ -L $SC -o ! -O $SC ] ; then rm -f $SC ; fi
- if [ ! -f $SC ] ; then umask 022 ; touch $SC ; fi
- if [ "$SCHEME" ] ; then umask 022 ; echo $SCHEME > $SC ; fi
- fgrep -q pcmcia /proc/devices
- if [ $? -ne 0 ] ; then
- if [ -d /lib/modules/preferred ] ; then
- PC=/lib/modules/preferred/pcmcia
- else
- PC=/lib/modules/`uname -r`/pcmcia
- fi
- if [ -d $PC ] ; then
- echo -n " modules"
- /sbin/insmod $PC/pcmcia_core.o $CORE_OPTS 2>&1 > /dev/null
- /sbin/insmod $PC/$PCIC.o $PCIC_OPTS 2>&1 > /dev/null
- /sbin/insmod $PC/ds.o 2>&1 > /dev/null
- else
- echo " module directory $PC not found."
- break
- fi
- fi
- if [ -s /var/run/cardmgr.pid ] && \
- kill -0 `cat /var/run/cardmgr.pid` 2>/dev/null ; then
- echo " cardmgr is already running."
- else
- if [ -r $RUN/stab ] ; then
- cat $RUN/stab | cleanup
- fi
- /sbin/cardmgr $CARDMGR_OPTS 2>&1 > /dev/null
- fi
- touch /var/lock/subsys/pcmcia 2>&1 > /dev/null
-}
-
-stop() {
- if [ -s /var/run/cardmgr.pid ] ; then
- PID=`cat /var/run/cardmgr.pid`
- kill $PID
- echo -n " cardmgr"
- # Give cardmgr a few seconds to handle the signal
- kill -0 $PID 2>/dev/null && sleep 2 && \
- kill -0 $PID 2>/dev/null && sleep 2 && \
- kill -0 $PID 2>/dev/null && sleep 2 && \
- kill -0 $PID 2>/dev/null
- fi
- killall -q "CardBus Watcher"
- if fgrep -q "ds " /proc/modules ; then
- echo -n " modules"
- /sbin/rmmod ds
- /sbin/rmmod $PCIC
- /sbin/rmmod pcmcia_core
- fi
- rm -f /var/lock/subsys/pcmcia
-}
-
-restart() {
- stop
- start
-}
-
-doservice ${@}
-
diff --git a/sys-kernel/linux/files/2.4.5.5/pcmcia-cs-3.1.25-gentoo.diff b/sys-kernel/linux/files/2.4.5.5/pcmcia-cs-3.1.25-gentoo.diff
deleted file mode 100644
index db555693924c..000000000000
--- a/sys-kernel/linux/files/2.4.5.5/pcmcia-cs-3.1.25-gentoo.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- pcmcia-cs-3.1.25/cardmgr/cardinfo.c~ Wed Feb 14 04:25:48 2001
-+++ pcmcia-cs-3.1.25/cardmgr/cardinfo.c Fri May 4 11:43:32 2001
-@@ -40,7 +40,7 @@
- #include
- #include
- #include
--#include
-+#include
- #include
- #include
- #include
diff --git a/sys-libs/db/db-3.2.3h-r3.ebuild b/sys-libs/db/db-3.2.3h-r3.ebuild
new file mode 100644
index 000000000000..367dad371899
--- /dev/null
+++ b/sys-libs/db/db-3.2.3h-r3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r3.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}/build_unix
+DESCRIPTION="Berkeley DB for transaction support in MySQL"
+SRC_URI="ftp://mysql.valueclick.com/mysql/Downloads/db/${A}
+ http://download.sourceforge.net/pub/mirrors/mysql/Downloads/db/${A}"
+HOMEPAGE="http://www.mysql.com"
+
+RDEPEND="virtual/glibc"
+DEPEND="$RDEPEND
+ =sys-libs/db-1.85-r1"
+
+src_compile() {
+
+ try ../dist/configure \
+ --enable-compat185 --enable-dump185 \
+ --prefix=/usr --host=${CHOST} --target=${CHOST} --build=${CHOST} \
+ --enable-shared --enable-static \
+ --enable-cxx
+ #--enable-rpc does not work
+
+ echo
+ # Parallel make does not work
+ echo "Building static libs..."
+ make libdb=libdb-3.2.a libdb-3.2.a
+ make libcxx=libdb_cxx-3.2.a libdb_cxx-3.2.a
+
+ echo
+ echo "Building db_dump185..."
+
+ try /bin/sh ./libtool --mode=compile cc -c ${CFLAGS} -I/usr/include/db1 -I../dist/../include -D_REENTRANT ../dist/../db_dump185/db_dump185.c
+ try gcc -s -static -o db_dump185 db_dump185.lo -L/usr/lib -ldb1
+
+ echo
+ echo "Building everything else..."
+ try make libdb=libdb-3.2.a libcxx=libdb_cxx-3.2.a
+
+}
+
+src_install () {
+
+ try make libdb=libdb-3.2.a libcxx=libcxx_3.2.a prefix=${D}/usr install
+ dolib.a libdb-3.2.a libdb_cxx-3.2.a
+ dolib libdb-3.2.la libdb_cxx-3.2.la
+
+ dodir usr/include/db3
+ cd ${D}/usr/include
+ mv *.h db3
+ ln db3/db.h db.h
+
+ cd ${D}/usr/lib
+ ln -s libdb-3.2.so libdb.so.3
+
+ sed 's,installed=no,installed=yes,' < ${D}/usr/lib/libdb-3.2.la > ${D}/usr/lib/libdb-3.2.la.new
+ mv ${D}/usr/lib/libdb-3.2.la.new ${D}/usr/lib/libdb-3.2.la
+ sed 's,installed=no,installed=yes,' < ${D}/usr/lib/libdb_cxx-3.2.la > ${D}/usr/lib/libdb_cxx-3.2.la.new
+ mv ${D}/usr/lib/libdb_cxx-3.2.la.new ${D}/usr/lib/libdb_cxx-3.2.la
+
+ cd ${S}/..
+ dodoc README LICENSE
+ if [ -d ${D}/usr/share/doc/${PF} ]
+ then
+ mv ${D}/usr/docs ${D}/usr/share/doc/${PF}/html
+ else
+ mv ${D}/usr/docs ${D}/usr/doc/${PF}/html
+ fi
+ prepalldocs
+
+}
+
diff --git a/sys-libs/gpm/files/gpm-1.19.3-r3 b/sys-libs/gpm/files/gpm-1.19.3-r3
index d70040518a64..20bcb71ef040 100755
--- a/sys-libs/gpm/files/gpm-1.19.3-r3
+++ b/sys-libs/gpm/files/gpm-1.19.3-r3
@@ -12,7 +12,7 @@ EXE=/usr/sbin/gpm
start() {
ebegin "Starting $SERVICE"
- start-stop-daemon --start --quiet --exec $EXE -- -t $MOUSE
+ start-stop-daemon --start --quiet --exec "$EXE -- -t $MOUSE"
eend $? "Started $SERVICE." "Error starting $SERVICE."
}
diff --git a/virtual-update b/virtual-update
deleted file mode 100644
index f83d91481397..000000000000
--- a/virtual-update
+++ /dev/null
@@ -1,8 +0,0 @@
-virtual/glibc sys-build/glibc sys-libs/glibc
-virtual/kde-i18n-2.0.1 kde-base/kde-i18n
-virtual/lpr net-print/cups net-print/LPR
-virtual/flex sys-build/flex sys-devel/flex
-virtual/bison sys-build/bison sys-devel/bison
-virtual/bash sys-build/bash sys-devel/bash
-virtual/kernel sys-kernel/linux sys-kernel/linux-sources
-virtual/python sys-devel/spython dev-lang/python
diff --git a/x11-base/xfree/files/digest-xfree-4.1.0-r1 b/x11-base/xfree/files/digest-xfree-4.1.0-r1
deleted file mode 100644
index ecd7ad0968ff..000000000000
--- a/x11-base/xfree/files/digest-xfree-4.1.0-r1
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 2d4709f7106a1d65c175be445a3d3c32 X410src-1.tgz
-MD5 beaffed1cbdb700e5fed6a5490a7f222 X410src-2.tgz
-MD5 f94e42cd5c5e31a702ec64bfdc017a7d X410src-3.tgz
-MD5 a70e4d28c241374868a099127c668949 truetype.tar.gz
diff --git a/x11-base/xfree/files/digest-xfree-4.1.0-r2 b/x11-base/xfree/files/digest-xfree-4.1.0-r2
deleted file mode 100644
index 6ed0bcea9c2c..000000000000
--- a/x11-base/xfree/files/digest-xfree-4.1.0-r2
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 2d4709f7106a1d65c175be445a3d3c32 X410src-1.tgz
-MD5 beaffed1cbdb700e5fed6a5490a7f222 X410src-2.tgz
-MD5 f94e42cd5c5e31a702ec64bfdc017a7d X410src-3.tgz
-MD5 a70e4d28c241374868a099127c668949 truetype.tar.gz
-MD5 a77aa4ebe3be7964e4dbbc351e48277f Xaw3d-1.5.tar.gz
diff --git a/x11-terms/eterm/eterm-0.9.ebuild b/x11-terms/eterm/eterm-0.9.ebuild
deleted file mode 100644
index 5f7966afa155..000000000000
--- a/x11-terms/eterm/eterm-0.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/eterm/eterm-0.9.ebuild,v 1.1 2001/06/22 18:35:17 lamer Exp $
-
-P=Eterm-${PV}
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A vt102 terminal emulator for X"
-SRC_URI="ftp://eterm.sourceforge.net/pub/eterm/${A}"
-HOMEPAGE="http://eterm,sourceforge.net"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=media-libs/imlib-1.9.8.1
- >=x11-base/xfree-4.0.1"
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr/X11R6 --host=${CHOST} \
- --with-imlib
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- dodoc COPYING ChangeLog README ReleaseNotes
- dodoc bg/README.backgrounds
-}
-
--
cgit v1.2.3-65-gdbad
|