summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-01-01 11:32:52 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-01-01 11:32:52 +0000
commit66eeafaea929fdaaaab943ebf49c31149a947d08 (patch)
treefeaeaacf7f171e2ec9ccb79988edaa5aedd6bf05 /app-office/qchartdiary
parentVersion bump by jlec (diff)
downloadgentoo-2-66eeafaea929fdaaaab943ebf49c31149a947d08.tar.gz
gentoo-2-66eeafaea929fdaaaab943ebf49c31149a947d08.tar.bz2
gentoo-2-66eeafaea929fdaaaab943ebf49c31149a947d08.zip
Revbump to install binary correctly. Fixes bug #299187
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-office/qchartdiary')
-rw-r--r--app-office/qchartdiary/ChangeLog10
-rw-r--r--app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild (renamed from app-office/qchartdiary/qchartdiary-0.6.4.1-r1.ebuild)9
2 files changed, 15 insertions, 4 deletions
diff --git a/app-office/qchartdiary/ChangeLog b/app-office/qchartdiary/ChangeLog
index 665d5bdf53e7..df136227610e 100644
--- a/app-office/qchartdiary/ChangeLog
+++ b/app-office/qchartdiary/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/qchartdiary
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/ChangeLog,v 1.2 2009/12/26 10:55:11 hwoarang Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/ChangeLog,v 1.3 2010/01/01 11:32:52 hwoarang Exp $
+
+*qchartdiary-0.6.4.1-r2 (01 Jan 2010)
+
+ 01 Jan 2010; <hwoarang@gentoo.org> -qchartdiary-0.6.4.1-r1.ebuild,
+ +qchartdiary-0.6.4.1-r2.ebuild:
+ Revbump to install binary correctly. Fixes bug #299187
*qchartdiary-0.6.4.1-r1 (26 Dec 2009)
diff --git a/app-office/qchartdiary/qchartdiary-0.6.4.1-r1.ebuild b/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild
index 9feb3cddaac1..530862652963 100644
--- a/app-office/qchartdiary/qchartdiary-0.6.4.1-r1.ebuild
+++ b/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/qchartdiary-0.6.4.1-r1.ebuild,v 1.1 2009/12/26 10:55:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild,v 1.1 2010/01/01 11:32:52 hwoarang Exp $
EAPI="2"
@@ -30,3 +30,8 @@ src_prepare() {
|| die "failed to fix documentation path"
qt4-r2_src_prepare
}
+
+src_install() {
+ qt4-r2_src_install
+ dobin ${MY_PN} || die "dobin failed"
+}