app-misc/scrub: update SRC_URI and HOMEPAGE.
authorWim Muskee <wimmuskee@gmail.com>
Sat, 17 Dec 2016 10:01:13 +0000 (11:01 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 21 Dec 2016 13:50:18 +0000 (14:50 +0100)
Gentoo-Bug: https://bugs.gentoo.org/602248

Closes: https://github.com/gentoo/gentoo/pull/3141

app-misc/scrub/Manifest
app-misc/scrub/metadata.xml
app-misc/scrub/scrub-2.5.2.ebuild
app-misc/scrub/scrub-2.6.1.ebuild

index b60eb1d7c8388cbd2aae05bbd62af6508ebc822f..b7613b32d4f26d9c753feb80dac45c2f6123632d 100644 (file)
@@ -1,2 +1,2 @@
-DIST scrub-2.5.2.tar.bz2 161468 SHA256 51ee4963759cf07b186bb583ef2839618c1131bbbbdfae849ca76a2259cbc461 SHA512 23815831a356b3a7c6a75354134c49912dc97f9e54130acaa9ee8e80cf839e18238bf69cf6d5aaf79dbbc3dc4195ca78cb6f0d5aca11972726956040fcc424e7 WHIRLPOOL 80b8514e21bff2b1aa2628da7c46d679ea72328db26ac676189c09986f7d1f9e0ac63af7e8c8796237f42b86e707acfc90113af9c16194bc63382e848afb5f6a
+DIST 2.5.2.tar.gz 192060 SHA256 92d688f994fb5b8d377bb41d46f077ebf5c41327d1b6af2824eb4d2bb2c7815e SHA512 1ae96c6f59d9039720642acc320a7e4498116594a3058ace86ea6346c58131283063c4337a8d6960a0fab5d4d592e471cb0652d7886def850d97a71e8dbce201 WHIRLPOOL dd5fb30d7df86f430a107aa25197cd3d5b1649635fd2e5f85c3495d8161fb96995086114e5d20ab85dfa26763ca319758463cf6251e3ff9c4c6c91f895baee8a
 DIST scrub-2.6.1.tar.gz 362536 SHA256 43d98d3795bc2de7920efe81ef2c5de4e9ed1f903c35c939a7d65adc416d6cb8 SHA512 6e434b9d81c5ac473188c37af790c808771204203b3f04a5ca316c6a890f872d1beb73ce4713546e14ae91287d7adaf2fbfa44a30af634c2b3af890e2a0e8640 WHIRLPOOL 443a790da1e2507984e8b5f55f566fcf8f850b7b81b4e01c4df5fa8d6b9045494af1defd4b36baaa44a91ae99fea18a9de2be41b8af52cea5f8fa103c92f4e21
index 7da0170cd6edd9e4ea713442dcfcefa2a20e2e31..95678afd6deeb141c8e34280b032c39fe6afaa3c 100644 (file)
@@ -6,7 +6,6 @@
     <name>Tiziano Müller</name>
   </maintainer>
   <upstream>
-    <remote-id type="google-code">diskscrub</remote-id>
     <remote-id type="github">chaos/scrub</remote-id>
   </upstream>
 </pkgmetadata>
index fbeb129a98051fc67e793aaddc0a8be557c795f7..f508cce63d8c8a3923c28dce0e0c2e5d07c5a2af 100644 (file)
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="4"
 
 DESCRIPTION="write patterns on disk/file"
-HOMEPAGE="https://code.google.com/p/diskscrub/"
-SRC_URI="https://diskscrub.googlecode.com/files/${P}.tar.bz2"
+HOMEPAGE="https://github.com/chaos/scrub"
+SRC_URI="https://github.com/chaos/${PN}/archive/${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
index 047742a2628c48586d9f65099d99ac02ecea8af3..debc82daf7afb954326b107143048e54c149343c 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 
 DESCRIPTION="Write patterns on disk/file"
-HOMEPAGE="https://code.google.com/p/diskscrub/"
+HOMEPAGE="https://github.com/chaos/scrub"
 SRC_URI="https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"