summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Prugh <ken69267@gentoo.org>2008-07-14 23:32:11 +0000
committerKenneth Prugh <ken69267@gentoo.org>2008-07-14 23:32:11 +0000
commitfe8c09427a8a06c170b148cccd8ab01688fb3e26 (patch)
tree2949077c16840c58c8f255b88727cbd641748b3e /sys-apps/hwinfo
parentremoved old revision. (diff)
downloadgentoo-2-fe8c09427a8a06c170b148cccd8ab01688fb3e26.tar.gz
gentoo-2-fe8c09427a8a06c170b148cccd8ab01688fb3e26.tar.bz2
gentoo-2-fe8c09427a8a06c170b148cccd8ab01688fb3e26.zip
amd64 stable, bug #231667. Removed dodoc COPYING
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'sys-apps/hwinfo')
-rw-r--r--sys-apps/hwinfo/ChangeLog5
-rw-r--r--sys-apps/hwinfo/hwinfo-13.28.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/hwinfo/ChangeLog b/sys-apps/hwinfo/ChangeLog
index 0b5364dd11b3..243bc7779f1e 100644
--- a/sys-apps/hwinfo/ChangeLog
+++ b/sys-apps/hwinfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/hwinfo
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.7 2008/07/14 00:30:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.8 2008/07/14 23:32:11 ken69267 Exp $
+
+ 14 Jul 2008; Kenneth Prugh <ken69267@gentoo.org> hwinfo-13.28.ebuild:
+ amd64 stable, bug #231667. Removed dodoc COPYING
*hwinfo-14.19 (14 Jul 2008)
diff --git a/sys-apps/hwinfo/hwinfo-13.28.ebuild b/sys-apps/hwinfo/hwinfo-13.28.ebuild
index 38c53ad23e1e..fb32d4750d34 100644
--- a/sys-apps/hwinfo/hwinfo-13.28.ebuild
+++ b/sys-apps/hwinfo/hwinfo-13.28.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-13.28.ebuild,v 1.1 2007/05/18 14:39:09 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-13.28.ebuild,v 1.2 2008/07/14 23:32:11 ken69267 Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="${DEBIAN_BASE_URI}/${PN}_${PV}.orig.tar.gz
${DEBIAN_BASE_URI}/${PN}_${PV}-${DEBIAN_PV}.diff.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~x86 ~amd64"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=sys-fs/sysfsutils-2
sys-apps/hal
@@ -40,6 +40,6 @@ src_compile(){
src_install() {
emake install DESTDIR="${D}" || die
[[ "$(get_libdir)" != "lib" ]] && mv "${D}"/usr/lib "${D}/usr/$(get_libdir)"
- dodoc VERSION README COPYING
+ dodoc VERSION README
doman doc/hwinfo.8
}