public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-physics/qcl/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     59bc36fd6b7d8c2653330965ed0bd987c31c41d5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:41:30 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:41:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=59bc36fd

Sort inherit and/or USE

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-physics/qcl/qcl-0.6.3-r1.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sci-physics/qcl/qcl-0.6.3-r1.ebuild b/sci-physics/qcl/qcl-0.6.3-r1.ebuild
index e101fae..4e74b2e 100644
--- a/sci-physics/qcl/qcl-0.6.3-r1.ebuild
+++ b/sci-physics/qcl/qcl-0.6.3-r1.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=2
-inherit flag-o-matic eutils
+inherit eutils flag-o-matic
 
 DESCRIPTION="Quantum Computation Language with an emulator of a quantum computer"
 HOMEPAGE="http://tph.tuwien.ac.at/~oemer/qcl.html"



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

* [gentoo-commits] proj/sci:master commit in: sci-physics/qcl/
@ 2015-01-12 20:24 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2015-01-12 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     011bb014c56877ae0c921f2476352f62644f8590
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 11 11:13:01 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 11:13:01 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=011bb014

sci-physics/qcl: Make use of dodoc

---
 sci-physics/qcl/qcl-0.6.3-r1.ebuild | 3 +--
 sci-physics/qcl/qcl-0.6.4.ebuild    | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sci-physics/qcl/qcl-0.6.3-r1.ebuild b/sci-physics/qcl/qcl-0.6.3-r1.ebuild
index eaca7e1..c67baa6 100644
--- a/sci-physics/qcl/qcl-0.6.3-r1.ebuild
+++ b/sci-physics/qcl/qcl-0.6.3-r1.ebuild
@@ -37,7 +37,6 @@ src_install() {
 		QCLBIN="${D}/usr/bin" install
 	dodoc README CHANGES
 	if use doc; then
-		insinto /usr/share/doc/${PF}
-		doins "${DISTDIR}"/{structquprog,qcldoc,quprog}.pdf
+		dodoc {structquprog,qcldoc,quprog}.pdf
 	fi
 }

diff --git a/sci-physics/qcl/qcl-0.6.4.ebuild b/sci-physics/qcl/qcl-0.6.4.ebuild
index 035923b..a709a58 100644
--- a/sci-physics/qcl/qcl-0.6.4.ebuild
+++ b/sci-physics/qcl/qcl-0.6.4.ebuild
@@ -37,7 +37,6 @@ src_install() {
 		QCLBIN="${D}/usr/bin" install
 	dodoc README CHANGES
 	if use doc; then
-		insinto /usr/share/doc/${PF}
-		doins "${DISTDIR}"/{structquprog,qcldoc,quprog}.pdf
+		dodoc {structquprog,qcldoc,quprog}.pdf
 	fi
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/qcl/
@ 2015-01-12 20:24 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2015-01-12 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     73d5c6cedc0ca09111b3fa61df413fa1166dc9ef
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 11 10:40:02 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 10:40:02 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=73d5c6ce

sci-physics/qcl: Move to EAPI=5, cleanup ebuilds

---
 sci-physics/qcl/ChangeLog           |  6 +++++-
 sci-physics/qcl/qcl-0.6.3-r1.ebuild | 18 +++++++++---------
 sci-physics/qcl/qcl-0.6.4.ebuild    | 11 ++++++-----
 3 files changed, 20 insertions(+), 15 deletions(-)

diff --git a/sci-physics/qcl/ChangeLog b/sci-physics/qcl/ChangeLog
index 587799c..d01d0e9 100644
--- a/sci-physics/qcl/ChangeLog
+++ b/sci-physics/qcl/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-physics/qcl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>,
+  qcl-0.6.4.ebuild, qcl-0.6.3-r1.ebuild:
+  Move to EAPI=5, cleanup ebuilds
+
 *qcl-0.6.4 (02 Jun 2014)
 
   02 Jun 2014; Jauhien Piatlicki <jauhien@gentoo.org> +qcl-0.6.4.ebuild,

diff --git a/sci-physics/qcl/qcl-0.6.3-r1.ebuild b/sci-physics/qcl/qcl-0.6.3-r1.ebuild
index 6419134..22da81b 100644
--- a/sci-physics/qcl/qcl-0.6.3-r1.ebuild
+++ b/sci-physics/qcl/qcl-0.6.3-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
+
 inherit eutils flag-o-matic
 
 DESCRIPTION="Quantum Computation Language with an emulator of a quantum computer"
@@ -21,19 +22,18 @@ DEPEND="media-libs/plotutils
 	sys-libs/readline"
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gcc43.patch
-	epatch "${FILESDIR}"/${P}-makefile.patch
-}
+PATCHES=(
+	"${FILESDIR}/${P}"-gcc43.patch
+	"${FILESDIR}/${P}"-makefile.patch
+)
 
 src_install() {
 	emake \
 		QCLDIR="${D}/usr/share/${PN}" \
-		QCLBIN="${D}/usr/bin" install \
-		|| die "emake install failed"
+		QCLBIN="${D}/usr/bin" install
 	dodoc README CHANGES
 	if use doc; then
 		insinto /usr/share/doc/${PF}
-		doins "${DISTDIR}"/{structquprog,qcldoc,quprog}.pdf || die
+		doins "${DISTDIR}"/{structquprog,qcldoc,quprog}.pdf
 	fi
 }

