public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-php/
Date: Fri, 24 Nov 2017 23:08:02 +0000 (UTC)	[thread overview]
Message-ID: <1511564781.3898e880c9fd1b1c2ff3ff799199b19a8d8e071b.asturm@gentoo> (raw)

commit:     3898e880c9fd1b1c2ff3ff799199b19a8d8e071b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 19:58:01 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 23:06:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3898e880

dev-util/kdevelop-php: Drop 5.2.0

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-util/kdevelop-php/Manifest                  |  1 -
 dev-util/kdevelop-php/kdevelop-php-5.2.0.ebuild | 40 -------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest
index 53cda20d534..f132480ea27 100644
--- a/dev-util/kdevelop-php/Manifest
+++ b/dev-util/kdevelop-php/Manifest
@@ -1,4 +1,3 @@
 DIST kdev-php-5.1.1.tar.xz 678368 SHA256 a33abd4837354218891225f0e18b7e9eb6e106cc1c744731a9003a9ea71e1404 SHA512 71d59db196e33663ae7167b973c3514e795d636370ace39b9c760a601f4bd947ffd6a3f8d7cfa0e199c77d8818dfeaf56882059aa18026aadd1e7b808326d0fc WHIRLPOOL ea4c437fa30bbad082d2e2fd65d38e8b91d9c4701a7726db7fc7010b80ca46f05d5975e5a2679df82b26ba26175abb11f6b0dca16f98a0ec992531dbe33fe91e
 DIST kdev-php-5.1.2.tar.xz 678624 SHA256 05f1a9a47cd4a8ff74d46f7cef0baeba31c159168c1c58efd7af5e3836980de9 SHA512 c5c6fa288b048fb19597c8cd9708a2d8570c8eaab4584a1ec0808cbd65788ae15b140e8c0437a3a18c2561c078c26208597c674efb37623b5199260ed5b3f851 WHIRLPOOL 31f0416b724a8aba1e5ed404f4821be196af16f1f80773b6bee50858f3efb1460793d8e5d96031272232a2e5f346d4b0e6d6515b42b69715aa4ff3dedebc1418
-DIST kdev-php-5.2.0.tar.xz 683100 BLAKE2B 811df4112f210e592f9b9ac7a270f7c4754c6c841926190653beca802664aa3e0ffff5c9b87b077e512809dba126a338c1a6f08ba5a433bae53728520d4cd685 SHA512 e95a861ab74a5953c7298c7328f89ed23200524911775a85997d061faefd38f70c06b978614a150ea19e3751432bcc8ecd4b71009a4f635869b41d2f25bff412
 DIST kdev-php-5.2.1.tar.xz 683244 BLAKE2B b0418049ac8eeda1a57c7e5a863c91feda3f84638a69d018f4d5141815ebe2f34b94fcc166632c6146c4110015e8c42069ce3c129fb8c346a36f123ae682babf SHA512 4f2a0f08ff8f341d5b65c28d7392e794a20182d5f898a6723c6a9cd34bf1ce81ed2f8e505cad5a920a6d2a2c50210b0836b7718a892b61a27e8cf6c4d7f30f52

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.2.0.ebuild b/dev-util/kdevelop-php/kdevelop-php-5.2.0.ebuild
deleted file mode 100644
index f6d4bf8fd21..00000000000
--- a/dev-util/kdevelop-php/kdevelop-php-5.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="5.2"
-KDEBASE="kdevelop"
-KDE_DOC_DIR="docs"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-KMNAME="kdev-php"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="PHP plugin for KDevelop"
-LICENSE="GPL-2 LGPL-2"
-IUSE=""
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemmodels)
-	$(add_frameworks_dep ktexteditor)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep threadweaver)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-	dev-util/kdevelop-pg-qt:5
-	dev-util/kdevelop:5
-"
-RDEPEND="${DEPEND}
-	!dev-util/kdevelop-php-docs
-"


             reply	other threads:[~2017-11-24 23:08 UTC|newest]

