public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/pyaim-t/
@ 2015-10-29 16:11 Ian Delaney
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Delaney @ 2015-10-29 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     65b198c558538690d3dc0db3282df387860a59e0
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 13:08:16 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 16:11:41 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b198c5

net-im/pyaim-t: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 net-im/pyaim-t/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pyaim-t/metadata.xml b/net-im/pyaim-t/metadata.xml
index d67761a..28d9e8b 100644
--- a/net-im/pyaim-t/metadata.xml
+++ b/net-im/pyaim-t/metadata.xml
@@ -4,7 +4,7 @@
 	<herd>net-im</herd>
 	<herd>proxy-maintainers</herd>
 	<maintainer>
-		<email>carlin@jlab.org</email>
+		<email>volkris@gmail.com</email>
 		<name>Chris Carlin</name>
 		<description>Proxy maintainer</description>
 	</maintainer>


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

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

commit:     6fc96f034c9e93fbdd2cb2e347494137f03adcbe
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 05:33:42 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 06:00:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc96f03

net-im/pyaim-t: migrate away from google code #544092

Package-Manager: portage-2.3.0

 net-im/pyaim-t/Manifest                  |  2 +-
 net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/net-im/pyaim-t/Manifest b/net-im/pyaim-t/Manifest
index 525b332..3237d3a 100644
--- a/net-im/pyaim-t/Manifest
+++ b/net-im/pyaim-t/Manifest
@@ -1 +1 @@
-DIST pyaimt-0.8.0.1.tar.gz 143968 SHA256 c9447ff37b4d5d49d9ae9e88e694493cb7449008c882edbb0babf4b4dd5c4bfa SHA512 70d92cb99f36452d95b32bda04ad5f4c74387ab4cc40ed3cd06da58285f4f4b5122aa470e34e4fb1dfedc13ef33feafb3ba6a7036caee9d95edb8969df730540 WHIRLPOOL 337e4ce76c6f8997054d3e93be5d11a94121ca99200a2205fb59cc38595e626e4f2307078a9f7d1a22ec73b40298bf91a430db86cba28e8b2178f4681ff8248f
+DIST pyaim-t-0.8.0.1.tar.gz 143968 SHA256 c9447ff37b4d5d49d9ae9e88e694493cb7449008c882edbb0babf4b4dd5c4bfa SHA512 70d92cb99f36452d95b32bda04ad5f4c74387ab4cc40ed3cd06da58285f4f4b5122aa470e34e4fb1dfedc13ef33feafb3ba6a7036caee9d95edb8969df730540 WHIRLPOOL 337e4ce76c6f8997054d3e93be5d11a94121ca99200a2205fb59cc38595e626e4f2307078a9f7d1a22ec73b40298bf91a430db86cba28e8b2178f4681ff8248f

diff --git a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild
index 0d4c6db..48dcd98 100644
--- a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild
+++ b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.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$
 
@@ -6,10 +6,12 @@ EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1
 
-MY_P="${P/pyaim-t/pyaimt}"
+MY_PN="pyaimt"
+MY_P="${MY_PN}-${PV}"
 DESCRIPTION="Python based jabber transport for AIM"
-HOMEPAGE="https://code.google.com/p/pyaimt/"
-SRC_URI="https://pyaimt.googlecode.com/files/${MY_P}.tar.gz"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://debian/pool/main/p/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz -> ${P}.tar.gz
+	https://launchpad.net/ubuntu/+archive/primary/+files/${MY_PN}_${PV}.orig.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/pyaim-t/
@ 2017-04-23 21:01 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-04-23 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5dcf6f8daa6bd458f4f5f17aee0490aac3b51e84
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 19:55:16 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 20:58:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcf6f8d

net-im/pyaim-t: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild
index dc3fd39f456..fb672c1c678 100644
--- a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild
+++ b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild
@@ -1,24 +1,28 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
+
 inherit eutils python-single-r1
 
 MY_PN="pyaimt"
 MY_P="${MY_PN}-${PV}"
+
 DESCRIPTION="Python based jabber transport for AIM"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="mirror://debian/pool/main/p/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz -> ${P}.tar.gz
 	https://launchpad.net/ubuntu/+archive/primary/+files/${MY_PN}_${PV}.orig.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="webinterface"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="net-im/jabber-base"
+DEPEND="${PYTHON_DEPS}
+	net-im/jabber-base"
 RDEPEND="${DEPEND}
 	dev-python/twisted-core[${PYTHON_USEDEP}]
 	dev-python/twisted-words[${PYTHON_USEDEP}]
@@ -26,6 +30,8 @@ RDEPEND="${DEPEND}
 	webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
 	dev-python/pillow[${PYTHON_USEDEP}]"
 
+S="${WORKDIR}/${MY_P}"
+
 src_prepare() {
 	epatch "${FILESDIR}/${P}-python26-warnings.patch"
 	epatch "${FILESDIR}/${P}-pillow-imaging.patch"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/pyaim-t/
@ 2017-10-09 19:44 Jonas Stein
  0 siblings, 0 replies; 4+ messages in thread
From: Jonas Stein @ 2017-10-09 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     133c4655346bd8e56723200d92b9138897a2f6fd
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 19:44:27 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 19:44:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133c4655

net-im/pyaim-t: Drop proxied maintainer

Drop proxied maintainer as requested per mail.

Closes: https://bugs.gentoo.org/633170
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-im/pyaim-t/metadata.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/net-im/pyaim-t/metadata.xml b/net-im/pyaim-t/metadata.xml
index e42a28de760..756ad481ebe 100644
--- a/net-im/pyaim-t/metadata.xml
+++ b/net-im/pyaim-t/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="person">
-		<email>volkris@gmail.com</email>
-		<name>Chris Carlin</name>
-		<description>Proxy maintainer</description>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+<!-- maintainer-needed -->
 	<longdescription>Python based jabber transport for AIM</longdescription>
 	<use>
 		<flag name="webinterface">Install dependencies needed for the web


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

end of thread, other threads:[~2017-10-09 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-09 19:44 [gentoo-commits] repo/gentoo:master commit in: net-im/pyaim-t/ Jonas Stein
  -- strict thread matches above, loose matches on Subject: below --
2017-04-23 21:01 David Seifert
2016-11-27  6:01 Göktürk Yüksek
2015-10-29 16:11 Ian Delaney

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