summaryrefslogtreecommitdiff
path: root/app-misc/pip3line
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
commit6f8038813c460b4f0572d5ef595cdfa94af3a94d (patch)
tree3509e94070265053394b7f2e30a779d7e60c2064 /app-misc/pip3line
parenteccb70a7f91b2d22582587f26d1a28bb31408b45 (diff)
gentoo resync : 21.05.2019
Diffstat (limited to 'app-misc/pip3line')
-rw-r--r--app-misc/pip3line/Manifest2
-rw-r--r--app-misc/pip3line/pip3line-3.5.5.ebuild87
2 files changed, 0 insertions, 89 deletions
diff --git a/app-misc/pip3line/Manifest b/app-misc/pip3line/Manifest
index b388acd94094..05a6d4e19022 100644
--- a/app-misc/pip3line/Manifest
+++ b/app-misc/pip3line/Manifest
@@ -1,6 +1,4 @@
-DIST pip3line-3.5.5.tar.gz 733385 BLAKE2B e9577fb02d778b689d1c3f5849f714b7d27a5ad49a7a68e412a19cb8251e7ca1d76d0a046bfe10db2257593ccba4f1aa5fff0f34c317975f75ef347f50172088 SHA512 95cbc567f1a7f2bcbc07fe7d560829d9538c126a2748b762fcf505bad47926376abea9d8eaba8670f4c3826b988ea1ea1338faf625a6cdf8db17f457af4edbbb
DIST pip3line-3.6.0.tar.gz 736294 BLAKE2B 75bc3bcd3ad547a31a1fc97f525a8575136ba1bcb48e5e9d7292732c04d2a62cd03710a4e6d76a652d5259e5081cf8cc8c2dfc3265ecf1f3ea5cbc6870c02ab6 SHA512 4263d18749533f1137dc3546a6a5b5856f9c5dc09355c866c7e6a8fc59787c84ee979f648f563c465aab314ff9155bba6e34e7d4641438d96bdb786c93dfaec8
-EBUILD pip3line-3.5.5.ebuild 2120 BLAKE2B b44333643c594346fc1d29a624637e8d9012556c153021c28886f1656a38ae37ed3aa62bf059c040cf47f18110b429a552e0eda85079dd50b2ded8187bd1fdec SHA512 e03e62f2f1e744fbec25bac24f9060952f91295a939bad3012d5e6ee0dba94f5d63dd3c0baaaddbd7f9957bdb6fa4a0268a14b8847d3251a405321cf0b44cde1
EBUILD pip3line-3.6.0.ebuild 2120 BLAKE2B b44333643c594346fc1d29a624637e8d9012556c153021c28886f1656a38ae37ed3aa62bf059c040cf47f18110b429a552e0eda85079dd50b2ded8187bd1fdec SHA512 e03e62f2f1e744fbec25bac24f9060952f91295a939bad3012d5e6ee0dba94f5d63dd3c0baaaddbd7f9957bdb6fa4a0268a14b8847d3251a405321cf0b44cde1
EBUILD pip3line-9999.ebuild 2120 BLAKE2B b44333643c594346fc1d29a624637e8d9012556c153021c28886f1656a38ae37ed3aa62bf059c040cf47f18110b429a552e0eda85079dd50b2ded8187bd1fdec SHA512 e03e62f2f1e744fbec25bac24f9060952f91295a939bad3012d5e6ee0dba94f5d63dd3c0baaaddbd7f9957bdb6fa4a0268a14b8847d3251a405321cf0b44cde1
MISC metadata.xml 617 BLAKE2B bf8ccd6ecd2783621a6e1c91c216afdf58ae3f4957541fe830fc3a39478331535b50097ae30f51d4ce305cf013cd613b45e3fca41d93b00f0e9a468c3f7b6346 SHA512 49298f62bc28cf669a9308741352fb510a1e7c5ba3749bfe6a9cb284e0ae35be27f672c404c194719440d68c2667f7ac58bb134335c5c95937c1b2e1d5f9e94e
diff --git a/app-misc/pip3line/pip3line-3.5.5.ebuild b/app-misc/pip3line/pip3line-3.5.5.ebuild
deleted file mode 100644
index 8506a3ba9967..000000000000
--- a/app-misc/pip3line/pip3line-3.5.5.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-
-inherit cmake-utils python-r1 python-utils-r1
-
-DESCRIPTION="Raw bytes manipulation, transformations (decoding and more) and interception"
-HOMEPAGE="https://github.com/metrodango/pip3line"
-
-if [[ ${PV} == 9999* ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/metrodango/pip3line.git"
- EGIT_BRANCH="master"
-else
- SRC_URI="https://github.com/metrodango/pip3line/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-# A few comments
-# the ssl flag is just there to enable the plugin for low level crypto algorithms.
-# It has nothing to do with the SSL/TLS protocol itself.
-
-IUSE="distorm python qscintilla ssl"
-
-RDEPEND="
- ${PYTHON_DEPS}
- dev-qt/qtconcurrent:5
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtxmlpatterns:5
- qscintilla? ( x11-libs/qscintilla )
- ssl? ( dev-libs/openssl:0= )"
-
-DEPEND="${RDEPEND}
- distorm? ( dev-vcs/git )"
-
-src_configure() {
-
- local mycmakeargs=(
- -DBASIC=yes
- -DWITH_DISTORM=$(usex distorm)
- -DWITH_OPENSSL=$(usex ssl)
- -DWITH_SCINTILLA=$(usex qscintilla)
- )
-
- # distorm is statically linked, due to insufficiencies
- # in the current distorm64 package
-
- if use distorm; then
- mycmakeargs+=(-DWITH_DISTORM_LINK_STATICALLY=ON)
- fi
-
- if use python; then
- local targets=( ${PYTHON_TARGETS} )
- for target in ${targets[@]}; do
- if python_is_python3 ${target}; then
- python_export ${target} PYTHON PYTHON_LIBPATH PYTHON_INCLUDEDIR
- mycmakeargs+=(-DWITH_PYTHON3=ON
- -DPYTHON3_INCLUDE_DIRS=${PYTHON_INCLUDEDIR}
- -DPYTHON3_LIBRARIES=${PYTHON_LIBPATH}
- )
- break
- fi
- done
- for target in ${targets[@]}; do
- if ! python_is_python3 ${target}; then
- python_export ${target} PYTHON PYTHON_LIBPATH PYTHON_INCLUDEDIR
- mycmakeargs+=(-DWITH_PYTHON27=ON
- -DPYTHON27_INCLUDE_DIRS=${PYTHON_INCLUDEDIR}
- -DPYTHON27_LIBRARIES=${PYTHON_LIBPATH}
- )
- break
- fi
- done
- fi
-
- cmake-utils_src_configure
-}