public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/skipfish/
Date: Thu, 22 Dec 2016 10:45:07 +0000 (UTC)	[thread overview]
Message-ID: <1482403465.734e4369f95f2b177fa81b8b955c0cc1d5d2fe48.gokturk@gentoo> (raw)

commit:     734e4369f95f2b177fa81b8b955c0cc1d5d2fe48
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 09:59:21 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 10:44:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734e4369

dev-util/skipfish: migrate away from google code #544092

Package-Manager: portage-2.3.0

 dev-util/skipfish/Manifest                  |  2 +-
 dev-util/skipfish/metadata.xml              |  3 ---
 dev-util/skipfish/skipfish-2.10_beta.ebuild | 12 +++++-------
 3 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/dev-util/skipfish/Manifest b/dev-util/skipfish/Manifest
index 752fe06..464b264 100644
--- a/dev-util/skipfish/Manifest
+++ b/dev-util/skipfish/Manifest
@@ -1 +1 @@
-DIST skipfish-2.10b.tgz 244528 SHA256 1a4fbc9d013f1f9b970946ea7228d943266127b7f4100c994ad26c82c5352a9e SHA512 ef961cbd6794083779a3e0d1a51dc68b6d0b580b840b213a16cf6dc4d2af858121db8527dcc590cf76efe6cdf0e2ee02dbb7a61956eb0017e9005a19f3537a74 WHIRLPOOL 7b22e892cd90a7ae616cf309849e5ec63b38224a670cbf726c2aeb1d66ea6a2aa7d69e5479d6c0b84f4fb48edf08bf4da7d76a727b0cc42b0f4e55bc8f0472c4
+DIST skipfish-2.10_beta.tar.gz 243827 SHA256 4b239304974dd0d24b54c11072da8a100c92544348030fbc8271a12d2961e3ae SHA512 a726bb7e53299ae3941c6a1645b89bb0a4c1d8a4ced6154696932d9a4844fc22d0a1f29d9311d083908b640155d65466ffea7b342c1f7c38e2c26f657c393af9 WHIRLPOOL 005204ece9cd7efcb6bc2f2512108d89f7fd1478c18c4246328b562b665e2b96b29d630b20833497c1981d9b20801781b1c04feb244fe00d24aab5b620d31ccc

diff --git a/dev-util/skipfish/metadata.xml b/dev-util/skipfish/metadata.xml
index c80219f..b4e2a01 100644
--- a/dev-util/skipfish/metadata.xml
+++ b/dev-util/skipfish/metadata.xml
@@ -15,7 +15,4 @@
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
 	</maintainer>
-	<upstream>
-		<remote-id type="google-code">skipfish</remote-id>
-	</upstream>
 </pkgmetadata>

diff --git a/dev-util/skipfish/skipfish-2.10_beta.ebuild b/dev-util/skipfish/skipfish-2.10_beta.ebuild
index a4768b9..33a3521 100644
--- a/dev-util/skipfish/skipfish-2.10_beta.ebuild
+++ b/dev-util/skipfish/skipfish-2.10_beta.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit toolchain-funcs versionator
+inherit toolchain-funcs vcs-snapshot versionator
 
-MY_P="$PN-$(get_version_component_range 1-2)b"
+MY_COMMIT_HASH="093800c9de4116706258982376abce01928a3f7b"
 
 DESCRIPTION="A fully automated, active web application security reconnaissance tool"
-HOMEPAGE="https://code.google.com/p/skipfish/"
-SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tgz"
+HOMEPAGE="https://github.com/spinkham/skipfish"
+SRC_URI="https://github.com/spinkham/${PN}/archive/${MY_COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0 LGPL-3"
 SLOT="0"
@@ -22,8 +22,6 @@ RDEPEND="dev-libs/openssl:0
 	sys-libs/zlib"
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/${MY_P}"
-
 src_prepare() {
 	sed -i \
 		-e '/CFLAGS_GEN/s:-g -ggdb::' \


             reply	other threads:[~2016-12-22 10:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-22 10:45 Göktürk Yüksek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-22 10:45 [gentoo-commits] repo/gentoo:master commit in: dev-util/skipfish/ Göktürk Yüksek
2017-07-17 12:13 Sergey Popov

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=1482403465.734e4369f95f2b177fa81b8b955c0cc1d5d2fe48.gokturk@gentoo \
    --to=gokturk@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