From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 222421381F3 for ; Mon, 15 Apr 2013 06:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A656EE08CE; Mon, 15 Apr 2013 06:14:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A0ACE08CE for ; Mon, 15 Apr 2013 06:14: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 59EEC33DC0C for ; Mon, 15 Apr 2013 06:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F14E1E432B for ; Mon, 15 Apr 2013 06:14:24 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1365977490.e699a0c05eba97df4c9eab620eb7d098c63dea1e.xarthisius@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-1.0.3.ebuild media-gfx/librecad/librecad-2.0.0_beta2.ebuild media-gfx/librecad/librecad-2.0.0_beta5.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: e699a0c05eba97df4c9eab620eb7d098c63dea1e X-VCS-Branch: master Date: Mon, 15 Apr 2013 06:14:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 29bad171-ad70-4145-8a35-a34859438d7e X-Archives-Hash: ca3278d7fc5edb259c71bfdc9c7a581d commit: e699a0c05eba97df4c9eab620eb7d098c63dea1e Author: Dongxu Li gmail com> AuthorDate: Sun Apr 14 22:11:30 2013 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Sun Apr 14 22:11:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e699a0c0 media-gfx/librecad: version bump: 1.0.3, 2.0.0beta5 --- media-gfx/librecad/ChangeLog | 4 +++ ...ad-2.0.0_beta2.ebuild => librecad-1.0.3.ebuild} | 25 ++++++++----------- ....0_beta2.ebuild => librecad-2.0.0_beta5.ebuild} | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog index e04ed60..7b0a6c2 100644 --- a/media-gfx/librecad/ChangeLog +++ b/media-gfx/librecad/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header$ + 14 Apr 2013; Dongxu Li +librecad-1.0.3.ebuild, + +librecad-2.0.0_alpha5.ebuild: + Versions bumped to 1.0.3 and 2.0.0beta5 + 03 Mar 2013; Justin Lecher -librecad-1.0.1.ebuild, librecad-1.0.2.ebuild, -librecad-2.0.0_alpha3.ebuild, librecad-2.0.0_alpha4.ebuild, librecad-9999.ebuild, metadata.xml: diff --git a/media-gfx/librecad/librecad-2.0.0_beta2.ebuild b/media-gfx/librecad/librecad-1.0.3.ebuild similarity index 58% copy from media-gfx/librecad/librecad-2.0.0_beta2.ebuild copy to media-gfx/librecad/librecad-1.0.3.ebuild index 7c8e680..3c93747 100644 --- a/media-gfx/librecad/librecad-2.0.0_beta2.ebuild +++ b/media-gfx/librecad/librecad-1.0.3.ebuild @@ -2,30 +2,27 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=3 -inherit qt4-r2 eutils flag-o-matic +inherit qt4-r2 eutils DESCRIPTION="An generic 2D CAD program" HOMEPAGE="http://www.librecad.org/" -SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/2.0.0beta2.tar.gz -> -${P}.tar.gz" +SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/v1.0.3.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug doc" -DEPEND=" +RDEPEND=" + dev-qt/qtgui[qt3support] dev-qt/qthelp:4 - dev-qt/qtgui:4 - dev-qt/qtsvg:4 - dev-libs/boost + dev-qt/qt3support:4 dev-cpp/muParser - media-libs/freetype " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" src_unpack() { unpack ${A} @@ -33,16 +30,16 @@ src_unpack() { } src_prepare() { - sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro +sed -i -e "s:\\\$\+system(git describe --tags):1.0.3:" "${PN}.pro" } src_install() { - dobin unix/librecad + dobin unix/librecad || die insinto /usr/share/"${PN}" - doins -r unix/resources/* + doins -r unix/resources/* || die if use doc ; then dohtml -r support/doc/* fi - doicon librecad/res/main/"${PN}".png + doicon res/main/"${PN}".png make_desktop_entry "${PN}" LibreCAD "${PN}.png" Graphics } diff --git a/media-gfx/librecad/librecad-2.0.0_beta2.ebuild b/media-gfx/librecad/librecad-2.0.0_beta5.ebuild similarity index 92% rename from media-gfx/librecad/librecad-2.0.0_beta2.ebuild rename to media-gfx/librecad/librecad-2.0.0_beta5.ebuild index 7c8e680..a16e4c8 100644 --- a/media-gfx/librecad/librecad-2.0.0_beta2.ebuild +++ b/media-gfx/librecad/librecad-2.0.0_beta5.ebuild @@ -8,7 +8,7 @@ inherit qt4-r2 eutils flag-o-matic DESCRIPTION="An generic 2D CAD program" HOMEPAGE="http://www.librecad.org/" -SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/2.0.0beta2.tar.gz -> +SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/2.0.0beta5.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"