commit:     6090d1bf3e45030371c1baede052a888b930df1f
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 16:03:24 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 17:09:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6090d1bf

net-misc/ncman: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 net-misc/ncman/ncman-0.0.1_p20190327-r1.ebuild | 34 --------------------------
 net-misc/ncman/ncman-0.0.1_p20190327.ebuild    | 21 ----------------
 2 files changed, 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 415581b6f27..00000000000
--- 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 7228d80a817..00000000000
--- 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}"

Reply via email to