commit: 946fca84b45df78ea568f6b14512745a2144af73 Author: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me> AuthorDate: Fri Nov 25 09:29:20 2022 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Tue Dec 13 18:28:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946fca84
net-p2p/ncdc: drop 9999 Signed-off-by: Eric Joldasov <bratishkaerik <AT> getgoogleoff.me> Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> net-p2p/ncdc/ncdc-9999.ebuild | 59 ------------------------------------------- 1 file changed, 59 deletions(-) diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild deleted file mode 100644 index e001c6590371..000000000000 --- a/net-p2p/ncdc/ncdc-9999.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="ncurses directconnect client" -HOMEPAGE="https://dev.yorhel.nl/ncdc" -if [[ ${PV} == *9999 ]] ; then - inherit autotools git-r3 - EGIT_REPO_URI="git://g.blicky.net/ncdc.git" -else - SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz" - KEYWORDS="~amd64 ~ppc ~sparc ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="geoip" - -RDEPEND=" - app-arch/bzip2 - dev-db/sqlite:3 - >=dev-libs/glib-2.32:2 - net-libs/gnutls:= - sys-libs/ncurses:=[unicode(+)] - sys-libs/zlib:= - geoip? ( - dev-libs/geoip - dev-libs/libmaxminddb - )" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/makeheaders - virtual/pkgconfig -" - -src_prepare() { - default - - [[ ${PV} == *9999 ]] && eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_with geoip) - ) - - if [[ ${PV} == *9999 ]] ; then - myeconfargs+=( --enable-git-version ) - fi - - econf "${myeconfargs[@]}" -} - -src_compile() { - emake AR="$(tc-getAR)" -}