Thread overview: 108+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-24 23:08 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04 22:35 [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-php/ Andreas Sturmlechner
2024-10-04 16:59 Arthur Zamarin
2024-09-19 18:34 Sam James
2024-09-02  7:17 Andreas Sturmlechner
2023-07-24 13:28 Andreas Sturmlechner
2023-04-29 14:21 Andreas Sturmlechner
2023-04-29 11:42 Arthur Zamarin
2023-04-29  0:40 Sam James
2023-04-22  9:13 Andreas Sturmlechner
2023-01-26  8:45 Andreas Sturmlechner
2023-01-25 19:22 Arthur Zamarin
2023-01-21 19:26 Arthur Zamarin
2023-01-09 19:47 Andreas Sturmlechner
2023-01-03 19:15 Arthur Zamarin
2022-04-17 19:29 Sam James
2021-11-26  4:21 Sam James
2021-03-07 19:52 Andreas Sturmlechner
2021-03-07 19:46 Sam James
2021-03-06 15:11 Thomas Deutschmann
2021-02-02 19:42 Andreas Sturmlechner
2021-01-10 15:53 Andreas Sturmlechner
2021-01-10 13:08 Sam James
2021-01-08 10:34 Sam James
2020-12-08 23:15 Andreas Sturmlechner
2020-11-03  7:21 Andreas Sturmlechner
2020-11-02 23:53 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-09-08 18:08 Andreas Sturmlechner
2020-06-26  6:40 Andreas Sturmlechner
2020-06-21 20:31 Thomas Deutschmann
2020-06-02 14:58 Andreas Sturmlechner
2020-06-02 14:58 Andreas Sturmlechner
2020-05-07  7:54 Andreas Sturmlechner
2020-05-07  7:54 Andreas Sturmlechner
2020-03-22 20:43 Andreas Sturmlechner
2020-03-20  9:04 Agostino Sarubbo
2020-03-12 16:21 Agostino Sarubbo
2020-02-05  0:35 Maciej Mrozowski
2020-01-10  9:50 Andreas Sturmlechner
2020-01-10  1:26 Thomas Deutschmann
2020-01-07 19:34 Andreas Sturmlechner
2019-12-31 13:34 Mikle Kolyada
2019-12-25 17:51 Andreas Sturmlechner
2019-12-02 23:34 Andreas Sturmlechner
2019-11-13  2:32 Andreas Sturmlechner
2019-11-10 21:31 Andreas Sturmlechner
2019-10-26 22:42 Andreas Sturmlechner
2019-10-26 22:42 Andreas Sturmlechner
2019-10-21 20:58 Andreas Sturmlechner
2019-10-21 12:47 Thomas Deutschmann
2019-09-21 11:45 Andreas Sturmlechner
2019-09-03 17:29 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-14 10:58 Andreas Sturmlechner
2019-08-14 10:14 Mikle Kolyada
2019-08-13 19:38 Andreas Sturmlechner
2019-08-06 21:43 Andreas Sturmlechner
2019-07-18 20:58 Andreas Sturmlechner
2019-04-01 19:33 Andreas Sturmlechner
2019-03-22 10:17 Mikle Kolyada
2019-03-17 17:26 Andreas Sturmlechner
2019-03-07 10:02 Andreas Sturmlechner
2018-12-12 23:11 Maciej Mrozowski
2018-11-19  2:26 Maciej Mrozowski
2018-10-14  9:50 Andreas Sturmlechner
2018-10-14  7:57 Mikle Kolyada
2018-10-14  1:44 Thomas Deutschmann
2018-10-13 19:16 Andreas Sturmlechner
2018-08-21 17:11 Andreas Sturmlechner
2018-07-09 16:42 Johannes Huber
2018-07-09 16:02 Mikle Kolyada
2018-07-04  3:17 Thomas Deutschmann
2018-01-05  0:48 Andreas Sturmlechner
2018-01-04 17:39 Mikle Kolyada
2017-12-30  1:05 Thomas Deutschmann
2017-12-29 22:15 Andreas Sturmlechner
2017-12-16 12:45 Michael Palimaka
2017-12-16 10:31 Tobias Klausmann
2017-11-24 23:08 Andreas Sturmlechner
2017-11-20  1:03 Andreas Sturmlechner
2017-10-29 23:56 Thomas Deutschmann
2017-10-28  7:43 Andreas Sturmlechner
2017-10-23 23:58 Andreas Sturmlechner
2017-08-29 21:27 Andreas Sturmlechner
2017-08-19 20:21 Andreas Sturmlechner
2017-08-19 15:03 Michael Palimaka
2017-07-31 12:20 Tobias Klausmann
2017-06-04 10:45 Michael Palimaka
2017-05-06 20:05 Andreas Sturmlechner
2017-05-06 17:20 Agostino Sarubbo
2017-05-06 13:26 Agostino Sarubbo
2017-03-18 21:41 Johannes Huber
2017-03-04 12:22 Johannes Huber
2016-12-26 10:51 Aaron Bauman
2016-12-17  8:32 Johannes Huber
2016-12-17  8:32 Johannes Huber
2016-12-01 18:26 Johannes Huber
2016-12-01 18:26 Johannes Huber
2016-10-30 18:09 Johannes Huber
2016-09-21 14:57 Michael Palimaka
2016-08-31 15:03 Michael Palimaka
2016-08-31 14:23 Michael Palimaka
2015-12-25 16:47 Agostino Sarubbo
2015-12-01 11:20 Agostino Sarubbo
2015-10-26 18:50 Michael Palimaka
2015-09-07  9:46 Michael Palimaka
2015-08-09 17:36 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=1511564781.3898e880c9fd1b1c2ff3ff799199b19a8d8e071b.asturm@gentoo \
    --to=asturm@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