dev-python/mpmath: Bump to 1.4.0_alpha4
[gentoo/gentoo.git] / x11-wm / oroborus / oroborus-2.0.20-r2.ebuild
blob45d223b8d592f1b0f8362c2da27c11954a2fdfc5
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DESCRIPTION="Small and fast window manager"
7 HOMEPAGE="https://www.oroborus.org"
8 SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz"
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="amd64 ppc x86"
14 RDEPEND="
15         x11-libs/libICE
16         x11-libs/libSM
17         x11-libs/libX11
18         x11-libs/libXext
19         x11-libs/libXpm"
20 DEPEND="${RDEPEND}
21         x11-base/xorg-proto"
23 PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
25 DOCS=( AUTHORS ChangeLog example.${PN}rc README TODO )