From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-php/
Date: Mon, 7 Sep 2015 09:46:58 +0000 (UTC) [thread overview]
Message-ID: <1441619169.9ec629745497d5233166e7404acdade41ca11e6a.kensington@gentoo> (raw)
commit: 9ec629745497d5233166e7404acdade41ca11e6a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 09:35:35 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 09:46:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec62974
dev-util/kdevelop-php: remove old.
Package-Manager: portage-2.2.20.1
dev-util/kdevelop-php/Manifest | 2 --
dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild | 35 -------------------------
dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild | 35 -------------------------
3 files changed, 72 deletions(-)
diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest
index 8a1a7d5..c411c62 100644
--- a/dev-util/kdevelop-php/Manifest
+++ b/dev-util/kdevelop-php/Manifest
@@ -1,3 +1 @@
-DIST kdevelop-php-1.5.2.tar.xz 649044 SHA256 2ee676dd81af01a36c042248300ef1c5d27dfa1d5e29aa2e03749db8f4808f2d SHA512 7d1648b531cb039f8535739b08deff08429c93d173034e29e61e5eb795c192d59309adfa3403eccb5705c16bc55eb46ddd70375732606c6705bafe0163efff48 WHIRLPOOL 9a73d72ca2d27413220387043b4319a5dcce0b007b1aac5e814c27a73bd0cef6403998ee72f870d97d9b8628e00452d9bd2b12b9673f40d2fad55bf14bb999ec
-DIST kdevelop-php-1.6.0.tar.xz 649816 SHA256 5f128ccffbe210e24b438411e8e068b622791913310e5796f59350af20c2ff23 SHA512 d86a7d286e59119e38a01f5a7c0669ae4b8e781f13ac90fba26b00b740a0d466a9dc2edae325f0aabd739514df27bb6878c3bfdd8125a2dcd90109efe41e5cf6 WHIRLPOOL 1a53ee5347a2148ff5b863669cfef689332db5b2005eef7b5d0cb3e6cab246f08ee75d842dd9b086630f0695af2a6486a2fd727bdee856151681e116c43c3e9c
DIST kdevelop-php-1.7.1.tar.xz 658088 SHA256 396300d605032ac458489fb760801233e94117825ca6a3251ee02090aa694826 SHA512 7602d905cd33299e071452e98539886110bf1f3fbbee3025a6ec2218aac8fef16665b81d23a1810ee22e9eb3eedbe55c00c8951a56b86fad2955ed4846959866 WHIRLPOOL 7e235c05bb0618365752c6c721fea1fd462eba7098e77ca303885c4bb50faf3d2f695f01fed982bc34827bb04f84490eaf5dfa4a37ed29875c1a8493d797b68e
diff --git a/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild b/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild
deleted file mode 100644
index 40e80ab..0000000
--- a/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl
-pl pt pt_BR ru sl sv th uk zh_CN zh_TW"
-VIRTUALX_REQUIRED=test
-KDEBASE="kdevelop"
-KMNAME="kdev-php"
-EGIT_REPONAME="${KMNAME}"
-inherit kde4-base
-
-DESCRIPTION="PHP plugin for KDevelop 4"
-LICENSE="GPL-2 LGPL-2"
-IUSE="debug doc"
-SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz"
-
-if [[ $PV != *9999* ]]; then
- KEYWORDS="amd64 x86"
-else
- KEYWORDS=""
-fi
-
-DEPEND="
- >=dev-util/kdevelop-pg-qt-1.0.0:4
-"
-RDEPEND="
- dev-util/kdevelop:${SLOT}
- doc? ( >=dev-util/kdevelop-php-docs-${PV}:${SLOT} )
-"
-PATCHES=( "${FILESDIR}/${PN}"-1.2.0-parmake.patch )
-
-RESTRICT="test"
diff --git a/dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild b/dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild
deleted file mode 100644
index eb9bbbf..0000000
--- a/dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it kk nb nds nl pl
-pt pt_BR ru sl sv uk zh_CN zh_TW"
-VIRTUALX_REQUIRED=test
-KDEBASE="kdevelop"
-KMNAME="kdev-php"
-EGIT_REPONAME="${KMNAME}"
-inherit kde4-base
-
-DESCRIPTION="PHP plugin for KDevelop 4"
-LICENSE="GPL-2 LGPL-2"
-IUSE="debug doc"
-SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz"
-
-if [[ $PV != *9999* ]]; then
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-DEPEND="
- >=dev-util/kdevelop-pg-qt-1.0.0:4
-"
-RDEPEND="
- dev-util/kdevelop:${SLOT}
- doc? ( >=dev-util/kdevelop-php-docs-${PV}:${SLOT} )
-"
-PATCHES=( "${FILESDIR}/${PN}"-1.2.0-parmake.patch )
-
-RESTRICT="test"
next reply other threads:[~2015-09-07 9:47 UTC|newest]
Thread overview: 108+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-07 9:46 Michael Palimaka [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-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-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=1441619169.9ec629745497d5233166e7404acdade41ca11e6a.kensington@gentoo \
--to=kensington@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