summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-12-10 23:12:33 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-12-10 23:15:44 +1100
commitf7268a8938df1719d5f87c1dd7fd5b1eb2bcb1bf (patch)
tree8aadb2c68623a53b39accbceb82d113084e92295 /dev-qt/qtpaths
parentnet-wireless/*: Update Manifest hashes (diff)
downloadgentoo-f7268a8938df1719d5f87c1dd7fd5b1eb2bcb1bf.tar.gz
gentoo-f7268a8938df1719d5f87c1dd7fd5b1eb2bcb1bf.tar.bz2
gentoo-f7268a8938df1719d5f87c1dd7fd5b1eb2bcb1bf.zip
dev-qt: remove 5.9.2
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r--dev-qt/qtpaths/Manifest1
-rw-r--r--dev-qt/qtpaths/qtpaths-5.9.2.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-qt/qtpaths/Manifest b/dev-qt/qtpaths/Manifest
index f98a6eb51b6b..d680a19c4337 100644
--- a/dev-qt/qtpaths/Manifest
+++ b/dev-qt/qtpaths/Manifest
@@ -1,3 +1,2 @@
DIST qttools-opensource-src-5.7.1.tar.xz 10011108 BLAKE2B c677b52720dfddf37eb07cfd62a678bc69d5b564b571d39874bc61ea6d597f2a3964a305c6fe303a0f8b2f2eafc765922dfb4de55d3f63efcf5921aba38a12a7 SHA512 10e4e060943596602bae0f99091de0923d3ebc761d44a5d193bfd17b77cf8fdf3c4466fb19363bbd3a354955ed09db9132b23833557f5216c7b4df758c17406e
-DIST qttools-opensource-src-5.9.2.tar.xz 9778248 BLAKE2B e9aba6b573238afad432de1604de6b2c382a60ba4f5da14a4bb71f695195aa3dce9dd6a81c957bdf1aa038a527b126852db65c0c9cf25a05f5c514ad43688ad8 SHA512 afce063e167de96dfa264cfd27dc8d80c23ef091a30f4f8119575cae83f39716c3b332427630b340f518b82d6396cca1893f28e00f3c667ba201d7e4fc2aefe1
DIST qttools-opensource-src-5.9.3.tar.xz 9777804 BLAKE2B a1e05555f2c47e62e3a5cb65eebfa7a7e72ca6c591f2c48a026c4206d0f80f7625b318dda8b0a68cba15c5927c099ab69826f2538ad8d0fc6a0e2fbbcb622c32 SHA512 5d4a4d6b6dcf17b7244ed761850f622b8006c8028dbe6b0f0e95e2c19132d2420c062d4737ebeb1c342f53337fdce2137cf89ae3edb82755e68c846efffe4c8f
diff --git a/dev-qt/qtpaths/qtpaths-5.9.2.ebuild b/dev-qt/qtpaths/qtpaths-5.9.2.ebuild
deleted file mode 100644
index c6c9ac70a54a..000000000000
--- a/dev-qt/qtpaths/qtpaths-5.9.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Command line client to QStandardPaths"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/qtpaths
-)