diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 23:30:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 23:30:03 +0000 |
commit | c9144237de3cde1299c1263da05debac12d796af (patch) | |
tree | b29815196cf023780b800079d7e4234a7ee8aeac /sys-apps/dmidecode | |
parent | old (diff) | |
download | gentoo-2-c9144237de3cde1299c1263da05debac12d796af.tar.gz gentoo-2-c9144237de3cde1299c1263da05debac12d796af.tar.bz2 gentoo-2-c9144237de3cde1299c1263da05debac12d796af.zip |
Version bump #105310 by Martin Nowack.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/dmidecode')
-rw-r--r-- | sys-apps/dmidecode/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.7.ebuild | 35 | ||||
-rw-r--r-- | sys-apps/dmidecode/files/digest-dmidecode-2.7 | 1 |
3 files changed, 42 insertions, 1 deletions
diff --git a/sys-apps/dmidecode/ChangeLog b/sys-apps/dmidecode/ChangeLog index d4c992614775..7700e03cf1ab 100644 --- a/sys-apps/dmidecode/ChangeLog +++ b/sys-apps/dmidecode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/dmidecode # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.5 2005/05/21 21:37:43 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.6 2005/09/08 23:30:03 vapier Exp $ + +*dmidecode-2.7 (08 Sep 2005) + + 08 Sep 2005; Mike Frysinger <vapier@gentoo.org> +dmidecode-2.7.ebuild: + Version bump #105310 by Martin Nowack. 21 May 2005; David Holm <dholm@gentoo.org> dmidecode-2.5.ebuild, dmidecode-2.6.ebuild: diff --git a/sys-apps/dmidecode/dmidecode-2.7.ebuild b/sys-apps/dmidecode/dmidecode-2.7.ebuild new file mode 100644 index 000000000000..ae73927af2cd --- /dev/null +++ b/sys-apps/dmidecode/dmidecode-2.7.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.7.ebuild,v 1.1 2005/09/08 23:30:03 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="~amd64 ~ia64 -ppc ~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 +} diff --git a/sys-apps/dmidecode/files/digest-dmidecode-2.7 b/sys-apps/dmidecode/files/digest-dmidecode-2.7 new file mode 100644 index 000000000000..1b3e0c99c837 --- /dev/null +++ b/sys-apps/dmidecode/files/digest-dmidecode-2.7 @@ -0,0 +1 @@ +MD5 7aaf44ff2501cafc33634bbaa0d2af13 dmidecode-2.7.tar.bz2 44749 |