summaryrefslogtreecommitdiff
path: root/net-misc/ncman/ncman-0.0.1_p20190327-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ncman/ncman-0.0.1_p20190327-r1.ebuild')
-rw-r--r--net-misc/ncman/ncman-0.0.1_p20190327-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-misc/ncman/ncman-0.0.1_p20190327-r1.ebuild b/net-misc/ncman/ncman-0.0.1_p20190327-r1.ebuild
deleted file mode 100644
index 415581b6f27c..000000000000
--- a/net-misc/ncman/ncman-0.0.1_p20190327-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic meson
-COMMIT="21a55145ddbc5d085e91352586875abe92cff73b"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI=https://github.com/l4rzy/ncman.git
-else
- SRC_URI="https://github.com/l4rzy/ncman/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-fi
-
-DESCRIPTION="An ncurses UI for connman, forked from connman-json-client"
-HOMEPAGE="https://github.com/l4rzy/ncman"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/json-c:0=
- >=sys-apps/dbus-1.4
- sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
-
-[[ ${PV} == *9999* ]] || S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_prepare() {
- default
- append-cflags "-D_POSIX_C_SOURCE=200809L"
-}