Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/librecad/
Date: Sat, 28 Dec 2013 23:17:10
Message-Id: 1388268350.4867046f25e62cf6fd52c201310a83fad08083f9.jlec@gentoo
1 commit: 4867046f25e62cf6fd52c201310a83fad08083f9
2 Author: Dongxu Li <dli <AT> tamaggo <DOT> com>
3 AuthorDate: Sat Dec 28 18:17:10 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 22:05:50 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4867046f
7
8 media-gfx/librecad: version bump, 2.0.0
9
10 ---
11 media-gfx/librecad/ChangeLog | 3 ++
12 media-gfx/librecad/librecad-2.0.0_rc2.ebuild | 45 ----------------------------
13 2 files changed, 3 insertions(+), 45 deletions(-)
14
15 diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog
16 index b4a8507..767642e 100644
17 --- a/media-gfx/librecad/ChangeLog
18 +++ b/media-gfx/librecad/ChangeLog
19 @@ -2,6 +2,9 @@
20 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
21 # $Header$
22
23 + 28 Dec 2013: Dongxu Li <dongxuli2011@×××××.com> +librecad-2.0.0.ebuild -librecad-2.0.0_rc2.ebuild:
24 + Version bump: 2.0.0
25 +
26 14 Nov 2013: Dongxu Li <dongxuli2011@×××××.com> +librecad-1.0.4.ebuild +librecad-2.0.0_rc3.ebuild:
27 Version bump: 1.0.4, 2.0.0rc3
28
29
30 diff --git a/media-gfx/librecad/librecad-2.0.0_rc2.ebuild b/media-gfx/librecad/librecad-2.0.0_rc2.ebuild
31 deleted file mode 100644
32 index 7017bcc..0000000
33 --- a/media-gfx/librecad/librecad-2.0.0_rc2.ebuild
34 +++ /dev/null
35 @@ -1,45 +0,0 @@
36 -# Copyright 1999-2013 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Header: $
39 -
40 -EAPI=5
41 -
42 -inherit qt4-r2 eutils flag-o-matic
43 -
44 -DESCRIPTION="Generic 2D CAD program"
45 -HOMEPAGE="http://www.librecad.org/"
46 -SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
51 -IUSE="debug doc 3d"
52 -
53 -DEPEND="
54 - dev-qt/qtgui:4
55 - dev-qt/qthelp:4
56 - dev-qt/qtsvg:4
57 - dev-libs/boost
58 - dev-cpp/muParser
59 - media-libs/freetype
60 - "
61 -RDEPEND="${DEPEND}"
62 -
63 -src_unpack() {
64 - unpack ${A}
65 - mv * ${P}
66 -}
67 -
68 -src_prepare() {
69 - # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8
70 - use 3d || sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
71 -}
72 -
73 -src_install() {
74 - dobin unix/librecad
75 - insinto /usr/share/${PN}
76 - doins -r unix/resources/*
77 - use doc && dohtml -r support/doc/*
78 - doicon librecad/res/main/${PN}.png
79 - make_desktop_entry ${PN} LibreCAD ${PN} Graphics
80 -}