public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/
Date: Sun, 27 Mar 2016 21:26:36 +0000 (UTC)	[thread overview]
Message-ID: <1459113737.f74ec5025acde8d1db8b32e9dccf78289d494572.johu@gentoo> (raw)

commit:     f74ec5025acde8d1db8b32e9dccf78289d494572
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 21:22:17 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 21:22:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74ec502

kde-frameworks/extra-cmake-modules: Remove old

Package-Manager: portage-2.2.28

 kde-frameworks/extra-cmake-modules/Manifest        |  1 -
 .../extra-cmake-modules-5.17.0.ebuild              | 45 ----------------------
 2 files changed, 46 deletions(-)

diff --git a/kde-frameworks/extra-cmake-modules/Manifest b/kde-frameworks/extra-cmake-modules/Manifest
index d7ca89e..1cb9f9b 100644
--- a/kde-frameworks/extra-cmake-modules/Manifest
+++ b/kde-frameworks/extra-cmake-modules/Manifest
@@ -1,4 +1,3 @@
-DIST extra-cmake-modules-5.17.0.tar.xz 139764 SHA256 1a57fe0e07cca59e68bcbb4e06e07e62e335473173ce1e447bda399e47537405 SHA512 32ccac43dab86e3a4b9489db93d3ec2f5c4dcc27076de4b1c4c91c2848d610a40deffd66d7b977a7e893d38e7a4fe279b65b64b1cfd9b7fc6425cc500af0fa8b WHIRLPOOL 9962cac79045fce2090066834d453c963de1ece300cf8dd5c2228a190b4e47444ebb25e6eee698a14a626baae9d91d2632e61cd9f85c2ed79993b7ef7f5e0213
 DIST extra-cmake-modules-5.18.0.tar.xz 284172 SHA256 7ea049840eef3a0ff5253dbbcac72e6368c40798d83fedc35d8c94a0b4bfe0ce SHA512 d07409af086a840c72fd743392fca6c5a180b75a28419b600f35db5677e3a13e27a1fb9babbc673a188338720f524a9343b39d7c8f46e92199d5c36fa55394fa WHIRLPOOL 88d432c8f02c6fb4fa8be25790d2973d162acbdfb2915fac92073a93ee579af2db83c024e6bd99b591f93e5f2766474b6e4ade4e726bdd0fc180d54692db2cdb
 DIST extra-cmake-modules-5.19.0.tar.xz 285124 SHA256 c3d02fbeaa3af9bc1165365be00a97746475c26d85695e16d7f1a8ac168483b6 SHA512 35797569ee44ac288430710afabda6aff3288c2270b0ef7bfd0ace166f8392799294020be3b0dbf8fae25218ef7296979a26f07c9a99ece6986946f243d4a7f5 WHIRLPOOL 46dcbf6054389917a9c5799592b45a6e051cee740581b225e295cc7bbc71df03b79e285770e60c4726db166e138be5ce86db1acbf8cc41fb1278edb326d76d97
 DIST extra-cmake-modules-5.20.0.tar.xz 285056 SHA256 2c8ff0c7289edfaa95007e622c87a5fa95e9e2a2ed291eb25a61f06ea92ac34c SHA512 3bcf7a2a556b9b49cbec3bdc690b4a8b7116f2c24ad35231d2bebb26eac528a11b3fc5e501785035d27b7829aba2bd91beeeeb117e31b83a82d167bde8d364fb WHIRLPOOL c00b4f906781b5e0792b9b0b8dc01dd8e503edd15572d963b3cbf9054de7221f9417379d673b3868399037f44f516c36ca4e9bea1726e34fae280b3809b75aef

diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.17.0.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.17.0.ebuild
deleted file mode 100644
index 6a7af10..0000000
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.17.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-inherit kde5 python-any-r1
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-
-LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
-IUSE="doc"
-
-DEPEND="
-	>=dev-util/cmake-2.8.12
-	doc? (
-		${PYTHON_DEPS}
-		$(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
-	)
-"
-RDEPEND="
-	dev-qt/qtcore:5
-"
-
-python_check_deps() {
-	has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-	use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_build doc HTML_DOCS)
-		$(cmake-utils_use_build doc MAN_DOCS)
-	)
-
-	cmake-utils_src_configure
-}


             reply	other threads:[~2016-03-27 21:26 UTC|newest]

