summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-11-03 14:09:17 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-11-03 14:09:17 +0000
commit6cee86d4638e4a5564da37c69956f566c8a36da1 (patch)
treeefc9cd1501b2c61a8d7c238ae9529bc89cac2b0d
parentsetting BUGADDR (diff)
downloadgentoo-2-6cee86d4638e4a5564da37c69956f566c8a36da1.tar.gz
gentoo-2-6cee86d4638e4a5564da37c69956f566c8a36da1.tar.bz2
gentoo-2-6cee86d4638e4a5564da37c69956f566c8a36da1.zip
hints_test if USE="debug"
-rw-r--r--x11-wm/fvwm/Manifest2
-rw-r--r--x11-wm/fvwm/fvwm-2.5.8.ebuild9
2 files changed, 9 insertions, 2 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest
index 8813cd9e8e54..311d58f2bde3 100644
--- a/x11-wm/fvwm/Manifest
+++ b/x11-wm/fvwm/Manifest
@@ -1,5 +1,5 @@
MD5 e79bd2fa2e46e650aabaa16754e25583 fvwm-2.5.7-r5.ebuild 8757
-MD5 1b61f50c946285d9c48729d1273ca1fd fvwm-2.5.8.ebuild 8196
+MD5 4172c20010fe55d3ce5bdd70658d9ae6 fvwm-2.5.8.ebuild 8368
MD5 b893f78193652b275ce5d276ac38af29 fvwm-2.4.17.ebuild 3961
MD5 8fa93269e89c39d61e797e46a91b2872 fvwm-2.5.7-r3.ebuild 8726
MD5 bac3f1498d293384404b761232e8da06 ChangeLog 8649
diff --git a/x11-wm/fvwm/fvwm-2.5.8.ebuild b/x11-wm/fvwm/fvwm-2.5.8.ebuild
index 843ee0fef8c4..fca3c25d21a1 100644
--- a/x11-wm/fvwm/fvwm-2.5.8.ebuild
+++ b/x11-wm/fvwm/fvwm-2.5.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.4 2003/11/03 13:52:24 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.5 2003/11/03 14:08:56 taviso Exp $
inherit eutils
@@ -233,6 +233,13 @@ src_install() {
rm -rf ${D}/usr/bin/fvwm-perllib ${D}/usr/share/man/man1/fvwm-perllib.1
fi
+ # cool hints test application, maybe useful
+ # for developers.
+ if use debug; then
+ dobin ${S}/tests/hints/hints_test
+ newdoc ${S}/tests/hints/README README.hints
+ fi
+
# fvwm-convert-2.6 is just a stub, contains no code - remove it for now.
# fvwm-convert-2.2 has a man page, but the script is no longer distributed.
rm -f ${D}/usr/bin/fvwm-convert-2.6 ${D}/usr/share/man/man1/fvwm-convert-2.6.1