summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 02:29:25 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 02:29:25 +0000
commit0bc6522e89d77ca076a42450e319a6b141a50b54 (patch)
treed014808b313b4d409125f8db2371722c426a2fc5 /app-admin
parentChanged mkdir ${D} to dodir ${D} (diff)
downloadgentoo-2-0bc6522e89d77ca076a42450e319a6b141a50b54.tar.gz
gentoo-2-0bc6522e89d77ca076a42450e319a6b141a50b54.tar.bz2
gentoo-2-0bc6522e89d77ca076a42450e319a6b141a50b54.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/grubconfig/grubconfig-1.16.ebuild13
-rw-r--r--app-admin/hddtemp/hddtemp-0.2.ebuild16
-rw-r--r--app-admin/ide-smart/ide-smart-1.4.ebuild8
-rw-r--r--app-admin/makepasswd/makepasswd-1.10.ebuild8
-rw-r--r--app-admin/mon/mon-0.38.20-r7.ebuild12
5 files changed, 18 insertions, 39 deletions
diff --git a/app-admin/grubconfig/grubconfig-1.16.ebuild b/app-admin/grubconfig/grubconfig-1.16.ebuild
index 0f853ea0814a..024fe229a761 100644
--- a/app-admin/grubconfig/grubconfig-1.16.ebuild
+++ b/app-admin/grubconfig/grubconfig-1.16.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/grubconfig-1.16.ebuild,v 1.1 2002/10/25 10:43:26 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/grubconfig-1.16.ebuild,v 1.2 2002/11/30 02:27:56 vapier Exp $
-DESCRIPTION="Simple Tool to configure Grub-Bootloader."
+DESCRIPTION="Simple Tool to configure Grub-Bootloader"
HOMEPAGE="http://www.tux.org/pub/people/kent-robotti/looplinux/index.html"
SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz"
-DEPEND=">=dev-util/dialog-0.7"
+
KEYWORDS="~x86 -ppc -sparc -sparc64 -alpha"
LICENSE="GPL-2"
SLOT="0"
-src_install () {
- exeinto /usr/sbin
- doexe grubconfig
+DEPEND=">=dev-util/dialog-0.7"
+
+src_install() {
+ dosbin grubconfig
dodoc README
}
diff --git a/app-admin/hddtemp/hddtemp-0.2.ebuild b/app-admin/hddtemp/hddtemp-0.2.ebuild
index b4ed2b706fa5..8799d6203f3a 100644
--- a/app-admin/hddtemp/hddtemp-0.2.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.2.ebuild
@@ -1,12 +1,10 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.8 2002/10/20 18:14:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.9 2002/11/30 02:25:51 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="A simple utility, to read the temperature of SMART IDE hard drives."
SRC_URI="http://coredump.free.fr/linux/${P}.tar.gz"
HOMEPAGE="http://coredump.free.fr/linux/harddrive.html"
-IUSE=""
SLOT="0"
LICENSE="GPL-2"
@@ -31,20 +29,12 @@ src_unpack() {
}
src_compile() {
-
make || die
-
}
-src_install () {
-
- exeinto /usr/bin
- doexe hddtemp
- dodir /usr/share/hddtemp
+src_install() {
+ dobin hddtemp
insinto /usr/share/hddtemp
doins hddtemp.db
-
- #docs
dodoc README COPYING
-
}
diff --git a/app-admin/ide-smart/ide-smart-1.4.ebuild b/app-admin/ide-smart/ide-smart-1.4.ebuild
index fb979322856d..9896c237f0cd 100644
--- a/app-admin/ide-smart/ide-smart-1.4.ebuild
+++ b/app-admin/ide-smart/ide-smart-1.4.ebuild
@@ -1,12 +1,10 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ide-smart-1.4.ebuild,v 1.11 2002/10/20 18:14:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ide-smart-1.4.ebuild,v 1.12 2002/11/30 02:26:43 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="A tool to read SMART (or S.M.A.R.T) information from harddiscs."
SRC_URI="http://lightside.eresmas.com/${P}.tar.gz"
HOMEPAGE="http://lightside.eresmas.com/"
-IUSE=""
SLOT="0"
LICENSE="GPL-2"
@@ -24,12 +22,10 @@ src_unpack() {
}
src_compile() {
-
emake || die
}
-src_install () {
-
+src_install() {
dobin ide-smart
doman ide-smart.8
dodoc README COPYING
diff --git a/app-admin/makepasswd/makepasswd-1.10.ebuild b/app-admin/makepasswd/makepasswd-1.10.ebuild
index 08768c2c6cce..ce5b15a243d0 100644
--- a/app-admin/makepasswd/makepasswd-1.10.ebuild
+++ b/app-admin/makepasswd/makepasswd-1.10.ebuild
@@ -1,22 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/makepasswd/makepasswd-1.10.ebuild,v 1.6 2002/10/18 13:31:45 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/makepasswd/makepasswd-1.10.ebuild,v 1.7 2002/11/30 02:28:35 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="Random password generator"
SRC_URI="http://ftp.debian.org/debian/dists/stable/main/source/admin/${PN}_${PV}.orig.tar.gz"
HOMEPAGE="http://packages.debian.org/stable/admin/makepasswd.html"
-IUSE=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc sparc64"
-DEPEND="${RDEPEND}"
RDEPEND="sys-devel/perl"
-src_install () {
- into /usr
+src_install() {
dobin makepasswd
doman makepasswd.1
dodoc README CHANGES COPYING-2.0
diff --git a/app-admin/mon/mon-0.38.20-r7.ebuild b/app-admin/mon/mon-0.38.20-r7.ebuild
index 9b9447b5fc68..59fffdbb9cef 100644
--- a/app-admin/mon/mon-0.38.20-r7.ebuild
+++ b/app-admin/mon/mon-0.38.20-r7.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/app-admin/mon/mon-0.38.20-r7.ebuild,v 1.6 2002/10/18 13:31:45 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mon/mon-0.38.20-r7.ebuild,v 1.7 2002/11/30 02:29:25 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="mon is a highly configurable service monitoring daemon"
SRC_URI="ftp://ftp.kernel.org/pub/software/admin/mon/${P}.tar.bz2"
HOMEPAGE="http://www.kernel.org/software/mon/"
-IUSE=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc sparc64"
+IUSE=""
DEPEND=">=dev-perl/Mon-0.9
>=dev-perl/Time-HiRes-01.20
>=dev-perl/Period-1.20-r2"
src_compile() {
-
cd ${S}/mon.d
make CC="gcc $CFLAGS" || die
}
-src_install () {
-
- exeinto /usr/sbin
- doexe mon clients/mon*
+src_install() {
+ dosbin mon clients/mon*
insinto /usr/lib/mon/utils
doins utils/*