Thread overview: 113+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-27 21:26 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-07 21:41 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/ Sam James
2025-02-07 18:04 Sam James
2025-02-07 18:04 Sam James
2025-01-15 19:31 Sam James
2025-01-15 16:51 Sam James
2025-01-15 16:24 Sam James
2024-12-03 21:09 Andreas Sturmlechner
2024-11-07  8:53 Sam James
2024-11-07  7:41 Sam James
2024-11-07  7:17 Sam James
2024-10-04 17:30 Arthur Zamarin
2024-10-04 17:30 Arthur Zamarin
2024-10-04 17:30 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:18 Arthur Zamarin
2024-08-29 23:08 Sam James
2024-07-06 17:23 Michał Górny
2024-05-27 23:48 Sam James
2024-05-27 18:11 Arthur Zamarin
2023-12-29 20:26 Arthur Zamarin
2023-12-29  0:24 Sam James
2023-12-28 14:58 Sam James
2023-11-25 23:34 Andreas Sturmlechner
2023-11-22 11:16 Arthur Zamarin
2023-11-21 15:39 Sam James
2023-11-21 15:39 Sam James
2023-08-02 17:51 Sam James
2023-08-02 17:43 Sam James
2023-08-02 17:43 Sam James
2023-07-25 18:52 Sam James
2023-05-28 11:36 Sam James
2023-05-27 15:55 Sam James
2023-05-27 10:59 Arthur Zamarin
2023-05-20  0:54 Sam James
2023-04-20  4:38 Arthur Zamarin
2023-04-20  4:02 Sam James
2023-02-05 15:19 Sam James
2023-02-05 15:19 Sam James
2022-11-10 18:18 Arthur Zamarin
2022-11-10 18:18 Arthur Zamarin
2022-08-11 10:38 Sam James
2022-07-31 19:37 Arthur Zamarin
2022-07-31 17:12 Arthur Zamarin
2022-05-19  5:08 WANG Xuerui
2022-04-29  4:06 Sam James
2022-04-29  4:06 Sam James
2022-02-08 14:49 Agostino Sarubbo
2022-02-08  7:22 Agostino Sarubbo
2021-12-10 20:09 Andreas Sturmlechner
2021-09-14  5:27 Sam James
2021-09-13  6:59 Agostino Sarubbo
2021-06-07  6:28 Sergei Trofimovich
2021-06-07  6:25 Sergei Trofimovich
2021-04-11 12:21 Mikle Kolyada
2021-01-13 23:24 Andreas Sturmlechner
2021-01-09 23:17 Sam James
2021-01-09 22:08 Sam James
2020-10-08 12:55 Andreas Sturmlechner
2020-07-14 21:11 Andreas Sturmlechner
2020-05-31 21:09 Andreas Sturmlechner
2020-05-31 19:12 Sergei Trofimovich
2020-03-01 13:25 Andreas Sturmlechner
2020-02-11 14:55 Andreas Sturmlechner
2019-12-03  5:04 Andreas Sturmlechner
2019-12-02 15:56 Andreas Sturmlechner
2019-11-11  9:34 Andreas Sturmlechner
2019-10-11 15:36 Michał Górny
2019-07-28  9:38 Andreas Sturmlechner
2019-05-16 12:41 Andreas Sturmlechner
2019-03-17 22:40 Andreas Sturmlechner
2019-02-06 18:12 Andreas Sturmlechner
2019-01-05 23:47 Andreas Sturmlechner
2018-12-01 18:04 Andreas Sturmlechner
2018-11-18  9:37 Andreas Sturmlechner
2018-10-11 18:35 Andreas Sturmlechner
2018-09-30  8:38 Andreas Sturmlechner
2018-09-30  8:38 Andreas Sturmlechner
2018-06-10 20:42 Andreas Sturmlechner
2018-05-10 14:23 Andreas Sturmlechner
2018-03-13 19:51 Michał Górny
2018-03-11 12:39 Michael Palimaka
2017-12-10 17:14 David Seifert
2017-12-10 17:14 David Seifert
2017-12-10 12:15 Michael Palimaka
2017-12-02 18:33 Andreas Sturmlechner
2017-09-16 12:27 Andreas Sturmlechner
2017-09-13 19:33 Andreas Sturmlechner
2017-09-13 19:33 Andreas Sturmlechner
2017-09-12 20:33 Andreas Sturmlechner
2017-09-03 15:22 Andreas Sturmlechner
2017-08-15  9:11 Andreas Sturmlechner
2017-07-10 12:05 Michael Palimaka
2017-07-09 14:15 Michael Palimaka
2017-07-09  9:51 Andreas Sturmlechner
2017-06-09 13:18 Andreas Sturmlechner
2017-05-18 21:50 Andreas Sturmlechner
2017-01-25 14:08 Michael Palimaka
2017-01-21 20:33 Agostino Sarubbo
2016-12-23 10:11 Johannes Huber
2016-11-13 19:14 Markus Meier
2016-10-13  9:44 Agostino Sarubbo
2016-10-07 16:20 Michael Palimaka
2016-09-01 11:22 Manuel Rüger
2016-08-17  3:47 Jeroen Roovers
2016-07-11  7:30 Chí-Thanh Christopher Nguyễn
2016-07-01  6:29 Jeroen Roovers
2016-05-31  4:20 Jeroen Roovers
2016-04-16 15:01 Johannes Huber
2016-03-05 10:20 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459113737.f74ec5025acde8d1db8b32e9dccf78289d494572.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox