summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-07-01 19:12:13 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-07-01 19:12:13 +0000
commite51c925698e672e0e4f04fd82cb5c74b68d63dda (patch)
treebdff2c93f4e6c88417476e8d9a8280f18123591e /x11-misc/wininfo
parentAdded postinstall message to give information about the upgrade guide. (diff)
downloadgentoo-2-e51c925698e672e0e4f04fd82cb5c74b68d63dda.tar.gz
gentoo-2-e51c925698e672e0e4f04fd82cb5c74b68d63dda.tar.bz2
gentoo-2-e51c925698e672e0e4f04fd82cb5c74b68d63dda.zip
Fix bug #138138.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'x11-misc/wininfo')
-rw-r--r--x11-misc/wininfo/ChangeLog5
-rw-r--r--x11-misc/wininfo/wininfo-0.7.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/x11-misc/wininfo/ChangeLog b/x11-misc/wininfo/ChangeLog
index 4546d700edd6..aee7f045729d 100644
--- a/x11-misc/wininfo/ChangeLog
+++ b/x11-misc/wininfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/wininfo
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.7 2006/01/21 13:46:48 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.8 2006/07/01 19:12:13 nelchael Exp $
+
+ 01 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> wininfo-0.7.ebuild:
+ Fixed install, thanks to James Rowe <jnrowe@ukfsn.org>, see bug #138138.
21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wininfo-0.7.ebuild:
Fixed DEPEND for modular X.
diff --git a/x11-misc/wininfo/wininfo-0.7.ebuild b/x11-misc/wininfo/wininfo-0.7.ebuild
index 390896e649e5..f049f0755e59 100644
--- a/x11-misc/wininfo/wininfo-0.7.ebuild
+++ b/x11-misc/wininfo/wininfo-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.8 2006/01/21 13:46:48 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.9 2006/07/01 19:12:13 nelchael Exp $
IUSE=""
@@ -13,9 +13,7 @@ KEYWORDS="~amd64 ~ppc x86"
DEPEND=">=x11-libs/gtk+-2"
src_install() {
+ emake DESTDIR=${D} install
- dobin src/wininfo
-
- newman wininfo.man wininfo.1
dodoc ABOUT-NLS AUTHORS NEWS README
}