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.60) (envelope-from ) id 1Qx8lz-0003XJ-Jh for garchives@archives.gentoo.org; Sat, 27 Aug 2011 02:37:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90EC121C2C3; Sat, 27 Aug 2011 02:37:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5C0BD21C2C3 for ; Sat, 27 Aug 2011 02:37:19 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9983A1B4047 for ; Sat, 27 Aug 2011 02:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A77D480040 for ; Sat, 27 Aug 2011 02:37:17 +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: <9c10f1a53b1dc2c18a287f3f5512cf0a20ba6386.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-1.0.0_rc2.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: dongxuli X-VCS-Committer-Name: Dongxu Li X-VCS-Revision: 9c10f1a53b1dc2c18a287f3f5512cf0a20ba6386 Date: Sat, 27 Aug 2011 02:37:17 +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: X-Archives-Hash: 76dc97ef93d6464c4af36a08e8422300 commit: 9c10f1a53b1dc2c18a287f3f5512cf0a20ba6386 Author: Dongxu Li gmail com> AuthorDate: Sat Aug 27 02:36:48 2011 +0000 Commit: Dongxu Li gmail com> CommitDate: Sat Aug 27 02:36:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D9c10f1a5 media-gfx/librecad: ebuild cleanup for 1.0.0_rc2 --- media-gfx/librecad/ChangeLog | 3 +++ media-gfx/librecad/librecad-1.0.0_rc2.ebuild | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog index f1fe892..6b6b41b 100644 --- a/media-gfx/librecad/ChangeLog +++ b/media-gfx/librecad/ChangeLog @@ -4,6 +4,9 @@ =20 *librecad-1.0.0_rc2 (15 Aug 2011) =20 + 26 Aug 2011; Dongxu Li librecad-1.0.0_rc2.ebu= ild: + Switched from zipball to tarball. fixed a git tag error during qmake + 18 Aug 2011; Justin Lecher librecad-9999.ebuild: Cleanup for librecad-9999.ebuild =20 diff --git a/media-gfx/librecad/librecad-1.0.0_rc2.ebuild b/media-gfx/lib= recad/librecad-1.0.0_rc2.ebuild index fe91456..5656c11 100644 --- a/media-gfx/librecad/librecad-1.0.0_rc2.ebuild +++ b/media-gfx/librecad/librecad-1.0.0_rc2.ebuild @@ -8,7 +8,8 @@ inherit qt4-r2 =20 DESCRIPTION=3D"An generic 2D CAD program" HOMEPAGE=3D"http://www.librecad.org/" -SRC_URI=3D"https://nodeload.github.com/LibreCAD/LibreCAD/zipball/1.0.0rc= 2 -> ${P}.zip" +SRC_URI=3D"https://nodeload.github.com/LibreCAD/LibreCAD/tarball/1.0.0rc= 2 -> +${P}.tar.gz" =20 LICENSE=3D"GPL-2" SLOT=3D"0" @@ -27,7 +28,8 @@ src_unpack() { } =20 src_prepare() { - epatch "${FILESDIR}"/${PV}-gcc4.6.patch + epatch "${FILESDIR}/${PV}-gcc4.6.patch" + epatch "${FILESDIR}/${P}-version.patch" } =20 src_install() {