diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest index b22c2ee04..8b8dd4edb 100644 --- a/dev-db/sqlmap/Manifest +++ b/dev-db/sqlmap/Manifest @@ -1,3 +1,3 @@ DIST sqlmap-0.9.tar.gz 6216924 SHA256 9c76666d0555620329d949aca87571825adb8fcda9cd564e6410e1d2b6228c55 SHA512 dd942bac5bbd8f979c431de63ce91155fb789b4a3cab0c3c86f16417e9aeff757c5dd57f98b4a4a0622e344351d57563f8e159ce1b51d763ea230f9301ff0a3d WHIRLPOOL 44822d35e0113d6caba8838c00d84a5879c500cc286f2e025198b66f9ad1ada195dfccf09630213e1b500acda9fe71d194baf5ab2d4f97ecd6a68c6e2454dacd -EBUILD sqlmap-0.9-r3.ebuild 1950 SHA256 a45b19f655749ab135ae03996e6b742765c601f1402b9ba2053d6b2aa8bde754 SHA512 a8c2543849d6caaf126e84af91399492ef1f30c73097814779f523179c97d713cf5baf10e666960c6024f9133b469d36cca42721c1e569d0f0e1639bbbe09899 WHIRLPOOL 9e0f8830b4bff27f229efc2aaeb56700a7d31b231c72e618368cdb5ee35e1c660e906b480fb2186272f0467a42befe7793f00c9a359a66a785248cd315031c4a -EBUILD sqlmap-9999.ebuild 2228 SHA256 5842323c482168c92c76427196b8974b48db0f629174bfc05c32d823e61f51a6 SHA512 20e84b5548939db62a8c1bac6b304b0023512f51555cf9599bdccb563ab56b2a825dc478afd7bdb083068bb8794f71b4b82c330fc2eeab97fddae15d574aef0d WHIRLPOOL 3389603fde7e18fd921921bb39c1c981906bbae6d6e5637d83d3d27db7dad5bb2140a29f61c64ffefe38697f63064d3f69cca43539fb7aa3cf64a4c0697badeb +EBUILD sqlmap-0.9-r3.ebuild 1672 SHA256 0a37a7130f81aaf01c5c76c4c80e73b2a27d8ef54e0e16d4d3fd2faaf6d23198 SHA512 d21ee7aa2669055080f203174b4eab372ebdf6818372791ec314c8d9aa9185b6424e3cbb81ea3b988061d7b3e118433c4872fee9c90bde34685994cffbb2da76 WHIRLPOOL 06891572898109efcaea84872ad2b3419b312ecd94807cd4fea19a5e4f67f0bbc2560bef6726b597ea8abb1601424071ca1051ecc5cfa336bbc2771b253e1665 +EBUILD sqlmap-9999.ebuild 1664 SHA256 73d6efeac416a05ceafc0c34e920504cf1a80aad57186561a0d9184b80986a9e SHA512 4a49f776e6930dd998996089ed43a1f08015d58983934fa9e5dccdc6eb077af5dff0bb9bc0bb92eb3576f4e260ada19ec5cf777f7187c739d27bba921c714467 WHIRLPOOL 6a89f8923f22139fb73e96ffdf90e1616f9593b6b3145c36be18ac3e9b63f295d485e4455d1b8313e327cb9e345f6b8c6dcb9e7e39f27ac4110357ef3d782440 diff --git a/dev-db/sqlmap/sqlmap-0.9-r3.ebuild b/dev-db/sqlmap/sqlmap-0.9-r3.ebuild index 8d9ca3737..dceafa0c9 100644 --- a/dev-db/sqlmap/sqlmap-0.9-r3.ebuild +++ b/dev-db/sqlmap/sqlmap-0.9-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 PYTHON_DEPEND="2" inherit python @@ -19,31 +19,20 @@ IUSE="" DEPEND="" RDEPEND="app-arch/upx-ucl" -QA_PRESTRIPPED=" - /usr/share/${PN}/lib/contrib/upx/linux/upx - /usr/share/${PN}/udf/mysql/linux/32/lib_mysqludf_sys.so - /usr/share/${PN}/udf/mysql/linux/64/lib_mysqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/32/8.3/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/32/8.4/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/64/8.3/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/64/8.4/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/64/8.2/lib_postgresqludf_sys.so" - -QA_DT_HASH="${QA_PRESTRIPPED}" - -QA_TEXTRELS=" +QA_PREBUILT=" usr/share/${PN}/udf/mysql/linux/32/lib_mysqludf_sys.so + usr/share/${PN}/udf/mysql/linux/64/lib_mysqludf_sys.so + usr/share/${PN}/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so usr/share/${PN}/udf/postgresql/linux/32/8.3/lib_postgresqludf_sys.so usr/share/${PN}/udf/postgresql/linux/32/8.4/lib_postgresqludf_sys.so - usr/share/${PN}/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so" + usr/share/${PN}/udf/postgresql/linux/32/9.0/lib_postgresqludf_sys.so + usr/share/${PN}/udf/postgresql/linux/64/8.2/lib_postgresqludf_sys.so + usr/share/${PN}/udf/postgresql/linux/64/8.3/lib_postgresqludf_sys.so + usr/share/${PN}/udf/postgresql/linux/64/8.4/lib_postgresqludf_sys.so + usr/share/${PN}/udf/postgresql/linux/64/9.0/lib_postgresqludf_sys.so" S="${WORKDIR}"/$PN -src_compile () { - einfo "Nothing to compile" -} - src_install () { # fix broken tarball find . -name .svn |xargs rm -r @@ -60,5 +49,5 @@ src_install () { dosym /usr/bin/upx /usr/share/"${PN}"/lib/contrib/upx/linux/upx cp -R * "${D}"/usr/share/"${PN}"/ - dosym /usr/share/"${PN}"/sqlmap.py /usr/sbin/sqlmap + dosym /usr/share/"${PN}"/sqlmap.py /usr/sbin/${PN} } diff --git a/dev-db/sqlmap/sqlmap-9999.ebuild b/dev-db/sqlmap/sqlmap-9999.ebuild index e277e0f76..d0f94fd1d 100644 --- a/dev-db/sqlmap/sqlmap-9999.ebuild +++ b/dev-db/sqlmap/sqlmap-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 PYTHON_DEPEND="2" inherit python git-2 @@ -19,34 +19,17 @@ IUSE="" DEPEND="" RDEPEND="app-arch/upx-ucl" -QA_PRESTRIPPED=" - /usr/share/${PN}/lib/contrib/upx/linux/upx - /usr/share/${PN}/udf/mysql/linux/32/lib_mysqludf_sys.so - /usr/share/${PN}/udf/mysql/linux/64/lib_mysqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/32/8.3/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/32/8.4/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/64/8.3/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/64/8.4/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/64/8.2/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/32/9.0/lib_postgresqludf_sys.so - /usr/share/${PN}/udf/postgresql/linux/64/9.0/lib_postgresqludf_sys.so - /usr/share/${PN}/extra/shellcodeexec/linux/shellcodeexec.x32 - /usr/share/${PN}/extra/shellcodeexec/linux/shellcodeexec.x64" - -QA_DT_HASH="${QA_PRESTRIPPED}" - -QA_TEXTRELS=" +QA_PREBUILT=" usr/share/${PN}/udf/mysql/linux/32/lib_mysqludf_sys.so + usr/share/${PN}/udf/mysql/linux/64/lib_mysqludf_sys.so + usr/share/${PN}/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so usr/share/${PN}/udf/postgresql/linux/32/8.3/lib_postgresqludf_sys.so usr/share/${PN}/udf/postgresql/linux/32/8.4/lib_postgresqludf_sys.so - usr/share/${PN}/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so" - -S="${WORKDIR}"/$PN - -src_compile () { - einfo "Nothing to compile" -} + usr/share/${PN}/udf/postgresql/linux/32/9.0/lib_postgresqludf_sys.so + usr/share/${PN}/udf/postgresql/linux/64/8.2/lib_postgresqludf_sys.so + usr/share/${PN}/udf/postgresql/linux/64/8.3/lib_postgresqludf_sys.so + usr/share/${PN}/udf/postgresql/linux/64/8.4/lib_postgresqludf_sys.so + usr/share/${PN}/udf/postgresql/linux/64/9.0/lib_postgresqludf_sys.so" src_install () { # fix broken tarball @@ -64,5 +47,5 @@ src_install () { dosym /usr/bin/upx /usr/share/"${PN}"/lib/contrib/upx/linux/upx cp -R * "${D}"/usr/share/"${PN}"/ - dosym /usr/share/"${PN}"/sqlmap.py /usr/sbin/sqlmap + dosym /usr/share/"${PN}"/sqlmap.py /usr/sbin/${PN} }