* [gentoo-commits] gentoo-x86 commit in x11-misc/okindd: ChangeLog okindd-0.5.8-r1.ebuild okindd-0.5.8.ebuild
@ 2009-12-26 14:13 Alex Alexander (wired)
0 siblings, 0 replies; only message in thread
From: Alex Alexander (wired) @ 2009-12-26 14:13 UTC (permalink / raw
To: gentoo-commits
wired 09/12/26 14:13:29
Modified: ChangeLog
Added: okindd-0.5.8-r1.ebuild
Removed: okindd-0.5.8.ebuild
Log:
fixed docs path, bug #296858
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-misc/okindd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/okindd/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/okindd/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/okindd/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 24 Sep 2009 14:57:22 -0000 1.2
+++ ChangeLog 26 Dec 2009 14:13:28 -0000 1.3
@@ -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
1.1 x11-misc/okindd/okindd-0.5.8-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/okindd/okindd-0.5.8-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/okindd/okindd-0.5.8-r1.ebuild?rev=1.1&content-type=text/plain
Index: okindd-0.5.8-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 2009/12/26 14:13:28 wired Exp $
EAPI="2"
inherit qt4
MY_P="${P}-20090410"
DESCRIPTION="On Screen Display (OSD) for KDE 4.x - works on any qt desktop"
HOMEPAGE="http://sites.kochkin.org/okindd/Home"
SRC_URI="http://sites.kochkin.org/okindd/Home/source-code/${MY_P}.tar.bz2"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug"
DEPEND="x11-libs/qt-gui:4
x11-libs/qt-dbus:4"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/okindd_home_and_naming.patch" )
S="${WORKDIR}/${PN}"
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
}
src_configure() {
eqmake4 okindd.pro || die "configure failed"
}
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/"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-26 14:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-26 14:13 [gentoo-commits] gentoo-x86 commit in x11-misc/okindd: ChangeLog okindd-0.5.8-r1.ebuild okindd-0.5.8.ebuild Alex Alexander (wired)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox