public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/vtcl/
@ 2019-10-12 14:19 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2019-10-12 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     87346ea1a3c87960bab9e2dbaf4c9089859f03b3
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 14:19:31 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 14:19:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87346ea1

dev-tcltk/vtcl: EAPI 7

Closes: https://bugs.gentoo.org/697338
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild                |  3 ++-
 .../{vtcl-1.6.0-r1.ebuild => vtcl-1.6.0-r2.ebuild} | 23 ++++++++++++----------
 2 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild b/dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild
index 596e52294e4..6b09343c421 100644
--- a/dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild
+++ b/dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
@@ -11,6 +11,7 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="doc"
 DEPEND="dev-lang/tk"
+RDEPEND="${DEPEND}"
 
 MY_DESTDIR=/usr/share/${PN}
 src_compile() {

diff --git a/dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild b/dev-tcltk/vtcl/vtcl-1.6.0-r2.ebuild
similarity index 68%
copy from dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild
copy to dev-tcltk/vtcl/vtcl-1.6.0-r2.ebuild
index 596e52294e4..5080e7e70cc 100644
--- a/dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild
+++ b/dev-tcltk/vtcl/vtcl-1.6.0-r2.ebuild
@@ -1,29 +1,32 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 DESCRIPTION="Visual Tcl is a high-quality application development environment"
 HOMEPAGE="http://vtcl.sf.net"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="doc"
-DEPEND="dev-lang/tk"
+DEPEND="dev-lang/tk:*"
+RDEPEND="${DEPEND}"
 
 MY_DESTDIR=/usr/share/${PN}
+
 src_compile() {
-	./configure || die
 	sed -i 's,^\(VTCL_HOME=\).*,\1'${MY_DESTDIR}',g' vtcl	|| die "Path fixing failed."
 	sed -i 's,package require -exact Tk ,package require Tk ,' lib/tkcon.tcl || die "Tcl8.5 patch failed"
 }
 
 src_install() {
-	dodir ${MY_DESTDIR} || die "Directory creation failed."
-	dobin vtcl || die
+	dodir ${MY_DESTDIR}
+	dobin vtcl
 	cp -r ./{demo,images,lib,sample,vtcl.tcl} "${D}/${MY_DESTDIR}" || die "Data installation failed."
-	dodoc ChangeLog README
-	use doc && dodoc doc/tutorial.txt
-	use doc && dohtml doc/*html
+	if use doc; then
+		DOCS=( ChangeLog README doc/tutorial.txt )
+		HTML_DOCS=( doc/*html )
+	fi
+	einstalldocs
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/vtcl/
@ 2019-11-12 10:45 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2019-11-12 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d09a89085e6f7e02bfe4b637057d2fae9e00c2dd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 10:43:31 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 10:43:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09a8908

dev-tcltk/vtcl: amd64 stable wrt bug #699428

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-tcltk/vtcl/vtcl-1.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/vtcl/vtcl-1.6.0-r2.ebuild b/dev-tcltk/vtcl/vtcl-1.6.0-r2.ebuild
index 5e750654955..0c96a9e9eac 100644
--- a/dev-tcltk/vtcl/vtcl-1.6.0-r2.ebuild
+++ b/dev-tcltk/vtcl/vtcl-1.6.0-r2.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://vtcl.sf.net"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc"
 DEPEND="dev-lang/tk:*"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/vtcl/
@ 2019-11-23 18:19 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-11-23 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3d2cf615b687520e0febd3de97856dcae72caed8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 18:15:07 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 18:18:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2cf615

dev-tcltk/vtcl: Drop EAPI 0 ebuild

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

 dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild b/dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild
deleted file mode 100644
index 6b09343c421..00000000000
--- a/dev-tcltk/vtcl/vtcl-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Visual Tcl is a high-quality application development environment"
-HOMEPAGE="http://vtcl.sf.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc"
-DEPEND="dev-lang/tk"
-RDEPEND="${DEPEND}"
-
-MY_DESTDIR=/usr/share/${PN}
-src_compile() {
-	./configure || die
-	sed -i 's,^\(VTCL_HOME=\).*,\1'${MY_DESTDIR}',g' vtcl	|| die "Path fixing failed."
-	sed -i 's,package require -exact Tk ,package require Tk ,' lib/tkcon.tcl || die "Tcl8.5 patch failed"
-}
-
-src_install() {
-	dodir ${MY_DESTDIR} || die "Directory creation failed."
-	dobin vtcl || die
-	cp -r ./{demo,images,lib,sample,vtcl.tcl} "${D}/${MY_DESTDIR}" || die "Data installation failed."
-	dodoc ChangeLog README
-	use doc && dodoc doc/tutorial.txt
-	use doc && dohtml doc/*html
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/vtcl/
@ 2022-10-28 20:58 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-10-28 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2a1022489f7758a0b2ca5e3f8bbe927a5427e707
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 20:57:03 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 20:58:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a102248

dev-tcltk/vtcl: no more herds

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tcltk/vtcl/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/vtcl/metadata.xml b/dev-tcltk/vtcl/metadata.xml
index 44eaf589390e..3bb4a54f4ece 100644
--- a/dev-tcltk/vtcl/metadata.xml
+++ b/dev-tcltk/vtcl/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 	<maintainer type="project">
 		<email>tcltk@gentoo.org</email>
-		<name>TCL / TK herd</name>
+		<name>TCL/TK project</name>
 	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">vtcl</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/vtcl/
@ 2023-09-27 13:29 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-09-27 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     14b34af06e4acf6df8ada4017edb719c15504936
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 13:28:15 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 13:28:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b34af0

dev-tcltk/vtcl: Stabilize 1.6.1_alpha1 amd64, #914820

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild b/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild
index 7d1e4a5eb8f8..d4966d4fc454 100644
--- a/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild
+++ b/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="http://vtcl.sf.net"
 SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="doc"
 DEPEND="dev-lang/tk:*"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/vtcl/
@ 2023-09-28  1:00 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-09-28  1:00 UTC (permalink / raw
  To: gentoo-commits

commit:     27542ae01d33771c5198c72dc65d8a38c7065e9a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 01:00:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 01:00:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27542ae0

dev-tcltk/vtcl: Stabilize 1.6.1_alpha1 x86, #914820

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild b/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild
index d4966d4fc454..1396d52b50df 100644
--- a/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild
+++ b/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://vtcl.sf.net"
 SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc"
 DEPEND="dev-lang/tk:*"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/vtcl/
@ 2023-12-05 20:00 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-12-05 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     f044ed323a31d635957de2d77ca4793569215e14
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 20:00:08 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 20:00:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f044ed32

dev-tcltk/vtcl: Stabilize 1.6.1_alpha1 ppc, #914820

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild b/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild
index 1396d52b50df..2f8676c7c9dc 100644
--- a/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild
+++ b/dev-tcltk/vtcl/vtcl-1.6.1_alpha1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://vtcl.sf.net"
 SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="doc"
 DEPEND="dev-lang/tk:*"
 RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2023-12-05 20:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-28  1:00 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/vtcl/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-12-05 20:00 Arthur Zamarin
2023-09-27 13:29 Arthur Zamarin
2022-10-28 20:58 Sam James
2019-11-23 18:19 Michał Górny
2019-11-12 10:45 Agostino Sarubbo
2019-10-12 14:19 Alfredo Tupone

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