summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-08-19 03:31:50 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-08-19 03:34:12 +1000
commit5f870e235cb30bb6dd921292d859a8bbb5bd1ba7 (patch)
tree01ba409d0033fcc9a00bfc2954e13137a40c5901 /dev-qt/qtpaths
parentapp-cdr/dvd+rw-tools: Apply more Fedora patches fixing more bugs (#230648 also) (diff)
downloadgentoo-5f870e235cb30bb6dd921292d859a8bbb5bd1ba7.tar.gz
gentoo-5f870e235cb30bb6dd921292d859a8bbb5bd1ba7.tar.bz2
gentoo-5f870e235cb30bb6dd921292d859a8bbb5bd1ba7.zip
dev-qt: remove 5.6.0
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r--dev-qt/qtpaths/Manifest1
-rw-r--r--dev-qt/qtpaths/qtpaths-5.6.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-qt/qtpaths/Manifest b/dev-qt/qtpaths/Manifest
index 07a9118f0cbd..e63b6081d047 100644
--- a/dev-qt/qtpaths/Manifest
+++ b/dev-qt/qtpaths/Manifest
@@ -1,4 +1,3 @@
DIST qttools-opensource-src-5.5.1.tar.xz 9327100 SHA256 4361f6ce49717058160908297841a18b94645cec593d1b48fb126c9d06c87bfd SHA512 b5049cb48aa051c5d049821c55e62788bc7928acef1c668c142f317072d904bbd9571944665bd727d13b3c516a1361e909f99c87717ffc6eb6210e443e821b1b WHIRLPOOL c896e8fa956c02a5d31041c1433d331d2a8b39786896347b9e0d7f2a0306d15aa4b48b37f477551206a18200ee74d6157e88b8b5c54226cc4e48fc7e5a431650
-DIST qttools-opensource-src-5.6.0.tar.xz 9817788 SHA256 0d244c61bbe5505cb94310e980b06ef13dd573511e80ccbdc060f71d5462219d SHA512 d1bee83715d336bc0257b114bbfc7f97cf11f7d5ad75b45376c9b4a55224fa74b82fdc4c6db60dd0917553eef76b0286dde1d3b46e0262ef17c9a3dbbc142400 WHIRLPOOL 96d7fadd39575bf30c23684311aa59c7c86d6e65f49992a71151dcc330840336ad0508a602783c475b55f7f4d5a60c38ffbf380cb91f0974e1a1b352d59e4c2a
DIST qttools-opensource-src-5.6.1-1.tar.xz 9819548 SHA256 375a528bf7141eff38cdc00c322c6d4491c8f67203fd8ee6b9a7097504605141 SHA512 f66eabcb2c417a2adf2e6a7724da0663641aaac638a67c25aeb330536e66d8cb2674a3d54e22e185b7c21f1ff6bba3d43ef088ce9fac4f8538987661ca7bdf4e WHIRLPOOL 39b06ef27b66b6ccabbc3aec9aad3424606d9b81d5fc3f736e3b2ede385104b480a6ba2543d30b687a08ee6ce42075a922d22a8030b66746a947d3d1a5bc6625
DIST qttools-opensource-src-5.7.0.tar.xz 9816068 SHA256 6f45ad73cf6a6fea20d93d881551e938b7f7a62b6d50bf98b5f8c0b70e4d9500 SHA512 db9c396f3c9bd5db04477e0dc583996493f25026a7c479e40ed24f100dc66cbaf57ba7f35e6760ca8138a77a259adae3d2378fe8550d5e9e1d4e8d5744ad187c WHIRLPOOL 44133c5cdeb25a77ebb151949f4953e05f775dc2916cda53a8dee2fd592f1cda927172f78492f3fa0a708a9ab8cb9b2d09b54e17924a85d68d8d6758f71a8560
diff --git a/dev-qt/qtpaths/qtpaths-5.6.0.ebuild b/dev-qt/qtpaths/qtpaths-5.6.0.ebuild
deleted file mode 100644
index b5d7aec16eb3..000000000000
--- a/dev-qt/qtpaths/qtpaths-5.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Command line client to QStandardPaths"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/qtpaths
-)