Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/librecad/
Date: Sun, 08 Feb 2015 21:07:51
Message-Id: 1423202819.e847738a2d3742bf13a6943ead873e33141aee2f.ottxor@gentoo
1 commit: e847738a2d3742bf13a6943ead873e33141aee2f
2 Author: J. GarcĂ­a <jyo.garcia <AT> yahoo <DOT> com>
3 AuthorDate: Fri Feb 6 06:06:59 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 6 06:06:59 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e847738a
7
8 media-gfx/librecad/librecad-2.07: improvemenents
9
10 Less KEYWORDS
11 tool USE flag copied from 2.0.6 ebuild
12 remove unnecesary ""
13
14 ---
15 media-gfx/librecad/librecad-2.0.7.ebuild | 7 ++++---
16 1 file changed, 4 insertions(+), 3 deletions(-)
17
18 diff --git a/media-gfx/librecad/librecad-2.0.7.ebuild b/media-gfx/librecad/librecad-2.0.7.ebuild
19 index 97a2508..079da82 100644
20 --- a/media-gfx/librecad/librecad-2.0.7.ebuild
21 +++ b/media-gfx/librecad/librecad-2.0.7.ebuild
22 @@ -12,8 +12,8 @@ SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip"
23
24 LICENSE="GPL-2"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
27 -IUSE="debug doc 3d"
28 +KEYWORDS="~amd64 ~x86"
29 +IUSE="debug doc tools 3d"
30
31 DEPEND="
32 dev-qt/qtgui:4
33 @@ -33,9 +33,10 @@ src_prepare() {
34
35 src_install() {
36 dobin unix/librecad
37 + use tools && dobin unix/ttf2lff
38 insinto /usr/share/${PN}
39 doins -r unix/resources/*
40 use doc && dohtml -r support/doc/*
41 doicon librecad/res/main/"${PN}".png
42 - make_desktop_entry "${PN}" LibreCAD "${PN}" Graphics
43 + make_desktop_entry ${PN} LibreCAD ${PN} Graphics
44 }