public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/chemBuild/
@ 2012-09-21  9:48 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2012-09-21  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a8b6ef5910592ee214d880c982a1421504161381
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 09:46:31 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 09:46:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a8b6ef59

sci-chemistry/chemBuild: Needs webkit support in pyside

(Portage version: 2.2.0_alpha130/git/Linux x86_64, unsigned Manifest commit)

---
 sci-chemistry/chemBuild/ChangeLog              |    3 +++
 sci-chemistry/chemBuild/chemBuild-1.0.2.ebuild |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/sci-chemistry/chemBuild/ChangeLog b/sci-chemistry/chemBuild/ChangeLog
index bc17adc..a592f6b 100644
--- a/sci-chemistry/chemBuild/ChangeLog
+++ b/sci-chemistry/chemBuild/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Sep 2012; Justin Lecher <jlec@gentoo.org> chemBuild-1.0.2.ebuild:
+  Needs webkit support in pyside
+
 *chemBuild-1.0.2 (21 Sep 2012)
 
   21 Sep 2012; Justin Lecher <jlec@gentoo.org> +chemBuild-1.0.2.ebuild,

diff --git a/sci-chemistry/chemBuild/chemBuild-1.0.2.ebuild b/sci-chemistry/chemBuild/chemBuild-1.0.2.ebuild
index aa6d98b..dece95e 100644
--- a/sci-chemistry/chemBuild/chemBuild-1.0.2.ebuild
+++ b/sci-chemistry/chemBuild/chemBuild-1.0.2.ebuild
@@ -17,7 +17,7 @@ LICENSE="|| ( CCPN LGPL-2.1 )"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND="dev-python/pyside"
+RDEPEND="dev-python/pyside[webkit]"
 DEPEND=""
 
 S="${WORKDIR}"/ccpnmr/ccpnmr3.0/


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/chemBuild/
@ 2013-08-12 21:27 Sebastien Fabbro
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro @ 2013-08-12 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6b4315d23198043e26d9a7b887901277544a2748
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 15:32:13 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 09:34:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6b4315d2

sci-chemistry/chemBuild: Version Bump

Package-Manager: portage-2.2.0_alpha191

---
 sci-chemistry/chemBuild/ChangeLog              |  5 +++
 sci-chemistry/chemBuild/chemBuild-1.0.3.ebuild | 57 ++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/sci-chemistry/chemBuild/ChangeLog b/sci-chemistry/chemBuild/ChangeLog
index 7aa6b2e..bc94f08 100644
--- a/sci-chemistry/chemBuild/ChangeLog
+++ b/sci-chemistry/chemBuild/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*chemBuild-1.0.3 (07 Aug 2013)
+
+  07 Aug 2013; Justin Lecher <jlec@gentoo.org> +chemBuild-1.0.3.ebuild:
+  Version Bump
+
   16 Jun 2013; Justin Lecher <jlec@gentoo.org> chemBuild-1.0.2.ebuild,
   files/chemBuild, metadata.xml:
   Bump EAPI and python eclass

