summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-12-22 04:59:21 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2016-12-22 05:44:25 -0500
commit734e4369f95f2b177fa81b8b955c0cc1d5d2fe48 (patch)
treefbecbff2d363195636d0131a5baab0f90a29a3d1 /dev-util/skipfish/skipfish-2.10_beta.ebuild
parentdev-python/pywebkitgtk: fix the license (diff)
downloadgentoo-734e4369f95f2b177fa81b8b955c0cc1d5d2fe48.tar.gz
gentoo-734e4369f95f2b177fa81b8b955c0cc1d5d2fe48.tar.bz2
gentoo-734e4369f95f2b177fa81b8b955c0cc1d5d2fe48.zip
dev-util/skipfish: migrate away from google code #544092
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-util/skipfish/skipfish-2.10_beta.ebuild')
-rw-r--r--dev-util/skipfish/skipfish-2.10_beta.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-util/skipfish/skipfish-2.10_beta.ebuild b/dev-util/skipfish/skipfish-2.10_beta.ebuild
index a4768b9eead3..33a3521e3cfd 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::' \