net-misc/fb-client: Update to EAPI="8", drop unused eclass
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
6838dd1491
commit
640e35188d
@ -5,7 +5,7 @@ EAPI="7"
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..9} )
|
PYTHON_COMPAT=( python3_{8..9} )
|
||||||
|
|
||||||
inherit eutils python-r1
|
inherit python-r1
|
||||||
|
|
||||||
DESCRIPTION="Client for paste.xinu.at"
|
DESCRIPTION="Client for paste.xinu.at"
|
||||||
HOMEPAGE="https://paste.xinu.at https://git.server-speed.net/users/flo/fb/"
|
HOMEPAGE="https://paste.xinu.at https://git.server-speed.net/users/flo/fb/"
|
||||||
@ -15,13 +15,12 @@ if [[ "${PV}" == *9999 ]]
|
|||||||
then
|
then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="https://git.server-speed.net/users/flo/fb"
|
EGIT_REPO_URI="https://git.server-speed.net/users/flo/fb"
|
||||||
KEYWORDS=""
|
|
||||||
else
|
else
|
||||||
SRC_URI="https://paste.xinu.at/data/client/fb-${PV}.tar.gz -> fb-client-${PVR}.tar.gz"
|
SRC_URI="https://paste.xinu.at/data/client/fb-${PV}.tar.gz -> fb-client-${PVR}.tar.gz"
|
||||||
S="${WORKDIR}/fb-${PV}"
|
S="${WORKDIR}/fb-${PV}"
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="+clipboard"
|
IUSE="+clipboard"
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
Loading…
Reference in New Issue
Block a user