holgersson-overlay/net-misc/fb-client/fb-client-9999.ebuild
Nils Freydank 9df182319c
net-misc/fb-client: Enable Python3.6 support and drop 3.4.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Manifest-Sign-Key: 766B8122134269123401492A8B54D7A3FF3CDB17
2018-07-26 10:24:49 +02:00

31 lines
674 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{5,6} )
inherit eutils python-r1
if [[ "${PV}" == *9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://git.server-speed.net/users/flo/fb"
KEYWORDS=""
else
SRC_URI="https://paste.xinu.at/data/client/fb-${PV}.tar.gz -> fb-client-${PVR}.tar.gz"
S="${WORKDIR}/fb-${PV}"
KEYWORDS="~x86 ~amd64"
fi
DESCRIPTION="Client for paste.xinu.at"
HOMEPAGE="https://paste.xinu.at"
LICENSE="GPL-3"
SLOT="0"
IUSE="+clipboard"
RDEPEND="dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
clipboard? ( x11-misc/xclip )"