From 00a40f460d8175a95a7288ed1ed3c27d02e99eb1 Mon Sep 17 00:00:00 2001 From: Christoph Lameter Date: Wed, 31 Jul 2002 16:42:11 +0000 Subject: More fixes to standardize things. --- sys-apps/discover/ChangeLog | 8 ++++---- sys-apps/discover/discover-1.5-r1.ebuild | 16 +++++----------- 2 files changed, 9 insertions(+), 15 deletions(-) (limited to 'sys-apps/discover') 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 discover-1.5.ebuild files/digest-discover-1.5 + June 2002; Christoph Lameter 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 discover-1.5-r1.ebuild files/digest-discover-1.5-r1 + 30 July 2002; Christoph Lameter discover-1.5-r1.ebuild files/digest-discover-1.5-r1 First release into gentoo cvs tree - 31 July 2002; Name + 31 July 2002; Christoph Lameter 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, , 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 } -- cgit v1.2.3-65-gdbad