summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 02:08:45 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 02:08:45 +0000
commit6bd65592eb82ef573a457293356b0fce9cd0be0e (patch)
treeeee03e81cb03f801be3d7e5a26d452b14e8e95fc /app-admin
parentChanged src_install () to src_install() (diff)
downloadgentoo-2-6bd65592eb82ef573a457293356b0fce9cd0be0e.tar.gz
gentoo-2-6bd65592eb82ef573a457293356b0fce9cd0be0e.tar.bz2
gentoo-2-6bd65592eb82ef573a457293356b0fce9cd0be0e.zip
Changed econf||die to econf
Diffstat (limited to 'app-admin')
-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
3 files changed, 13 insertions, 15 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