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 643BE198005 for ; Sat, 16 Mar 2013 22:00:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C8E8E0603; Sat, 16 Mar 2013 22:00:39 +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 0F457E0603 for ; Sat, 16 Mar 2013 22:00:38 +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 DA96133DAD6 for ; Sat, 16 Mar 2013 22:00:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 416F7E4079 for ; Sat, 16 Mar 2013 22:00:36 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1363454831.2dde564b2271e0f05ad7899225d5f5da76057f51.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/librecad/ X-VCS-Repository: proj/sci X-VCS-Files: media-gfx/librecad/librecad-1.0.2.ebuild media-gfx/librecad/librecad-2.0.0_alpha4.ebuild media-gfx/librecad/librecad-2.0.0_beta2.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 2dde564b2271e0f05ad7899225d5f5da76057f51 X-VCS-Branch: master Date: Sat, 16 Mar 2013 22:00:36 +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: 9013a1c1-91ae-44bb-95dc-d956e414f310 X-Archives-Hash: 43d1e3cbfa306842061c0e38a6bb1014 commit: 2dde564b2271e0f05ad7899225d5f5da76057f51 Author: Cyril Hrubis ucw cz> AuthorDate: Sat Mar 16 17:10:23 2013 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sat Mar 16 17:27:11 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2dde564b Update media-gfx/librecad ebuilds. * Fix librecad tarball URLs. * Bump 2.0.0 version to latest beta. --- media-gfx/librecad/librecad-1.0.2.ebuild | 2 +- ...0_alpha4.ebuild => librecad-2.0.0_beta2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/librecad/librecad-1.0.2.ebuild b/media-gfx/librecad/librecad-1.0.2.ebuild index 6459013..c9f9068 100644 --- a/media-gfx/librecad/librecad-1.0.2.ebuild +++ b/media-gfx/librecad/librecad-1.0.2.ebuild @@ -8,7 +8,7 @@ inherit qt4-r2 eutils DESCRIPTION="An generic 2D CAD program" HOMEPAGE="http://www.librecad.org/" -SRC_URI="https://nodeload.github.com/LibreCAD/LibreCAD/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/v1.0.2.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild b/media-gfx/librecad/librecad-2.0.0_beta2.ebuild similarity index 91% rename from media-gfx/librecad/librecad-2.0.0_alpha4.ebuild rename to media-gfx/librecad/librecad-2.0.0_beta2.ebuild index fa7a414..7c8e680 100644 --- a/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild +++ b/media-gfx/librecad/librecad-2.0.0_beta2.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://nodeload.github.com/LibreCAD/LibreCAD/tarball/${PV/_/} -> +SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/2.0.0beta2.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"