Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/
Date: Wed, 07 Oct 2015 08:11:54
Message-Id: 1444205132.5e8473704baf62210db0fd016847adcd66c44085.monsieurp@gentoo
1 commit: 5e8473704baf62210db0fd016847adcd66c44085
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 07:29:39 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 08:05:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e847370
7
8 x11-wm/page: Clean up old.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 x11-wm/page/page-1.9.6.ebuild | 35 -----------------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/x11-wm/page/page-1.9.6.ebuild b/x11-wm/page/page-1.9.6.ebuild
17 deleted file mode 100644
18 index a327826..0000000
19 --- a/x11-wm/page/page-1.9.6.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI="5"
27 -
28 -inherit eutils
29 -
30 -DESCRIPTION="A mouse friendly tiling window manager"
31 -HOMEPAGE="http://www.hzog.net/index.php/Main_Page"
32 -SRC_URI="http://www.hzog.net/pub/${P}.tar.gz"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -DEPEND="x11-proto/xcb-proto
39 - x11-libs/libxcb
40 - x11-libs/xcb-util
41 - x11-libs/libXfixes
42 - x11-libs/libXdamage
43 - x11-proto/damageproto
44 - x11-proto/randrproto
45 - x11-libs/libXrandr
46 - x11-proto/xproto
47 - x11-proto/fixesproto
48 - x11-proto/compositeproto
49 - x11-libs/libXcomposite
50 - x11-proto/renderproto
51 - x11-libs/libXrender
52 - x11-libs/libXext
53 - x11-proto/xextproto
54 - x11-libs/cairo
55 - x11-libs/pango
56 - dev-libs/glib"