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

commit:     3f6641f0fb2f524950dc01d545deb88bac3e7bc6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 18:58:58 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=3f6641f0

x11-apps/python-whiteboard: Remove empty <email/> from upstream maint

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/python-whiteboard/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-apps/python-whiteboard/metadata.xml b/x11-apps/python-whiteboard/metadata.xml
index 19afb96..504ab9d 100644
--- a/x11-apps/python-whiteboard/metadata.xml
+++ b/x11-apps/python-whiteboard/metadata.xml
@@ -20,7 +20,6 @@
 	</longdescription>
 	<upstream>
 		<maintainer status="active">
-			<email/>
 			<name>Pietro Pilloli</name>
 		</maintainer>
 		<changelog>https://github.com/pnegre/python-whiteboard/commits/master</changelog>


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

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

commit:     8dfdd0a5f5c105f5cb5bca3e009c6111fe296ec9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 13:19:46 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 29 13:25:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfdd0a5

x11-apps/python-whiteboard: Cleanup due to #269417

Package-Manager: portage-2.3.0_rc1

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

diff --git a/x11-apps/python-whiteboard/metadata.xml b/x11-apps/python-whiteboard/metadata.xml
index 504ab9d..fc70639 100644
--- a/x11-apps/python-whiteboard/metadata.xml
+++ b/x11-apps/python-whiteboard/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] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/python-whiteboard/
@ 2017-02-18 20:38 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-02-18 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     741146f2288becf24cf78eeb692caf36cc71c6fe
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 19:44:59 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 20:37:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741146f2

x11-apps/python-whiteboard: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../python-whiteboard-20101012.ebuild              | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git a/x11-apps/python-whiteboard/python-whiteboard-20101012.ebuild b/x11-apps/python-whiteboard/python-whiteboard-20101012.ebuild
deleted file mode 100644
index a8ad7ef966..0000000000
--- a/x11-apps/python-whiteboard/python-whiteboard-20101012.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit python multilib
-
-SRC_URI="https://dev.gentoo.org/~lxnay/${PN}/${P}.tar.bz2"
-
-KEYWORDS="~x86 ~amd64"
-DESCRIPTION="Build and operate a electronic whiteboard Wiimote and IR Pen"
-HOMEPAGE="https://github.com/pnegre/python-whiteboard"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND="app-misc/cwiid[python]
-	dev-python/numpy
-	dev-python/pybluez
-	dev-python/PyQt4
-	dev-python/python-xlib"
-DEPEND="${RDEPEND}"
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-}
-
-pkg_postinst() {
-	python_mod_optimize "/usr/$(get_libdir)/${PN}"
-}
-
-pkg_postrm() {
-	python_mod_cleanup "/usr/$(get_libdir)/${PN}"
-}


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

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

commit:     728dd8206da831cc2d82b7792479815bd145485e
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 00:49:47 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 00:49:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728dd820

x11-apps/python-whiteboard: remove proxied maintainer per his request

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-apps/python-whiteboard/metadata.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/x11-apps/python-whiteboard/metadata.xml b/x11-apps/python-whiteboard/metadata.xml
index f50f923b6d6..0d8e243ff72 100644
--- a/x11-apps/python-whiteboard/metadata.xml
+++ b/x11-apps/python-whiteboard/metadata.xml
@@ -1,15 +1,7 @@
 <?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-needed -->
 	<longdescription lang="en">
 	Build and operate an electronic whiteboard using gnu/linux, a wiimote and an IR pen.
 	</longdescription>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/python-whiteboard/
@ 2017-07-30  9:23 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-07-30  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     96a4493885ab4a7886d1b527fc6d17f4454e7370
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 15:09:23 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a44938

x11-apps/python-whiteboard: remove incorrect remote-id in metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/x11-apps/python-whiteboard/metadata.xml b/x11-apps/python-whiteboard/metadata.xml
index 0d8e243ff72..c92a76cc49b 100644
--- a/x11-apps/python-whiteboard/metadata.xml
+++ b/x11-apps/python-whiteboard/metadata.xml
@@ -12,7 +12,6 @@
 		<changelog>https://github.com/pnegre/python-whiteboard/commits/master</changelog>
 		<doc>https://github.com/pnegre/python-whiteboard/wiki</doc>
 		<bugs-to>https://groups.google.com/group/python-whiteboard</bugs-to>
-		<remote-id type="sourceforge">git://github.com/pnegre/python-whiteboard.git</remote-id>
 		<remote-id type="github">pnegre/python-whiteboard</remote-id>
 	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2017-07-30  9:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-14  0:52 [gentoo-commits] repo/gentoo:master commit in: x11-apps/python-whiteboard/ Göktürk Yüksek
  -- strict thread matches above, loose matches on Subject: below --
2017-07-30  9:23 Michał Górny
2017-02-18 20:38 David Seifert
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