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

commit:     4e628bf0e6f9e6a583419d9ae4a885a9e8b36177
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 13:15:05 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 13:15:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e628bf0

dev-tcltk/scwoop: EAPI 7

Bug: 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/scwoop/{scwoop-4.1.ebuild => scwoop-4.1-r1.ebuild} | 11 +++++++----
 dev-tcltk/scwoop/scwoop-4.1.ebuild                           |  1 +
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-tcltk/scwoop/scwoop-4.1.ebuild b/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
similarity index 76%
copy from dev-tcltk/scwoop/scwoop-4.1.ebuild
copy to dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
index 6a61670703e..16a2cf48043 100644
--- a/dev-tcltk/scwoop/scwoop-4.1.ebuild
+++ b/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
@@ -1,25 +1,28 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 DESCRIPTION="Simple Composite Widget Object Oriented Package"
 HOMEPAGE="http://jfontain.free.fr/scwoop41.htm"
 SRC_URI="http://jfontain.free.fr/${P}.tar.gz"
 
 LICENSE="jfontain"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 SLOT="0"
 IUSE=""
 
 DEPEND="dev-tcltk/tcllib"
+RDEPEND="${DEPEND}"
+
+HTML_DOCS=( scwoop.htm )
 
 src_install() {
 	dodir /usr/lib/scwoop
 	./instapkg.tcl "${D}"/usr/lib/scwoop || die
 
-	dodoc CHANGES CONTENTS COPYRIGHT INSTALL README TODO
-	dohtml scwoop.htm
+	einstalldocs
+	docompress -x /usr/share/doc/${PF}/demo
 	docinto demo
 	dodoc demo*
 }

diff --git a/dev-tcltk/scwoop/scwoop-4.1.ebuild b/dev-tcltk/scwoop/scwoop-4.1.ebuild
index 6a61670703e..13f55586d5e 100644
--- a/dev-tcltk/scwoop/scwoop-4.1.ebuild
+++ b/dev-tcltk/scwoop/scwoop-4.1.ebuild
@@ -13,6 +13,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="dev-tcltk/tcllib"
+RDEPEND="${DEPEND}"
 
 src_install() {
 	dodir /usr/lib/scwoop


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

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

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

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

diff --git a/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild b/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
index 8e9be7c5832..9576b760388 100644
--- a/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
+++ b/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://jfontain.free.fr/scwoop41.htm"
 SRC_URI="http://jfontain.free.fr/${P}.tar.gz"
 
 LICENSE="jfontain"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 SLOT="0"
 IUSE=""
 


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

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

commit:     499967240247a9f4325bfe0eb45cccc6d32215c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 18:14:13 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 18:18:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49996724

dev-tcltk/scwoop: Drop EAPI 0 ebuild

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

 dev-tcltk/scwoop/scwoop-4.1.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/dev-tcltk/scwoop/scwoop-4.1.ebuild b/dev-tcltk/scwoop/scwoop-4.1.ebuild
deleted file mode 100644
index 13f55586d5e..00000000000
--- a/dev-tcltk/scwoop/scwoop-4.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Simple Composite Widget Object Oriented Package"
-HOMEPAGE="http://jfontain.free.fr/scwoop41.htm"
-SRC_URI="http://jfontain.free.fr/${P}.tar.gz"
-
-LICENSE="jfontain"
-KEYWORDS="amd64 ~ppc x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-tcltk/tcllib"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	dodir /usr/lib/scwoop
-	./instapkg.tcl "${D}"/usr/lib/scwoop || die
-
-	dodoc CHANGES CONTENTS COPYRIGHT INSTALL README TODO
-	dohtml scwoop.htm
-	docinto demo
-	dodoc demo*
-}


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

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

commit:     c17658ef99d1de7c0f55b2a0217b0b098a35236c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 20:42:59 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 20:46:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17658ef

dev-tcltk/scwoop: EmptyGlobalAssignment

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

 dev-tcltk/scwoop/scwoop-4.1-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild b/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
index 9576b7603884..bf25372e0b22 100644
--- a/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
+++ b/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 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.gz"
 LICENSE="jfontain"
 KEYWORDS="amd64 ~ppc x86"
 SLOT="0"
-IUSE=""
 
 DEPEND="dev-tcltk/tcllib"
 RDEPEND="${DEPEND}"


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

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

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

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