public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:ccp4 commit in: media-gfx/librecad/
@ 2013-06-12 18:48 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-06-12 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5bcf268735708efb8351f3ee5164beecccdc38dc
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 16:42:03 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 18:41:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5bcf2687

media-gfx/librecad: Fixed bug #472472 and ebuild cleaning

Package-Manager: portage-2.2.01.21938-prefix
RepoMan-Options: --force

---
 media-gfx/librecad/ChangeLog            |  3 +++
 media-gfx/librecad/librecad-9999.ebuild | 21 +++++++++------------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog
index c157115..f180d50 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$
 
+  11 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> librecad-9999.ebuild:
+  media-gfx/librecad: Fixed bug #472472 and ebuild cleaning
+
   8 Jun 2013; Dongxu Li <dongxuli2011@gmail.com> +librecad-2.0.0_rc1.ebuild:
   Versions bumped to 2.0.0_rc1
   

diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild
index d3db6f7..ab66f24 100644
--- a/media-gfx/librecad/librecad-9999.ebuild
+++ b/media-gfx/librecad/librecad-9999.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
-inherit qt4-r2 eutils git-2 flag-o-matic
+EAPI=5
+inherit qt4-r2 eutils git-2
 
-DESCRIPTION="An generic 2D CAD program"
+DESCRIPTION="Generic 2D CAD program"
 HOMEPAGE="http://www.librecad.org/"
 LICENSE="GPL-2"
 SLOT="0"
@@ -26,17 +26,14 @@ DEPEND="${RDEPEND}
 src_prepare() {
 	#sed -i -e "s:\\\$\+system(git describe --tags):9999:" src/src.pro
 	#enable C++11 by default
-	sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
+	sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die
 }
 
-src_install()
-{
+src_install() {
 	dobin unix/librecad
-	insinto /usr/share/"${PN}"
+	insinto /usr/share/${PN}
 	doins -r unix/resources/*
-	if use doc ; then
-	dohtml -r support/doc/*
-	fi
-	doicon librecad/res/main/"${PN}".png
-	make_desktop_entry "${PN}" LibreCAD "${PN}" Graphics
+	use doc && dohtml -r librecad/support/doc/*
+	doicon librecad/res/main/${PN}.png
+	make_desktop_entry ${PN} LibreCAD ${PN} Graphics
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:ccp4 commit in: media-gfx/librecad/
@ 2013-06-16 11:31 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-06-16 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     48a5623eaa9e8bee6eaa41f59ea274eb96559842
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: Sat Jun 15 10:28:18 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=48a5623e

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-16 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-16 11:31 [gentoo-commits] proj/sci:ccp4 commit in: media-gfx/librecad/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2013-06-12 18:48 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox