diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-16 00:44:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-16 00:45:24 +0100 |
commit | fc33b46c74913b9c791b1b37811e64f658891a10 (patch) | |
tree | bdd77450290483dcf3c17682c19c76565584ae51 /kde-frameworks/kapidox | |
parent | sys-auth/elogind: Drop 235.1 (diff) | |
download | gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.gz gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.bz2 gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.zip |
kde-frameworks: Drop KDE Frameworks 5.41.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/kapidox')
-rw-r--r-- | kde-frameworks/kapidox/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kapidox/kapidox-5.41.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/kapidox/Manifest b/kde-frameworks/kapidox/Manifest index b856466bd3fd..00b1e2b729fa 100644 --- a/kde-frameworks/kapidox/Manifest +++ b/kde-frameworks/kapidox/Manifest @@ -1,3 +1,2 @@ DIST kapidox-5.40.0.tar.xz 395756 BLAKE2B 89adbf55ce32a0a1960ffbfa7e4055ac57826beeb8a8a370f3e283892efb54ed53171c119907bfcae7976605b198ab66d523c5c039ea601ab77bd374d2359220 SHA512 267d96b874f51da99f10a220601128112c7907da2be317d0acbaed5be0530414762e8aeeff9560696e22b357cb3c95c3427d83b951217fcb34088f0b473926be -DIST kapidox-5.41.0.tar.xz 395724 BLAKE2B dbb2946a258d6adf901d75d57a5f5b5bfa5ab132bd6263b29b993b75c9dc8fdcf2833763cfc93b32145cae7ec8119721cfc225b9060da579a3a74caffc67615f SHA512 27bd08f74a6c882278477eafc4e211f15d23eef29fc1aa72b0ec2e36672559d79f716ca0eb345227b17987a98f2e47c8083c2a48a2042708b0f25dd8ca422d25 DIST kapidox-5.42.0.tar.xz 395576 BLAKE2B 7218d24593bb8c94593c3712ed0f804d8f62dddfb1b4718f2562e0d4b8f8c48e34d21d445d396f9b4d4e75985a237432b1999800e02810a1517ea1239887ffc6 SHA512 ff53ac2c4389146abe9c0e4e0bb421fe59d1f01542a4fb42179bcb3bdcf0ae96e283c26bc609214c3f6102c058a5ae78edb17c050b90952d445fc5a14ee48517 diff --git a/kde-frameworks/kapidox/kapidox-5.41.0.ebuild b/kde-frameworks/kapidox/kapidox-5.41.0.ebuild deleted file mode 100644 index 76dbe6925037..000000000000 --- a/kde-frameworks/kapidox/kapidox-5.41.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_AUTODEPS="false" -KDE_DEBUG="false" -KDE_TEST="false" -DISTUTILS_SINGLE_IMPL="true" -PYTHON_COMPAT=( python2_7 ) -inherit kde5 distutils-r1 - -DESCRIPTION="Framework for building KDE API documentation in a standard format and style" -LICENSE="BSD-2" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -RDEPEND=" - app-doc/doxygen - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - media-gfx/graphviz[python,${PYTHON_USEDEP}] -" - -pkg_setup() { - python-single-r1_pkg_setup - kde5_pkg_setup -} |