From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SqTdU-0006YE-QB for garchives@archives.gentoo.org; Sun, 15 Jul 2012 18:33:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C301521C01E; Sun, 15 Jul 2012 18:33:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8331F21C01E for ; Sun, 15 Jul 2012 18:33:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C63C1B40B7 for ; Sun, 15 Jul 2012 18:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A0D27E5434 for ; Sun, 15 Jul 2012 18:33:25 +0000 (UTC) From: "Dongxu Li" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dongxu Li" Message-ID: <1342377164.37b99cd821d974ecec6255e756cf2ce36f432c9e.dongxuli@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/librecad/ X-VCS-Repository: proj/sci X-VCS-Files: media-gfx/librecad/ChangeLog media-gfx/librecad/librecad-2.0.0_alpha3.ebuild media-gfx/librecad/librecad-2.0.0_alpha4.ebuild media-gfx/librecad/librecad-9999.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: dongxuli X-VCS-Committer-Name: Dongxu Li X-VCS-Revision: 37b99cd821d974ecec6255e756cf2ce36f432c9e X-VCS-Branch: master Date: Sun, 15 Jul 2012 18:33:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b26693e8-e4f7-4c18-b87e-d9a4911a4755 X-Archives-Hash: 305af0264aec43f658635f44596558d3 commit: 37b99cd821d974ecec6255e756cf2ce36f432c9e Author: Dongxu Li gmail com> AuthorDate: Sun Jul 15 18:24:48 2012 +0000 Commit: Dongxu Li gmail com> CommitDate: Sun Jul 15 18:32:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D37b99cd8 media-gfx/librecad: dependency fix, bug#426730 --- media-gfx/librecad/ChangeLog | 3 +++ media-gfx/librecad/librecad-2.0.0_alpha3.ebuild | 5 ++--- media-gfx/librecad/librecad-2.0.0_alpha4.ebuild | 6 +++--- media-gfx/librecad/librecad-9999.ebuild | 2 ++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog index 0985e75..d21056b 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$ =20 + 15 Ju1 2012; Dongxu Li librecad-9999.ebuild,l= ibrecad-2.0.0alpha4.ebuild + Dependency fix, bug#426730=20 + 25 Jun 2012; Dongxu Li +librecad-2.0.0alpha4.= ebuild, -librecad-2.0.0alpha2.ebuild Version bumped to 2.0.0alpha4, removed 2.0.0alpha2 =20 diff --git a/media-gfx/librecad/librecad-2.0.0_alpha3.ebuild b/media-gfx/= librecad/librecad-2.0.0_alpha3.ebuild index 52b6ea7..99391e8 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: $ =20 @@ -11,7 +11,6 @@ HOMEPAGE=3D"http://www.librecad.org/" SRC_URI=3D"https://nodeload.github.com/LibreCAD/LibreCAD/tarball/${PV/_/= } -> ${P}.tar.gz" =20 - LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" @@ -33,7 +32,7 @@ src_unpack() { =20 src_prepare() { append-cppflags "-std=3Dc++0x" - sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro + sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro } =20 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 fb3d2a7..5c3c639 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: $ =20 @@ -11,7 +11,6 @@ HOMEPAGE=3D"http://www.librecad.org/" SRC_URI=3D"https://nodeload.github.com/LibreCAD/LibreCAD/tarball/${PV/_/= } -> ${P}.tar.gz" =20 - LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" @@ -20,6 +19,7 @@ IUSE=3D"debug doc" DEPEND=3D" 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() { } =20 src_prepare() { - sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro + sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro } =20 src_install() { diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad= /librecad-9999.ebuild index a2b4f29..ef083b3 100644 --- a/media-gfx/librecad/librecad-9999.ebuild +++ b/media-gfx/librecad/librecad-9999.ebuild @@ -15,7 +15,9 @@ IUSE=3D"debug doc" EGIT_REPO_URI=3D"https://github.com/LibreCAD/LibreCAD.git" =20 DEPEND=3D"${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