net-im/pyaim-t: migrate away from google code #544092
authorGöktürk Yüksek <gokturk@gentoo.org>
Sun, 27 Nov 2016 05:33:42 +0000 (00:33 -0500)
committerGöktürk Yüksek <gokturk@gentoo.org>
Sun, 27 Nov 2016 06:00:39 +0000 (01:00 -0500)
Package-Manager: portage-2.3.0

net-im/pyaim-t/Manifest
net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild

index 525b332701d2879568e136f97cda9377ba4748d2..3237d3a0133056b530ba7ebb89bec460f0defd41 100644 (file)
@@ -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
index 0d4c6dbf6faabe45a2c06375bef45cc99aec1b33..48dcd98738f7d9a8eb687918a313422112c77f7a 100644 (file)
@@ -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"