Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/arcanist/
Date: Tue, 05 Apr 2022 16:57:28
Message-Id: 1649177783.915fe3e434bd1e7b3b6bff41833a966fc8cf4a97.asturm@gentoo
1 commit: 915fe3e434bd1e7b3b6bff41833a966fc8cf4a97
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 5 16:56:23 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 5 16:56:23 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=915fe3e4
7
8 dev-util/arcanist: Remove package
9
10 This tool is not useful for KDE project maintenance anymore.
11
12 Closes: https://github.com/gentoo/kde/pull/905
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-util/arcanist/arcanist-9999.ebuild | 26 --------------------------
16 dev-util/arcanist/metadata.xml | 11 -----------
17 2 files changed, 37 deletions(-)
18
19 diff --git a/dev-util/arcanist/arcanist-9999.ebuild b/dev-util/arcanist/arcanist-9999.ebuild
20 deleted file mode 100644
21 index b434389c07..0000000000
22 --- a/dev-util/arcanist/arcanist-9999.ebuild
23 +++ /dev/null
24 @@ -1,26 +0,0 @@
25 -# Copyright 1999-2022 Gentoo Authors
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=8
29 -
30 -inherit git-r3
31 -
32 -DESCRIPTION="Command line interface for Phabricator"
33 -HOMEPAGE="https://github.com/phacility/arcanist"
34 -EGIT_REPO_URI=( "https://github.com/phacility/${PN}.git" )
35 -
36 -LICENSE="Apache-2.0"
37 -SLOT="0"
38 -KEYWORDS=""
39 -IUSE=""
40 -
41 -RDEPEND="
42 - dev-lang/php[cli,curl]
43 - dev-libs/libphutil
44 -"
45 -
46 -src_install() {
47 - dodir /opt/${PN}
48 - cp -a "${S}"/* "${D}/opt/${PN}" || die
49 - dosym ../../opt/${PN}/bin/arc /usr/bin/arc
50 -}
51
52 diff --git a/dev-util/arcanist/metadata.xml b/dev-util/arcanist/metadata.xml
53 deleted file mode 100644
54 index e41f4ce83e..0000000000
55 --- a/dev-util/arcanist/metadata.xml
56 +++ /dev/null
57 @@ -1,11 +0,0 @@
58 -<?xml version="1.0" encoding="UTF-8"?>
59 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
60 -<pkgmetadata>
61 - <maintainer type="project">
62 - <email>kde@g.o</email>
63 - <name>Gentoo KDE Project</name>
64 - </maintainer>
65 - <upstream>
66 - <remote-id type="github">phacility/arcanist</remote-id>
67 - </upstream>
68 -</pkgmetadata>