[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2023-03-05 Thread Matt Turner
commit: bb190d14b8272f731083fd03b65a13f8abef6123
Author: Benoît Gschwind  gnu-log  net>
AuthorDate: Sun Mar  5 10:09:12 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  5 17:04:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb190d14

x11-wm/page: Drop outdated use-dependencies

Closes : https://bugs.gentoo.org/876004
Signed-off-by: Benoît Gschwind  gnu-log.net>
Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/page/page-1.9.10-r1.ebuild | 43 +++
 1 file changed, 43 insertions(+)

diff --git a/x11-wm/page/page-1.9.10-r1.ebuild 
b/x11-wm/page/page-1.9.10-r1.ebuild
new file mode 100644
index ..9dcfac0380fd
--- /dev/null
+++ b/x11-wm/page/page-1.9.10-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A mouse friendly tiling window manager"
+HOMEPAGE="https://github.com/gschwind/page;
+SRC_URI="https://github.com/gschwind/page/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+   >=x11-libs/libxcb-1.11
+   >=x11-libs/xcb-util-0.4.0
+   >=x11-libs/libXfixes-5.0.3
+   >=x11-libs/libXdamage-1.1.4-r1
+   >=x11-libs/libXrandr-1.5.1
+   >=x11-libs/libXcomposite-0.4.4-r1
+   >=x11-libs/libXrender-0.9.10
+   >=x11-libs/libXext-1.3.3
+   >=x11-libs/cairo-1.14.6[X]
+   >=x11-libs/pango-1.40.5
+   >=dev-libs/glib-2.50.3-r1:2"
+DEPEND="${RDEPEND}
+   >=x11-base/xcb-proto-1.12-r2
+   x11-base/xorg-proto"
+
+src_install() {
+   default
+
+   # Solves file collision with dev-tcltk/tcllib, bug #574074
+   ebegin "Changing references from 'page' to 'pagewm'"
+   mv "${ED}"/usr/bin/page "${ED}"/usr/bin/pagewm || die "Could not rename 
binary!"
+   sed -i -e "s:/usr/bin/page:/usr/bin/pagewm:" 
"${ED}"/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.;
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2022-07-13 Thread Florian Schmaus
commit: 44b0a2f7cb487d9f6649305fc245ef174508a675
Author: Benoit Gschwind  gnu-log  net>
AuthorDate: Fri Jul  8 07:42:29 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jul 13 18:16:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b0a2f7

x11-wm/page: Fix #832976 and #832475

Bug: https://bugs.gentoo.org/832475
Bug: https://bugs.gentoo.org/832976
Signed-off-by: Benoît Gschwind  gnu-log.net>
Closes: https://github.com/gentoo/gentoo/pull/26279
Signed-off-by: Florian Schmaus  gentoo.org>

 x11-wm/page/Manifest | 2 +-
 x11-wm/page/{page-1.9.9-r4.ebuild => page-1.9.10.ebuild} | 9 +
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index d582910bde41..b7a8d7444191 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -1 +1 @@
-DIST page-1.9.9-r1.tar.gz 1009216 BLAKE2B 
8248705f9e5eceaeea37889a9859249d9eb236f215da804f5edad3c36007179f63f132c161c1e4a6a97df6240f87799242140c9785ae00f2e86dd7eed69d
 SHA512 
9e7594590b1fdeadcf59d715d30727bee9f640903a34cadd8c0d92b3e94059c183d931a7d8e96763adb74f59a94acb03f7bfbbd4f1f8b57371fe886e6a227012
+DIST page-1.9.10.tar.gz 550021 BLAKE2B 
e42ce482b9f7da70f69fa08557e7327d51a8a02a6e4d76adb9a50787ae20fe0bfe22e25bc9413156c0812f6708fe7e0e1c2e59e6bd9d7a16be8f52caf6a3ab34
 SHA512 
243d59d66d4a57a2141ebc953a271b9dd0202fd495a5aabb4245cb7d9979b97438a16a5f19c1eecea3596252ee68dd96a1a6fd052e4b706ab2c62678a5d3a9f0

diff --git a/x11-wm/page/page-1.9.9-r4.ebuild b/x11-wm/page/page-1.9.10.ebuild
similarity index 91%
rename from x11-wm/page/page-1.9.9-r4.ebuild
rename to x11-wm/page/page-1.9.10.ebuild
index 6f84a55fe81d..698301c6a483 100644
--- a/x11-wm/page/page-1.9.9-r4.ebuild
+++ b/x11-wm/page/page-1.9.10.ebuild
@@ -3,11 +3,9 @@
 
 EAPI=8
 
-inherit autotools
-
 DESCRIPTION="A mouse friendly tiling window manager"
 HOMEPAGE="https://github.com/gschwind/page;
-SRC_URI="http://www.hzog.net/pub/${PN}-1.9.9-r1.tar.gz;
+SRC_URI="https://github.com/gschwind/page/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -29,11 +27,6 @@ DEPEND="${RDEPEND}
>=x11-base/xcb-proto-1.12-r2
x11-base/xorg-proto"
 
-src_prepare() {
-   default
-   eautoreconf
-}
-
 src_install() {
default
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2022-07-03 Thread Matt Turner
commit: 46638ab9486089411786f0bd96a3e0a9297d540c
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 29 04:31:05 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul  3 21:04:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46638ab9

x11-wm/page: Fix HOMEPAGE

For some reason monsieurp fixed the HOMEPAGE only in an old version of
the ebuild in commit 5810217300f5.

Closes: https://github.com/gentoo/gentoo/pull/26129
Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/page/page-1.9.9-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/page/page-1.9.9-r4.ebuild b/x11-wm/page/page-1.9.9-r4.ebuild
index f486626b160b..6f84a55fe81d 100644
--- a/x11-wm/page/page-1.9.9-r4.ebuild
+++ b/x11-wm/page/page-1.9.9-r4.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit autotools
 
 DESCRIPTION="A mouse friendly tiling window manager"
-HOMEPAGE="https://www.hzog.net/index.php/Main_Page;
+HOMEPAGE="https://github.com/gschwind/page;
 SRC_URI="http://www.hzog.net/pub/${PN}-1.9.9-r1.tar.gz;
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2022-06-29 Thread David Seifert
commit: 49ac3450c65e26b1b7c8ca8e656a4a9113f48ff3
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jun 29 08:44:18 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jun 29 08:44:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ac3450

x11-wm/page: drop 1.9.8

Signed-off-by: David Seifert  gentoo.org>

 x11-wm/page/Manifest  |  1 -
 x11-wm/page/page-1.9.8.ebuild | 49 ---
 2 files changed, 50 deletions(-)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index 78488740ed59..d582910bde41 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -1,2 +1 @@
-DIST page-1.9.8.tar.gz 162352 BLAKE2B 
acde0feb62d58f66708ec09545137978540fb8c5fab651961b6e87d7c9d7be3170b8e2171c80ec553a9059ae2c23869759f37953da783be3a8fb3ea471e8b15b
 SHA512 
758b1efbecb6d0a3d6ea0f7261b1c55db0927aa46d871f1a30b77e5aa7b9819ae74ca6fb821692656f2150da758793ba5653bdd94ab92ba2b79b39e0d4a4882e
 DIST page-1.9.9-r1.tar.gz 1009216 BLAKE2B 
8248705f9e5eceaeea37889a9859249d9eb236f215da804f5edad3c36007179f63f132c161c1e4a6a97df6240f87799242140c9785ae00f2e86dd7eed69d
 SHA512 
9e7594590b1fdeadcf59d715d30727bee9f640903a34cadd8c0d92b3e94059c183d931a7d8e96763adb74f59a94acb03f7bfbbd4f1f8b57371fe886e6a227012

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 cc6ee93df99a..
--- a/x11-wm/page/page-1.9.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="A mouse friendly tiling window manager"
-HOMEPAGE="https://github.com/gschwind/page;
-SRC_URI="https://github.com/gschwind/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=x11-libs/libxcb-1.11[xkb]
-   >=x11-libs/xcb-util-0.4.0
-   >=x11-libs/libXfixes-5.0.3
-   >=x11-libs/libXdamage-1.1.4-r1
-   >=x11-libs/libXrandr-1.5.1
-   >=x11-libs/libXcomposite-0.4.4-r1
-   >=x11-libs/libXrender-0.9.10
-   >=x11-libs/libXext-1.3.3
-   >=x11-libs/cairo-1.14.6[X,xcb(+)]
-   >=x11-libs/pango-1.40.5
-   >=dev-libs/glib-2.50.3-r1:2"
-
-DEPEND="${RDEPEND}
-   >=x11-base/xcb-proto-1.12-r2
-   x11-base/xorg-proto"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_install() {
-   default
-
-   # Solves file collision with dev-tcltk/tcllib, bug #574074
-   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!"
-}
-
-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.;
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2022-06-29 Thread David Seifert
commit: 84e39b72b58e4786e8f6b73d3825aa1c1923b8f2
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jun 29 08:44:19 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jun 29 08:44:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e39b72

x11-wm/page: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 x11-wm/page/{page-1.9.9-r3.ebuild => page-1.9.9-r4.ebuild} | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/x11-wm/page/page-1.9.9-r3.ebuild b/x11-wm/page/page-1.9.9-r4.ebuild
similarity index 80%
rename from x11-wm/page/page-1.9.9-r3.ebuild
rename to x11-wm/page/page-1.9.9-r4.ebuild
index a5c53381b117..f486626b160b 100644
--- a/x11-wm/page/page-1.9.9-r3.ebuild
+++ b/x11-wm/page/page-1.9.9-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit autotools
 
@@ -25,7 +25,6 @@ RDEPEND="
>=x11-libs/cairo-1.14.6[X,xcb(+)]
>=x11-libs/pango-1.40.5
>=dev-libs/glib-2.50.3-r1:2"
-
 DEPEND="${RDEPEND}
>=x11-base/xcb-proto-1.12-r2
x11-base/xorg-proto"
@@ -40,8 +39,8 @@ src_install() {
 
# 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!"
+   mv "${ED}"/usr/bin/page "${ED}"/usr/bin/pagewm || die "Could not rename 
binary!"
+   sed -i -e "s:/usr/bin/page:/usr/bin/pagewm:" 
"${ED}"/usr/share/applications/page.desktop || die "Could not change .desktop 
file!"
eend $?
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2022-05-13 Thread Sam James
commit: d81931d6cc7950afb701deef0cd60e2f8c7a2328
Author: Thomas Bracht Laumann Jespersen  laumann  xyz>
AuthorDate: Wed Apr 20 20:24:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 13 20:03:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81931d6

x11-wm/page: [QA] eend missing argument

Just drop the notification altogether, there's a comment with a bug
reference, and it's two commands that should be fast to execute.

Signed-off-by: Thomas Bracht Laumann Jespersen  laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/25134
Signed-off-by: Sam James  gentoo.org>

 x11-wm/page/page-1.9.8.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/x11-wm/page/page-1.9.8.ebuild b/x11-wm/page/page-1.9.8.ebuild
index 8fcd55186a3b..cc6ee93df99a 100644
--- a/x11-wm/page/page-1.9.8.ebuild
+++ b/x11-wm/page/page-1.9.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -39,10 +39,8 @@ 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() {



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2021-10-15 Thread Patrice Clement
commit: 34979c7822339a2fc89b473731c89752ea10c48b
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct 15 12:03:43 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct 15 12:03:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34979c78

x11-wm/page: fix missing eend arg.

Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/page-1.9.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/page/page-1.9.9-r3.ebuild b/x11-wm/page/page-1.9.9-r3.ebuild
index 8fc15947bd3..a5c53381b11 100644
--- a/x11-wm/page/page-1.9.9-r3.ebuild
+++ b/x11-wm/page/page-1.9.9-r3.ebuild
@@ -42,7 +42,7 @@ src_install() {
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
+   eend $?
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2021-09-27 Thread Yixun Lan
commit: 742b127784e1258fc7f0ac024627f70d25eb9878
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Sep 26 20:21:32 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 27 14:45:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742b1277

x11-wm/page: keyword ~riscv

Closes: https://github.com/gentoo/gentoo/pull/22421
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 x11-wm/page/page-1.9.9-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/page/page-1.9.9-r3.ebuild b/x11-wm/page/page-1.9.9-r3.ebuild
index d6970430504..8fc15947bd3 100644
--- a/x11-wm/page/page-1.9.9-r3.ebuild
+++ b/x11-wm/page/page-1.9.9-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://www.hzog.net/pub/${PN}-1.9.9-r1.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND="
>=x11-libs/libxcb-1.11[xkb]



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2020-06-17 Thread Patrice Clement
commit: f86456a7c0072ac64883b5f0d53b6515217cd710
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jun 17 19:11:30 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jun 17 19:11:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86456a7

x11-wm/page: add back eautoreconf.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/page-1.9.9-r3.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/x11-wm/page/page-1.9.9-r3.ebuild b/x11-wm/page/page-1.9.9-r3.ebuild
index 371773a560a..d6970430504 100644
--- a/x11-wm/page/page-1.9.9-r3.ebuild
+++ b/x11-wm/page/page-1.9.9-r3.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit autotools
+
 DESCRIPTION="A mouse friendly tiling window manager"
 HOMEPAGE="https://www.hzog.net/index.php/Main_Page;
 SRC_URI="http://www.hzog.net/pub/${PN}-1.9.9-r1.tar.gz;
@@ -28,6 +30,11 @@ DEPEND="${RDEPEND}
>=x11-base/xcb-proto-1.12-r2
x11-base/xorg-proto"
 
+src_prepare() {
+   default
+   eautoreconf
+}
+
 src_install() {
default
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2020-06-17 Thread Patrice Clement
commit: 5810217300f5133478f150dc24d78f53031400d9
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jun 17 19:08:39 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jun 17 19:09:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58102173

x11-wm/page: add back an old version and update HOMEPAGE.

Set HOMEPAGE to Github.

Bug: https://bugs.gentoo.org/727918
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/Manifest  |  1 +
 x11-wm/page/page-1.9.8.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index d582910bde4..78488740ed5 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -1 +1,2 @@
+DIST page-1.9.8.tar.gz 162352 BLAKE2B 
acde0feb62d58f66708ec09545137978540fb8c5fab651961b6e87d7c9d7be3170b8e2171c80ec553a9059ae2c23869759f37953da783be3a8fb3ea471e8b15b
 SHA512 
758b1efbecb6d0a3d6ea0f7261b1c55db0927aa46d871f1a30b77e5aa7b9819ae74ca6fb821692656f2150da758793ba5653bdd94ab92ba2b79b39e0d4a4882e
 DIST page-1.9.9-r1.tar.gz 1009216 BLAKE2B 
8248705f9e5eceaeea37889a9859249d9eb236f215da804f5edad3c36007179f63f132c161c1e4a6a97df6240f87799242140c9785ae00f2e86dd7eed69d
 SHA512 
9e7594590b1fdeadcf59d715d30727bee9f640903a34cadd8c0d92b3e94059c183d931a7d8e96763adb74f59a94acb03f7bfbbd4f1f8b57371fe886e6a227012

diff --git a/x11-wm/page/page-1.9.8.ebuild b/x11-wm/page/page-1.9.8.ebuild
new file mode 100644
index 000..8fcd55186a3
--- /dev/null
+++ b/x11-wm/page/page-1.9.8.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A mouse friendly tiling window manager"
+HOMEPAGE="https://github.com/gschwind/page;
+SRC_URI="https://github.com/gschwind/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=x11-libs/libxcb-1.11[xkb]
+   >=x11-libs/xcb-util-0.4.0
+   >=x11-libs/libXfixes-5.0.3
+   >=x11-libs/libXdamage-1.1.4-r1
+   >=x11-libs/libXrandr-1.5.1
+   >=x11-libs/libXcomposite-0.4.4-r1
+   >=x11-libs/libXrender-0.9.10
+   >=x11-libs/libXext-1.3.3
+   >=x11-libs/cairo-1.14.6[X,xcb(+)]
+   >=x11-libs/pango-1.40.5
+   >=dev-libs/glib-2.50.3-r1:2"
+
+DEPEND="${RDEPEND}
+   >=x11-base/xcb-proto-1.12-r2
+   x11-base/xorg-proto"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+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.;
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2020-01-14 Thread Matt Turner
commit: 935b98cd9f372027e86353ffb61541848d17eb86
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 14 22:25:43 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 14 22:47:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935b98cd

x11-wm/page: Update x11-libs/cairo dependency

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/page/{page-1.9.9-r2.ebuild => page-1.9.9-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/page/page-1.9.9-r2.ebuild b/x11-wm/page/page-1.9.9-r3.ebuild
similarity index 97%
rename from x11-wm/page/page-1.9.9-r2.ebuild
rename to x11-wm/page/page-1.9.9-r3.ebuild
index 99ef8410fff..4577c5cb133 100644
--- a/x11-wm/page/page-1.9.9-r2.ebuild
+++ b/x11-wm/page/page-1.9.9-r3.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
>=x11-libs/libXcomposite-0.4.4-r1
>=x11-libs/libXrender-0.9.10
>=x11-libs/libXext-1.3.3
-   >=x11-libs/cairo-1.14.6[X,xcb]
+   >=x11-libs/cairo-1.14.6[X,xcb(+)]
>=x11-libs/pango-1.40.5
>=dev-libs/glib-2.50.3-r1:2"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2018-06-03 Thread Aaron Bauman
commit: 3dbb66e53314bcae06ff860b5766c1f6667e18f7
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun  3 09:21:33 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun  3 13:48:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbb66e5

x11-wm/page: use HTTPs

 x11-wm/page/page-1.9.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/page/page-1.9.9-r2.ebuild b/x11-wm/page/page-1.9.9-r2.ebuild
index a99b66b7428..99ef8410fff 100644
--- a/x11-wm/page/page-1.9.9-r2.ebuild
+++ b/x11-wm/page/page-1.9.9-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DESCRIPTION="A mouse friendly tiling window manager"
-HOMEPAGE="http://www.hzog.net/index.php/Main_Page;
+HOMEPAGE="https://www.hzog.net/index.php/Main_Page;
 SRC_URI="http://www.hzog.net/pub/${PN}-1.9.9-r1.tar.gz;
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/, x11-libs/libxcb/, x11-libs/xcb-util-cursor/, ...

2018-04-26 Thread Matt Turner
commit: d420deeb520b7e598eba60f7d2cabd18ae161f7a
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 24 05:57:20 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 27 01:15:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d420deeb

x11-base/xcb-proto: Move from x11-proto/xcb-proto

 dev-perl/X11-XCB/X11-XCB-0.170.0-r1.ebuild| 2 +-
 media-libs/waffle/waffle-1.5.2.ebuild | 2 +-
 media-libs/waffle/waffle-.ebuild  | 2 +-
 profiles/updates/2Q-2018  | 1 +
 {x11-proto => x11-base}/xcb-proto/Manifest| 0
 .../files/xcb-proto-1.12-make-whitespace-usage-consistent.patch   | 0
 .../xcb-proto-1.12-print-is-a-function-and-needs-parentheses.patch| 0
 .../xcb-proto/files/xcb-proto-1.12-update-xml-schema.patch| 0
 {x11-proto => x11-base}/xcb-proto/metadata.xml| 0
 {x11-proto => x11-base}/xcb-proto/xcb-proto-1.12-r2.ebuild| 0
 {x11-proto => x11-base}/xcb-proto/xcb-proto-1.13.ebuild   | 0
 x11-libs/libxcb/libxcb-1.12-r2.ebuild | 4 ++--
 x11-libs/libxcb/libxcb-1.13.ebuild| 4 ++--
 x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild  | 2 +-
 x11-libs/xpyb/xpyb-1.3.1-r5.ebuild| 2 +-
 x11-wm/awesome/awesome-3.5.9-r2.ebuild| 2 +-
 x11-wm/awesome/awesome-4.2-r2.ebuild  | 2 +-
 x11-wm/awesome/awesome-.ebuild| 2 +-
 x11-wm/page/page-1.9.9-r2.ebuild  | 2 +-
 19 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/dev-perl/X11-XCB/X11-XCB-0.170.0-r1.ebuild 
b/dev-perl/X11-XCB/X11-XCB-0.170.0-r1.ebuild
index 0c1c088dd58..7f439ecb1b9 100644
--- a/dev-perl/X11-XCB/X11-XCB-0.170.0-r1.ebuild
+++ b/dev-perl/X11-XCB/X11-XCB-0.170.0-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
x11-libs/xcb-util-wm
 "
 DEPEND="${RDEPEND}
-   x11-proto/xcb-proto
+   x11-base/xcb-proto
>=virtual/perl-Devel-PPPort-3.190.0
dev-perl/ExtUtils-Depends
>=virtual/perl-ExtUtils-MakeMaker-6.590.0

diff --git a/media-libs/waffle/waffle-1.5.2.ebuild 
b/media-libs/waffle/waffle-1.5.2.ebuild
index 140bb05b121..ec71eacc2bf 100644
--- a/media-libs/waffle/waffle-1.5.2.ebuild
+++ b/media-libs/waffle/waffle-1.5.2.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
-   >=x11-proto/xcb-proto-1.8-r3[${MULTILIB_USEDEP}]
+   >=x11-base/xcb-proto-1.8-r3[${MULTILIB_USEDEP}]
doc? (
dev-libs/libxslt
app-text/docbook-xml-dtd:4.2

diff --git a/media-libs/waffle/waffle-.ebuild 
b/media-libs/waffle/waffle-.ebuild
index 8d8286cd45c..23384f2ecad 100644
--- a/media-libs/waffle/waffle-.ebuild
+++ b/media-libs/waffle/waffle-.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
-   >=x11-proto/xcb-proto-1.8-r3[${MULTILIB_USEDEP}]
+   >=x11-base/xcb-proto-1.8-r3[${MULTILIB_USEDEP}]
doc? (
dev-libs/libxslt
app-text/docbook-xml-dtd:4.2

diff --git a/profiles/updates/2Q-2018 b/profiles/updates/2Q-2018
index 49ce4ec28a5..87eaba8c3a3 100644
--- a/profiles/updates/2Q-2018
+++ b/profiles/updates/2Q-2018
@@ -4,3 +4,4 @@ move gnome-extra/gnome-builder dev-util/gnome-builder
 move kde-apps/kstars sci-astronomy/kstars
 move media-video/kamoso kde-apps/kamoso
 move app-backup/kbackup kde-apps/kbackup
+move x11-proto/xcb-proto x11-base/xcb-proto

diff --git a/x11-proto/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
similarity index 100%
rename from x11-proto/xcb-proto/Manifest
rename to x11-base/xcb-proto/Manifest

diff --git 
a/x11-proto/xcb-proto/files/xcb-proto-1.12-make-whitespace-usage-consistent.patch
 
b/x11-base/xcb-proto/files/xcb-proto-1.12-make-whitespace-usage-consistent.patch
similarity index 100%
rename from 
x11-proto/xcb-proto/files/xcb-proto-1.12-make-whitespace-usage-consistent.patch
rename to 
x11-base/xcb-proto/files/xcb-proto-1.12-make-whitespace-usage-consistent.patch

diff --git 
a/x11-proto/xcb-proto/files/xcb-proto-1.12-print-is-a-function-and-needs-parentheses.patch
 
b/x11-base/xcb-proto/files/xcb-proto-1.12-print-is-a-function-and-needs-parentheses.patch
similarity index 100%
rename from 
x11-proto/xcb-proto/files/xcb-proto-1.12-print-is-a-function-and-needs-parentheses.patch
rename to 
x11-base/xcb-proto/files/xcb-proto-1.12-print-is-a-function-and-needs-parentheses.patch

diff --git a/x11-proto/xcb-proto/files/xcb-proto-1.12-update-xml-schema.patch 

[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2018-04-26 Thread Matt Turner
commit: 80b9884f9d50b7f71f645c28713aa99d82565ff3
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 24 05:38:02 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 27 01:15:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b9884f

x11-wm/page: Drop old versions

 x11-wm/page/Manifest |  2 --
 x11-wm/page/page-1.9.8-r1.ebuild | 50 
 x11-wm/page/page-1.9.8.ebuild| 50 
 x11-wm/page/page-1.9.9-r1.ebuild | 50 
 x11-wm/page/page-1.9.9.ebuild| 50 
 5 files changed, 202 deletions(-)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index 9c88ed960b1..d582910bde4 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -1,3 +1 @@
-DIST page-1.9.8.tar.gz 993882 BLAKE2B 
2ede40d5ce223b7ab775d56cd594b5db69dadfd7d376d2232e6739bb288479913807755a74a209e4705b5d43da84e649b341f83461b449a639639372fc1021f0
 SHA512 
624493282bb3258bbbaf731d4b6e0fe50741a6dfe80a559feb40112042aeb799b46e820c23d8a1679c4374ceb5be0b63890e2f660f1240b4dd249bb3b8aa61a8
 DIST page-1.9.9-r1.tar.gz 1009216 BLAKE2B 
8248705f9e5eceaeea37889a9859249d9eb236f215da804f5edad3c36007179f63f132c161c1e4a6a97df6240f87799242140c9785ae00f2e86dd7eed69d
 SHA512 
9e7594590b1fdeadcf59d715d30727bee9f640903a34cadd8c0d92b3e94059c183d931a7d8e96763adb74f59a94acb03f7bfbbd4f1f8b57371fe886e6a227012
-DIST page-1.9.9.tar.gz 1007419 BLAKE2B 
0f7c59d153bdc85b5f8167ff6a07202b3e294829573fb9427893b33b23b66605691ec664223fbdba1244e3059f5b103c4ea62c67165eeccc161738a839a29ae9
 SHA512 
4dfd7b04823e13c2a592e3037803022d6e30019ac9390b6da9196e0a250de8e213d2a6a7546cd97c3d77deac4fa70410def2ed2367bb3a21c6f1ddb3df61d5f8

diff --git a/x11-wm/page/page-1.9.8-r1.ebuild b/x11-wm/page/page-1.9.8-r1.ebuild
deleted file mode 100644
index e121fb854d1..000
--- a/x11-wm/page/page-1.9.8-r1.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[X,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.;
-}

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 c03cb2442c5..000
--- 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!"
-   

[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2018-04-26 Thread Matt Turner
commit: 2e56952bd264eb759e79f3dae2cabc32f2967ad3
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 24 05:37:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 27 01:15:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e56952b

x11-wm/page: Move x11 proto deps to DEPEND

... and transition deps to x11-base/xorg-proto while we're here.
Closes: https://github.com/gentoo/gentoo/pull/8119

 x11-wm/page/page-1.9.9-r2.ebuild | 44 
 1 file changed, 44 insertions(+)

diff --git a/x11-wm/page/page-1.9.9-r2.ebuild b/x11-wm/page/page-1.9.9-r2.ebuild
new file mode 100644
index 000..882709c0d4e
--- /dev/null
+++ b/x11-wm/page/page-1.9.9-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A mouse friendly tiling window manager"
+HOMEPAGE="http://www.hzog.net/index.php/Main_Page;
+SRC_URI="http://www.hzog.net/pub/${PN}-1.9.9-r1.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=x11-libs/libxcb-1.11[xkb]
+   >=x11-libs/xcb-util-0.4.0
+   >=x11-libs/libXfixes-5.0.3
+   >=x11-libs/libXdamage-1.1.4-r1
+   >=x11-libs/libXrandr-1.5.1
+   >=x11-libs/libXcomposite-0.4.4-r1
+   >=x11-libs/libXrender-0.9.10
+   >=x11-libs/libXext-1.3.3
+   >=x11-libs/cairo-1.14.6[X,xcb]
+   >=x11-libs/pango-1.40.5
+   >=dev-libs/glib-2.50.3-r1:2"
+
+DEPEND="${RDEPEND}
+   >=x11-proto/xcb-proto-1.12-r2
+   x11-base/xorg-proto"
+
+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.;
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2017-12-04 Thread Patrice Clement
commit: 2aeb7837a366e41884c2b3dddaf56355801a0082
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Dec  4 20:34:49 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Dec  4 20:35:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aeb7837

x11-wm/page: version bump.

Closes: https://bugs.gentoo.org/585452
Closes: https://bugs.gentoo.org/638844
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-wm/page/Manifest |  3 ++-
 x11-wm/page/page-1.9.9-r1.ebuild | 50 
 2 files changed, 52 insertions(+), 1 deletion(-)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index db7148c4183..8b460205e9a 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -1,2 +1,3 @@
 DIST page-1.9.8.tar.gz 993882 SHA256 
c4cb93e64ea0ce1a2ea5c8f68b5aa5f9ea60e7b9cf778c6e03d7b06c5e9c39a7 SHA512 
624493282bb3258bbbaf731d4b6e0fe50741a6dfe80a559feb40112042aeb799b46e820c23d8a1679c4374ceb5be0b63890e2f660f1240b4dd249bb3b8aa61a8
 WHIRLPOOL 
9db09cb6f36ca8bc3a60d4d7f8ce3d995bbd0a888c90bfd065f33d83ec9d4d6a298d7e4131b60b6fe0fd99d42aca298555df374cbce96adba6b47d9592afd5c4
-DIST page-1.9.9.tar.gz 1007419 SHA256 
d88109c03c185c90a61ca638ac08a0b412cb42208f986dd341c7977ea6f8a85b SHA512 
4dfd7b04823e13c2a592e3037803022d6e30019ac9390b6da9196e0a250de8e213d2a6a7546cd97c3d77deac4fa70410def2ed2367bb3a21c6f1ddb3df61d5f8
 WHIRLPOOL 
f606fe21766851bc99ab95fba22df579e6f8eefee2b1d9ec4b719cf8c88cadce9e004b1737cf36f04b3f1b8bd1fd2f64b84ec295181d1043aced4ce4f7ea810e
+DIST page-1.9.9-r1.tar.gz 1009216 BLAKE2B 
8248705f9e5eceaeea37889a9859249d9eb236f215da804f5edad3c36007179f63f132c161c1e4a6a97df6240f87799242140c9785ae00f2e86dd7eed69d
 SHA512 
9e7594590b1fdeadcf59d715d30727bee9f640903a34cadd8c0d92b3e94059c183d931a7d8e96763adb74f59a94acb03f7bfbbd4f1f8b57371fe886e6a227012
+DIST page-1.9.9.tar.gz 1007419 BLAKE2B 
0f7c59d153bdc85b5f8167ff6a07202b3e294829573fb9427893b33b23b66605691ec664223fbdba1244e3059f5b103c4ea62c67165eeccc161738a839a29ae9
 SHA512 
4dfd7b04823e13c2a592e3037803022d6e30019ac9390b6da9196e0a250de8e213d2a6a7546cd97c3d77deac4fa70410def2ed2367bb3a21c6f1ddb3df61d5f8

diff --git a/x11-wm/page/page-1.9.9-r1.ebuild b/x11-wm/page/page-1.9.9-r1.ebuild
new file mode 100644
index 000..21d6b712d59
--- /dev/null
+++ b/x11-wm/page/page-1.9.9-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A mouse friendly tiling window manager"
+HOMEPAGE="http://www.hzog.net/index.php/Main_Page;
+SRC_URI="http://www.hzog.net/pub/${PF}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=x11-proto/xcb-proto-1.12-r2
+   >=x11-libs/libxcb-1.11[xkb]
+   >=x11-libs/xcb-util-0.4.0
+   >=x11-libs/libXfixes-5.0.3
+   >=x11-libs/libXdamage-1.1.4-r1
+   >=x11-proto/damageproto-1.2.1-r1
+   >=x11-proto/randrproto-1.5.0
+   >=x11-libs/libXrandr-1.5.1
+   >=x11-proto/xproto-7.0.31
+   >=x11-proto/fixesproto-5.0-r1
+   >=x11-proto/compositeproto-0.4.2-r1
+   >=x11-libs/libXcomposite-0.4.4-r1
+   >=x11-proto/renderproto-0.11.1-r1
+   >=x11-libs/libXrender-0.9.10
+   >=x11-libs/libXext-1.3.3
+   >=x11-proto/xextproto-7.3.0
+   >=x11-libs/cairo-1.14.6[X,xcb]
+   >=x11-libs/pango-1.40.5
+   >=dev-libs/glib-2.50.3-r1: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.;
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2017-11-25 Thread Patrick Lauer
commit: 45fdfaf6542d24b44928dc9b05a5c6ae5578b959
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Nov 25 14:38:53 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Nov 25 14:39:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45fdfaf6

x11-wm/page: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-wm/page/page-1.9.8-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/page/page-1.9.8-r1.ebuild b/x11-wm/page/page-1.9.8-r1.ebuild
index 05d2c406a4d..e121fb854d1 100644
--- a/x11-wm/page/page-1.9.8-r1.ebuild
+++ b/x11-wm/page/page-1.9.8-r1.ebuild
@@ -1,5 +1,6 @@
 # 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"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2017-07-26 Thread Patrice Clement
commit: 2cf9242acd7aef88621e5b97b4a082b81c9eae13
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jul 26 22:08:51 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 26 22:09:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf9242a

x11-wm/page: version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-wm/page/Manifest  |  1 +
 x11-wm/page/page-1.9.9.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index 4ae8df3afe8..db7148c4183 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -1 +1,2 @@
 DIST page-1.9.8.tar.gz 993882 SHA256 
c4cb93e64ea0ce1a2ea5c8f68b5aa5f9ea60e7b9cf778c6e03d7b06c5e9c39a7 SHA512 
624493282bb3258bbbaf731d4b6e0fe50741a6dfe80a559feb40112042aeb799b46e820c23d8a1679c4374ceb5be0b63890e2f660f1240b4dd249bb3b8aa61a8
 WHIRLPOOL 
9db09cb6f36ca8bc3a60d4d7f8ce3d995bbd0a888c90bfd065f33d83ec9d4d6a298d7e4131b60b6fe0fd99d42aca298555df374cbce96adba6b47d9592afd5c4
+DIST page-1.9.9.tar.gz 1007419 SHA256 
d88109c03c185c90a61ca638ac08a0b412cb42208f986dd341c7977ea6f8a85b SHA512 
4dfd7b04823e13c2a592e3037803022d6e30019ac9390b6da9196e0a250de8e213d2a6a7546cd97c3d77deac4fa70410def2ed2367bb3a21c6f1ddb3df61d5f8
 WHIRLPOOL 
f606fe21766851bc99ab95fba22df579e6f8eefee2b1d9ec4b719cf8c88cadce9e004b1737cf36f04b3f1b8bd1fd2f64b84ec295181d1043aced4ce4f7ea810e

diff --git a/x11-wm/page/page-1.9.9.ebuild b/x11-wm/page/page-1.9.9.ebuild
new file mode 100644
index 000..4bd58b7eb17
--- /dev/null
+++ b/x11-wm/page/page-1.9.9.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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-1.12-r2
+   >=x11-libs/libxcb-1.11[xkb]
+   >=x11-libs/xcb-util-0.4.0
+   >=x11-libs/libXfixes-5.0.3
+   >=x11-libs/libXdamage-1.1.4-r1
+   >=x11-proto/damageproto-1.2.1-r1
+   >=x11-proto/randrproto-1.5.0
+   >=x11-libs/libXrandr-1.5.1
+   >=x11-proto/xproto-7.0.31
+   >=x11-proto/fixesproto-5.0-r1
+   >=x11-proto/compositeproto-0.4.2-r1
+   >=x11-libs/libXcomposite-0.4.4-r1
+   >=x11-proto/renderproto-0.11.1-r1
+   >=x11-libs/libXrender-0.9.10
+   >=x11-libs/libXext-1.3.3
+   >=x11-proto/xextproto-7.3.0
+   >=x11-libs/cairo-1.14.6[X,xcb]
+   >=x11-libs/pango-1.40.5
+   >=dev-libs/glib-2.50.3-r1: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.;
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2017-06-23 Thread Patrice Clement
commit: f4794aec258635ed097502a40f52cc93f3e05be7
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jun 23 16:32:13 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jun 23 16:33:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4794aec

x11-wm/page: add missing requirement.

Gentoo-Bug: https://bugs.gentoo.org/620884

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 x11-wm/page/page-1.9.8-r1.ebuild | 49 
 1 file changed, 49 insertions(+)

diff --git a/x11-wm/page/page-1.9.8-r1.ebuild b/x11-wm/page/page-1.9.8-r1.ebuild
new file mode 100644
index 000..05d2c406a4d
--- /dev/null
+++ b/x11-wm/page/page-1.9.8-r1.ebuild
@@ -0,0 +1,49 @@
+# 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[X,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.;
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2017-02-08 Thread Patrice Clement
commit: c94e5f39acb5adfaffb20112f175dbfe30b07b69
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Feb  8 22:42:47 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Feb  8 22:43:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94e5f39

x11-wm/page: clean up old.

Package-Manager: portage-2.3.3

 x11-wm/page/Manifest |  2 --
 x11-wm/page/page-1.9.6-r4.ebuild | 37 -
 x11-wm/page/page-1.9.6-r5.ebuild | 50 
 x11-wm/page/page-1.9.7.ebuild| 50 
 4 files changed, 139 deletions(-)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index d71252a579..4ae8df3afe 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -1,3 +1 @@
-DIST page-1.9.6.tar.gz 984557 SHA256 
67ce57c7dcd3098a96911fa0150985887082747d8580ebdcf662ad0551b22dd6 SHA512 
83662e5d3df13ecb1b110323775cfb82008279714e7a0cecccb3703f88ed28f4efa4141dbec69ea173dad19d4a1572a754f23101798657b74208935c4286
 WHIRLPOOL 
48962cd710b1133bfee0c78fd23dc528a2225aa3cf1b40d82691384800ff3a49557a934f2f4b0533c977df502c5dcea0ee1c0db318e9e8553eebf39df412fa4d
-DIST page-1.9.7.tar.gz 990232 SHA256 
8da32d89cd8846e4d13b2e0b0eba4ed1183af5b3ccda48dfc613ea79e44f2b6d SHA512 
ffd7b9831c62b3c6a8545181f89e7ea7ffc18468f01539e1a97676d45a287617fb59e2dd178de4a479378c40152e6367fdeb72462b808dd57284c187293723a6
 WHIRLPOOL 
a7fb0f9c3aa2a42253f32e429dd912247009fead935d6ffb4369b85719908424c5c9f076e4b68ea6ff4c7ebd956cccdab791bbccee582190eb93aac34b5098d6
 DIST page-1.9.8.tar.gz 993882 SHA256 
c4cb93e64ea0ce1a2ea5c8f68b5aa5f9ea60e7b9cf778c6e03d7b06c5e9c39a7 SHA512 
624493282bb3258bbbaf731d4b6e0fe50741a6dfe80a559feb40112042aeb799b46e820c23d8a1679c4374ceb5be0b63890e2f660f1240b4dd249bb3b8aa61a8
 WHIRLPOOL 
9db09cb6f36ca8bc3a60d4d7f8ce3d995bbd0a888c90bfd065f33d83ec9d4d6a298d7e4131b60b6fe0fd99d42aca298555df374cbce96adba6b47d9592afd5c4

diff --git a/x11-wm/page/page-1.9.6-r4.ebuild b/x11-wm/page/page-1.9.6-r4.ebuild
deleted file mode 100644
index 63ff355461..00
--- a/x11-wm/page/page-1.9.6-r4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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}
-   !dev-tcltk/tcllib"

diff --git a/x11-wm/page/page-1.9.6-r5.ebuild b/x11-wm/page/page-1.9.6-r5.ebuild
deleted file mode 100644
index 04c3b75397..00
--- a/x11-wm/page/page-1.9.6-r5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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". For information on why, 
please see"
-   elog "https://bugs.gentoo.org/574074.;
-}

diff --git a/x11-wm/page/page-1.9.7.ebuild b/x11-wm/page/page-1.9.7.ebuild
deleted file mode 100644
index a4a80a006a..00
--- a/x11-wm/page/page-1.9.7.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo 

[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2017-02-08 Thread Patrice Clement
commit: 7812dfd9c39d399fa4842b9504edf15a35f092ee
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Feb  8 22:42:01 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Feb  8 22:42:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7812dfd9

x11-wm/page: version bump.

Package-Manager: portage-2.3.3

 x11-wm/page/Manifest  |  1 +
 x11-wm/page/page-1.9.8.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index 649482ed38..d71252a579 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -1,2 +1,3 @@
 DIST page-1.9.6.tar.gz 984557 SHA256 
67ce57c7dcd3098a96911fa0150985887082747d8580ebdcf662ad0551b22dd6 SHA512 
83662e5d3df13ecb1b110323775cfb82008279714e7a0cecccb3703f88ed28f4efa4141dbec69ea173dad19d4a1572a754f23101798657b74208935c4286
 WHIRLPOOL 
48962cd710b1133bfee0c78fd23dc528a2225aa3cf1b40d82691384800ff3a49557a934f2f4b0533c977df502c5dcea0ee1c0db318e9e8553eebf39df412fa4d
 DIST page-1.9.7.tar.gz 990232 SHA256 
8da32d89cd8846e4d13b2e0b0eba4ed1183af5b3ccda48dfc613ea79e44f2b6d SHA512 
ffd7b9831c62b3c6a8545181f89e7ea7ffc18468f01539e1a97676d45a287617fb59e2dd178de4a479378c40152e6367fdeb72462b808dd57284c187293723a6
 WHIRLPOOL 
a7fb0f9c3aa2a42253f32e429dd912247009fead935d6ffb4369b85719908424c5c9f076e4b68ea6ff4c7ebd956cccdab791bbccee582190eb93aac34b5098d6
+DIST page-1.9.8.tar.gz 993882 SHA256 
c4cb93e64ea0ce1a2ea5c8f68b5aa5f9ea60e7b9cf778c6e03d7b06c5e9c39a7 SHA512 
624493282bb3258bbbaf731d4b6e0fe50741a6dfe80a559feb40112042aeb799b46e820c23d8a1679c4374ceb5be0b63890e2f660f1240b4dd249bb3b8aa61a8
 WHIRLPOOL 
9db09cb6f36ca8bc3a60d4d7f8ce3d995bbd0a888c90bfd065f33d83ec9d4d6a298d7e4131b60b6fe0fd99d42aca298555df374cbce96adba6b47d9592afd5c4

diff --git a/x11-wm/page/page-1.9.8.ebuild b/x11-wm/page/page-1.9.8.ebuild
new file mode 100644
index 00..256eff789a
--- /dev/null
+++ b/x11-wm/page/page-1.9.8.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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.;
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2016-07-25 Thread Patrice Clement
commit: 3d0e006dc302edbfde5d03203ce77638c189cf7a
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jul 25 21:00:33 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jul 25 21:02:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0e006d

x11-wm/page: version bump.

Package-Manager: portage-2.2.28

 x11-wm/page/Manifest  |  1 +
 x11-wm/page/page-1.9.7.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index 83edb1c..649482e 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -1 +1,2 @@
 DIST page-1.9.6.tar.gz 984557 SHA256 
67ce57c7dcd3098a96911fa0150985887082747d8580ebdcf662ad0551b22dd6 SHA512 
83662e5d3df13ecb1b110323775cfb82008279714e7a0cecccb3703f88ed28f4efa4141dbec69ea173dad19d4a1572a754f23101798657b74208935c4286
 WHIRLPOOL 
48962cd710b1133bfee0c78fd23dc528a2225aa3cf1b40d82691384800ff3a49557a934f2f4b0533c977df502c5dcea0ee1c0db318e9e8553eebf39df412fa4d
+DIST page-1.9.7.tar.gz 990232 SHA256 
8da32d89cd8846e4d13b2e0b0eba4ed1183af5b3ccda48dfc613ea79e44f2b6d SHA512 
ffd7b9831c62b3c6a8545181f89e7ea7ffc18468f01539e1a97676d45a287617fb59e2dd178de4a479378c40152e6367fdeb72462b808dd57284c187293723a6
 WHIRLPOOL 
a7fb0f9c3aa2a42253f32e429dd912247009fead935d6ffb4369b85719908424c5c9f076e4b68ea6ff4c7ebd956cccdab791bbccee582190eb93aac34b5098d6

diff --git a/x11-wm/page/page-1.9.7.ebuild b/x11-wm/page/page-1.9.7.ebuild
new file mode 100644
index 000..a4a80a0
--- /dev/null
+++ b/x11-wm/page/page-1.9.7.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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.;
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2016-06-12 Thread Patrice Clement
commit: cb7060348aaf50d70188d49ba52cd831d9a4ce60
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 12 07:57:14 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 12 17:23:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb706034

x11-wm/page: Add proxy-maintainer to metadata.xml.

Package-Manager: portage-2.2.28

 x11-wm/page/metadata.xml | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/x11-wm/page/metadata.xml b/x11-wm/page/metadata.xml
index 58c1077..e445535 100644
--- a/x11-wm/page/metadata.xml
+++ b/x11-wm/page/metadata.xml
@@ -1,8 +1,16 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   monsie...@gentoo.org
-   Patrice Clement
-   
+  
+gschw...@gnu-log.net
+Benoit Gschwind
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+monsie...@gentoo.org
+Patrice Clement
+  
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2016-03-03 Thread Daniel Campbell
commit: 0fe26d576d2b2093942ce6cc4a1b065c24847876
Author: Daniel Campbell  gentoo  org>
AuthorDate: Thu Mar  3 19:33:56 2016 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Thu Mar  3 19:36:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe26d57

x11-wm/page: Revbump, fix file collision

Gentoo-Bug: 574074
Gentoo-Bug-URL: https://bugs.gentoo.org/574074

Package-Manager: portage-2.2.27

 x11-wm/page/page-1.9.6-r5.ebuild | 50 
 1 file changed, 50 insertions(+)

diff --git a/x11-wm/page/page-1.9.6-r5.ebuild b/x11-wm/page/page-1.9.6-r5.ebuild
new file mode 100644
index 000..04c3b75
--- /dev/null
+++ b/x11-wm/page/page-1.9.6-r5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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". For information on why, 
please see"
+   elog "https://bugs.gentoo.org/574074.;
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2015-12-13 Thread Patrice Clement
commit: e7e8c798c54911cffdfc9aadce1438e34a09324b
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Dec 13 22:35:00 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 13 22:36:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e8c798

x11-wm/page: List libraries in RDEPEND and the rest in DEPEND. Fixes bug 562632.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/{page-1.9.6-r3.ebuild => page-1.9.6-r4.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-wm/page/page-1.9.6-r3.ebuild b/x11-wm/page/page-1.9.6-r4.ebuild
similarity index 93%
rename from x11-wm/page/page-1.9.6-r3.ebuild
rename to x11-wm/page/page-1.9.6-r4.ebuild
index db546ca..63ff355 100644
--- a/x11-wm/page/page-1.9.6-r3.ebuild
+++ b/x11-wm/page/page-1.9.6-r4.ebuild
@@ -12,7 +12,8 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="x11-proto/xcb-proto
+RDEPEND="
+   x11-proto/xcb-proto
x11-libs/libxcb
x11-libs/xcb-util
x11-libs/libXfixes
@@ -32,5 +33,5 @@ DEPEND="x11-proto/xcb-proto
x11-libs/pango
dev-libs/glib:2"
 
-RDEPEND="${DEPEND}
+DEPEND="${RDEPEND}
!dev-tcltk/tcllib"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2015-10-16 Thread Patrice Clement
commit: 86d86e715faf8b53b09ac69661e3ea5489bbd6a7
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct 16 16:12:19 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct 16 16:15:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d86e71

x11-wm/page: Add SLOT to glib and clean QA warning.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/page-1.9.6-r3.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/x11-wm/page/page-1.9.6-r3.ebuild b/x11-wm/page/page-1.9.6-r3.ebuild
new file mode 100644
index 000..db546ca
--- /dev/null
+++ b/x11-wm/page/page-1.9.6-r3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+
+DEPEND="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"
+
+RDEPEND="${DEPEND}
+   !dev-tcltk/tcllib"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2015-10-16 Thread Patrice Clement
commit: d529f612d55014df2574481e7cbfbebf29e96991
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct 16 16:13:04 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct 16 16:15:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d529f612

x11-wm/page: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/page-1.9.6-r1.ebuild | 35 ---
 x11-wm/page/page-1.9.6-r2.ebuild | 36 
 2 files changed, 71 deletions(-)

diff --git a/x11-wm/page/page-1.9.6-r1.ebuild b/x11-wm/page/page-1.9.6-r1.ebuild
deleted file mode 100644
index a2341d8..000
--- a/x11-wm/page/page-1.9.6-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-
-DEPEND="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"
-
-RDEPEND="!dev-tcltk/tcllib"

diff --git a/x11-wm/page/page-1.9.6-r2.ebuild b/x11-wm/page/page-1.9.6-r2.ebuild
deleted file mode 100644
index ca5672c..000
--- a/x11-wm/page/page-1.9.6-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-
-DEPEND="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"
-
-RDEPEND="${DEPEND}
-   !dev-tcltk/tcllib"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2015-10-10 Thread Patrice Clement
commit: d3b9cc67bda6e3a9923a800db08ca3c904149f76
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct  9 14:21:19 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Oct 10 08:54:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b9cc67

x11-wm/page: Add back DEPEND to RDEPEND variable. Fixes bug 562632.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/page-1.9.6-r2.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/x11-wm/page/page-1.9.6-r2.ebuild b/x11-wm/page/page-1.9.6-r2.ebuild
new file mode 100644
index 000..ca5672c
--- /dev/null
+++ b/x11-wm/page/page-1.9.6-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+
+DEPEND="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"
+
+RDEPEND="${DEPEND}
+   !dev-tcltk/tcllib"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2015-10-07 Thread Patrice Clement
commit: 5e8473704baf62210db0fd016847adcd66c44085
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Oct  7 07:29:39 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Oct  7 08:05:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e847370

x11-wm/page: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/page-1.9.6.ebuild | 35 ---
 1 file changed, 35 deletions(-)

diff --git a/x11-wm/page/page-1.9.6.ebuild b/x11-wm/page/page-1.9.6.ebuild
deleted file mode 100644
index a327826..000
--- a/x11-wm/page/page-1.9.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils
-
-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"
-
-DEPEND="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
-   x11-libs/pango
-   dev-libs/glib"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2015-10-06 Thread Patrice Clement
commit: 9ee5e6d08e73badc50769cd8ec3ade5066ef344f
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Oct  6 19:49:00 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct  6 19:49:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee5e6d0

x11-wm/page: Reorder RDEPEND.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/page-1.9.6-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-wm/page/page-1.9.6-r1.ebuild b/x11-wm/page/page-1.9.6-r1.ebuild
index ca5672c..a2341d8 100644
--- a/x11-wm/page/page-1.9.6-r1.ebuild
+++ b/x11-wm/page/page-1.9.6-r1.ebuild
@@ -32,5 +32,4 @@ DEPEND="x11-proto/xcb-proto
x11-libs/pango
dev-libs/glib"
 
-RDEPEND="${DEPEND}
-   !dev-tcltk/tcllib"
+RDEPEND="!dev-tcltk/tcllib"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/

2015-10-06 Thread Patrice Clement
commit: 7587849aecd2d54f926ddb17fb773afa0410cada
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Oct  6 19:45:47 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct  6 19:49:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7587849a

x11-wm/page: Add xcb USE flag to cairo dependency. Set a blocker on 
dev-tcltk/tcllib. Fixes bug 560870.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/page-1.9.6-r1.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/x11-wm/page/page-1.9.6-r1.ebuild b/x11-wm/page/page-1.9.6-r1.ebuild
new file mode 100644
index 000..ca5672c
--- /dev/null
+++ b/x11-wm/page/page-1.9.6-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+
+DEPEND="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"
+
+RDEPEND="${DEPEND}
+   !dev-tcltk/tcllib"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/files/, x11-wm/page/

2015-09-13 Thread Patrice Clement
commit: 8e15302d0e7fe3ae6566cb35b712ea8aa83de194
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Sep 13 17:34:53 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Sep 13 17:35:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e15302d

x11-wm/page: Version bump.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/Manifest |  2 +-
 x11-wm/page/files/page-1.9.5-page.hxx.patch  | 10 --
 x11-wm/page/{page-1.9.5.ebuild => page-1.9.6.ebuild} |  6 --
 3 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
index b41851d..83edb1c 100644
--- a/x11-wm/page/Manifest
+++ b/x11-wm/page/Manifest
@@ -1 +1 @@
-DIST page-1.9.5.tar.gz 984393 SHA256 
af2a30fc66c4db07e498c47365b9742353e20d5027f493303df2490feb015a4c SHA512 
d2ebdec1bb258999e5f0c34a2ca4b6899ad2dcc865f3f4af51543e977f01cef44b24f88756daf111d0465c00f401f7e7a5f73dd881e44d01083e0c36cc5eae64
 WHIRLPOOL 
274198540a7e7bb0f7a452af0e7869266245948907b45a7b136abbe041bf6b7164da7d5905460d25facf5ffd934afb20b450363b8c972f7c8fcf61274e1f87a5
+DIST page-1.9.6.tar.gz 984557 SHA256 
67ce57c7dcd3098a96911fa0150985887082747d8580ebdcf662ad0551b22dd6 SHA512 
83662e5d3df13ecb1b110323775cfb82008279714e7a0cecccb3703f88ed28f4efa4141dbec69ea173dad19d4a1572a754f23101798657b74208935c4286
 WHIRLPOOL 
48962cd710b1133bfee0c78fd23dc528a2225aa3cf1b40d82691384800ff3a49557a934f2f4b0533c977df502c5dcea0ee1c0db318e9e8553eebf39df412fa4d

diff --git a/x11-wm/page/files/page-1.9.5-page.hxx.patch 
b/x11-wm/page/files/page-1.9.5-page.hxx.patch
deleted file mode 100644
index 1540edc..000
--- a/x11-wm/page/files/page-1.9.5-page.hxx.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 src/page.hxx.orig  2015-09-12 16:17:47.278955852 +0200
-+++ src/page.hxx   2015-09-12 16:17:53.706972174 +0200
-@@ -15,6 +15,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "config.hxx"
- 

diff --git a/x11-wm/page/page-1.9.5.ebuild b/x11-wm/page/page-1.9.6.ebuild
similarity index 88%
rename from x11-wm/page/page-1.9.5.ebuild
rename to x11-wm/page/page-1.9.6.ebuild
index 24a7100..a327826 100644
--- a/x11-wm/page/page-1.9.5.ebuild
+++ b/x11-wm/page/page-1.9.6.ebuild
@@ -33,9 +33,3 @@ DEPEND="x11-proto/xcb-proto
x11-libs/cairo
x11-libs/pango
dev-libs/glib"
-
-PATCHES=("${FILESDIR}"/"${P}-${PN}.hxx.patch")
-
-src_prepare() {
-   epatch "${PATCHES[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/page/, x11-wm/page/files/

2015-09-12 Thread Patrice Clement
commit: ceb0975428fba3d87d3fa00ec4220b506b48eef9
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Sep 12 14:42:17 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Sep 12 14:42:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb09754

x11-wm/page: Initial commit. Ebuild written by Benoit Gschwind  
gnu-log.net>. Fixes bug 558426.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 x11-wm/page/Manifest|  1 +
 x11-wm/page/files/page-1.9.5-page.hxx.patch | 10 +++
 x11-wm/page/metadata.xml|  8 ++
 x11-wm/page/page-1.9.5.ebuild   | 41 +
 4 files changed, 60 insertions(+)

diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
new file mode 100644
index 000..b41851d
--- /dev/null
+++ b/x11-wm/page/Manifest
@@ -0,0 +1 @@
+DIST page-1.9.5.tar.gz 984393 SHA256 
af2a30fc66c4db07e498c47365b9742353e20d5027f493303df2490feb015a4c SHA512 
d2ebdec1bb258999e5f0c34a2ca4b6899ad2dcc865f3f4af51543e977f01cef44b24f88756daf111d0465c00f401f7e7a5f73dd881e44d01083e0c36cc5eae64
 WHIRLPOOL 
274198540a7e7bb0f7a452af0e7869266245948907b45a7b136abbe041bf6b7164da7d5905460d25facf5ffd934afb20b450363b8c972f7c8fcf61274e1f87a5

diff --git a/x11-wm/page/files/page-1.9.5-page.hxx.patch 
b/x11-wm/page/files/page-1.9.5-page.hxx.patch
new file mode 100644
index 000..1540edc
--- /dev/null
+++ b/x11-wm/page/files/page-1.9.5-page.hxx.patch
@@ -0,0 +1,10 @@
+--- src/page.hxx.orig  2015-09-12 16:17:47.278955852 +0200
 src/page.hxx   2015-09-12 16:17:53.706972174 +0200
+@@ -15,6 +15,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "config.hxx"
+ 

diff --git a/x11-wm/page/metadata.xml b/x11-wm/page/metadata.xml
new file mode 100644
index 000..84a442f
--- /dev/null
+++ b/x11-wm/page/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   monsie...@gentoo.org
+   Patrice Clement
+   
+

diff --git a/x11-wm/page/page-1.9.5.ebuild b/x11-wm/page/page-1.9.5.ebuild
new file mode 100644
index 000..24a7100
--- /dev/null
+++ b/x11-wm/page/page-1.9.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils
+
+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"
+
+DEPEND="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
+   x11-libs/pango
+   dev-libs/glib"
+
+PATCHES=("${FILESDIR}"/"${P}-${PN}.hxx.patch")
+
+src_prepare() {
+   epatch "${PATCHES[@]}"
+}