diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-04-05 18:56:23 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-04-05 18:56:23 +0200 |
| commit | 915fe3e434bd1e7b3b6bff41833a966fc8cf4a97 (patch) | |
| tree | c007555dbaad14c1c3e4327f54b3f865926ce194 /dev-util/arcanist/arcanist-9999.ebuild | |
| parent | 407c1e6f2b9613e780fd76f6324134a45565d032 (diff) | |
| download | kde-915fe3e434bd1e7b3b6bff41833a966fc8cf4a97.tar.gz kde-915fe3e434bd1e7b3b6bff41833a966fc8cf4a97.tar.bz2 kde-915fe3e434bd1e7b3b6bff41833a966fc8cf4a97.zip | |
dev-util/arcanist: Remove package
This tool is not useful for KDE project maintenance anymore.
Closes: https://github.com/gentoo/kde/pull/905
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/arcanist/arcanist-9999.ebuild')
| -rw-r--r-- | dev-util/arcanist/arcanist-9999.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-util/arcanist/arcanist-9999.ebuild b/dev-util/arcanist/arcanist-9999.ebuild deleted file mode 100644 index b434389c070..00000000000 --- a/dev-util/arcanist/arcanist-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit git-r3 - -DESCRIPTION="Command line interface for Phabricator" -HOMEPAGE="https://github.com/phacility/arcanist" -EGIT_REPO_URI=( "https://github.com/phacility/${PN}.git" ) - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND=" - dev-lang/php[cli,curl] - dev-libs/libphutil -" - -src_install() { - dodir /opt/${PN} - cp -a "${S}"/* "${D}/opt/${PN}" || die - dosym ../../opt/${PN}/bin/arc /usr/bin/arc -} |
