* [gentoo-commits] repo/gentoo:master commit in: dev-util/skipfish/
@ 2016-12-22 10:45 Göktürk Yüksek
0 siblings, 0 replies; 3+ messages in thread
From: Göktürk Yüksek @ 2016-12-22 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 1a9309c9b987fe8de3d45ba6970a1feb07d1dc8b
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 10:00:36 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 10:44:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9309c9
dev-util/skipfish: remove obsolete <description> tags
Package-Manager: portage-2.3.0
dev-util/skipfish/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-util/skipfish/metadata.xml b/dev-util/skipfish/metadata.xml
index b4e2a01..4400a0e 100644
--- a/dev-util/skipfish/metadata.xml
+++ b/dev-util/skipfish/metadata.xml
@@ -4,12 +4,10 @@
<maintainer type="person">
<email>givi-zurabovich@mail.ru</email>
<name>Georgy Kovtunov</name>
- <description>Maintainer. Assign bugs to him</description>
</maintainer>
<maintainer type="person">
<email>pinkbyte@gentoo.org</email>
<name>Sergey Popov</name>
- <description>Proxy maintainer. CC him on bugs</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/skipfish/
@ 2016-12-22 10:45 Göktürk Yüksek
0 siblings, 0 replies; 3+ messages in thread
From: Göktürk Yüksek @ 2016-12-22 10:45 UTC (permalink / raw
To: gentoo-commits
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::' \
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/skipfish/
@ 2017-07-17 12:13 Sergey Popov
0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov @ 2017-07-17 12:13 UTC (permalink / raw
To: gentoo-commits
commit: 9f360deb7cf47e07ab7c7282e9dc7d5327f739b8
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 12:00:52 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:12:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f360deb
dev-util/skipfish: drop to maintainer-needed
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-util/skipfish/metadata.xml | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/dev-util/skipfish/metadata.xml b/dev-util/skipfish/metadata.xml
index 2e7e50179b1..3e6841b663b 100644
--- a/dev-util/skipfish/metadata.xml
+++ b/dev-util/skipfish/metadata.xml
@@ -1,18 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>givi-zurabovich@mail.ru</email>
- <name>Georgy Kovtunov</name>
- </maintainer>
- <maintainer type="person">
- <email>pinkbyte@gentoo.org</email>
- <name>Sergey Popov</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">spinkham/skipfish</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-17 12:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-22 10:45 [gentoo-commits] repo/gentoo:master commit in: dev-util/skipfish/ Göktürk Yüksek
-- strict thread matches above, loose matches on Subject: below --
2017-07-17 12:13 Sergey Popov
2016-12-22 10:45 Göktürk Yüksek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox