* [gentoo-commits] gentoo-x86 commit in sys-apps/dmidecode: dmidecode-2.12.ebuild ChangeLog
@ 2013-04-27 0:52 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-04-27 0:52 UTC (permalink / raw
To: gentoo-commits
radhermit 13/04/27 00:52:33
Modified: ChangeLog
Added: dmidecode-2.12.ebuild
Log:
Version bump, update to EAPI 4.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.44 sys-apps/dmidecode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 22 Jan 2013 17:33:49 -0000 1.43
+++ ChangeLog 27 Apr 2013 00:52:33 -0000 1.44
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/dmidecode
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.43 2013/01/22 17:33:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.44 2013/04/27 00:52:33 radhermit Exp $
+
+*dmidecode-2.12 (27 Apr 2013)
+
+ 27 Apr 2013; Tim Harder <radhermit@gentoo.org> +dmidecode-2.12.ebuild:
+ Version bump, update to EAPI 4.
22 Jan 2013; Agostino Sarubbo <ago@gentoo.org> dmidecode-2.11.ebuild:
Stable for x86, wrt bug #373237
1.1 sys-apps/dmidecode/dmidecode-2.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/dmidecode-2.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmidecode/dmidecode-2.12.ebuild?rev=1.1&content-type=text/plain
Index: dmidecode-2.12.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.12.ebuild,v 1.1 2013/04/27 00:52:33 radhermit Exp $
EAPI="4"
inherit flag-o-matic toolchain-funcs
DESCRIPTION="DMI (Desktop Management Interface) table related utilities"
HOMEPAGE="http://www.nongnu.org/dmidecode/"
SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris"
IUSE="selinux"
DEPEND="selinux? ( sec-policy/selinux-dmidecode )"
RDEPEND="${DEPEND}"
src_prepare() {
sed -i \
-e "/^prefix/s:/usr/local:${EPREFIX}/usr:" \
-e "/^docdir/s:dmidecode:${PF}:" \
-e '/^PROGRAMS !=/d' \
Makefile || die
}
src_compile() {
emake \
CFLAGS="${CFLAGS} ${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
CC="$(tc-getCC)"
}
pkg_postinst() {
if [[ ${CHOST} == *-solaris* ]] ; then
einfo "dmidecode needs root privileges to read /dev/xsvc"
einfo "To make dmidecode useful, either run as root, or chown and setuid the binary."
einfo "Note that /usr/sbin/ptrconf and /usr/sbin/ptrdiag give similar"
einfo "information without requiring root privileges."
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-27 0:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-27 0:52 [gentoo-commits] gentoo-x86 commit in sys-apps/dmidecode: dmidecode-2.12.ebuild ChangeLog Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox