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

commit:     d3f8a831b9261e909891a63eaa8d738bd2523fa1
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 13:50:06 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 13:50:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f8a831

dev-tcltk/tkpiechart: EAPI 7

Bugs: 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/tkpiechart/tkpiechart-6.5-r1.ebuild            |  3 ++-
 ...tkpiechart-6.5-r1.ebuild => tkpiechart-6.5-r2.ebuild} | 16 +++++++++-------
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild b/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild
index ca9a67327bf..4df808b2fe7 100644
--- a/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild
+++ b/dev-tcltk/tkpiechart/tkpiechart-6.5-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
@@ -16,6 +16,7 @@ IUSE=""
 
 DEPEND=">=dev-lang/tk-8.3
 	dev-tcltk/tcllib"
+RDEPEND="${DEPEND}"
 
 src_install() {
 	dodir /usr/$(get_libdir)/tkpiechart

diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
similarity index 68%
copy from dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild
copy to dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
index ca9a67327bf..de6b80785f3 100644
--- a/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild
+++ b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
@@ -1,7 +1,7 @@
-# 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
 
 inherit multilib
 
@@ -10,19 +10,21 @@ HOMEPAGE="http://jfontain.free.fr/piechart6.htm"
 SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"
 
 LICENSE="jfontain"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 SLOT="0"
 IUSE=""
 
-DEPEND=">=dev-lang/tk-8.3
+DEPEND="dev-lang/tk:*
 	dev-tcltk/tcllib"
+RDEPEND="${DEPEND}"
 
 src_install() {
 	dodir /usr/$(get_libdir)/tkpiechart
 	./instapkg.tcl "${D}"/usr/$(get_libdir)/tkpiechart || die
 
-	dodoc CHANGES CONTENTS README TODO || die
-	dohtml *.gif *.htm || die
+	HTML_DOCS=( *.gif *.htm )
+	einstalldocs
 	docinto demo
-	dodoc demo* || die
+	dodoc demo*
+	docompress -x /usr/share/doc/${PF}/demo
 }


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

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

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

dev-tcltk/tkpiechart: 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/tkpiechart/tkpiechart-6.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
index 226d6ed840b..fea85ef4f1a 100644
--- a/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
+++ b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://jfontain.free.fr/piechart6.htm"
 SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"
 
 LICENSE="jfontain"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 SLOT="0"
 IUSE=""
 


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

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

commit:     3e05f10aa74ad2961a261f69d2074698a00d9207
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 18:14:48 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 18:18:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e05f10a

dev-tcltk/tkpiechart: Drop EAPI 0 ebuild

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

 dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild | 29 ---------------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild b/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild
deleted file mode 100644
index 4df808b2fe7..00000000000
--- a/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit multilib
-
-DESCRIPTION="create and update 2D or 3D pie charts in a Tcl/Tk application"
-HOMEPAGE="http://jfontain.free.fr/piechart6.htm"
-SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"
-
-LICENSE="jfontain"
-KEYWORDS="amd64 ~ppc x86"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-lang/tk-8.3
-	dev-tcltk/tcllib"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	dodir /usr/$(get_libdir)/tkpiechart
-	./instapkg.tcl "${D}"/usr/$(get_libdir)/tkpiechart || die
-
-	dodoc CHANGES CONTENTS README TODO || die
-	dohtml *.gif *.htm || die
-	docinto demo
-	dodoc demo* || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkpiechart/
@ 2021-09-18 16:51 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2021-09-18 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f83b8a839917f37265427197ecf28b7095d79dac
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 16:44:40 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 16:51:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83b8a83

dev-tcltk/tkpiechart: UnusedInherits

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
index fea85ef4f1a..9428e043939 100644
--- a/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
+++ b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit multilib
-
 DESCRIPTION="create and update 2D or 3D pie charts in a Tcl/Tk application"
 HOMEPAGE="http://jfontain.free.fr/piechart6.htm"
 SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkpiechart/
@ 2024-02-28 20:47 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2024-02-28 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     e022f82a0a1874bb684dd420723060f3063f54fa
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 20:45:24 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 20:46:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e022f82a

dev-tcltk/tkpiechart: EmptyGlobalAssignment

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
index 9428e0439395..86f30c70ecea 100644
--- a/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
+++ b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,6 @@ SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"
 LICENSE="jfontain"
 KEYWORDS="amd64 ~ppc x86"
 SLOT="0"
-IUSE=""
 
 DEPEND="dev-lang/tk:*
 	dev-tcltk/tcllib"


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

end of thread, other threads:[~2024-02-28 20:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-12 10:45 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkpiechart/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2024-02-28 20:47 Alfredo Tupone
2021-09-18 16:51 Alfredo Tupone
2019-11-23 18:19 Michał Górny
2019-10-12 13:50 Alfredo Tupone

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