public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/whyteboard/
@ 2016-03-18 19:11 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2016-03-18 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     54143a7b6d2d1e660d885ddf88d75e4f196c0428
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 18:59:29 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 19:10:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54143a7b

x11-apps/whyteboard: Remove empty <email/> from upstream maintainer

Remove the empty <email/> from upstream maintainer entry. The <email/>
element is optional per GLEP 46. However, providing an empty value is
incorrect.

 x11-apps/whyteboard/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-apps/whyteboard/metadata.xml b/x11-apps/whyteboard/metadata.xml
index de14a65..fd92cb5 100644
--- a/x11-apps/whyteboard/metadata.xml
+++ b/x11-apps/whyteboard/metadata.xml
@@ -18,7 +18,6 @@
   <longdescription lang="en">A simple image, PDF and postscript file annotator.</longdescription>
   <upstream>
     <maintainer status="active">
-      <email/>
       <name>Steven Sproat</name>
     </maintainer>
     <remote-id type="google-code">http://whyteboard.org/</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/whyteboard/
@ 2016-05-29 13:25 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-05-29 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     633d274375a66e4261aa3e5b9528015346a5809d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 13:21:29 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 29 13:25:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633d2743

x11-apps/whyteboard: Cleanup due to #269417

Package-Manager: portage-2.3.0_rc1

 x11-apps/whyteboard/metadata.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/x11-apps/whyteboard/metadata.xml b/x11-apps/whyteboard/metadata.xml
index fd92cb5..0d11bb0 100644
--- a/x11-apps/whyteboard/metadata.xml
+++ b/x11-apps/whyteboard/metadata.xml
@@ -2,11 +2,6 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer type="person">
-    <email>lxnay@gentoo.org</email>
-    <name>Fabio Erculiani</name>
-    <description>Maintainer. Assign bugs to him</description>
-  </maintainer>
-  <maintainer type="person">
     <email>ziapannocchia@gmail.com</email>
     <name>Marco Clocchiatti</name>
     <description>Proxy maintainer. CC him on bugs</description>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/whyteboard/
@ 2016-11-27  6:01 Göktürk Yüksek
  0 siblings, 0 replies; 6+ messages in thread
From: Göktürk Yüksek @ 2016-11-27  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     92ac3db19ef1ba34f93b1ca9c393e57a4f4412bd
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 23:25:27 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 05:57:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ac3db1

x11-apps/whyteboard: migrate away from google code #544092

Package-Manager: portage-2.3.0

 x11-apps/whyteboard/metadata.xml             | 1 -
 x11-apps/whyteboard/whyteboard-0.41.1.ebuild | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11-apps/whyteboard/metadata.xml b/x11-apps/whyteboard/metadata.xml
index 952d2af..4cc81be 100644
--- a/x11-apps/whyteboard/metadata.xml
+++ b/x11-apps/whyteboard/metadata.xml
@@ -15,7 +15,6 @@
     <maintainer status="active">
       <name>Steven Sproat</name>
     </maintainer>
-    <remote-id type="google-code">http://whyteboard.org/</remote-id>
   </upstream>
   <use>
 	</use>

diff --git a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild
index d9e024e..f123763 100644
--- a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild
+++ b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,9 +9,9 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1 multilib
 
 DESCRIPTION="A simple image, PDF and postscript file annotator"
-HOMEPAGE="https://code.google.com/p/whyteboard"
+HOMEPAGE="http://whyteboard.org/"
 SRC_URI="
-	https://whyteboard.googlecode.com/files/${P}.tar.gz
+	mirror://sourceforge/${PN}/${P}.tar.gz
 	https://dev.gentoo.org/~lxnay/${PN}/${PN}.png"
 
 LICENSE="ISC"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/whyteboard/
@ 2016-11-27  6:01 Göktürk Yüksek
  0 siblings, 0 replies; 6+ messages in thread
From: Göktürk Yüksek @ 2016-11-27  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8b572a0f2d3250da9d2ac14013404b486db8167b
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 23:27:02 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 05:57:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b572a0f

x11-apps/whyteboard: reorder maintainers and simplify metadata

Package-Manager: portage-2.3.0

 x11-apps/whyteboard/metadata.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/x11-apps/whyteboard/metadata.xml b/x11-apps/whyteboard/metadata.xml
index 4cc81be..56e28c4 100644
--- a/x11-apps/whyteboard/metadata.xml
+++ b/x11-apps/whyteboard/metadata.xml
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
   <maintainer type="person">
     <email>ziapannocchia@gmail.com</email>
     <name>Marco Clocchiatti</name>
-    <description>Proxy maintainer. CC him on bugs</description>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
   </maintainer>
   <longdescription lang="en">A simple image, PDF and postscript file annotator.</longdescription>
   <upstream>
@@ -16,6 +15,4 @@
       <name>Steven Sproat</name>
     </maintainer>
   </upstream>
-  <use>
-	</use>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/whyteboard/
@ 2017-07-14  0:52 Göktürk Yüksek
  0 siblings, 0 replies; 6+ messages in thread
From: Göktürk Yüksek @ 2017-07-14  0:52 UTC (permalink / raw
  To: gentoo-commits

commit:     10be4294f7db379a7b9f0b953557db343929fa73
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 00:51:36 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 00:51:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10be4294

x11-apps/whyteboard: remove proxied maintainer per his request

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-apps/whyteboard/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/x11-apps/whyteboard/metadata.xml b/x11-apps/whyteboard/metadata.xml
index 871fd11609d..32a83e0a9fc 100644
--- a/x11-apps/whyteboard/metadata.xml
+++ b/x11-apps/whyteboard/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>ziapannocchia@gmail.com</email>
-    <name>Marco Clocchiatti</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
+  <!-- maintainer-needed -->
   <longdescription lang="en">A simple image, PDF and postscript file annotator.</longdescription>
   <upstream>
     <maintainer status="active">


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/whyteboard/
@ 2020-02-09 16:42 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2020-02-09 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     fc49ddfdee4a1865f14520b5d4159a96616f020c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 20:29:01 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:37:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc49ddfd

x11-apps/whyteboard: Switch to PYTHON_MULTI_USEDEP API

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

 .../{whyteboard-0.41.1.ebuild => whyteboard-0.41.1-r1.ebuild}       | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild
similarity index 89%
rename from x11-apps/whyteboard/whyteboard-0.41.1.ebuild
rename to x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild
index b37dbb1d85d..9d13028f704 100644
--- a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild
+++ b/x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
-	dev-python/wxpython:*[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-python/wxpython:*[${PYTHON_MULTI_USEDEP}]
+	')
 	media-gfx/imagemagick"
 
 src_install() {


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

end of thread, other threads:[~2020-02-09 16:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-27  6:01 [gentoo-commits] repo/gentoo:master commit in: x11-apps/whyteboard/ Göktürk Yüksek
  -- strict thread matches above, loose matches on Subject: below --
2020-02-09 16:42 Michał Górny
2017-07-14  0:52 Göktürk Yüksek
2016-11-27  6:01 Göktürk Yüksek
2016-05-29 13:25 Pacho Ramos
2016-03-18 19:11 Michał Górny

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