diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-05-14 14:52:02 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-05-14 14:52:02 +0100 |
commit | 55f8030faacee6e87d1addaf89cd779608d200ce (patch) | |
tree | 4362164e958cdd8be4e7abdd84967e65f9675444 /dev-qt/qtwebview | |
parent | 4163fd82b65395825cbaa70f5323bccecebae97b (diff) |
dev-qt/qtwebview : import from gentoo tree, make it use our eclass, increase revision to beat gentoo
Diffstat (limited to 'dev-qt/qtwebview')
-rw-r--r-- | dev-qt/qtwebview/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtwebview/qtwebview-5.9.5-r1000.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-qt/qtwebview/Manifest b/dev-qt/qtwebview/Manifest new file mode 100644 index 00000000..b9507f1d --- /dev/null +++ b/dev-qt/qtwebview/Manifest @@ -0,0 +1 @@ +DIST qtwebview-opensource-src-5.9.5.tar.xz 108708 BLAKE2B ad576547792acab1e1bc138a0e3951d6f8f483cf1a69b7680f9219a3fcd848aaab04cf9c16873613ee35fbeb7ca919391acd5d837b5013332253fbce5962e1ae SHA512 97da593c49982063b1b80a4eb73ab6b5bf6c17639f01dcba5a3277651b8864f4905dbdcfa69e8be1284073534b58a79c7ecbced1477e0273f5eb1645ca0eaf7d diff --git a/dev-qt/qtwebview/qtwebview-5.9.5-r1000.ebuild b/dev-qt/qtwebview/qtwebview-5.9.5-r1000.ebuild new file mode 100644 index 00000000..634de99d --- /dev/null +++ b/dev-qt/qtwebview/qtwebview-5.9.5-r1000.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qt5-build-r10000 + +DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="amd64" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} + ~dev-qt/qtdeclarative-${PV} + ~dev-qt/qtgui-${PV} + ~dev-qt/qtwebengine-${PV} +" +RDEPEND="${DEPEND}" |