public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/staden_doc/
@ 2016-03-23 19:03 Martin Mokrejs
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Mokrejs @ 2016-03-23 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d68a7e68e15f8881db41dc5b95b032da1e1ede8b
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Mar 23 19:03:41 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Mar 23 19:03:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d68a7e68

sci-biology/staden_doc: new package

Package-Manager: portage-2.2.26

 sci-biology/staden_doc/metadata.xml                | 12 ++++++
 .../staden_doc/staden_doc-2.0.0_beta9.ebuild       | 44 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/sci-biology/staden_doc/metadata.xml b/sci-biology/staden_doc/metadata.xml
new file mode 100644
index 0000000..f68a1b6
--- /dev/null
+++ b/sci-biology/staden_doc/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>mmokrejs@fold.natur.cuni.cz</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>sci-biology@gentoo.org</email>
+    <name>Gentoo Biology Project</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild b/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild
new file mode 100644
index 0000000..242135e
--- /dev/null
+++ b/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Documentation files for the staden package"
+HOMEPAGE="http://sourceforge.net/projects/staden"
+SRC_URI="http://sourceforge.net/projects/staden/files/staden/${PV/_beta/b}/staden_doc-${PV/_beta/b}-src.tar.gz"
+# https://sourceforge.net/p/staden/code/HEAD/tree/staden/trunk/doc/
+
+LICENSE="staden"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl
+	app-text/texlive
+	app-text/texi2html"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/staden_doc-${PV/_beta/b}-src
+
+# do not use texi2html-5 because it fails with:
+# texi2html -menu -verbose -split_chapter -index_chars interface.htmlinfo
+# Unknown option: index_char
+# src_prepare(){
+# 	# avoid running bundled texi2html code
+# 	sed -e "s#./tools/texi2html#texi2html#" -i manual/Makefile || die
+# }
+
+src_compile(){
+	cd manual || die
+	make -j 1 spotless || die
+	cd .. || die
+	emake -j 1 unix PAPER=A4
+}
+
+src_install(){
+	emake -j 1 install prefix="${D}"/usr
+	dodoc gkb547_gml.pdf
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/staden_doc/
@ 2016-03-29 20:31 Martin Mokrejs
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Mokrejs @ 2016-03-29 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     a15277179666b1f4f23da6ea1d4cdc58a0ff1515
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Tue Mar 29 20:29:18 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Tue Mar 29 20:29:18 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1527717

sci-biology/staden_doc: removing KEYWORDS as upstream just fixed generation of the manual pages, currently available code does not work

Package-Manager: portage-2.2.28

 sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild b/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild
index 242135e..2e57afe 100644
--- a/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild
+++ b/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://sourceforge.net/projects/staden/files/staden/${PV/_beta/b}/stade
 
 LICENSE="staden"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE=""
 
 DEPEND="dev-lang/perl


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/staden_doc/
@ 2016-03-30 14:41 Martin Mokrejs
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Mokrejs @ 2016-03-30 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     1267ba7d196e15caf4b2885211df18a9acf7e9ad
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Mar 30 14:38:53 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Mar 30 14:38:53 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1267ba7d

fixing /# : $/# $/

Package-Manager: portage-2.2.28

 sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild b/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild
index 2e57afe..df82c8d 100644
--- a/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild
+++ b/sci-biology/staden_doc/staden_doc-2.0.0_beta9.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/staden_doc/
@ 2016-09-23 17:40 Martin Mokrejs
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Mokrejs @ 2016-09-23 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     22755c1273f2f6a3dd8fab5b51d0571cc1ce0382
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Sep 23 17:40:11 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Sep 23 17:40:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=22755c12

sci-biology/staden_doc: add new version

Package-Manager: portage-2.3.0

 .../staden_doc/staden_doc-2.0.0_beta11.ebuild      | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild b/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild
new file mode 100644
index 0000000..df82c8d
--- /dev/null
+++ b/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Documentation files for the staden package"
+HOMEPAGE="http://sourceforge.net/projects/staden"
+SRC_URI="http://sourceforge.net/projects/staden/files/staden/${PV/_beta/b}/staden_doc-${PV/_beta/b}-src.tar.gz"
+# https://sourceforge.net/p/staden/code/HEAD/tree/staden/trunk/doc/
+
+LICENSE="staden"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-lang/perl
+	app-text/texlive
+	app-text/texi2html"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/staden_doc-${PV/_beta/b}-src
+
+# do not use texi2html-5 because it fails with:
+# texi2html -menu -verbose -split_chapter -index_chars interface.htmlinfo
+# Unknown option: index_char
+# src_prepare(){
+# 	# avoid running bundled texi2html code
+# 	sed -e "s#./tools/texi2html#texi2html#" -i manual/Makefile || die
+# }
+
+src_compile(){
+	cd manual || die
+	make -j 1 spotless || die
+	cd .. || die
+	emake -j 1 unix PAPER=A4
+}
+
+src_install(){
+	emake -j 1 install prefix="${D}"/usr
+	dodoc gkb547_gml.pdf
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/staden_doc/
@ 2021-02-03  8:24 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-02-03  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6593933b9a94b1dac82ca21effec12cc252bd92b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb  3 08:18:56 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Feb  3 08:23:21 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6593933b

sci-biology/staden_doc: add keywords

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild b/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild
index ab95f08b6..5a70701b0 100644
--- a/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild
+++ b/sci-biology/staden_doc/staden_doc-2.0.0_beta11.ebuild
@@ -9,9 +9,10 @@ SRC_URI="https://sourceforge.net/projects/staden/files/staden/${PV/_beta/b}/stad
 
 LICENSE="staden"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
 
-DEPEND="dev-lang/perl
+DEPEND="
+	dev-lang/perl
 	app-text/texlive
 	app-text/texi2html"
 BDEPEND="app-editors/emacs"
@@ -23,18 +24,19 @@ S="${WORKDIR}"/staden_doc-${PV/_beta/b}-src
 # texi2html -menu -verbose -split_chapter -index_chars interface.htmlinfo
 # Unknown option: index_char
 # src_prepare(){
+# 	default
 # 	# avoid running bundled texi2html code
 # 	sed -e "s#./tools/texi2html#texi2html#" -i manual/Makefile || die
 # }
 
 src_compile(){
 	cd manual || die
-	make -j 1 spotless || die
+	emake -j1 spotless || die
 	cd .. || die
-	emake -j 1 unix PAPER=A4
+	emake -j1 unix PAPER=A4
 }
 
 src_install(){
-	emake -j 1 install prefix="${D}"/usr
+	emake -j1 install prefix="${D}"/usr
 	dodoc gkb547_gml.pdf
 }


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

end of thread, other threads:[~2021-02-03  8:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-03  8:24 [gentoo-commits] proj/sci:master commit in: sci-biology/staden_doc/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2016-09-23 17:40 Martin Mokrejs
2016-03-30 14:41 Martin Mokrejs
2016-03-29 20:31 Martin Mokrejs
2016-03-23 19:03 Martin Mokrejs

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