From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/
Date: Fri, 27 Apr 2018 01:16:08 +0000 (UTC) [thread overview]
Message-ID: <1524791757.80b9884f9d50b7f71f645c28713aa99d82565ff3.mattst88@gentoo> (raw)
commit: 80b9884f9d50b7f71f645c28713aa99d82565ff3
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 05:38:02 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 01:15:57 2018 +0000
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 8248705f9e5eceaeea37889a9859249d9eb236f215da804f5edad3c36007179f63f132c161c1e4a6a97df6240f87799242140c97877775ae00f2e86dd7eed69d 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..00000000000
--- 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..00000000000
--- 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."
-}
diff --git a/x11-wm/page/page-1.9.9-r1.ebuild b/x11-wm/page/page-1.9.9-r1.ebuild
deleted file mode 100644
index 21d6b712d59..00000000000
--- a/x11-wm/page/page-1.9.9-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=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."
-}
diff --git a/x11-wm/page/page-1.9.9.ebuild b/x11-wm/page/page-1.9.9.ebuild
deleted file mode 100644
index 4bd58b7eb17..00000000000
--- a/x11-wm/page/page-1.9.9.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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."
-}
next reply other threads:[~2018-04-27 1:16 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-27 1:16 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-05 17:04 [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/ Matt Turner
2022-07-13 18:16 Florian Schmaus
2022-07-03 21:04 Matt Turner
2022-06-29 8:44 David Seifert
2022-06-29 8:44 David Seifert
2022-05-13 20:04 Sam James
2021-10-15 12:03 Patrice Clement
2021-09-27 14:48 Yixun Lan
2020-06-17 19:11 Patrice Clement
2020-06-17 19:09 Patrice Clement
2020-01-14 22:48 Matt Turner
2018-06-03 13:49 Aaron Bauman
2018-04-27 1:16 Matt Turner
2017-12-04 20:35 Patrice Clement
2017-11-25 14:39 Patrick Lauer
2017-07-26 22:09 Patrice Clement
2017-06-23 16:33 Patrice Clement
2017-02-08 22:43 Patrice Clement
2017-02-08 22:43 Patrice Clement
2016-07-25 21:02 Patrice Clement
2016-06-12 17:52 Patrice Clement
2016-03-03 19:37 Daniel Campbell
2015-12-13 22:37 Patrice Clement
2015-10-16 16:16 Patrice Clement
2015-10-16 16:16 Patrice Clement
2015-10-10 8:56 Patrice Clement
2015-10-07 8:11 Patrice Clement
2015-10-06 19:51 Patrice Clement
2015-10-06 19:51 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1524791757.80b9884f9d50b7f71f645c28713aa99d82565ff3.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox