public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-misc/finomaton/
@ 2015-09-22 10:06 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-09-22 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     cb016733749ba3b4aa6d7d8ddba2848d63d1c677
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 09:36:47 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 09:36:47 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cb016733

sci-misc/finomaton: Fix SRC_URI

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-misc/finomaton/finomaton-1.0.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/sci-misc/finomaton/finomaton-1.0.ebuild b/sci-misc/finomaton/finomaton-1.0.ebuild
index 691f54a..97962d3 100644
--- a/sci-misc/finomaton/finomaton-1.0.ebuild
+++ b/sci-misc/finomaton/finomaton-1.0.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
 # $Id$
 
@@ -7,21 +7,23 @@ EAPI=5
 # N.B. this is from CTAN
 
 DESCRIPTION="Simple tcl/tk script to draw finite state automata"
-HOMEPAGE="http://stud4.tuwien.ac.at/~e0225855/finomaton/finomaton.html"
-SRC_URI="http://stud4.tuwien.ac.at/~e0225855/finomaton/${P}.tar.gz"
+HOMEPAGE="https://www.ctan.org/pkg/finomaton"
+SRC_URI="http://mirrors.ctan.org/graphics/finomaton.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
 # script only
 DEPEND=""
 # tex for metapost
 RDEPEND="
-	dev-lang/tk
+	dev-lang/tk:0
 	dev-texlive/texlive-metapost"
 
