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

Package-Manager: portage-2.3.0
This commit is contained in:
Göktürk Yüksek
2016-12-22 04:59:21 -05:00
parent cdc177ad75
commit 734e4369f9
3 changed files with 6 additions and 11 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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::' \