Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/oroborus/
Date: Sat, 04 Mar 2017 15:20:36
Message-Id: 1488640745.23b3220d57183434aa31f8cb471b202b9759e3d8.soap@gentoo
1 commit: 23b3220d57183434aa31f8cb471b202b9759e3d8
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 2 18:31:08 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 15:19:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b3220d
7
8 x11-wm/oroborus: EAPI bump 4 -> 6, drop gnome use flag
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4098
12
13 x11-wm/oroborus/oroborus-2.0.20-r1.ebuild | 25 +++++++++++++++++++++++++
14 1 file changed, 25 insertions(+)
15
16 diff --git a/x11-wm/oroborus/oroborus-2.0.20-r1.ebuild b/x11-wm/oroborus/oroborus-2.0.20-r1.ebuild
17 new file mode 100644
18 index 00000000000..d3cebd0ecfc
19 --- /dev/null
20 +++ b/x11-wm/oroborus/oroborus-2.0.20-r1.ebuild
21 @@ -0,0 +1,25 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="Small and fast window manager"
28 +HOMEPAGE="http://www.oroborus.org"
29 +SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz"
30 +
31 +LICENSE="GPL-2"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~ppc ~x86"
34 +IUSE=""
35 +
36 +RDEPEND="
37 + x11-libs/libICE
38 + x11-libs/libSM
39 + x11-libs/libX11
40 + x11-libs/libXext
41 + x11-libs/libXpm"
42 +DEPEND="${RDEPEND}
43 + x11-proto/xextproto
44 + x11-proto/xproto"
45 +
46 +DOCS=( AUTHORS ChangeLog example.${PN}rc README TODO )