+S="${WORKDIR}"/${PN}
+
 src_install() {
 	dobin finomaton.tcl
 	dodoc ChangeLog TODO README


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/finomaton/
@ 2021-03-04 11:01 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-03-04 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6065d42ba56df023b48d76828b08b29adcb6b18c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 11:01:52 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 11:01:52 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6065d42b

sci-misc/finomaton: EAPI bump

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

 sci-misc/finomaton/finomaton-1.0.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sci-misc/finomaton/finomaton-1.0.ebuild b/sci-misc/finomaton/finomaton-1.0.ebuild
index e047c9e71..8e1bf3c0d 100644
--- a/sci-misc/finomaton/finomaton-1.0.ebuild
+++ b/sci-misc/finomaton/finomaton-1.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 # N.B. this is from CTAN
 
@@ -15,13 +15,14 @@ KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
 # script only
-DEPEND="app-arch/unzip"
+BDEPEND="app-arch/unzip"
 # tex for metapost
 RDEPEND="
 	dev-lang/tk:0
-	dev-texlive/texlive-metapost"
+	dev-texlive/texlive-metapost
+"
 
-S="${WORKDIR}"/${PN}
+S="${WORKDIR}/${PN}"
 
 src_install() {
 	dobin finomaton.tcl


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/finomaton/
@ 2021-01-19 17:02 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 17:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ea6a13ed43019edc8bb1071d195e6f29a610ee65
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 16:57:13 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 16:57:13 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ea6a13ed

sci-misc/finomaton: depend on unzip, properly name zip file

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

 sci-misc/finomaton/finomaton-1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-misc/finomaton/finomaton-1.0.ebuild b/sci-misc/finomaton/finomaton-1.0.ebuild
index 83edf89bf..e047c9e71 100644
--- a/sci-misc/finomaton/finomaton-1.0.ebuild
+++ b/sci-misc/finomaton/finomaton-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ EAPI=5
 
 DESCRIPTION="Simple tcl/tk script to draw finite state automata"
 HOMEPAGE="https://www.ctan.org/pkg/finomaton"
-SRC_URI="http://mirrors.ctan.org/graphics/finomaton.zip"
+SRC_URI="http://mirrors.ctan.org/graphics/finomaton.zip -> ${P}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
 # script only
-DEPEND=""
+DEPEND="app-arch/unzip"
 # tex for metapost
 RDEPEND="
 	dev-lang/tk:0


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/finomaton/
@ 2014-11-13  0:15 Christoph Junghans
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2014-11-13  0:15 UTC (permalink / raw
  To: gentoo-commits

commit:     57399900e2cde010ce658b65776c75d98be2b3c2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 12:34:45 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 12:34:45 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=57399900

sci-misc/finomaton: Bump to EAPI=5

Package-Manager: portage-2.2.14

---
 sci-misc/finomaton/ChangeLog            | 6 +++++-
 sci-misc/finomaton/finomaton-1.0.ebuild | 7 +++----
 sci-misc/finomaton/metadata.xml         | 6 +++---
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/sci-misc/finomaton/ChangeLog b/sci-misc/finomaton/ChangeLog
index da2e87f..737ac63 100644
--- a/sci-misc/finomaton/ChangeLog
+++ b/sci-misc/finomaton/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-misc/finomaton
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Nov 2014; Justin Lecher <jlec@gentoo.org> finomaton-1.0.ebuild,
+  metadata.xml:
+  Bump to EAPI=5
+
   25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Removed no-herd from herd tag in metadata.xml
 

diff --git a/sci-misc/finomaton/finomaton-1.0.ebuild b/sci-misc/finomaton/finomaton-1.0.ebuild
index 1e8677f..6f33dc9 100644
--- a/sci-misc/finomaton/finomaton-1.0.ebuild
+++ b/sci-misc/finomaton/finomaton-1.0.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=5
+
 # N.B. this is from CTAN
 
 DESCRIPTION="Simple tcl/tk script to draw finite state automata"
@@ -24,10 +26,7 @@ src_install() {
 	dobin finomaton.tcl
 	dodoc ChangeLog TODO README
 	if use examples ; then
-		dodir /usr/share/${PN}
 		insinto /usr/share/${PN}
-		for f in examples ; do
-			doins ${f}
-		done
+		doins -r examples
 	fi
 }

diff --git a/sci-misc/finomaton/metadata.xml b/sci-misc/finomaton/metadata.xml
index 10ea4cb..cffbe2f 100644
--- a/sci-misc/finomaton/metadata.xml
+++ b/sci-misc/finomaton/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
-		<email>flammie@gentoo.org</email>
-	</maintainer>
+  <maintainer>
+    <email>flammie@gentoo.org</email>
+  </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/finomaton/
@ 2011-10-25 17:16 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3794674e192bb9e538961d0578c0d9dd513a9e72
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 16:50:55 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 16:50:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3794674e

Removed no-herd from herd tag in metadata.xml

(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 sci-misc/finomaton/ChangeLog    |    3 +++
 sci-misc/finomaton/metadata.xml |    7 +++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sci-misc/finomaton/ChangeLog b/sci-misc/finomaton/ChangeLog
index f8b90a8..da2e87f 100644
--- a/sci-misc/finomaton/ChangeLog
+++ b/sci-misc/finomaton/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Removed no-herd from herd tag in metadata.xml
+
   24 Jun 2011; Justin Lecher <jlec@gentoo.org> finomaton-1.0.ebuild:
   Some ebuild cleaning
 

diff --git a/sci-misc/finomaton/metadata.xml b/sci-misc/finomaton/metadata.xml
index 0ad3ea8..10ea4cb 100644
--- a/sci-misc/finomaton/metadata.xml
+++ b/sci-misc/finomaton/metadata.xml
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-  <email>flammie@gentoo.org</email>
-</maintainer>
+	<maintainer>
+		<email>flammie@gentoo.org</email>
+	</maintainer>
 </pkgmetadata>



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/finomaton/
@ 2011-06-25 17:21 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ddb6e911724aaf64ffb7d31cbc5a68ee4371563c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 20:22:22 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 20:22:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ddb6e911

Some ebuild cleaning

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

---
 sci-misc/finomaton/ChangeLog            |    5 ++++-
 sci-misc/finomaton/finomaton-1.0.ebuild |   11 ++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-misc/finomaton/ChangeLog b/sci-misc/finomaton/ChangeLog
index 7226b0e..f8b90a8 100644
--- a/sci-misc/finomaton/ChangeLog
+++ b/sci-misc/finomaton/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-misc/finomaton
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> finomaton-1.0.ebuild:
+  Some ebuild cleaning
+
   04 Jul 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de> ChangeLog:
   Silence repoman; fix metapost dependency
 

diff --git a/sci-misc/finomaton/finomaton-1.0.ebuild b/sci-misc/finomaton/finomaton-1.0.ebuild
index b51403d..c13e068 100644
--- a/sci-misc/finomaton/finomaton-1.0.ebuild
+++ b/sci-misc/finomaton/finomaton-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -9,19 +9,16 @@ HOMEPAGE="http://stud4.tuwien.ac.at/~e0225855/finomaton/finomaton.html"
 SRC_URI="http://stud4.tuwien.ac.at/~e0225855/finomaton/${P}.tar.gz"
 
 LICENSE="GPL-2"
-
 SLOT="0"
-
 KEYWORDS="~x86"
-
 IUSE="examples"
 
 # script only
 DEPEND=""
 # tex for metapost
-RDEPEND="dev-texlive/texlive-metapost
-	>=dev-lang/tcl-8.3
-	>=dev-lang/tk-8.3"
+RDEPEND="
+	dev-lang/tk
+	dev-texlive/texlive-metapost"
 
 src_install() {
 	dobin finomaton.tcl



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

end of thread, other threads:[~2021-03-04 11:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 10:06 [gentoo-commits] proj/sci:master commit in: sci-misc/finomaton/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2021-03-04 11:01 Andrew Ammerlaan
2021-01-19 17:02 Andrew Ammerlaan
2014-11-13  0:15 Christoph Junghans
2011-10-25 17:16 Justin Lecher
2011-06-25 17:21 Justin Lecher

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