summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-21 04:41:18 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-21 04:41:18 +0000
commitbb5cc7f65dacfa7e5d5c8a91cf73372c6c0b0bf6 (patch)
tree6ba782f432e40095f93bf72e85467cdfbd82c52d /sys-apps
parentmake flag cpu filtering better #18807 (Manifest recommit) (diff)
downloadgentoo-2-bb5cc7f65dacfa7e5d5c8a91cf73372c6c0b0bf6.tar.gz
gentoo-2-bb5cc7f65dacfa7e5d5c8a91cf73372c6c0b0bf6.tar.bz2
gentoo-2-bb5cc7f65dacfa7e5d5c8a91cf73372c6c0b0bf6.zip
initial import #33526
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/dmidecode/ChangeLog8
-rw-r--r--sys-apps/dmidecode/Manifest2
-rw-r--r--sys-apps/dmidecode/dmidecode-2.4.ebuild37
-rw-r--r--sys-apps/dmidecode/files/digest-dmidecode-2.41
-rw-r--r--sys-apps/dmidecode/metadata.xml5
5 files changed, 53 insertions, 0 deletions
diff --git a/sys-apps/dmidecode/ChangeLog b/sys-apps/dmidecode/ChangeLog
new file mode 100644
index 000000000000..29d72e4c7d59
--- /dev/null
+++ b/sys-apps/dmidecode/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sys-apps/dmidecode
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.1 2004/08/21 04:41:18 vapier Exp $
+
+*dmidecode-2.4 (21 Aug 2004)
+
+ 21 Aug 2004; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by Tony Vroon et al #33526.
diff --git a/sys-apps/dmidecode/Manifest b/sys-apps/dmidecode/Manifest
new file mode 100644
index 000000000000..937970a6d0d1
--- /dev/null
+++ b/sys-apps/dmidecode/Manifest
@@ -0,0 +1,2 @@
+MD5 9ef20c0a471b90b7e83192935179737a dmidecode-2.4.ebuild 1227
+MD5 6a74ce88ec57714cc3170b034b461293 files/digest-dmidecode-2.4 65
diff --git a/sys-apps/dmidecode/dmidecode-2.4.ebuild b/sys-apps/dmidecode/dmidecode-2.4.ebuild
new file mode 100644
index 000000000000..e204948a2861
--- /dev/null
+++ b/sys-apps/dmidecode/dmidecode-2.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.4.ebuild,v 1.1 2004/08/21 04:41:18 vapier 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="~x86 ~amd64 ~ia64"
+IUSE=""
+
+DEPEND=">=sys-apps/sed-4"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ use ia64 && append-flags -D__IA64__
+ sed -i \
+ -e "s:-O2:${CFLAGS}${ARCHFLAGS}:" \
+ -e "s:man/man8:share/man/man8:g" \
+ Makefile || die "manpage sed failed"
+}
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ dodir /usr/sbin /usr/share/man/man8
+ make PREFIX=${D}/usr install || die "make install failed"
+ dodoc README AUTHORS CHANGELOG
+}
diff --git a/sys-apps/dmidecode/files/digest-dmidecode-2.4 b/sys-apps/dmidecode/files/digest-dmidecode-2.4
new file mode 100644
index 000000000000..6214dcbde2c4
--- /dev/null
+++ b/sys-apps/dmidecode/files/digest-dmidecode-2.4
@@ -0,0 +1 @@
+MD5 dab0937d69ee5b90ccaefa3c28071718 dmidecode-2.4.tar.bz2 37107
diff --git a/sys-apps/dmidecode/metadata.xml b/sys-apps/dmidecode/metadata.xml
new file mode 100644
index 000000000000..96a2d586367d
--- /dev/null
+++ b/sys-apps/dmidecode/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>base-system</herd>
+</pkgmetadata>