commit:     ecc22e66166857b55390fe19ade52929763c49a4
Author:     Dongxu Li <dli <AT> tamaggo <DOT> com>
AuthorDate: Sun Aug  3 17:03:41 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug  3 17:03:41 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ecc22e66

2.0.4 is already in main tree
Revert "media-gfx/librecad: version bump 2.0.4"

This reverts commit 9a9346310003f71fafcd0e7cd059b1942d2eaf33.

---
 media-gfx/librecad/ChangeLog             |  3 ---
 media-gfx/librecad/librecad-2.0.4.ebuild | 45 --------------------------------
 2 files changed, 48 deletions(-)

diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog
index d2d052f..59eae43 100644
--- a/media-gfx/librecad/ChangeLog
+++ b/media-gfx/librecad/ChangeLog
@@ -2,9 +2,6 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header$
 
-  2 Jun 2014; Dongxu Li <[email protected]> +librecad-2.0.4.ebuild:
-  Version bump: 2.0.4
-
   23 Mar 2014; Dongxu Li <[email protected]> +librecad-2.0.3.ebuild:
   Version bump: 2.0.3
 

diff --git a/media-gfx/librecad/librecad-2.0.4.ebuild 
b/media-gfx/librecad/librecad-2.0.4.ebuild
deleted file mode 100644
index 565c341..0000000
--- a/media-gfx/librecad/librecad-2.0.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 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
-}

Reply via email to