summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lameter <christoph@gentoo.org>2002-07-31 16:42:11 +0000
committerChristoph Lameter <christoph@gentoo.org>2002-07-31 16:42:11 +0000
commit00a40f460d8175a95a7288ed1ed3c27d02e99eb1 (patch)
tree93185e2446e17afb951251526eb47fbd42b8e917 /sys-apps/discover
parentversion fix, ebuild fixes, messages, stuff (diff)
downloadhistorical-00a40f460d8175a95a7288ed1ed3c27d02e99eb1.tar.gz
historical-00a40f460d8175a95a7288ed1ed3c27d02e99eb1.tar.bz2
historical-00a40f460d8175a95a7288ed1ed3c27d02e99eb1.zip
More fixes to standardize things.
Diffstat (limited to 'sys-apps/discover')
-rw-r--r--sys-apps/discover/ChangeLog8
-rw-r--r--sys-apps/discover/discover-1.5-r1.ebuild16
2 files changed, 9 insertions, 15 deletions
diff --git a/sys-apps/discover/ChangeLog b/sys-apps/discover/ChangeLog
index 1d8c66333d89..dcb2b7bffc93 100644
--- a/sys-apps/discover/ChangeLog
+++ b/sys-apps/discover/ChangeLog
@@ -1,9 +1,9 @@
# ChangeLog for sys-apps/discover
# Copyright 2002 TelemetryBox Corporation; Distributed under GPL-2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/discover/ChangeLog,v 1.3 2002/07/31 16:00:19 christoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/discover/ChangeLog,v 1.4 2002/07/31 16:42:11 christoph Exp $
*discover-1.5 (June 2002)
- June 2002; Name <christoph@lameter.com> discover-1.5.ebuild files/digest-discover-1.5
+ June 2002; Christoph Lameter <christoph@lameter.com> discover-1.5.ebuild files/digest-discover-1.5
Discover is a hardware identification system based on the libdiscover1
library. Discover provides a flexible interface that programs can use to
@@ -15,11 +15,11 @@
loads the rest (ethernet cards, sound cards, etc.).
*discover-1.5-r1 (30 July 2002)
- 30 July 2002; Name <christoph@gentoo.org> discover-1.5-r1.ebuild files/digest-discover-1.5-r1
+ 30 July 2002; Christoph Lameter <christoph@gentoo.org> discover-1.5-r1.ebuild files/digest-discover-1.5-r1
First release into gentoo cvs tree
- 31 July 2002; Name <christoph@gentoo.org>
+ 31 July 2002; Christoph Lameter <christoph@gentoo.org>
Fix ebuild RDEPEND and other things
\ No newline at end of file
diff --git a/sys-apps/discover/discover-1.5-r1.ebuild b/sys-apps/discover/discover-1.5-r1.ebuild
index e8db512640fe..2a9c3194537a 100644
--- a/sys-apps/discover/discover-1.5-r1.ebuild
+++ b/sys-apps/discover/discover-1.5-r1.ebuild
@@ -1,26 +1,20 @@
-#
# (C) 2002 The TelemetryBox Corporation. http://telemetrybox.biz
# Christoph Lameter, <christoph@lameter.com>, July 15, 2002
-#
# Released under the GPL
-#
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/discover/discover-1.5-r1.ebuild,v 1.3 2002/07/31 16:42:11 christoph Exp $
DESCRIPTION="Discover hardware and load the appropriate drivers for that hardware."
HOMEPAGE="http://www.progeny.com/discover"
-SRC_URI="ftp://ftp.debian.org/debian/pool/main/d/discover/discover_1.5-1.tar.gz"
+SRC_URI="ftp://ftp.debian.org/debian/pool/main/d/discover/${PN}_${PV}-1.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86"
DEPEND=""
RDEPEND="sys-apps/discover-data"
S=${WORKDIR}/${P}
src_compile() {
- ./configure --prefix=/usr \
- --sbindir=/sbin \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info || die "configure failed"
+ econf --sbindir=/sbin || die "configure failed"
emake || die
}
@@ -30,6 +24,6 @@ src_install () {
insinto /usr/share/discover
doins discover/linuxrc
dodoc BUGS AUTHORS ChangeLog NEWS README TODO ChangeLog.mandrake docs/ISA-Structure docs/PCI-Structure docs/Programming
- insinto /var/lib/discover
+ dodir /var/lib/discover
prepallman
}