public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/scrub/
Date: Wed, 21 Dec 2016 13:50:22 +0000 (UTC)	[thread overview]
Message-ID: <1482328218.79440b18ba8d0920376bcfb4edbb550953bb4e09.monsieurp@gentoo> (raw)

commit:     79440b18ba8d0920376bcfb4edbb550953bb4e09
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sat Dec 17 10:01:13 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 13:50:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79440b18

app-misc/scrub: update SRC_URI and HOMEPAGE.

Gentoo-Bug: https://bugs.gentoo.org/602248

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

 app-misc/scrub/Manifest           | 2 +-
 app-misc/scrub/metadata.xml       | 1 -
 app-misc/scrub/scrub-2.5.2.ebuild | 6 +++---
 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 b60eb1d..b7613b3 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 7da0170..95678af 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 fbeb129..f508cce 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 047742a..debc82d 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"


             reply	other threads:[~2016-12-21 13:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-21 13:50 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24 15:47 [gentoo-commits] repo/gentoo:master commit in: app-misc/scrub/ Petr Vaněk
2024-11-25 20:42 Sam James
2024-11-23 18:02 Arthur Zamarin
2024-11-23 18:02 Arthur Zamarin
2024-11-23 14:25 Sam James
2024-01-03 18:52 Arthur Zamarin
2022-08-17 13:01 Andreas Sturmlechner
2022-08-17  4:53 Arthur Zamarin
2022-08-17  2:47 Sam James
2022-08-17  2:47 Sam James
2022-07-10 11:21 Sam James
2022-06-24 20:57 Jakov Smolić
2022-04-16 14:07 Yixun Lan
2021-02-26 22:45 Sam James
2020-08-20 13:20 Sam James
2019-12-28 21:32 Georgy Yakovlev
2017-06-02 17:31 David Seifert
2017-02-16 10:26 Agostino Sarubbo
2016-12-29 12:28 David Seifert
2016-02-28  6:56 Matt Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1482328218.79440b18ba8d0920376bcfb4edbb550953bb4e09.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox