public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/
@ 2016-05-27 22:26 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-05-27 22:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bc6667bdd40395958f362023ee0b5a2c43914c0b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 21:57:34 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 27 21:58:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6667bd

app-text/tkinfo: EAPI 6 bump.

Package-Manager: portage-2.2.28

 app-text/tkinfo/tkinfo-2.8-r1.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild b/app-text/tkinfo/tkinfo-2.8-r1.ebuild
new file mode 100644
index 0000000..e1349f9
--- /dev/null
+++ b/app-text/tkinfo/tkinfo-2.8-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Info Browser in TK"
+HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/"
+SRC_URI="http://math-www.uni-paderborn.de/~axel/tkinfo/${P}.tar.gz"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+LICENSE="freedist"
+SLOT="0"
+
+RDEPEND="dev-lang/tk"
+DEPEND="sys-apps/sed"
+
+src_prepare() {
+	default
+	sed -i \
+		-e "1 s:^.*:#!/usr/bin/wish:" tkinfo || \
+			die "sed tkinfo failed"
+}
+
+src_install () {
+	dobin "${PN}"
+	doman "${PN}.1"
+	dodoc README
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/
@ 2016-12-14 23:01 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-12-14 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     64fbcf9b04545aaf01fe19462e6db6c4f1daca95
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 22:59:56 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 23:00:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64fbcf9b

app-text/tkinfo: Clean up old.

Package-Manager: portage-2.3.0

 app-text/tkinfo/tkinfo-2.8.ebuild | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/app-text/tkinfo/tkinfo-2.8.ebuild b/app-text/tkinfo/tkinfo-2.8.ebuild
deleted file mode 100644
index f4f36c7..00000000
--- a/app-text/tkinfo/tkinfo-2.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Info Browser in TK"
-SRC_URI="http://math-www.uni-paderborn.de/~axel/tkinfo/${P}.tar.gz"
-HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/"
-
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
-IUSE=""
-LICENSE="freedist"
-SLOT="0"
-
-RDEPEND=">=dev-lang/tk-8.0.5"
-DEPEND=">=sys-apps/sed-4"
-
-src_unpack() {
-	unpack ${A}
-	cd ${S}
-
-	sed -i \
-		-e "1 s:^.*:#!/usr/bin/wish:" tkinfo || \
-			die "sed tkinfo failed"
-}
-
-src_install () {
-	dobin tkinfo
-	doman tkinfo.1
-	dodoc README
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/
@ 2016-12-14 23:01 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-12-14 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6d76ad06071e426d1f4508583b6ce4fe38d7e185
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 22:58:53 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 23:00:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d76ad06

app-text/tkinfo: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 app-text/tkinfo/tkinfo-2.8-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild b/app-text/tkinfo/tkinfo-2.8-r1.ebuild
index e1349f9..8e170bc 100644
--- a/app-text/tkinfo/tkinfo-2.8-r1.ebuild
+++ b/app-text/tkinfo/tkinfo-2.8-r1.ebuild
@@ -6,9 +6,9 @@ EAPI=6
 
 DESCRIPTION="Info Browser in TK"
 HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/"
-SRC_URI="http://math-www.uni-paderborn.de/~axel/tkinfo/${P}.tar.gz"
+SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
 IUSE=""
 LICENSE="freedist"
 SLOT="0"
@@ -16,6 +16,8 @@ SLOT="0"
 RDEPEND="dev-lang/tk"
 DEPEND="sys-apps/sed"
 
+DOCS=( README )
+
 src_prepare() {
 	default
 	sed -i \
@@ -26,5 +28,4 @@ src_prepare() {
 src_install () {
 	dobin "${PN}"
 	doman "${PN}.1"
-	dodoc README
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/
@ 2019-12-11 14:59 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2019-12-11 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0674f02bb8388811fdfe09b23997b7c6635a0ff4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 14:57:03 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 14:59:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0674f02b

app-text/tkinfo: Fix LICENSE.

Closes: https://bugs.gentoo.org/702480
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-text/tkinfo/tkinfo-2.8-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild b/app-text/tkinfo/tkinfo-2.8-r1.ebuild
index 517f9ae8216..5be2e0b8d9b 100644
--- a/app-text/tkinfo/tkinfo-2.8-r1.ebuild
+++ b/app-text/tkinfo/tkinfo-2.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,10 +7,9 @@ DESCRIPTION="Info Browser in TK"
 HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/"
 SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz"
 
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
-IUSE=""
-LICENSE="freedist"
+LICENSE="Old-MIT GPL-1+"
 SLOT="0"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
 
 RDEPEND="dev-lang/tk"
 DEPEND="sys-apps/sed"


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/
@ 2022-11-20 23:56 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2022-11-20 23:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0fd9c4b73d433b55964865b27a8555878b884b01
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 23:55:55 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 23:55:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd9c4b7

app-text/tkinfo: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{tkinfo-2.8-r1.ebuild => tkinfo-2.8-r2.ebuild}       | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild b/app-text/tkinfo/tkinfo-2.8-r2.ebuild
similarity index 66%
rename from app-text/tkinfo/tkinfo-2.8-r1.ebuild
rename to app-text/tkinfo/tkinfo-2.8-r2.ebuild
index 25b60f40b1ef..97256a448ef4 100644
--- a/app-text/tkinfo/tkinfo-2.8-r1.ebuild
+++ b/app-text/tkinfo/tkinfo-2.8-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Info Browser in TK"
 HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/"
@@ -12,18 +12,14 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
 
 RDEPEND="dev-lang/tk"
-DEPEND="sys-apps/sed"
-
-DOCS=( README )
 
 src_prepare() {
 	default
-	sed -i \
-		-e "1 s:^.*:#!/usr/bin/wish:" tkinfo || \
-			die "sed tkinfo failed"
+	sed -e "1 s:^.*:#!/usr/bin/env wish:" \
+		-i tkinfo || die "sed tkinfo failed"
 }
 
 src_install() {
-	dobin "${PN}"
-	doman "${PN}.1"
+	dobin tkinfo
+	doman tkinfo.1
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/
@ 2024-06-22 18:54 Conrad Kostecki
  0 siblings, 0 replies; 9+ messages in thread
From: Conrad Kostecki @ 2024-06-22 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     a06ab28bd32dba23bc6ce9ece5b088a5ffed4419
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jun 22 18:04:50 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 18:52:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06ab28b

app-text/tkinfo: add 2.8

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37249
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-text/tkinfo/Manifest           |  1 +
 app-text/tkinfo/tkinfo-2.11.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-text/tkinfo/Manifest b/app-text/tkinfo/Manifest
index a4575ec04611..38cd2d7098d4 100644
--- a/app-text/tkinfo/Manifest
+++ b/app-text/tkinfo/Manifest
@@ -1 +1,2 @@
+DIST tkinfo-2.11.tar.gz 56332 BLAKE2B 7242b27555b0075d14a716e1964ce9cc9c9fb03bb8b3f5f93bfa4f7a613321781a2106604f0ca31e9acbd91413cb418b5a2d38453d88cdf73d0c9d4e45b9ef12 SHA512 69568e441a56f51dc136df5c58343c464b23e7577a64a9e44edd0dd5704e95299e3827e0704a953b9a56e2a642ac69324256ac477752d51e1060b259a69380e5
 DIST tkinfo-2.8.tar.gz 56234 BLAKE2B 6351a8c3ee46092a5c46db147006cb462882cc9abec11f49f07f4f4b50888be6537625a0756a8f05837c21d769345e39837f650ad3a6488713adc304880a3674 SHA512 dfce278a1b33eebcebe3f6f9b5885a8c247f3181d154bc35d8b6d894f1f33043e9e40dd4c8dc336fa100700883295e8a648bece6f04ee556d4fa2f69adaecb76

diff --git a/app-text/tkinfo/tkinfo-2.11.ebuild b/app-text/tkinfo/tkinfo-2.11.ebuild
new file mode 100644
index 000000000000..529b014dd1fe
--- /dev/null
+++ b/app-text/tkinfo/tkinfo-2.11.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Info Browser in TK"
+HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/"
+SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz"
+
+LICENSE="Old-MIT GPL-1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="dev-lang/tk"
+
+src_prepare() {
+	default
+	sed -e "1 s:^.*:#!/usr/bin/env wish:" \
+		-i tkinfo || die "sed tkinfo failed"
+}
+
+src_install() {
+	dobin tkinfo
+	doman tkinfo.1
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/
@ 2024-11-23 13:16 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-11-23 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0c2ec1bb2699e034c879ecc991d4112fd773b9f3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 13:16:07 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 13:16:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2ec1bb

app-text/tkinfo: Stabilize 2.11 amd64, #944661

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/tkinfo/tkinfo-2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tkinfo/tkinfo-2.11.ebuild b/app-text/tkinfo/tkinfo-2.11.ebuild
index ec6041c54752..1b03db0dd4aa 100644
--- a/app-text/tkinfo/tkinfo-2.11.ebuild
+++ b/app-text/tkinfo/tkinfo-2.11.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz"
 
 LICENSE="Old-MIT GPL-1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ppc sparc ~x86"
 
 RDEPEND="dev-lang/tk"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/
@ 2024-11-23 16:20 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-11-23 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e816aa99eabebd650ae3d20712ee11cc350d0c0d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 16:20:11 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 16:20:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e816aa99

app-text/tkinfo: Stabilize 2.11 x86, #944661

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/tkinfo/tkinfo-2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tkinfo/tkinfo-2.11.ebuild b/app-text/tkinfo/tkinfo-2.11.ebuild
index 1b03db0dd4aa..829d2490bc15 100644
--- a/app-text/tkinfo/tkinfo-2.11.ebuild
+++ b/app-text/tkinfo/tkinfo-2.11.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz"
 
 LICENSE="Old-MIT GPL-1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
 
 RDEPEND="dev-lang/tk"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/
@ 2024-12-06 10:01 Petr Vaněk
  0 siblings, 0 replies; 9+ messages in thread
From: Petr Vaněk @ 2024-12-06 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     2573e8bb5cfc81c9748416afbd1fa5bc49bfb74d
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 09:50:23 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 09:59:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2573e8bb

app-text/tkinfo: drop 2.8-r2

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-text/tkinfo/Manifest             |  1 -
 app-text/tkinfo/tkinfo-2.8-r2.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/app-text/tkinfo/Manifest b/app-text/tkinfo/Manifest
index 38cd2d7098d4..1de0cf3b1237 100644
--- a/app-text/tkinfo/Manifest
+++ b/app-text/tkinfo/Manifest
@@ -1,2 +1 @@
 DIST tkinfo-2.11.tar.gz 56332 BLAKE2B 7242b27555b0075d14a716e1964ce9cc9c9fb03bb8b3f5f93bfa4f7a613321781a2106604f0ca31e9acbd91413cb418b5a2d38453d88cdf73d0c9d4e45b9ef12 SHA512 69568e441a56f51dc136df5c58343c464b23e7577a64a9e44edd0dd5704e95299e3827e0704a953b9a56e2a642ac69324256ac477752d51e1060b259a69380e5
-DIST tkinfo-2.8.tar.gz 56234 BLAKE2B 6351a8c3ee46092a5c46db147006cb462882cc9abec11f49f07f4f4b50888be6537625a0756a8f05837c21d769345e39837f650ad3a6488713adc304880a3674 SHA512 dfce278a1b33eebcebe3f6f9b5885a8c247f3181d154bc35d8b6d894f1f33043e9e40dd4c8dc336fa100700883295e8a648bece6f04ee556d4fa2f69adaecb76

diff --git a/app-text/tkinfo/tkinfo-2.8-r2.ebuild b/app-text/tkinfo/tkinfo-2.8-r2.ebuild
deleted file mode 100644
index 3ff353a3fe92..000000000000
--- a/app-text/tkinfo/tkinfo-2.8-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Info Browser in TK"
-HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/"
-SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz"
-
-LICENSE="Old-MIT GPL-1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
-
-RDEPEND="dev-lang/tk"
-
-src_prepare() {
-	default
-	sed -e "1 s:^.*:#!/usr/bin/env wish:" \
-		-i tkinfo || die "sed tkinfo failed"
-}
-
-src_install() {
-	dobin tkinfo
-	doman tkinfo.1
-}


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

end of thread, other threads:[~2024-12-06 10:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-22 18:54 [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-12-06 10:01 Petr Vaněk
2024-11-23 16:20 Michał Górny
2024-11-23 13:16 Michał Górny
2022-11-20 23:56 David Seifert
2019-12-11 14:59 Ulrich Müller
2016-12-14 23:01 Patrice Clement
2016-12-14 23:01 Patrice Clement
2016-05-27 22:26 Patrice Clement

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