summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-06-30 11:03:24 -0500
committerBen Kohler <bkohler@gentoo.org>2020-06-30 12:09:15 -0500
commit6090d1bf3e45030371c1baede052a888b930df1f (patch)
tree92ffd82d093921e1e4cc4de9a2461c744c834d99 /net-misc/ncman
parentapp-admin/mcelog: 170 stable, drop old (diff)
downloadgentoo-6090d1bf3e45030371c1baede052a888b930df1f.tar.gz
gentoo-6090d1bf3e45030371c1baede052a888b930df1f.tar.bz2
gentoo-6090d1bf3e45030371c1baede052a888b930df1f.zip
net-misc/ncman: drop old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc/ncman')
-rw-r--r--net-misc/ncman/ncman-0.0.1_p20190327-r1.ebuild34
-rw-r--r--net-misc/ncman/ncman-0.0.1_p20190327.ebuild21
2 files changed, 0 insertions, 55 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"
-}
diff --git a/net-misc/ncman/ncman-0.0.1_p20190327.ebuild b/net-misc/ncman/ncman-0.0.1_p20190327.ebuild
deleted file mode 100644
index 7228d80a8178..000000000000
--- a/net-misc/ncman/ncman-0.0.1_p20190327.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit meson vcs-snapshot
-COMMIT="21a55145ddbc5d085e91352586875abe92cff73b"
-
-DESCRIPTION="An ncurses UI for connman, forked from connman-json-client"
-HOMEPAGE="https://github.com/l4rzy/ncman"
-SRC_URI="https://github.com/l4rzy/ncman/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/json-c:0=
- >=sys-apps/dbus-1.4
- sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"