commit: 0eeb2d4847a922af682a3f83ec50072c3c1aabd2
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 22 22:49:25 2012 +0000
Commit: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
CommitDate: Mon Jun 25 16:38:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0eeb2d48
[sci-libs/libxc] add ~amd64-linux
(Portage version: 2.2.0_alpha110/git/Linux x86_64, unsigned Manifest commit)
---
media-gfx/librecad/ChangeLog | 3 +++
..._alpha2.ebuild => librecad-2.0.0_alpha4.ebuild} | 9 +++++----
media-gfx/librecad/librecad-9999.ebuild | 3 +--
sci-libs/libxc/ChangeLog | 4 ++++
sci-libs/libxc/libxc-1.1.0-r1.ebuild | 2 +-
sci-libs/libxc/libxc-1.2.0.ebuild | 2 +-
6 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog
index d926606..0985e75 100644
--- a/media-gfx/librecad/ChangeLog
+++ b/media-gfx/librecad/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header$
+ 25 Jun 2012; Dongxu Li <dongxuli2011@...> +librecad-2.0.0alpha4.ebuild, -librecad-2.0.0alpha2.ebuild
+ Version bumped to 2.0.0alpha4, removed 2.0.0alpha2
+
20 May 2012; Dongxu Li <dongxuli2011@...> librecad-9999.ebuild
added media-libs/freetype dependency
diff --git a/media-gfx/librecad/librecad-2.0.0_alpha2.ebuild b/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
similarity index 80%
rename from media-gfx/librecad/librecad-2.0.0_alpha2.ebuild
rename to media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
index a252f11..fb3d2a7 100644
--- a/media-gfx/librecad/librecad-2.0.0_alpha2.ebuild
+++ b/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
@@ -4,7 +4,7 @@
EAPI=4
-inherit qt4-r2 eutils
+inherit qt4-r2 eutils flag-o-matic
DESCRIPTION="An generic 2D CAD program"
HOMEPAGE="http://www.librecad.org/"
@@ -21,6 +21,8 @@ DEPEND="
x11-libs/qt-assistant:4
x11-libs/qt-gui:4
dev-libs/boost
+ dev-cpp/muParser
+ media-libs/freetype
"
RDEPEND="${DEPEND}"
@@ -31,17 +33,16 @@ src_unpack() {
}
src_prepare() {
-sed -i -e '/HAS_CPP11/ s/^#//' src/src.pro
+ sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
}
src_install() {
- qt4-r2 eutils_src_install
dobin unix/librecad
insinto /usr/share/"${PN}"
doins -r unix/resources/*
if use doc ; then
dohtml -r support/doc/*
fi
- doicon res/main/"${PN}".png
+ doicon librecad/res/main/"${PN}".png
make_desktop_entry "${PN}" LibreCAD "${PN}.png" Graphics
}
diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild
index a036f49..a2b4f29 100644
--- a/media-gfx/librecad/librecad-9999.ebuild
+++ b/media-gfx/librecad/librecad-9999.ebuild
@@ -24,7 +24,6 @@ DEPEND="${RDEPEND}
src_prepare() {
#sed -i -e "s:\\\$\+system(git describe --tags):9999:" src/src.pro
#enable C++11 by default
- append-cppflags "-std=c++0x"
sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
}
@@ -36,6 +35,6 @@ src_install()
if use doc ; then
dohtml -r support/doc/*
fi
- doicon res/main/"${PN}".png
+ doicon librecad/res/main/"${PN}".png
make_desktop_entry "${PN}" LibreCAD "${PN}" Graphics
}
diff --git a/sci-libs/libxc/ChangeLog b/sci-libs/libxc/ChangeLog
index aa79aef..291d4ae 100644
--- a/sci-libs/libxc/ChangeLog
+++ b/sci-libs/libxc/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 Jun 2012; Alexey Shvetsov <alexxy@g.o> libxc-1.1.0-r1.ebuild,
+ libxc-1.2.0.ebuild:
+ [sci-libs/libxc] add ~amd64-linux
+
*libxc-1.2.0 (23 Apr 2012)
23 Apr 2012; Honza Macháček <Hloupy.Honza@...> +libxc-1.2.0.ebuild:
diff --git a/sci-libs/libxc/libxc-1.1.0-r1.ebuild b/sci-libs/libxc/libxc-1.1.0-r1.ebuild
index 982be10..0d9fc78 100644
--- a/sci-libs/libxc/libxc-1.1.0-r1.ebuild
+++ b/sci-libs/libxc/libxc-1.1.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE="fortran static-libs"
S="${WORKDIR}"/${MY_P}
diff --git a/sci-libs/libxc/libxc-1.2.0.ebuild b/sci-libs/libxc/libxc-1.2.0.ebuild
index 982be10..0d9fc78 100644
--- a/sci-libs/libxc/libxc-1.2.0.ebuild
+++ b/sci-libs/libxc/libxc-1.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE="fortran static-libs"
S="${WORKDIR}"/${MY_P}
|