Gentoo Archives: gentoo-commits

From: Dongxu Li <dongxuli2011@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/libxc/, media-gfx/librecad/
Date: Mon, 25 Jun 2012 16:39:20
Message-Id: 1340642314.0eeb2d4847a922af682a3f83ec50072c3c1aabd2.dongxuli@gentoo
1 commit: 0eeb2d4847a922af682a3f83ec50072c3c1aabd2
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 22 22:49:25 2012 +0000
4 Commit: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
5 CommitDate: Mon Jun 25 16:38:34 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0eeb2d48
7
8 [sci-libs/libxc] add ~amd64-linux
9
10 (Portage version: 2.2.0_alpha110/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 media-gfx/librecad/ChangeLog | 3 +++
14 ..._alpha2.ebuild => librecad-2.0.0_alpha4.ebuild} | 9 +++++----
15 media-gfx/librecad/librecad-9999.ebuild | 3 +--
16 sci-libs/libxc/ChangeLog | 4 ++++
17 sci-libs/libxc/libxc-1.1.0-r1.ebuild | 2 +-
18 sci-libs/libxc/libxc-1.2.0.ebuild | 2 +-
19 6 files changed, 15 insertions(+), 8 deletions(-)
20
21 diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog
22 index d926606..0985e75 100644
23 --- a/media-gfx/librecad/ChangeLog
24 +++ b/media-gfx/librecad/ChangeLog
25 @@ -2,6 +2,9 @@
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 # $Header$
28
29 + 25 Jun 2012; Dongxu Li <dongxuli2011@×××××.com> +librecad-2.0.0alpha4.ebuild, -librecad-2.0.0alpha2.ebuild
30 + Version bumped to 2.0.0alpha4, removed 2.0.0alpha2
31 +
32 20 May 2012; Dongxu Li <dongxuli2011@×××××.com> librecad-9999.ebuild
33 added media-libs/freetype dependency
34
35
36 diff --git a/media-gfx/librecad/librecad-2.0.0_alpha2.ebuild b/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
37 similarity index 80%
38 rename from media-gfx/librecad/librecad-2.0.0_alpha2.ebuild
39 rename to media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
40 index a252f11..fb3d2a7 100644
41 --- a/media-gfx/librecad/librecad-2.0.0_alpha2.ebuild
42 +++ b/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
43 @@ -4,7 +4,7 @@
44
45 EAPI=4
46
47 -inherit qt4-r2 eutils
48 +inherit qt4-r2 eutils flag-o-matic
49
50 DESCRIPTION="An generic 2D CAD program"
51 HOMEPAGE="http://www.librecad.org/"
52 @@ -21,6 +21,8 @@ DEPEND="
53 x11-libs/qt-assistant:4
54 x11-libs/qt-gui:4
55 dev-libs/boost
56 + dev-cpp/muParser
57 + media-libs/freetype
58 "
59
60 RDEPEND="${DEPEND}"
61 @@ -31,17 +33,16 @@ src_unpack() {
62 }
63
64 src_prepare() {
65 -sed -i -e '/HAS_CPP11/ s/^#//' src/src.pro
66 + sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
67 }
68
69 src_install() {
70 - qt4-r2 eutils_src_install
71 dobin unix/librecad
72 insinto /usr/share/"${PN}"
73 doins -r unix/resources/*
74 if use doc ; then
75 dohtml -r support/doc/*
76 fi
77 - doicon res/main/"${PN}".png
78 + doicon librecad/res/main/"${PN}".png
79 make_desktop_entry "${PN}" LibreCAD "${PN}.png" Graphics
80 }
81
82 diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild
83 index a036f49..a2b4f29 100644
84 --- a/media-gfx/librecad/librecad-9999.ebuild
85 +++ b/media-gfx/librecad/librecad-9999.ebuild
86 @@ -24,7 +24,6 @@ DEPEND="${RDEPEND}
87 src_prepare() {
88 #sed -i -e "s:\\\$\+system(git describe --tags):9999:" src/src.pro
89 #enable C++11 by default
90 - append-cppflags "-std=c++0x"
91 sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
92 }
93
94 @@ -36,6 +35,6 @@ src_install()
95 if use doc ; then
96 dohtml -r support/doc/*
97 fi
98 - doicon res/main/"${PN}".png
99 + doicon librecad/res/main/"${PN}".png
100 make_desktop_entry "${PN}" LibreCAD "${PN}" Graphics
101 }
102
103 diff --git a/sci-libs/libxc/ChangeLog b/sci-libs/libxc/ChangeLog
104 index aa79aef..291d4ae 100644
105 --- a/sci-libs/libxc/ChangeLog
106 +++ b/sci-libs/libxc/ChangeLog
107 @@ -2,6 +2,10 @@
108 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
109 # $Header: $
110
111 + 22 Jun 2012; Alexey Shvetsov <alexxy@g.o> libxc-1.1.0-r1.ebuild,
112 + libxc-1.2.0.ebuild:
113 + [sci-libs/libxc] add ~amd64-linux
114 +
115 *libxc-1.2.0 (23 Apr 2012)
116
117 23 Apr 2012; Honza Macháček <Hloupy.Honza@×××××××.cz> +libxc-1.2.0.ebuild:
118
119 diff --git a/sci-libs/libxc/libxc-1.1.0-r1.ebuild b/sci-libs/libxc/libxc-1.1.0-r1.ebuild
120 index 982be10..0d9fc78 100644
121 --- a/sci-libs/libxc/libxc-1.1.0-r1.ebuild
122 +++ b/sci-libs/libxc/libxc-1.1.0-r1.ebuild
123 @@ -14,7 +14,7 @@ SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz"
124
125 LICENSE="LGPL-3"
126 SLOT="0"
127 -KEYWORDS="~amd64 ~x86"
128 +KEYWORDS="~amd64 ~x86 ~amd64-linux"
129 IUSE="fortran static-libs"
130
131 S="${WORKDIR}"/${MY_P}
132
133 diff --git a/sci-libs/libxc/libxc-1.2.0.ebuild b/sci-libs/libxc/libxc-1.2.0.ebuild
134 index 982be10..0d9fc78 100644
135 --- a/sci-libs/libxc/libxc-1.2.0.ebuild
136 +++ b/sci-libs/libxc/libxc-1.2.0.ebuild
137 @@ -14,7 +14,7 @@ SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz"
138
139 LICENSE="LGPL-3"
140 SLOT="0"
141 -KEYWORDS="~amd64 ~x86"
142 +KEYWORDS="~amd64 ~x86 ~amd64-linux"
143 IUSE="fortran static-libs"
144
145 S="${WORKDIR}"/${MY_P}