x11-misc/xmobar: update homepage
[gentoo.git] / x11-misc / autocutsel / autocutsel-0.10.0.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications"
7 HOMEPAGE="http://www.nongnu.org/autocutsel/ https://github.com/sigmike/autocutsel"
8 SRC_URI="https://github.com/sigmike/${PN}/releases/download/${PV}/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="amd64 ppc sparc x86"
13
14 RDEPEND="
15         x11-libs/libX11
16         x11-libs/libXaw
17         x11-libs/libXext
18         x11-libs/libXmu
19         x11-libs/libXt
20 "
21 DEPEND="
22         ${RDEPEND}
23         x11-base/xorg-proto
24 "