diff --git a/sci-chemistry/chemBuild/chemBuild-1.0.3.ebuild b/sci-chemistry/chemBuild/chemBuild-1.0.3.ebuild
new file mode 100644
index 0000000..3f4733f
--- /dev/null
+++ b/sci-chemistry/chemBuild/chemBuild-1.0.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit python-single-r1 toolchain-funcs
+
+DESCRIPTION="Graphical tool to construct chemical compound definitions for NMR"
+HOMEPAGE="http://www.ccpn.ac.uk/software/chembuild"
+SRC_URI="http://www2.ccpn.ac.uk/download/ccpnmr/${PN}${PV}_WithApi.tar.gz"
+
+SLOT="0"
+LICENSE="|| ( CCPN LGPL-2.1 )"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="dev-python/pyside[webkit,${PYTHON_USEDEP}]"
+DEPEND=""
+
+S="${WORKDIR}"/ccpnmr/ccpnmr3.0/
+
+#TODO:
+#install in sane place
+#unbundle data model
+#unbundle inchi
+#parallel build
+
+src_install() {
+	local in_path=$(python_get_sitedir)/${PN}
+	local _file
+
+	find . -name "*.pyc" -type f -delete
+	dodir /usr/bin
+	sed \
+	-e "s|gentoo_sitedir|${EPREFIX}$(python_get_sitedir)|g" \
+	-e "s|gentoolibdir|${EPREFIX}/usr/${libdir}|g" \
+	-e "s|gentootk|${EPREFIX}/usr/${libdir}/tk${tkver}|g" \
+	-e "s|gentootcl|${EPREFIX}/usr/${libdir}/tclk${tkver}|g" \
+	-e "s|gentoopython|${PYTHON}|g" \
+	-e "s|gentoousr|${EPREFIX}/usr|g" \
+	-e "s|//|/|g" \
+		"${FILESDIR}"/${PN} > "${ED}"/usr/bin/${PN} || die
+	fperms 755 /usr/bin/${PN}
+
+	rm -rf cNg license || die
+
+	ebegin "Installing main files"
+	python_moduleinto ${PN}
+	python_domodule *
+	python_optimize
+	eend
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/chemBuild/
@ 2014-01-08 11:20 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2014-01-08 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a9f242f38bea0774b975d9088e039690beb04e4b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  8 11:20:44 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan  8 11:20:44 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a9f242f3

sci-chemistry/chemBuild: Fix double prefix

Package-Manager: portage-2.2.8

---
 sci-chemistry/chemBuild/ChangeLog              | 5 ++++-
 sci-chemistry/chemBuild/chemBuild-1.0.3.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-chemistry/chemBuild/ChangeLog b/sci-chemistry/chemBuild/ChangeLog
index bc94f08..4a29f89 100644
--- a/sci-chemistry/chemBuild/ChangeLog
+++ b/sci-chemistry/chemBuild/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/chemBuild
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jan 2014; Justin Lecher <jlec@gentoo.org> chemBuild-1.0.3.ebuild:
+  Fix double prefix
+
 *chemBuild-1.0.3 (07 Aug 2013)
 
   07 Aug 2013; Justin Lecher <jlec@gentoo.org> +chemBuild-1.0.3.ebuild:

diff --git a/sci-chemistry/chemBuild/chemBuild-1.0.3.ebuild b/sci-chemistry/chemBuild/chemBuild-1.0.3.ebuild
index 3f4733f..24554b7 100644
--- a/sci-chemistry/chemBuild/chemBuild-1.0.3.ebuild
+++ b/sci-chemistry/chemBuild/chemBuild-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -37,7 +37,7 @@ src_install() {
 	find . -name "*.pyc" -type f -delete
 	dodir /usr/bin
 	sed \
-	-e "s|gentoo_sitedir|${EPREFIX}$(python_get_sitedir)|g" \
+	-e "s|gentoo_sitedir|$(python_get_sitedir)|g" \
 	-e "s|gentoolibdir|${EPREFIX}/usr/${libdir}|g" \
 	-e "s|gentootk|${EPREFIX}/usr/${libdir}/tk${tkver}|g" \
 	-e "s|gentootcl|${EPREFIX}/usr/${libdir}/tclk${tkver}|g" \


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/chemBuild/
@ 2014-03-26  7:59 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2014-03-26  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     e1a51127853a5aac58d558bcf23c85d33cd60082
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 07:55:42 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 07:59:26 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e1a51127

sci-chemistry/chemBuild: Version Bump

Package-Manager: portage-2.2.9-r1

---
 sci-chemistry/chemBuild/ChangeLog              |  5 +++
 sci-chemistry/chemBuild/chemBuild-1.0.4.ebuild | 57 ++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/sci-chemistry/chemBuild/ChangeLog b/sci-chemistry/chemBuild/ChangeLog
index 4a29f89..55f36ef 100644
--- a/sci-chemistry/chemBuild/ChangeLog
+++ b/sci-chemistry/chemBuild/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*chemBuild-1.0.4 (26 Mar 2014)
+
+  26 Mar 2014; Justin Lecher <jlec@gentoo.org> +chemBuild-1.0.4.ebuild:
+  Version Bump
+
   08 Jan 2014; Justin Lecher <jlec@gentoo.org> chemBuild-1.0.3.ebuild:
   Fix double prefix
 

diff --git a/sci-chemistry/chemBuild/chemBuild-1.0.4.ebuild b/sci-chemistry/chemBuild/chemBuild-1.0.4.ebuild
new file mode 100644
index 0000000..24554b7
--- /dev/null
+++ b/sci-chemistry/chemBuild/chemBuild-1.0.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit python-single-r1 toolchain-funcs
+
+DESCRIPTION="Graphical tool to construct chemical compound definitions for NMR"
+HOMEPAGE="http://www.ccpn.ac.uk/software/chembuild"
+SRC_URI="http://www2.ccpn.ac.uk/download/ccpnmr/${PN}${PV}_WithApi.tar.gz"
+
+SLOT="0"
+LICENSE="|| ( CCPN LGPL-2.1 )"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="dev-python/pyside[webkit,${PYTHON_USEDEP}]"
+DEPEND=""
+
+S="${WORKDIR}"/ccpnmr/ccpnmr3.0/
+
+#TODO:
+#install in sane place
+#unbundle data model
+#unbundle inchi
+#parallel build
+
+src_install() {
+	local in_path=$(python_get_sitedir)/${PN}
+	local _file
+
+	find . -name "*.pyc" -type f -delete
+	dodir /usr/bin
+	sed \
+	-e "s|gentoo_sitedir|$(python_get_sitedir)|g" \
+	-e "s|gentoolibdir|${EPREFIX}/usr/${libdir}|g" \
+	-e "s|gentootk|${EPREFIX}/usr/${libdir}/tk${tkver}|g" \
+	-e "s|gentootcl|${EPREFIX}/usr/${libdir}/tclk${tkver}|g" \
+	-e "s|gentoopython|${PYTHON}|g" \
+	-e "s|gentoousr|${EPREFIX}/usr|g" \
+	-e "s|//|/|g" \
+		"${FILESDIR}"/${PN} > "${ED}"/usr/bin/${PN} || die
+	fperms 755 /usr/bin/${PN}
+
+	rm -rf cNg license || die
+
+	ebegin "Installing main files"
+	python_moduleinto ${PN}
+	python_domodule *
+	python_optimize
+	eend
+}


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

end of thread, other threads:[~2014-03-26  7:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08 11:20 [gentoo-commits] proj/sci:master commit in: sci-chemistry/chemBuild/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2014-03-26  7:59 Justin Lecher
2013-08-12 21:27 Sebastien Fabbro
2012-09-21  9: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