2016-03-13 11:52:15 +01:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
2016-03-18 20:55:49 +01:00
|
|
|
EAPI=6
|
2016-03-13 11:52:15 +01:00
|
|
|
|
2016-03-18 20:55:49 +01:00
|
|
|
inherit eutils git-r3
|
2016-03-13 11:52:15 +01:00
|
|
|
|
|
|
|
DESCRIPTION="Client for paste.xinu.at"
|
|
|
|
HOMEPAGE="https://paste.xinu.at"
|
|
|
|
EGIT_REPO_URI="git://git.server-speed.net/users/flo/fb"
|
|
|
|
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
|
2016-07-10 11:18:14 +02:00
|
|
|
IUSE="+clipboard"
|
|
|
|
|
|
|
|
RDEPEND="dev-python/pyxdg
|
|
|
|
dev-python/pycurl
|
|
|
|
clipboard? ( x11-misc/xclip )"
|
|
|
|
|
2016-03-13 11:52:15 +01:00
|
|
|
src_unpack() {
|
2016-03-18 20:55:49 +01:00
|
|
|
git-r3_src_unpack
|
2016-03-13 11:52:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
src_compile() {
|
|
|
|
emake
|
|
|
|
}
|