summaryrefslogtreecommitdiff
path: root/x11-wm/page/page-1.9.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
commita4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (patch)
tree852c90a4bf354c30ea66504f70bfab5401fba18d /x11-wm/page/page-1.9.8.ebuild
parent5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (diff)
gentoo resync : 28.04.2018
Diffstat (limited to 'x11-wm/page/page-1.9.8.ebuild')
-rw-r--r--x11-wm/page/page-1.9.8.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/x11-wm/page/page-1.9.8.ebuild b/x11-wm/page/page-1.9.8.ebuild
deleted file mode 100644
index c03cb2442c54..000000000000
--- a/x11-wm/page/page-1.9.8.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A mouse friendly tiling window manager"
-HOMEPAGE="http://www.hzog.net/index.php/Main_Page"
-SRC_URI="http://www.hzog.net/pub/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- x11-proto/xcb-proto
- x11-libs/libxcb
- x11-libs/xcb-util
- x11-libs/libXfixes
- x11-libs/libXdamage
- x11-proto/damageproto
- x11-proto/randrproto
- x11-libs/libXrandr
- x11-proto/xproto
- x11-proto/fixesproto
- x11-proto/compositeproto
- x11-libs/libXcomposite
- x11-proto/renderproto
- x11-libs/libXrender
- x11-libs/libXext
- x11-proto/xextproto
- x11-libs/cairo[xcb]
- x11-libs/pango
- dev-libs/glib:2"
-
-DEPEND="${RDEPEND}"
-
-src_install() {
- default
-
- # Solves file collision with dev-tcltk/tcllib, bug #574074
- ebegin "Changing references from 'page' to 'pagewm'"
- mv "${D}"usr/bin/page "${D}"usr/bin/pagewm || die "Could not rename binary!"
- sed -i -e "s:/usr/bin/page:/usr/bin/pagewm:" "${D}"usr/share/applications/page.desktop || die "Could not change .desktop file!"
- eend
-}
-
-pkg_postinst() {
- elog "page can now be launched using \"pagewm\". To find out more about this functionality,"
- elog "see the following bug report: https://bugs.gentoo.org/574074."
-}