aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-gfx/librecad/ChangeLog3
-rw-r--r--media-gfx/librecad/librecad-2.0.0_alpha3.ebuild5
-rw-r--r--media-gfx/librecad/librecad-2.0.0_alpha4.ebuild6
-rw-r--r--media-gfx/librecad/librecad-9999.ebuild2
4 files changed, 10 insertions, 6 deletions
diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog
index 0985e75f7..d21056bc0 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$
+ 15 Ju1 2012; Dongxu Li <dongxuli2011@gmail.com> librecad-9999.ebuild,librecad-2.0.0alpha4.ebuild
+ Dependency fix, bug#426730
+
25 Jun 2012; Dongxu Li <dongxuli2011@gmail.com> +librecad-2.0.0alpha4.ebuild, -librecad-2.0.0alpha2.ebuild
Version bumped to 2.0.0alpha4, removed 2.0.0alpha2
diff --git a/media-gfx/librecad/librecad-2.0.0_alpha3.ebuild b/media-gfx/librecad/librecad-2.0.0_alpha3.ebuild
index 52b6ea75c..99391e82b 100644
--- a/media-gfx/librecad/librecad-2.0.0_alpha3.ebuild
+++ b/media-gfx/librecad/librecad-2.0.0_alpha3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -11,7 +11,6 @@ HOMEPAGE="http://www.librecad.org/"
SRC_URI="https://nodeload.github.com/LibreCAD/LibreCAD/tarball/${PV/_/} ->
${P}.tar.gz"
-
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -33,7 +32,7 @@ src_unpack() {
src_prepare() {
append-cppflags "-std=c++0x"
- sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
+ sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
}
src_install() {
diff --git a/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild b/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
index fb3d2a781..5c3c639ff 100644
--- a/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
+++ b/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -11,7 +11,6 @@ HOMEPAGE="http://www.librecad.org/"
SRC_URI="https://nodeload.github.com/LibreCAD/LibreCAD/tarball/${PV/_/} ->
${P}.tar.gz"
-
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -20,6 +19,7 @@ IUSE="debug doc"
DEPEND="
x11-libs/qt-assistant:4
x11-libs/qt-gui:4
+ x11-libs/qt-svg:4
dev-libs/boost
dev-cpp/muParser
media-libs/freetype
@@ -33,7 +33,7 @@ src_unpack() {
}
src_prepare() {
- sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
+ sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
}
src_install() {
diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild
index a2b4f2976..ef083b360 100644
--- a/media-gfx/librecad/librecad-9999.ebuild
+++ b/media-gfx/librecad/librecad-9999.ebuild
@@ -15,7 +15,9 @@ IUSE="debug doc"
EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git"
DEPEND="${RDEPEND}
+ x11-libs/qt-gui:4
x11-libs/qt-assistant:4
+ x11-libs/qt-svg:4
dev-libs/boost
dev-cpp/muParser
media-libs/freetype