diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2016-12-17 11:01:13 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-21 14:50:18 +0100 |
commit | 79440b18ba8d0920376bcfb4edbb550953bb4e09 (patch) | |
tree | 070cd78d52e7affd41fd715778bd4779051bcffa /app-misc | |
parent | virtualbox packages: Removed old. (diff) | |
download | gentoo-79440b18ba8d0920376bcfb4edbb550953bb4e09.tar.gz gentoo-79440b18ba8d0920376bcfb4edbb550953bb4e09.tar.bz2 gentoo-79440b18ba8d0920376bcfb4edbb550953bb4e09.zip |
app-misc/scrub: update SRC_URI and HOMEPAGE.
Gentoo-Bug: https://bugs.gentoo.org/602248
Closes: https://github.com/gentoo/gentoo/pull/3141
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/scrub/Manifest | 2 | ||||
-rw-r--r-- | app-misc/scrub/metadata.xml | 1 | ||||
-rw-r--r-- | app-misc/scrub/scrub-2.5.2.ebuild | 6 | ||||
-rw-r--r-- | app-misc/scrub/scrub-2.6.1.ebuild | 4 |
4 files changed, 6 insertions, 7 deletions
diff --git a/app-misc/scrub/Manifest b/app-misc/scrub/Manifest index b60eb1d7c838..b7613b32d4f2 100644 --- a/app-misc/scrub/Manifest +++ b/app-misc/scrub/Manifest @@ -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 diff --git a/app-misc/scrub/metadata.xml b/app-misc/scrub/metadata.xml index 7da0170cd6ed..95678afd6dee 100644 --- a/app-misc/scrub/metadata.xml +++ b/app-misc/scrub/metadata.xml @@ -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> diff --git a/app-misc/scrub/scrub-2.5.2.ebuild b/app-misc/scrub/scrub-2.5.2.ebuild index fbeb129a9805..f508cce63d8c 100644 --- a/app-misc/scrub/scrub-2.5.2.ebuild +++ b/app-misc/scrub/scrub-2.5.2.ebuild @@ -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" diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild index 047742a2628c..debc82daf7af 100644 --- a/app-misc/scrub/scrub-2.6.1.ebuild +++ b/app-misc/scrub/scrub-2.6.1.ebuild @@ -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" |