Gentoo Archives: gentoo-commits

From: Dongxu Li <dongxuli2011@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/librecad/
Date: Sun, 01 Apr 2012 19:02:26
Message-Id: 1333306296.0c30f70d851582afff74593be4b6ba3b5a2f7560.dongxuli@gentoo
1 commit: 0c30f70d851582afff74593be4b6ba3b5a2f7560
2 Author: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 1 18:51:36 2012 +0000
4 Commit: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 1 18:51:36 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0c30f70d
7
8 media-gfx/librecad: version bumped 2.0.0_alpha2
9
10 ---
11 media-gfx/librecad/ChangeLog | 4 ++--
12 ..._alpha1.ebuild => librecad-2.0.0_alpha2.ebuild} | 0
13 media-gfx/librecad/librecad-9999.ebuild | 1 +
14 3 files changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog
17 index ccf8132..6e9731f 100644
18 --- a/media-gfx/librecad/ChangeLog
19 +++ b/media-gfx/librecad/ChangeLog
20 @@ -2,8 +2,8 @@
21 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
22 # $Header$
23
24 - 5 Feb 2012; Dongxu Li <dongxuli2011@×××××.com> +librecad-1.0.1.ebuild
25 - Version bumped to 1.0.1
26 + 1 Apr 2012; Dongxu Li <dongxuli2011@×××××.com> -librecad-2.0.0_alpha1.ebuild +librecad-2.0.0_alpha2.ebuidl librecad-9999.ebuild
27 + Version bumped to 2.0.0_alpha2, added muparser to dependency
28
29 14 Dec 2011; Dongxu Li <dongxuli2011@×××××.com> +librecad-1.0.0.ebuild -librecad-1.0.0_rc3.ebuild, -librecad-1.0.0_rc4.ebuild:
30 Version bumped to 1.0.0
31
32 diff --git a/media-gfx/librecad/librecad-2.0.0_alpha1.ebuild b/media-gfx/librecad/librecad-2.0.0_alpha2.ebuild
33 similarity index 100%
34 rename from media-gfx/librecad/librecad-2.0.0_alpha1.ebuild
35 rename to media-gfx/librecad/librecad-2.0.0_alpha2.ebuild
36
37 diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild
38 index 9a5c5d5..6948dbe 100644
39 --- a/media-gfx/librecad/librecad-9999.ebuild
40 +++ b/media-gfx/librecad/librecad-9999.ebuild
41 @@ -17,6 +17,7 @@ EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git"
42 DEPEND="${RDEPEND}
43 x11-libs/qt-assistant:4
44 dev-libs/boost
45 + dev-cpp/muParser
46 "
47
48 src_prepare() {