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 216901387B2 for ; Sat, 28 Dec 2013 23:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDD72E0AB7; Sat, 28 Dec 2013 23:17:08 +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 61F06E0A4F for ; Sat, 28 Dec 2013 23:17:08 +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 7978D33F754 for ; Sat, 28 Dec 2013 23:17:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F3CBDE54FB for ; Sat, 28 Dec 2013 23:17:05 +0000 (UTC) From: "Justin Lecher" 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" Message-ID: <1388268350.4867046f25e62cf6fd52c201310a83fad08083f9.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-2.0.0_rc2.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4867046f25e62cf6fd52c201310a83fad08083f9 X-VCS-Branch: master Date: Sat, 28 Dec 2013 23:17:05 +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: 9cfd2a96-c4a3-4be5-bcd1-7dd36f7b5e85 X-Archives-Hash: 0689f6fb559cda79e5068e42a878ea46 commit: 4867046f25e62cf6fd52c201310a83fad08083f9 Author: Dongxu Li tamaggo com> AuthorDate: Sat Dec 28 18:17:10 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Dec 28 22:05:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4867046f media-gfx/librecad: version bump, 2.0.0 --- media-gfx/librecad/ChangeLog | 3 ++ media-gfx/librecad/librecad-2.0.0_rc2.ebuild | 45 ---------------------------- 2 files changed, 3 insertions(+), 45 deletions(-) diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog index b4a8507..767642e 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$ + 28 Dec 2013: Dongxu Li +librecad-2.0.0.ebuild -librecad-2.0.0_rc2.ebuild: + Version bump: 2.0.0 + 14 Nov 2013: Dongxu Li +librecad-1.0.4.ebuild +librecad-2.0.0_rc3.ebuild: Version bump: 1.0.4, 2.0.0rc3 diff --git a/media-gfx/librecad/librecad-2.0.0_rc2.ebuild b/media-gfx/librecad/librecad-2.0.0_rc2.ebuild deleted file mode 100644 index 7017bcc..0000000 --- a/media-gfx/librecad/librecad-2.0.0_rc2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit qt4-r2 eutils flag-o-matic - -DESCRIPTION="Generic 2D CAD program" -HOMEPAGE="http://www.librecad.org/" -SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug doc 3d" - -DEPEND=" - dev-qt/qtgui:4 - dev-qt/qthelp:4 - dev-qt/qtsvg:4 - dev-libs/boost - dev-cpp/muParser - media-libs/freetype - " -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - mv * ${P} -} - -src_prepare() { - # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8 - use 3d || sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro -} - -src_install() { - dobin unix/librecad - insinto /usr/share/${PN} - doins -r unix/resources/* - use doc && dohtml -r support/doc/* - doicon librecad/res/main/${PN}.png - make_desktop_entry ${PN} LibreCAD ${PN} Graphics -}