summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-30 02:56:31 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-30 02:56:31 +0000
commita2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473 (patch)
treed948750f055a660fd1f485225ff8a11ac6523310 /sys-apps/hwsetup
parentsync IUSE (missing) (diff)
downloadhistorical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.tar.gz
historical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.tar.bz2
historical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.zip
glibc -> libc
Diffstat (limited to 'sys-apps/hwsetup')
-rw-r--r--sys-apps/hwsetup/files/digest-hwsetup-1.01
-rw-r--r--sys-apps/hwsetup/hwsetup-1.0-r1.ebuild14
-rw-r--r--sys-apps/hwsetup/hwsetup-1.0.ebuild27
3 files changed, 5 insertions, 37 deletions
diff --git a/sys-apps/hwsetup/files/digest-hwsetup-1.0 b/sys-apps/hwsetup/files/digest-hwsetup-1.0
deleted file mode 100644
index 8d0d23055381..000000000000
--- a/sys-apps/hwsetup/files/digest-hwsetup-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 90d62b7f99ea916541708e8a690f63d3 hwsetup_1.0-9.tar.gz 7879
diff --git a/sys-apps/hwsetup/hwsetup-1.0-r1.ebuild b/sys-apps/hwsetup/hwsetup-1.0-r1.ebuild
index 4468aab44c66..d07bbb1de908 100644
--- a/sys-apps/hwsetup/hwsetup-1.0-r1.ebuild
+++ b/sys-apps/hwsetup/hwsetup-1.0-r1.ebuild
@@ -1,23 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.0-r1.ebuild,v 1.6 2004/06/25 23:45:26 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.0-r1.ebuild,v 1.7 2004/06/30 02:42:11 vapier Exp $
MY_PV=${PV}-14
DESCRIPTION="Hardware setup program"
+HOMEPAGE="http://www.knopper.net/"
SRC_URI="http://developer.linuxtag.net/knoppix/sources/${PN}_${MY_PV}.tar.gz"
-HOMEPAGE="http://www.knopper.net"
-KEYWORDS="x86 amd64 ~ppc -sparc ~alpha -mips"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ~ppc -sparc -mips alpha amd64"
IUSE=""
DEPEND=">=sys-apps/kudzu-knoppix-1.0"
-RDEPEND="virtual/glibc"
-
-src_unpack() {
- unpack ${A}
-}
+RDEPEND="virtual/libc"
src_compile() {
emake || die
diff --git a/sys-apps/hwsetup/hwsetup-1.0.ebuild b/sys-apps/hwsetup/hwsetup-1.0.ebuild
deleted file mode 100644
index 96bee7f6e94b..000000000000
--- a/sys-apps/hwsetup/hwsetup-1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.0.ebuild,v 1.12 2004/06/24 22:11:06 agriffis Exp $
-
-DESCRIPTION="Hardware setup program"
-SRC_URI="mirror://gentoo/hwsetup_1.0-9.tar.gz"
-HOMEPAGE="http://www.knopper.net"
-
-KEYWORDS="x86 amd64 -ppc -sparc alpha -mips"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND="<=sys-apps/kudzu-1.0"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- einstall DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man || die "Install failed"
-}