From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-599394-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5F8621381F3 for <garchives@archives.gentoo.org>; Fri, 14 Jun 2013 11:22:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54774E09B9; Fri, 14 Jun 2013 11:21:37 +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 81DA2E09A7 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2013 11:21:36 +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 9B02033DBAB for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2013 11:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 44EECE546A for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2013 11:21:34 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1371208258.49343ecf71998333d1ff6c4a12cc3a3ff324cbad.jlec@gentoo> Subject: [gentoo-commits] proj/sci:fixing commit in: media-gfx/librecad/ X-VCS-Repository: proj/sci X-VCS-Files: media-gfx/librecad/ChangeLog media-gfx/librecad/librecad-9999.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 49343ecf71998333d1ff6c4a12cc3a3ff324cbad X-VCS-Branch: fixing Date: Fri, 14 Jun 2013 11:21:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f45d5e5d-b574-4379-91dc-33da3cbe2a4c X-Archives-Hash: c15bd7ac28899ba5eec7996aaebf3507 commit: 49343ecf71998333d1ff6c4a12cc3a3ff324cbad Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jun 14 11:10:58 2013 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 11:10:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49343ecf media-gfx/librecad: Drop KEYWORDS of live ebuilds Package-Manager: portage-2.2.0_alpha179 --- media-gfx/librecad/ChangeLog | 3 +++ media-gfx/librecad/librecad-9999.ebuild | 11 ++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog index f180d50..136cdde 100644 --- a/media-gfx/librecad/ChangeLog +++ b/media-gfx/librecad/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header$ + 14 Jun 2013; Justin Lecher <jlec@gentoo.org> librecad-9999.ebuild: + Drop KEYWORDS of live ebuilds + 11 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> librecad-9999.ebuild: media-gfx/librecad: Fixed bug #472472 and ebuild cleaning diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild index ab66f24..1b54b0c 100644 --- a/media-gfx/librecad/librecad-9999.ebuild +++ b/media-gfx/librecad/librecad-9999.ebuild @@ -3,25 +3,26 @@ # $Header: $ EAPI=5 + inherit qt4-r2 eutils git-2 DESCRIPTION="Generic 2D CAD program" HOMEPAGE="http://www.librecad.org/" +SRC_URI="" +EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="debug doc" -EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git" - DEPEND="${RDEPEND} dev-qt/qtgui:4 dev-qt/qthelp:4 dev-qt/qtsvg:4 dev-libs/boost dev-cpp/muParser - media-libs/freetype -" + media-libs/freetype" src_prepare() { #sed -i -e "s:\\\$\+system(git describe --tags):9999:" src/src.pro From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-599416-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8B4F91381F3 for <garchives@archives.gentoo.org>; Fri, 14 Jun 2013 11:22:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33798E0A4A; Fri, 14 Jun 2013 11:21:46 +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 C81D9E0A4F for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2013 11:21:40 +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 E1E9633E4F7 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2013 11:21:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7E186E468F for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2013 11:21:38 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1371208258.49343ecf71998333d1ff6c4a12cc3a3ff324cbad.jlec@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-9999.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 49343ecf71998333d1ff6c4a12cc3a3ff324cbad X-VCS-Branch: master Date: Fri, 14 Jun 2013 11:21:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6ece3ad6-c6b1-4907-9492-028d1b3e5090 X-Archives-Hash: e4d8de934f163cf185047a0684c0bceb Message-ID: <20130614112138.kCBKBEqA94FkIchYLhYMhdtiRlmmOQVK73FM9Gbg-kQ@z> commit: 49343ecf71998333d1ff6c4a12cc3a3ff324cbad Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jun 14 11:10:58 2013 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 11:10:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49343ecf media-gfx/librecad: Drop KEYWORDS of live ebuilds Package-Manager: portage-2.2.0_alpha179 --- media-gfx/librecad/ChangeLog | 3 +++ media-gfx/librecad/librecad-9999.ebuild | 11 ++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog index f180d50..136cdde 100644 --- a/media-gfx/librecad/ChangeLog +++ b/media-gfx/librecad/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header$ + 14 Jun 2013; Justin Lecher <jlec@gentoo.org> librecad-9999.ebuild: + Drop KEYWORDS of live ebuilds + 11 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> librecad-9999.ebuild: media-gfx/librecad: Fixed bug #472472 and ebuild cleaning diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild index ab66f24..1b54b0c 100644 --- a/media-gfx/librecad/librecad-9999.ebuild +++ b/media-gfx/librecad/librecad-9999.ebuild @@ -3,25 +3,26 @@ # $Header: $ EAPI=5 + inherit qt4-r2 eutils git-2 DESCRIPTION="Generic 2D CAD program" HOMEPAGE="http://www.librecad.org/" +SRC_URI="" +EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="debug doc" -EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git" - DEPEND="${RDEPEND} dev-qt/qtgui:4 dev-qt/qthelp:4 dev-qt/qtsvg:4 dev-libs/boost dev-cpp/muParser - media-libs/freetype -" + media-libs/freetype" src_prepare() { #sed -i -e "s:\\\$\+system(git describe --tags):9999:" src/src.pro