summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-02 21:03:57 +0000
committerMike Frysinger <vapier@gentoo.org>2009-01-02 21:03:57 +0000
commit124989077b746cdd582d54fd7fdbc35b33652fb6 (patch)
tree82bf8590cab54302402e20fcc4fb01cedc99fa6e /sys-apps/dmidecode
parentEnabling and disabling nls support is misbehaving wrt #253460, thanks to Tors... (diff)
downloadgentoo-2-124989077b746cdd582d54fd7fdbc35b33652fb6.tar.gz
gentoo-2-124989077b746cdd582d54fd7fdbc35b33652fb6.tar.bz2
gentoo-2-124989077b746cdd582d54fd7fdbc35b33652fb6.zip
old
Diffstat (limited to 'sys-apps/dmidecode')
-rw-r--r--sys-apps/dmidecode/dmidecode-2.8.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-apps/dmidecode/dmidecode-2.8.ebuild b/sys-apps/dmidecode/dmidecode-2.8.ebuild
deleted file mode 100644
index 6883d4a16d04..000000000000
--- a/sys-apps/dmidecode/dmidecode-2.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.8.ebuild,v 1.9 2006/08/18 23:10:24 kloeri Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="DMI (Desktop Management Interface) table related utilities"
-HOMEPAGE="http://www.nongnu.org/dmidecode/"
-SRC_URI="http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* amd64 ia64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^prefix/s:/usr/local:/usr:' \
- -e "/^docdir/s:dmidecode:${PF}:" \
- Makefile || die "manpage sed failed"
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
- prepalldocs
-}