* [gentoo-commits] gentoo-x86 commit in media-gfx/librecad: librecad-2.0.2-r1.ebuild ChangeLog
@ 2014-01-30 7:21 Slawek Lis (slis)
0 siblings, 0 replies; only message in thread
From: Slawek Lis (slis) @ 2014-01-30 7:21 UTC (permalink / raw
To: gentoo-commits
slis 14/01/30 07:21:24
Modified: ChangeLog
Added: librecad-2.0.2-r1.ebuild
Log:
Fixed #499104
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)
Revision Changes Path
1.2 media-gfx/librecad/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/librecad/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/librecad/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/librecad/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/librecad/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 23 Jan 2014 10:48:50 -0000 1.1
+++ ChangeLog 30 Jan 2014 07:21:24 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/librecad
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/librecad/ChangeLog,v 1.1 2014/01/23 10:48:50 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/librecad/ChangeLog,v 1.2 2014/01/30 07:21:24 slis Exp $
+
+*librecad-2.0.2-r1 (30 Jan 2014)
+
+ 30 Jan 2014; Sławek Lis <slis@gentoo.org> +files/gcc_cpp0x.patch,
+ +librecad-2.0.2-r1.ebuild:
+ Fixed #499104
*librecad-2.0.2 (23 Jan 2014)
1.1 media-gfx/librecad/librecad-2.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/librecad/librecad-2.0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/librecad/librecad-2.0.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: librecad-2.0.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/librecad/librecad-2.0.2-r1.ebuild,v 1.1 2014/01/30 07:21:24 slis Exp $
EAPI=5
inherit eutils qt4-r2
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"
IUSE="debug doc tools"
DEPEND="
dev-cpp/muParser
dev-qt/qtgui:4
dev-qt/qthelp:4
dev-qt/qtsvg:4
dev-libs/boost
media-libs/freetype
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/LibreCAD-${PV}"
src_prepare() {
epatch "${FILESDIR}/gcc_cpp0x.patch"
}
src_install() {
dobin unix/librecad
use tools && dobin unix/ttf2lff
insinto /usr/share/${PN}
doins -r unix/resources/*
use doc && dohtml -r librecad/support/doc/*
doicon librecad/res/main/${PN}.png
make_desktop_entry ${PN} LibreCAD ${PN} Graphics
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-30 7:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-30 7:21 [gentoo-commits] gentoo-x86 commit in media-gfx/librecad: librecad-2.0.2-r1.ebuild ChangeLog Slawek Lis (slis)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox