summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/sxid/sxid-4.0.2.ebuild9
-rw-r--r--app-admin/whowatch/whowatch-1.5.2.ebuild12
-rw-r--r--app-admin/xtail/xtail-2.1.ebuild7
-rw-r--r--app-arch/cabextract/cabextract-0.5.ebuild5
-rw-r--r--app-arch/cabextract/cabextract-0.6.ebuild5
5 files changed, 17 insertions, 21 deletions
diff --git a/app-admin/sxid/sxid-4.0.2.ebuild b/app-admin/sxid/sxid-4.0.2.ebuild
index 5121d4482f76..d59996744218 100644
--- a/app-admin/sxid/sxid-4.0.2.ebuild
+++ b/app-admin/sxid/sxid-4.0.2.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/app-admin/sxid/sxid-4.0.2.ebuild,v 1.1 2002/11/08 13:32:48 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.2.ebuild,v 1.2 2002/11/30 02:08:00 vapier Exp $
-S="${WORKDIR}/${P}"
DESCRIPTION="suid, sgid file and directory checking"
SRC_URI="ftp://marcus.seva.net/pub/sxid/${P/-/_}.tar.gz"
HOMEPAGE="http://freshmeat.net/projects/sxid"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
@@ -20,14 +20,15 @@ src_compile() {
mv -f Makefile.in.new Makefile.in
cd ..
- econf || die "./configure failed"
+ econf
emake || die
}
src_install() {
make DESTDIR=${D} install || die
dodoc README docs/sxid.conf.example docs/sxid.cron.example
+}
+pkg_postinst() {
einfo "You will need to configure sxid.conf for your system using the manpage and example"
}
-
diff --git a/app-admin/whowatch/whowatch-1.5.2.ebuild b/app-admin/whowatch/whowatch-1.5.2.ebuild
index 8a151f216ebc..c6c380ece8eb 100644
--- a/app-admin/whowatch/whowatch-1.5.2.ebuild
+++ b/app-admin/whowatch/whowatch-1.5.2.ebuild
@@ -1,10 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.11 2002/10/20 18:14:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.12 2002/11/30 02:04:34 vapier Exp $
-S=${WORKDIR}/${P}
-DESCRIPTION="an interactive who-like program that displays information
-about the users currently logged on to the machine, in real time."
+DESCRIPTION="interactive who-like program that displays information about users currently logged on in real time."
SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${P}.tar.gz"
HOMEPAGE="http://wizard.ae.krakow.pl/~mike/"
@@ -21,11 +19,11 @@ src_unpack() {
}
src_compile() {
- econf || die
+ econf
make || die
}
-src_install () {
- einstall || die
+src_install() {
+ einstall
dodoc AUTHORS ChangeLog COPYING KEYS NEWS README TODO VERSION
}
diff --git a/app-admin/xtail/xtail-2.1.ebuild b/app-admin/xtail/xtail-2.1.ebuild
index 9f2d484fb6f0..caca2e01a312 100644
--- a/app-admin/xtail/xtail-2.1.ebuild
+++ b/app-admin/xtail/xtail-2.1.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.8 2002/10/20 18:14:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.9 2002/11/30 02:05:37 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="Tail multiple logfiles at once, even if rotated."
SRC_URI="http://www.unicom.com/sw/xtail/${P}.tar.gz"
HOMEPAGE="http://www.unicom.com/sw/xtail/"
@@ -14,11 +13,11 @@ KEYWORDS="x86 ppc sparc sparc64"
DEPEND="virtual/glibc"
src_compile() {
- econf || die
+ econf
emake || die
}
-src_install () {
+src_install() {
doman xtail.1
dobin xtail
dodoc README
diff --git a/app-arch/cabextract/cabextract-0.5.ebuild b/app-arch/cabextract/cabextract-0.5.ebuild
index 7f00a2d0c23b..b411e161bc18 100644
--- a/app-arch/cabextract/cabextract-0.5.ebuild
+++ b/app-arch/cabextract/cabextract-0.5.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.5.ebuild,v 1.12 2002/10/20 18:36:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.5.ebuild,v 1.13 2002/11/30 02:08:25 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="Extracts files from Microsoft .cab files"
SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz"
HOMEPAGE="http://www.kyz.uklinux.net/cabextract.php3"
@@ -14,7 +13,7 @@ KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc"
src_compile() {
- econf || die
+ econf
emake || die
}
diff --git a/app-arch/cabextract/cabextract-0.6.ebuild b/app-arch/cabextract/cabextract-0.6.ebuild
index 1aab0e2505ff..b4695d200fcd 100644
--- a/app-arch/cabextract/cabextract-0.6.ebuild
+++ b/app-arch/cabextract/cabextract-0.6.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.6.ebuild,v 1.1 2002/10/17 19:57:45 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.6.ebuild,v 1.2 2002/11/30 02:08:45 vapier Exp $
-S="${WORKDIR}/${P}"
DESCRIPTION="Extracts files from Microsoft .cab files"
SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz"
HOMEPAGE="http://www.kyz.uklinux.net/cabextract.php3"
@@ -14,7 +13,7 @@ KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc"
src_compile() {
- econf || die
+ econf
emake || die
}