summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/miscfiles/miscfiles-1.2-r1.ebuild4
-rw-r--r--sys-apps/mosix-user/mosix-user-1.8.0.ebuild16
-rw-r--r--sys-apps/most/most-4.9.2.ebuild17
-rw-r--r--sys-apps/netkit-base/netkit-base-0.17-r6.ebuild12
-rw-r--r--sys-apps/noflushd/noflushd-2.4-r3.ebuild16
-rw-r--r--sys-apps/openmosix-user/openmosix-user-0.2.4-r1.ebuild21
-rw-r--r--sys-apps/openmosix-user/openmosix-user-0.2.4-r2.ebuild22
-rw-r--r--sys-apps/openmosix-user/openmosix-user-0.2.4-r3.ebuild22
-rw-r--r--sys-apps/openmosix-user/openmosix-user-0.2.4-r4.ebuild21
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild9
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild17
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild7
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild9
-rw-r--r--sys-apps/pmud/pmud-0.10.1-r1.ebuild4
-rw-r--r--sys-apps/pmud/pmud-0.10.1-r2.ebuild6
-rw-r--r--sys-apps/powerpc-utils/powerpc-utils-1.1.3.ebuild7
-rw-r--r--sys-apps/psmisc/psmisc-19-r2.ebuild33
-rw-r--r--sys-apps/quik/quik-2.0.1.0-r1.ebuild26
18 files changed, 115 insertions, 154 deletions
diff --git a/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild b/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild
index 46670f21b694..71451ff0c07c 100644
--- a/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild
+++ b/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild,v 1.8 2002/10/04 06:27:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild,v 1.9 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Miscellaneous files"
@@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/directory/miscfiles.html"
KEYWORDS="x86 ppc sparc sparc64"
SLOT="0"
-LICENSE="GPL"
+LICENSE="GPL-2"
src_unpack() {
unpack ${A}
diff --git a/sys-apps/mosix-user/mosix-user-1.8.0.ebuild b/sys-apps/mosix-user/mosix-user-1.8.0.ebuild
index ae53ccf32ede..21e6421aebc4 100644
--- a/sys-apps/mosix-user/mosix-user-1.8.0.ebuild
+++ b/sys-apps/mosix-user/mosix-user-1.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mosix-user/mosix-user-1.8.0.ebuild,v 1.2 2002/10/13 21:39:19 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mosix-user/mosix-user-1.8.0.ebuild,v 1.3 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/user
DESCRIPTION="User-land utilities for MOSIX process migration (clustering) software"
@@ -12,13 +12,13 @@ LICENSE="as-is"
DEPEND=">=sys-libs/ncurses-5.2"
pkg_setup() {
- if [ -z "`readlink /usr/src/linux|grep mosix`" ]; then
- eerror
- eerror "Your linux kernel sources do not appear to be mosix,"
- eerror "please check your /usr/src/linux symlink."
- eerror
- die
- fi
+ if [ -z "`readlink /usr/src/linux|grep mosix`" ]; then
+ eerror
+ eerror "Your linux kernel sources do not appear to be mosix,"
+ eerror "please check your /usr/src/linux symlink."
+ eerror
+ die
+ fi
}
src_unpack() {
diff --git a/sys-apps/most/most-4.9.2.ebuild b/sys-apps/most/most-4.9.2.ebuild
index 16375d4cdfe1..e6540d4f6b00 100644
--- a/sys-apps/most/most-4.9.2.ebuild
+++ b/sys-apps/most/most-4.9.2.ebuild
@@ -1,32 +1,29 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.2.ebuild,v 1.7 2002/10/04 06:27:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.2.ebuild,v 1.8 2002/10/19 02:52:22 vapier Exp $
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="An extremely excellent text file reader"
HOMEPAGE="http://freshmeat.net/projects/most/"
KEYWORDS="x86 -ppc"
SLOT="0"
LICENSE="GPL-2"
-SRC_URI="ftp://space.mit.edu/pub/davis/most/${A}"
+SRC_URI="ftp://space.mit.edu/pub/davis/most/${P}.tar.gz"
DEPEND=">=sys-libs/slang-1.4.2
>=sys-libs/ncurses-5.2-r2"
src_compile() {
-
- try ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --sysconfdir=/etc || die
#*possible* (not definite) pmake problems, let's not risk it.
make SYS_INITFILE="/etc/most.conf" || die
}
src_install() {
-
dobin src/x86objs/most
doman most.1
@@ -34,5 +31,3 @@ src_install() {
docinto txt
dodoc default.rc lesskeys.rc most-fun.txt
}
-
-
diff --git a/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild
index 706fe5c56bfc..aa424269eafa 100644
--- a/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild
+++ b/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild,v 1.9 2002/10/04 06:28:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r6.ebuild,v 1.10 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Standard linux net thingees -- inetd, ping"
@@ -13,14 +13,12 @@ DEPEND="virtual/glibc"
src_unpack() {
+ unpack ${A}
- unpack ${A}
-
- if [ ${ARCH} == "alpha" ]; then
+ if [ ${ARCH} == "alpha" ]; then
cd ${S}
- patch -p1 < ${FILESDIR}/netkit-base-0.17-alpha-ping-fix.patch
- fi
-
+ patch -p1 < ${FILESDIR}/netkit-base-0.17-alpha-ping-fix.patch
+ fi
}
src_compile() {
diff --git a/sys-apps/noflushd/noflushd-2.4-r3.ebuild b/sys-apps/noflushd/noflushd-2.4-r3.ebuild
index 964ca4039402..c8ee297cff69 100644
--- a/sys-apps/noflushd/noflushd-2.4-r3.ebuild
+++ b/sys-apps/noflushd/noflushd-2.4-r3.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/noflushd-2.4-r3.ebuild,v 1.5 2002/10/04 06:28:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/noflushd-2.4-r3.ebuild,v 1.6 2002/10/19 02:52:22 vapier Exp $
# Note: the daemon's current 2.4 version has nothing to do with kernel versions
-A=noflushd_2.4.orig.tar.gz
+MY_P="${P/-/_}"
S=${WORKDIR}/${P}.orig
-SRC_URI="http://download.sourceforge.net/noflushd/${A}"
-
-HOMEPAGE="http://noflushd.sourceforge.net"
+SRC_URI="http://download.sourceforge.net/noflushd/${MY_P}.orig.tar.gz"
+HOMEPAGE="http://noflushd.sourceforge.net/"
KEYWORDS="x86"
SLOT="0"
LICENSE="GPL-2"
@@ -17,15 +16,13 @@ DEPEND="virtual/glibc
sys-devel/ld.so"
src_compile() {
-
./configure --prefix=/usr --host=${CHOST} --mandir=/usr/share/man \
- --infodir=/usr/share/info --with-docdir=/usr/share/doc/${PF} || die
+ --infodir=/usr/share/info --with-docdir=/usr/share/doc/${PF} || die
emake || die
}
-src_install () {
-
+src_install() {
dosbin src/noflushd
doman man/noflushd.8
dodoc README NEWS
@@ -36,7 +33,6 @@ src_install () {
}
pkg_postinst() {
-
echo "
Run 'rc-update add noflushd' to add it to runlevels 2 3 4.
diff --git a/sys-apps/openmosix-user/openmosix-user-0.2.4-r1.ebuild b/sys-apps/openmosix-user/openmosix-user-0.2.4-r1.ebuild
index 90bb78ca7efa..56aa2c8f611c 100644
--- a/sys-apps/openmosix-user/openmosix-user-0.2.4-r1.ebuild
+++ b/sys-apps/openmosix-user/openmosix-user-0.2.4-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openmosix-user/openmosix-user-0.2.4-r1.ebuild,v 1.4 2002/10/13 22:27:01 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openmosix-user/openmosix-user-0.2.4-r1.ebuild,v 1.5 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/openMosixUserland-${PV}
DESCRIPTION="User-land utilities for openMosix process migration (clustering) software"
SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz"
-HOMEPAGE="http://www.openmosix.com"
+HOMEPAGE="http://www.openmosix.com/"
DEPEND="virtual/glibc
>=sys-libs/ncurses-5.2
>=sys-kernel/openmosix-sources-2.4.18"
@@ -16,15 +16,14 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 -ppc -sparc -sparc64 -alpha"
-
pkg_setup() {
- if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then
- eerror
- eerror "Your linux kernel sources do not appear to be openmosix,"
- eerror "please check your /usr/src/linux symlink."
- eerror
- die
- fi
+ if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then
+ eerror
+ eerror "Your linux kernel sources do not appear to be openmosix,"
+ eerror "please check your /usr/src/linux symlink."
+ eerror
+ die
+ fi
}
src_unpack() {
@@ -47,7 +46,7 @@ src_compile() {
make clean build
}
-src_install () {
+src_install() {
dodir /usr/lib
dodir /usr/sbin
dodir /usr/include
diff --git a/sys-apps/openmosix-user/openmosix-user-0.2.4-r2.ebuild b/sys-apps/openmosix-user/openmosix-user-0.2.4-r2.ebuild
index acff537a74ab..feea6c1302cd 100644
--- a/sys-apps/openmosix-user/openmosix-user-0.2.4-r2.ebuild
+++ b/sys-apps/openmosix-user/openmosix-user-0.2.4-r2.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openmosix-user/openmosix-user-0.2.4-r2.ebuild,v 1.2 2002/10/13 22:27:01 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openmosix-user/openmosix-user-0.2.4-r2.ebuild,v 1.3 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/openMosixUserland-${PV}
DESCRIPTION="User-land utilities for openMosix process migration (clustering) software"
SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz"
-HOMEPAGE="http://www.openmosix.com"
+HOMEPAGE="http://www.openmosix.com/"
DEPEND="virtual/glibc
>=sys-libs/ncurses-5.2
>=sys-kernel/openmosix-sources-2.4.18"
@@ -18,13 +18,13 @@ KEYWORDS="x86 -ppc -sparc -sparc64 -alpha"
pkg_setup() {
- if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then
- eerror
- eerror "Your linux kernel sources do not appear to be openmosix,"
- eerror "please check your /usr/src/linux symlink."
- eerror
- die
- fi
+ if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then
+ eerror
+ eerror "Your linux kernel sources do not appear to be openmosix,"
+ eerror "please check your /usr/src/linux symlink."
+ eerror
+ die
+ fi
}
src_unpack() {
@@ -41,8 +41,6 @@ INSTALLDIR=/usr
CFLAGS=-I/m/include -I./ -I/usr/include -I\$(OPENMOSIX)/include ${CFLAGS}
INSTALL=/usr/bin/install
EOF
-
-
}
src_compile() {
@@ -50,7 +48,7 @@ src_compile() {
make clean build
}
-src_install () {
+src_install() {
dodir /usr/lib
dodir /usr/sbin
dodir /usr/include
diff --git a/sys-apps/openmosix-user/openmosix-user-0.2.4-r3.ebuild b/sys-apps/openmosix-user/openmosix-user-0.2.4-r3.ebuild
index 8ec905a5b964..91a9078d12ac 100644
--- a/sys-apps/openmosix-user/openmosix-user-0.2.4-r3.ebuild
+++ b/sys-apps/openmosix-user/openmosix-user-0.2.4-r3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openmosix-user/openmosix-user-0.2.4-r3.ebuild,v 1.1 2002/10/13 22:27:01 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openmosix-user/openmosix-user-0.2.4-r3.ebuild,v 1.2 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/openMosixUserland-${PV}
DESCRIPTION="User-land utilities for openMosix process migration (clustering) software"
SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz"
-HOMEPAGE="http://www.openmosix.com"
+HOMEPAGE="http://www.openmosix.com/"
DEPEND="virtual/glibc
>=sys-libs/ncurses-5.2
>=sys-kernel/openmosix-sources-2.4.18"
@@ -16,15 +16,14 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 -ppc -sparc -sparc64 -alpha"
-
pkg_setup() {
- if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then
- eerror
- eerror "Your linux kernel sources do not appear to be openmosix,"
- eerror "please check your /usr/src/linux symlink."
- eerror
- die
- fi
+ if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then
+ eerror
+ eerror "Your linux kernel sources do not appear to be openmosix,"
+ eerror "please check your /usr/src/linux symlink."
+ eerror
+ die
+ fi
}
src_unpack() {
@@ -55,7 +54,7 @@ src_compile() {
make clean build
}
-src_install () {
+src_install() {
dodir /usr/lib
dodir /usr/sbin
dodir /usr/include
@@ -80,7 +79,6 @@ src_install () {
insinto /etc
#stub mosix.map file
doins ${FILESDIR}/mosix.map
-
}
pkg_postinst() {
diff --git a/sys-apps/openmosix-user/openmosix-user-0.2.4-r4.ebuild b/sys-apps/openmosix-user/openmosix-user-0.2.4-r4.ebuild
index ffc209e2adcc..88bcb0dab87c 100644
--- a/sys-apps/openmosix-user/openmosix-user-0.2.4-r4.ebuild
+++ b/sys-apps/openmosix-user/openmosix-user-0.2.4-r4.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openmosix-user/openmosix-user-0.2.4-r4.ebuild,v 1.1 2002/10/17 17:22:07 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openmosix-user/openmosix-user-0.2.4-r4.ebuild,v 1.2 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/openMosixUserland-${PV}
DESCRIPTION="User-land utilities for openMosix process migration (clustering) software"
SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz"
-HOMEPAGE="http://www.openmosix.com"
+HOMEPAGE="http://www.openmosix.com/"
DEPEND="virtual/glibc
>=sys-libs/ncurses-5.2
>=sys-kernel/openmosix-sources-2.4.18"
@@ -16,15 +16,14 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 -ppc -sparc -sparc64 -alpha"
-
pkg_setup() {
- if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then
- eerror
- eerror "Your linux kernel sources do not appear to be openmosix,"
- eerror "please check your /usr/src/linux symlink."
- eerror
- die
- fi
+ if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then
+ eerror
+ eerror "Your linux kernel sources do not appear to be openmosix,"
+ eerror "please check your /usr/src/linux symlink."
+ eerror
+ die
+ fi
}
src_unpack() {
@@ -56,7 +55,7 @@ src_compile() {
make clean build
}
-src_install () {
+src_install() {
dodir /usr/lib
dodir /usr/sbin
dodir /usr/include
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild
index 5b8c2433ca02..13a637c83088 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# Header: $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild,v 1.5 2002/10/19 02:52:22 vapier Exp $
# This ebuild installs ${FILESDIR}/hermes.conf, which you can get from
# http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/hermes.conf
@@ -8,14 +8,13 @@
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
SRC_URI="mirror://sourceforge/pcmcia-cs/${P}.tar.gz
- http://ozlabs.org/people/dgibson/dldwd/orinoco-0.11a.tar.gz"
-
+ http://ozlabs.org/people/dgibson/dldwd/orinoco-0.11a.tar.gz"
HOMEPAGE="http://pcmcia-cs.sourceforge.net"
KEYWORDS="x86"
DEPEND="sys-kernel/linux-headers"
RDEPEND=""
SLOT=0
-LICENSE=GPL
+LICENSE="GPL-2"
# check arch for configure
if [ ${ARCH} = "x86" ] ; then
@@ -86,7 +85,7 @@ src_compile() {
emake all || die "failed compiling"
}
-src_install () {
+src_install() {
make PREFIX=${D} install || die "failed installing"
cd ${D}
rm -rf etc/rc*.d
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild
index a5ec2b1f4f1f..55f188ddd848 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild,v 1.2 2002/10/04 06:28:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild,v 1.3 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
SRC_URI="mirror://sourceforge/pcmcia-cs/${P}.tar.gz
http://ozlabs.org/people/dgibson/dldwd/orinoco-0.12b.tar.gz"
-
-HOMEPAGE="http://pcmcia-cs.sourceforge.net"
+HOMEPAGE="http://pcmcia-cs.sourceforge.net/"
DEPEND="sys-kernel/linux-headers"
RDEPEND=""
SLOT="0"
-LICENSE="GPL"
+LICENSE="GPL-2"
KEYWORDS="x86"
# check arch for configure
@@ -40,11 +39,9 @@ src_unpack() {
cd ${S}
### As per the SourceForge web site reqs and bug #3400
# We'll replace all ide_cs with ide-cs
- cp etc/config etc/config.orig
- sed -e 's:ide_cs:ide-cs:g' etc/config.orig > etc/config
- rm -f etc/config.orig
-
-
+ cp etc/config etc/config.orig
+ sed -e 's:ide_cs:ide-cs:g' etc/config.orig > etc/config
+ rm -f etc/config.orig
}
src_compile() {
@@ -93,7 +90,7 @@ src_compile() {
emake all || die "failed compiling"
}
-src_install () {
+src_install() {
make PREFIX=${D} install || die "failed installing"
cd ${D}
rm -rf etc/rc*.d
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild
index a22734f14e3c..49d4bb6ae319 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild,v 1.2 2002/10/04 06:28:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild,v 1.3 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
SRC_URI="mirror://sourceforge/pcmcia-cs/${P}.tar.gz
http://ozlabs.org/people/dgibson/dldwd/orinoco-0.12b.tar.gz"
-
-HOMEPAGE="http://pcmcia-cs.sourceforge.net"
+HOMEPAGE="http://pcmcia-cs.sourceforge.net/"
DEPEND="sys-kernel/linux-headers"
RDEPEND=""
SLOT="0"
-LICENSE="GPL"
+LICENSE="GPL-2"
KEYWORDS="x86"
# check arch for configure
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild
index 10cc456acade..34ad00f585ea 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild,v 1.5 2002/10/04 06:28:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild,v 1.6 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
SRC_URI="mirror://sourceforge/pcmcia-cs/${P}.tar.gz
http://ozlabs.org/people/dgibson/dldwd/orinoco-0.12b.tar.gz"
-
-HOMEPAGE="http://pcmcia-cs.sourceforge.net"
+HOMEPAGE="http://pcmcia-cs.sourceforge.net/"
DEPEND="sys-kernel/linux-headers"
RDEPEND=""
SLOT="0"
-LICENSE="GPL"
+LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc sparc64"
# check arch for configure
@@ -49,8 +48,6 @@ src_unpack() {
cp etc/config etc/config.orig
sed -e 's:ide_cs:ide-cs:g' etc/config.orig > etc/config
rm -f etc/config.orig
-
-
}
src_compile() {
diff --git a/sys-apps/pmud/pmud-0.10.1-r1.ebuild b/sys-apps/pmud/pmud-0.10.1-r1.ebuild
index a8b7e4ba9f90..736a211ed409 100644
--- a/sys-apps/pmud/pmud-0.10.1-r1.ebuild
+++ b/sys-apps/pmud/pmud-0.10.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Id: pmud-0.10.1-r1.ebuild,v 1.7 2002/10/05 05:39:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmud/pmud-0.10.1-r1.ebuild,v 1.8 2002/10/19 02:52:22 vapier Exp $
IUSE="X"
@@ -29,7 +29,7 @@ src_compile() {
emake CFLAGS="${CFLAGS}" || die
}
-src_install () {
+src_install() {
doman pmud.8 snooze.8 fblevel.8 batmon.8 xmouse.8
exeinto /sbin
doexe pmud wakebay snooze fblevel
diff --git a/sys-apps/pmud/pmud-0.10.1-r2.ebuild b/sys-apps/pmud/pmud-0.10.1-r2.ebuild
index 0637ed895547..821d546d8edd 100644
--- a/sys-apps/pmud/pmud-0.10.1-r2.ebuild
+++ b/sys-apps/pmud/pmud-0.10.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Id: pmud-0.10.1-r2.ebuild,v 1.9 2002/10/05 05:39:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmud/pmud-0.10.1-r2.ebuild,v 1.10 2002/10/19 02:52:22 vapier Exp $
IUSE="X"
@@ -29,7 +29,7 @@ src_compile() {
emake CFLAGS="${CFLAGS}" || die
}
-src_install () {
+src_install() {
doman pmud.8 snooze.8 fblevel.8
exeinto /sbin
doexe pmud wakebay snooze fblevel
@@ -45,6 +45,4 @@ src_install () {
doexe Batmon
exeinto /usr/X11R6/bin
doexe xmouse )
-
-
}
diff --git a/sys-apps/powerpc-utils/powerpc-utils-1.1.3.ebuild b/sys-apps/powerpc-utils/powerpc-utils-1.1.3.ebuild
index 33a706142c5e..d6aea92c423b 100644
--- a/sys-apps/powerpc-utils/powerpc-utils-1.1.3.ebuild
+++ b/sys-apps/powerpc-utils/powerpc-utils-1.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Id: powerpc-utils-1.1.3.ebuild,v 1.7 2002/10/04 06:29:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/powerpc-utils/powerpc-utils-1.1.3.ebuild,v 1.8 2002/10/19 02:52:22 vapier Exp $
S=${WORKDIR}/${P}
DEBRV=3
@@ -12,7 +12,7 @@ KEYWORDS="ppc -x86 -sparc -sparc64"
DEPEND="virtual/glibc"
RDEPEND=""
SLOT="0"
-LICENSE="GPL"
+LICENSE="GPL-2"
src_unpack() {
cd ${WORKDIR}
@@ -29,8 +29,7 @@ src_compile() {
emake nvsetenv || die
}
-src_install () {
+src_install() {
into /usr
dosbin nvsetenv || die
-
}
diff --git a/sys-apps/psmisc/psmisc-19-r2.ebuild b/sys-apps/psmisc/psmisc-19-r2.ebuild
index e74dc4ba33a7..a196b2957a5d 100644
--- a/sys-apps/psmisc/psmisc-19-r2.ebuild
+++ b/sys-apps/psmisc/psmisc-19-r2.ebuild
@@ -1,40 +1,35 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/psmisc/psmisc-19-r2.ebuild,v 1.6 2002/10/04 06:29:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/psmisc/psmisc-19-r2.ebuild,v 1.7 2002/10/19 02:52:22 vapier Exp $
-#from Debian ;)
-
-A=${P}.tar.gz
S=${WORKDIR}/psmisc
DESCRIPTION="Handy process-related utilities from Debian"
-SRC_URI="ftp://lrcftp.epfl.ch/pub/linux/local/psmisc/"${A}
+SRC_URI="ftp://lrcftp.epfl.ch/pub/linux/local/psmisc/${P}.tar.gz"
DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r2"
HOMEPAGE="http://psmisc.sourceforge.net/"
KEYWORDS="x86"
SLOT="0"
LICENSE="GPL-2"
+
src_unpack() {
- unpack ${A}
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s/-ltermcap/-lncurses/g" -e "s/-O/${CFLAGS}/" -e "s:-Wpointer-arith::" Makefile.orig > Makefile
+ unpack ${A}
+ cd ${S}
+ cp Makefile Makefile.orig
+ sed -e "s/-ltermcap/-lncurses/g" -e "s/-O/${CFLAGS}/" -e "s:-Wpointer-arith::" Makefile.orig > Makefile
}
src_compile() {
- try pmake
+ pmake || die
}
src_install() {
+ dobin killall pstree
+ dosym killall /usr/bin/pidof
- dobin killall pstree
- dosym killall /usr/bin/pidof
-
- into /
- dobin fuser
+ into /
+ dobin fuser
- doman *.1
+ doman *.1
- dodoc CHANGES COPYING README VERSION psmisc-19.lsm
+ dodoc CHANGES COPYING README VERSION psmisc-19.lsm
}
-
-
diff --git a/sys-apps/quik/quik-2.0.1.0-r1.ebuild b/sys-apps/quik/quik-2.0.1.0-r1.ebuild
index c54a9bc73b2a..2cf30eb0121d 100644
--- a/sys-apps/quik/quik-2.0.1.0-r1.ebuild
+++ b/sys-apps/quik/quik-2.0.1.0-r1.ebuild
@@ -1,31 +1,27 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/quik/quik-2.0.1.0-r1.ebuild,v 1.7 2002/10/04 06:29:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quik/quik-2.0.1.0-r1.ebuild,v 1.8 2002/10/19 02:52:22 vapier Exp $
inherit mount-boot
S="${WORKDIR}/quik-2.0"
-A="quik_2.0e.orig.tar.gz"
-
-echo "workdir is:"
-echo ${WORKDIR}
HOMEPAGE=""
SLOT="0"
LICENSE="GPL-2"
-DEB_P="quik_2.0e-1.diff"
-DEB_URI="ftp://ftp.debian.org/debian/pool/main/q/quik"
-
DESCRIPTION="OldWorld PowerMac Bootloader"
-SRC_URI="${DEB_URI}/${A} ${DEB_URI}/${DEB_P}.gz"
+MY_P="quik_2.0e.orig.tar.gz"
+DEB_P="quik_2.0e-1.diff"
+DEB_URI="ftp://ftp.debian.org/debian/pool/main/q/quik"
+SRC_URI="${DEB_URI}/${MY_P} ${DEB_URI}/${DEB_P}.gz"
DEPEND="virtual/glibc"
-RDEPEND=""
+RDEPEND="${DEPEND}"
KEYWORDS="ppc"
src_unpack() {
cd ${WORKDIR}
- unpack ${A} || die
+ unpack ${MY_P} || die
zcat ${DISTDIR}/${DEB_P}.gz | patch -p1 -d ${S}|| die
[ -z "${CC}" ] && CC=gcc
if [ "`${CC} -dumpversion | cut -d. -f1,2`" != "2.95" ] ; then
@@ -33,17 +29,15 @@ src_unpack() {
cp Makefile Makefile.orig
sed -e s:'$(LD) $(LDFLAGS) -Bstatic -o second $(OBJS) -lext2fs':'$(LD) $(LDFLAGS) -Bstatic -o second $(OBJS) -lext2fs -lc -lgcc -L/usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2/': Makefile.orig > Makefile
- fi;
+ fi
}
src_compile() {
emake || die
}
-src_install () {
-
- # 'll have a look at this later
-
+src_install() {
+ #i'll have a look at this later
install -d -m 755 ${D}/sbin || die
install -d -m 755 ${D}/etc || die
install -d -m 755 ${D}/boot || die