aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-08-15 17:43:28 +0200
committerJustin Lecher <jlec@gentoo.org>2011-08-15 17:43:28 +0200
commit169876e17654102be38af48217b48079ca293c8e (patch)
tree2c393400d98fb3496726a117147e67c61b83b782 /media-gfx/librecad/librecad-1.0.0_beta5.ebuild
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci (diff)
downloadsci-169876e17654102be38af48217b48079ca293c8e.tar.gz
sci-169876e17654102be38af48217b48079ca293c8e.tar.bz2
sci-169876e17654102be38af48217b48079ca293c8e.zip
Cleaned ebuilds
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'media-gfx/librecad/librecad-1.0.0_beta5.ebuild')
-rw-r--r--media-gfx/librecad/librecad-1.0.0_beta5.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-gfx/librecad/librecad-1.0.0_beta5.ebuild b/media-gfx/librecad/librecad-1.0.0_beta5.ebuild
deleted file mode 100644
index 2830384a5..000000000
--- a/media-gfx/librecad/librecad-1.0.0_beta5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-inherit git-2 qt4-r2
-
-DESCRIPTION="An generic 2D CAD program"
-HOMEPAGE="http://www.librecad.org/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc"
-
-EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git"
-EGIT_COMMIT="${PV/_beta/beta}"
-
-RDEPEND="x11-libs/qt-gui[qt3support]"
-DEPEND="${RDEPEND}
- x11-libs/qt-assistant:4
- x11-libs/qt-qt3support:4
-"
-
-src_prepare()
-{
-# patch to solve an issue caused by gcc-4.6, by mickele, archlinux
- sed -e "s|LiteralMask<Value_t, n>::mask;|LiteralMask<Value_t, static_cast<unsigned int>(n)>::mask;|" \
- -e "s|SimpleSpaceMask<n>::mask;|SimpleSpaceMask<static_cast<unsigned int>(n)>::mask;|" \
- -i fparser/fparser.cc
-}
-
-src_install()
-{
- dobin unix/librecad
- insinto /usr/share/"${PN}"
- doins -r unix/resources/*
- if use doc ; then
- dohtml -r support/doc/*
- fi
- doicon res/main/"${PN}".png
- make_desktop_entry "${PN}" LibreCAD "${PN}.png" Graphics
-}