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

net-p2p/eiskaltdcpp/Manifest
net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild
net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild

index a9d1493487fa24d4ba864a20f03db3250b9197eb..7deffb05ff6607e1a9b5ae16ecc6fd7f68a8f927 100644 (file)
@@ -1 +1 @@
-DIST eiskaltdcpp-2.2.9.tar.xz 2327732 SHA256 3d9170645450f9cb0a605278b8646fec2110b9637910d86fd27cf245cbe24eaf SHA512 0de95d3dcfb860f262073497e8dacc6bb4371d72a13f23bf7981e96203d7361a2e078b45826c12a81cc8fbe8423ee231232e2874a02bcef76f96b516cb7e301c WHIRLPOOL a1ab51ef32a96cb6af5b6988068f93cade26def068509f269eb95a934e07adfddf850e85d1c48eb5fb3ba75cff97d5e4bf6843a4375c099dcb2658be983c008f
+DIST eiskaltdcpp-2.2.9.tar.gz 3578993 SHA256 99f1f66038ec19ec14992df484f97b88238df5dd260ca72d5023fb9a6fef44b4 SHA512 8b3a58e1fe757b5cef50b3ec534f135b2285d843f0120758f07bd3a1ce82aaf0874d78a04ba1d2eb4f584db50a2bc3315536ebdbabbb4d296b42e8ca90cc630b WHIRLPOOL 0bb140c903556fd82d1e888b2dd581c362375983ad585ea0686e5cb8bebcf257d8356d546af3779103b9173c1f3a1061df383da8932a835eb7c5a1bb0e932c55
index 10ce22e79776c552b72e9d9e3b722785a1e8db15..8fc989dccd2b87628e5386b0e58b90a5a6437869 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit cmake-utils eutils l10n fdo-mime gnome2-utils
 [[ ${PV} = *9999* ]] && inherit git-r3
 
 DESCRIPTION="Qt based client for DirectConnect and ADC protocols, based on DC++ library"
-HOMEPAGE="https://code.google.com/p/eiskaltdc/"
+HOMEPAGE="https://github.com/eiskaltdcpp/eiskaltdcpp"
 
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
@@ -30,7 +30,7 @@ REQUIRED_USE="
 "
 
 if [[ ${PV} != *9999* ]]; then
-       SRC_URI="https://eiskaltdc.googlecode.com/files/${P}.tar.xz"
+       SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="amd64 x86"
 else
        EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
index 749060466978c2679fec680a6826a0a5d3dd785e..3a703d6032c59fd56cea852a238fda3db4f78cc3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit cmake-utils eutils l10n fdo-mime gnome2-utils
 [[ ${PV} = *9999* ]] && inherit git-r3
 
 DESCRIPTION="Qt based client for DirectConnect and ADC protocols, based on DC++ library"
-HOMEPAGE="https://code.google.com/p/eiskaltdc/"
+HOMEPAGE="https://github.com/eiskaltdcpp/eiskaltdcpp"
 
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
@@ -30,7 +30,7 @@ REQUIRED_USE="
 "
 
 if [[ ${PV} != *9999* ]]; then
-       SRC_URI="https://eiskaltdc.googlecode.com/files/${P}.tar.xz"
+       SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 else
        EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"