diff --git a/sci-physics/qcl/qcl-0.6.4.ebuild b/sci-physics/qcl/qcl-0.6.4.ebuild
index 9338be1..cf23884 100644
--- a/sci-physics/qcl/qcl-0.6.4.ebuild
+++ b/sci-physics/qcl/qcl-0.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -22,9 +22,10 @@ DEPEND="media-libs/plotutils
 	sys-libs/readline"
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	epatch "${FILESDIR}/${PN}-0.6.3-gcc43.patch" "${FILESDIR}/${P}-makefile.patch"
-}
+PATCHES=(
+	"${FILESDIR}/${PN}"-0.6.3-gcc43.patch
+	"${FILESDIR}/${P}"-makefile.patch
+)
 
 src_install() {
 	emake \
@@ -33,6 +34,6 @@ src_install() {
 	dodoc README CHANGES
 	if use doc; then
 		insinto /usr/share/doc/${PF}
-		doins "${DISTDIR}"/{structquprog,qcldoc,quprog}.pdf || die
+		doins "${DISTDIR}"/{structquprog,qcldoc,quprog}.pdf
 	fi
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/qcl/
@ 2015-01-12 20:24 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2015-01-12 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     81a30611845473eb013492cac85f2c85ce31a677
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 11 11:10:07 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 11:10:07 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=81a30611

sci-physics/qcl: Fix applying of patches

---
 sci-physics/qcl/qcl-0.6.3-r1.ebuild | 4 ++++
 sci-physics/qcl/qcl-0.6.4.ebuild    | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/sci-physics/qcl/qcl-0.6.3-r1.ebuild b/sci-physics/qcl/qcl-0.6.3-r1.ebuild
index 22da81b..eaca7e1 100644
--- a/sci-physics/qcl/qcl-0.6.3-r1.ebuild
+++ b/sci-physics/qcl/qcl-0.6.3-r1.ebuild
@@ -27,6 +27,10 @@ PATCHES=(
 	"${FILESDIR}/${P}"-makefile.patch
 )
 
+src_prepare() {
+	epatch ${PATCHES[@]}
+}
+
 src_install() {
 	emake \
 		QCLDIR="${D}/usr/share/${PN}" \

diff --git a/sci-physics/qcl/qcl-0.6.4.ebuild b/sci-physics/qcl/qcl-0.6.4.ebuild
index cf23884..035923b 100644
--- a/sci-physics/qcl/qcl-0.6.4.ebuild
+++ b/sci-physics/qcl/qcl-0.6.4.ebuild
@@ -27,6 +27,10 @@ PATCHES=(
 	"${FILESDIR}/${P}"-makefile.patch
 )
 
+src_prepare() {
+	epatch ${PATCHES[@]}
+}
+
 src_install() {
 	emake \
 		QCLDIR="${D}/usr/share/${PN}" \


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/qcl/
@ 2016-06-03  6:51 Andrew Savchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Savchenko @ 2016-06-03  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     eb76dddd0839626bdcc3989a3e6490d1e3379c06
Author:     Andrew Savchenko <bircoph <AT> gmail <DOT> com>
AuthorDate: Fri Jun  3 06:50:50 2016 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 06:50:50 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=eb76dddd

sci-physics/qcl: fix docs install

Package-Manager: portage-2.3.0_rc1
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 sci-physics/qcl/qcl-0.6.4-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-physics/qcl/qcl-0.6.4-r1.ebuild b/sci-physics/qcl/qcl-0.6.4-r1.ebuild
index 0cf48e4..4463212 100644
--- a/sci-physics/qcl/qcl-0.6.4-r1.ebuild
+++ b/sci-physics/qcl/qcl-0.6.4-r1.ebuild
@@ -47,6 +47,8 @@ src_configure() {
 src_install() {
 	emake \
 		QCLDIR="${D}/usr/share/${PN}" \
-		QCLBIN="${D}/usr/bin" install
-	use doc && dodoc {structquprog,qcldoc,quprog}.pdf
+		QCLBIN="${D}/usr/bin" \
+		install
+	dodoc CHANGES README
+	use doc && dodoc "${DISTDIR}/"{structquprog,qcldoc,quprog}.pdf
 }


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

end of thread, other threads:[~2016-06-03  6:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 17:09 [gentoo-commits] proj/sci:master commit in: sci-physics/qcl/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-01-12 20:24 Christoph Junghans
2015-01-12 20:24 Christoph Junghans
2015-01-12 20:24 Christoph Junghans
2016-06-03  6:51 Andrew Savchenko

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