summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-12-26 14:13:28 +0000
committerAlex Alexander <wired@gentoo.org>2009-12-26 14:13:28 +0000
commitb098fc3c2d2cf39166c07e3b68c5f5ec4fc6715e (patch)
tree62cd4458146bb34ea8f8f7e79e25e46ced930821 /x11-misc/okindd
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-b098fc3c2d2cf39166c07e3b68c5f5ec4fc6715e.tar.gz
gentoo-2-b098fc3c2d2cf39166c07e3b68c5f5ec4fc6715e.tar.bz2
gentoo-2-b098fc3c2d2cf39166c07e3b68c5f5ec4fc6715e.zip
fixed docs path, bug #296858
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/okindd')
-rw-r--r--x11-misc/okindd/ChangeLog8
-rw-r--r--x11-misc/okindd/okindd-0.5.8-r1.ebuild (renamed from x11-misc/okindd/okindd-0.5.8.ebuild)10
2 files changed, 16 insertions, 2 deletions
diff --git a/x11-misc/okindd/ChangeLog b/x11-misc/okindd/ChangeLog
index 1f5cb26eefd7..96d8e964ff46 100644
--- a/x11-misc/okindd/ChangeLog
+++ b/x11-misc/okindd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/okindd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v 1.2 2009/09/24 14:57:22 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v 1.3 2009/12/26 14:13:28 wired Exp $
+
+*okindd-0.5.8-r1 (26 Dec 2009)
+
+ 26 Dec 2009; Alex Alexander <wired@gentoo.org> -okindd-0.5.8.ebuild,
+ +okindd-0.5.8-r1.ebuild:
+ fixed docs path, bug #296858
24 Sep 2009; Alex Alexander <wired@gentoo.org> metadata.xml:
updated email in metadata
diff --git a/x11-misc/okindd/okindd-0.5.8.ebuild b/x11-misc/okindd/okindd-0.5.8-r1.ebuild
index f6934af867fd..5937cde87b55 100644
--- a/x11-misc/okindd/okindd-0.5.8.ebuild
+++ b/x11-misc/okindd/okindd-0.5.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/okindd-0.5.8.ebuild,v 1.1 2009/07/18 11:31:12 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/okindd-0.5.8-r1.ebuild,v 1.1 2009/12/26 14:13:28 wired Exp $
EAPI="2"
@@ -29,6 +29,9 @@ src_prepare() {
sed -i "s:okind/:okindd/:g" "${S}"/conf/okinddrc.example ||
die "sed: fixing example paths failed"
+ sed -i "/^examples/d" "${S}"/src/src.pro ||
+ die "sed: doc patch failed"
+
qt4_src_prepare
}
@@ -40,6 +43,11 @@ src_install() {
emake INSTALL_ROOT="${D}" install || die "emake install failed"
domenu "${S}"/okindd.desktop || die "domenu failed"
+ dodoc changelog INSTALL || die "dodoc failed"
+ docinto examples
+ dodoc scripts/* || die "dodoc failed"
+ dodoc conf/okinddrc.example || die "dodoc failed"
+
elog "You can find an example configuration file at"
elog " /usr/share/doc/okindd/examples/okinddrc.example"
elog "It should be placed in \${HOME}/.okindd/"