* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2016-07-23 12:03 Jeroen Roovers
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers @ 2016-07-23 12:03 UTC (permalink / raw
To: gentoo-commits
commit: f850f4f68d3410b3c16483daae5908517aae39c3
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 09:34:42 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 12:03:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f850f4f6
x11-wm/ratpoison: Stable for HPPA (bug #588564).
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild b/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
index c98d3bd..670e10b 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 hppa ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="debug emacs +history sloppy +xft"
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2023-01-11 9:43 Ulrich Müller
0 siblings, 0 replies; 13+ messages in thread
From: Ulrich Müller @ 2023-01-11 9:43 UTC (permalink / raw
To: gentoo-commits
commit: f0c04cbab985d0b83803d039e3fa345e5d5d356a
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 09:41:56 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 09:43:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c04cba
x11-wm/ratpoison: EAPI 8, fix LICENSE
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
...poison-1.4.9-r2.ebuild => ratpoison-1.4.9-r3.ebuild} | 17 +++++++++--------
x11-wm/ratpoison/ratpoison-9999.ebuild | 14 +++++++-------
2 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild b/x11-wm/ratpoison/ratpoison-1.4.9-r3.ebuild
similarity index 82%
rename from x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
rename to x11-wm/ratpoison/ratpoison-1.4.9-r3.ebuild
index 3d20f3c4d143..5a548bdf096a 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.9-r3.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
inherit elisp-common toolchain-funcs
DESCRIPTION="window manager without mouse dependency"
-HOMEPAGE="http://www.nongnu.org/ratpoison/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
+HOMEPAGE="https://www.nongnu.org/ratpoison/"
+SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+ || ( GPL-2+ FDL-1.2+ )"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
IUSE="debug emacs +history sloppy +xft +xrandr"
@@ -24,9 +25,9 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
- virtual/pkgconfig
x11-base/xorg-proto
"
+BDEPEND="virtual/pkgconfig"
SITEFILE=50ratpoison-gentoo.el
DOCS=(
@@ -53,7 +54,7 @@ src_configure() {
src_compile() {
emake CFLAGS="${CFLAGS}"
if use emacs; then
- elisp-compile contrib/ratpoison.el || die
+ elisp-compile contrib/ratpoison.el
fi
if use sloppy; then
@@ -82,7 +83,7 @@ src_install() {
dodoc contrib/{genrpbindings,split.sh} \
doc/{ipaq.ratpoisonrc,sample.ratpoisonrc}
- rm -rf "${ED}/usr/share/"{doc/ratpoison,ratpoison}
+ rm -rf "${ED}/usr/share/"{doc/ratpoison,ratpoison} || die
if use emacs; then
elisp-install ${PN} contrib/ratpoison.*
diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild
index b22f59987d42..20380c32fc12 100644
--- a/x11-wm/ratpoison/ratpoison-9999.ebuild
+++ b/x11-wm/ratpoison/ratpoison-9999.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
inherit autotools elisp-common git-r3 toolchain-funcs
DESCRIPTION="window manager without mouse dependency"
HOMEPAGE="https://www.nongnu.org/ratpoison/"
EGIT_REPO_URI="https://git.savannah.gnu.org/git/ratpoison.git"
-LICENSE="GPL-2"
+LICENSE="GPL-2+ || ( GPL-2+ FDL-1.2+ )"
SLOT="0"
-KEYWORDS=""
IUSE="debug emacs +history sloppy +xft +xrandr"
RDEPEND="
@@ -36,13 +36,13 @@ DOCS=(
README
TODO
)
+
PATCHES=(
"${FILESDIR}"/ratpoison.el-gentoo.patch
)
src_prepare() {
default
-
eautoreconf
}
@@ -58,7 +58,7 @@ src_configure() {
src_compile() {
emake CFLAGS="${CFLAGS}"
if use emacs; then
- elisp-compile contrib/ratpoison.el || die
+ elisp-compile contrib/ratpoison.el
fi
if use sloppy; then
@@ -87,7 +87,7 @@ src_install() {
dodoc contrib/{genrpbindings,split.sh} \
doc/{ipaq.ratpoisonrc,sample.ratpoisonrc}
- rm -rf "${ED}/usr/share/"{doc/ratpoison,ratpoison}
+ rm -rf "${ED}/usr/share/"{doc/ratpoison,ratpoison} || die
if use emacs; then
elisp-install ${PN} contrib/ratpoison.*
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2022-02-21 1:28 Jonas Stein
0 siblings, 0 replies; 13+ messages in thread
From: Jonas Stein @ 2022-02-21 1:28 UTC (permalink / raw
To: gentoo-commits
commit: dcf79061e84d860eda6391ab3b5bf85756a9df18
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 01:28:21 2022 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 01:28:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf79061
x11-wm/ratpoison: drop unused eclass: eutils
drop unused eclass: eutils
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild b/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
index 8346af3e1dc3..3d20f3c4d143 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit elisp-common eutils toolchain-funcs
+inherit elisp-common toolchain-funcs
DESCRIPTION="window manager without mouse dependency"
HOMEPAGE="http://www.nongnu.org/ratpoison/"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2021-07-17 19:37 Andreas K. Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas K. Hüttel @ 2021-07-17 19:37 UTC (permalink / raw
To: gentoo-commits
commit: fa93fdaf901de25c26c118819ffbe5c2240e426f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 19:36:50 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 19:36:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa93fdaf
x11-wm/ratpoison: virtual/perl-Pod-Parser -> dev-perl/Pod-Parser
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../ratpoison/{ratpoison-1.4.9-r1.ebuild => ratpoison-1.4.9-r2.ebuild} | 2 +-
x11-wm/ratpoison/ratpoison-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-wm/ratpoison/ratpoison-1.4.9-r1.ebuild b/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
similarity index 98%
rename from x11-wm/ratpoison/ratpoison-1.4.9-r1.ebuild
rename to x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
index 001e9b84322..8346af3e1dc 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.9-r1.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
history? ( sys-libs/readline:= )
xft? ( x11-libs/libXft )
xrandr? ( x11-libs/libXrandr )
- virtual/perl-Pod-Parser
+ dev-perl/Pod-Parser
x11-libs/libX11
x11-libs/libXtst
"
diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild
index 70a7773144b..b22f59987d4 100644
--- a/x11-wm/ratpoison/ratpoison-9999.ebuild
+++ b/x11-wm/ratpoison/ratpoison-9999.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
history? ( sys-libs/readline:= )
xft? ( x11-libs/libXft )
xrandr? ( x11-libs/libXrandr )
- virtual/perl-Pod-Parser
+ dev-perl/Pod-Parser
x11-libs/libX11
x11-libs/libXtst
"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2020-11-29 18:02 Aaron Bauman
0 siblings, 0 replies; 13+ messages in thread
From: Aaron Bauman @ 2020-11-29 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 0d0abf66e7ba42cf442acb6b9acdef2cbfa9ad47
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 18:02:26 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 18:02:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0abf66
x11-wm/ratpoison: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
x11-wm/ratpoison/Manifest | 1 -
x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild | 90 ------------------------------
2 files changed, 91 deletions(-)
diff --git a/x11-wm/ratpoison/Manifest b/x11-wm/ratpoison/Manifest
index f92534b8da3..133c72a5c18 100644
--- a/x11-wm/ratpoison/Manifest
+++ b/x11-wm/ratpoison/Manifest
@@ -1,2 +1 @@
-DIST ratpoison-1.4.8.tar.xz 364700 BLAKE2B 0422606cda247cd6c87f7d661b3a09edd51311f8ade6df95ce69be1ffef03fb2837adc4bf9eafa737d14d47e788ad4ff54885f3bb030acf278893a91f099a841 SHA512 10b44489e60d3186ca407a5bd87e23dbd737cdafee22ea7284ac4db8bb4463081af483460d1899161fbae2973f4d25fbd1bfd354e3ffb59735baf69bbd6f94f6
DIST ratpoison-1.4.9.tar.xz 315584 BLAKE2B 18cff2ed835579b606ea99defda04db6ebaedc8bc71d3f7d12cf859caf908d427f50b345089ca3aae52a407ae763818d91a2dd4026c9b32ead95adfb2d065c25 SHA512 97f705efd2092b8e12528496890c59f613e6fcec010aca94a5a59bd641e22dfc50dd500a4b94af7a07553a8a6359f6bec4eee0db1a7ded29d7f051904b09beef
diff --git a/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild b/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
deleted file mode 100644
index 96f03c5961b..00000000000
--- a/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit elisp-common eutils toolchain-funcs
-
-DESCRIPTION="window manager without mouse dependency"
-HOMEPAGE="http://www.nongnu.org/ratpoison/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
-IUSE="debug emacs +history sloppy +xft"
-
-RDEPEND="
- emacs? ( >=app-editors/emacs-23.1:* )
- history? ( sys-libs/readline:= )
- xft? ( x11-libs/libXft )
- virtual/perl-Pod-Parser
- x11-libs/libXinerama
- x11-libs/libXtst
-"
-DEPEND="
- ${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig
-"
-
-SITEFILE=50ratpoison-gentoo.el
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
- epatch "${FILESDIR}"/ratpoison.el-gentoo.patch
-}
-
-src_configure() {
- econf \
- $(use_enable debug) \
- $(use_enable history) \
- $(use_with xft)
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}"
- if use emacs; then
- elisp-compile contrib/ratpoison.el || die "elisp-compile failed"
- fi
-
- if use sloppy; then
- pushd contrib
- $(tc-getCC) \
- ${CFLAGS} \
- ${LDFLAGS} \
- -o sloppy{,.c} \
- $( $(tc-getPKG_CONFIG) --libs x11) \
- || die
- fi
-}
-
-src_install() {
- default
-
- exeinto /etc/X11/Sessions
- newexe "${FILESDIR}"/ratpoison.xsession ratpoison
-
- insinto /usr/share/xsessions
- doins "${FILESDIR}"/${PN}.desktop
-
- use sloppy && dobin contrib/sloppy
-
- docinto example
- dodoc contrib/{genrpbindings,split.sh} \
- doc/{ipaq.ratpoisonrc,sample.ratpoisonrc}
-
- rm -rf "${ED}/usr/share/"{doc/ratpoison,ratpoison}
-
- if use emacs; then
- elisp-install ${PN} contrib/ratpoison.*
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2020-11-29 17:17 Sergei Trofimovich
0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2020-11-29 17:17 UTC (permalink / raw
To: gentoo-commits
commit: 3e0b67dcc9bb38ec646cfef3c22ac9e4ff2f3a68
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 17:12:47 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 17:12:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0b67dc
x11-wm/ratpoison: stable 1.4.9 for ppc
stable wrt bug #757456
Package-Manager: Portage-3.0.11, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
x11-wm/ratpoison/ratpoison-1.4.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/ratpoison/ratpoison-1.4.9.ebuild b/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
index 4c8158573b9..2b0a855b17c 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
IUSE="debug emacs +history sloppy +xft +xrandr"
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2020-04-06 17:54 Sergei Trofimovich
0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2020-04-06 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 5c3e586b8d48132792f6f19f2afbf0bcb5ef578a
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Apr 6 15:03:24 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr 6 17:53:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3e586b
x11-wm/ratpoison: drop to ~hppa
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild | 4 ++--
x11-wm/ratpoison/ratpoison-1.4.9.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild b/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
index 6d854b0b3a2..96f03c5961b 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
IUSE="debug emacs +history sloppy +xft"
RDEPEND="
diff --git a/x11-wm/ratpoison/ratpoison-1.4.9.ebuild b/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
index 07ae28d0145..4c8158573b9 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="debug emacs +history sloppy +xft +xrandr"
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2019-12-20 22:49 Ulrich Müller
0 siblings, 0 replies; 13+ messages in thread
From: Ulrich Müller @ 2019-12-20 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 9d4efb706aada5459c2c961f331dbf9c81209809
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 16:35:40 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 22:48:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4efb70
x11-wm/ratpoison: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead.
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild | 4 ++--
x11-wm/ratpoison/ratpoison-1.4.9.ebuild | 4 ++--
x11-wm/ratpoison/ratpoison-9999.ebuild | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild b/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
index 38c02775f2d..6d854b0b3a2 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux"
IUSE="debug emacs +history sloppy +xft"
RDEPEND="
- emacs? ( virtual/emacs )
+ emacs? ( >=app-editors/emacs-23.1:* )
history? ( sys-libs/readline:= )
xft? ( x11-libs/libXft )
virtual/perl-Pod-Parser
diff --git a/x11-wm/ratpoison/ratpoison-1.4.9.ebuild b/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
index 6a1d81a91a5..07ae28d0145 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ KEYWORDS="amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="debug emacs +history sloppy +xft +xrandr"
RDEPEND="
- emacs? ( virtual/emacs )
+ emacs? ( >=app-editors/emacs-23.1:* )
history? ( sys-libs/readline:= )
xft? ( x11-libs/libXft )
xrandr? ( x11-libs/libXrandr )
diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild
index 35e96ec0241..6b3032fb05c 100644
--- a/x11-wm/ratpoison/ratpoison-9999.ebuild
+++ b/x11-wm/ratpoison/ratpoison-9999.ebuild
@@ -14,7 +14,7 @@ KEYWORDS=""
IUSE="debug emacs +history sloppy +xft +xrandr"
RDEPEND="
- emacs? ( virtual/emacs )
+ emacs? ( >=app-editors/emacs-23.1:* )
history? ( sys-libs/readline:= )
xft? ( x11-libs/libXft )
xrandr? ( x11-libs/libXrandr )
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2019-04-28 13:56 Jeroen Roovers
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers @ 2019-04-28 13:56 UTC (permalink / raw
To: gentoo-commits
commit: a585d93b48f0f2f355ddb9d37a67525dd3804ad4
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 13:56:21 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 13:56:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a585d93b
x11-wm/ratpoison: Update live ebuild
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-wm/ratpoison/ratpoison-9999.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild
index 7bdbb46304d..35e96ec0241 100644
--- a/x11-wm/ratpoison/ratpoison-9999.ebuild
+++ b/x11-wm/ratpoison/ratpoison-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit autotools elisp-common eutils git-r3 toolchain-funcs
+EAPI=7
+inherit autotools elisp-common git-r3 toolchain-funcs
DESCRIPTION="window manager without mouse dependency"
-HOMEPAGE="http://www.nongnu.org/ratpoison/"
-EGIT_REPO_URI="git://git.savannah.nongnu.org/ratpoison.git"
+HOMEPAGE="https://www.nongnu.org/ratpoison/"
+EGIT_REPO_URI="https://git.savannah.gnu.org/git/ratpoison.git"
LICENSE="GPL-2"
SLOT="0"
@@ -35,9 +35,12 @@ DOCS=(
README
TODO
)
+PATCHES=(
+ "${FILESDIR}"/ratpoison.el-gentoo.patch
+)
src_prepare() {
- eapply "${FILESDIR}"/ratpoison.el-gentoo.patch
+ default
eautoreconf
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2018-09-15 8:36 Jeroen Roovers
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers @ 2018-09-15 8:36 UTC (permalink / raw
To: gentoo-commits
commit: 10db8c85504407fcada576051e660c90acb87d26
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 08:32:10 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 08:32:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10db8c85
x11-wm/ratpoison: Stable for AMD64 HPPA x86 too.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --ignore-arches
x11-wm/ratpoison/ratpoison-1.4.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/ratpoison/ratpoison-1.4.9.ebuild b/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
index 6bb0cbb4c79..465f6f275d8 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 hppa ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="debug emacs +history sloppy +xft +xrandr"
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2017-04-12 20:15 Jeroen Roovers
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers @ 2017-04-12 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 403a8f6b51b86d0ef614c1aa590b3e10b4fca89a
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 20:14:29 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 20:14:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403a8f6b
x11-wm/ratpoison: Version bump.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
x11-wm/ratpoison/Manifest | 1 +
x11-wm/ratpoison/metadata.xml | 1 +
...atpoison-9999.ebuild => ratpoison-1.4.9.ebuild} | 37 +++++++++++++---------
x11-wm/ratpoison/ratpoison-9999.ebuild | 25 ++++++++++-----
4 files changed, 41 insertions(+), 23 deletions(-)
diff --git a/x11-wm/ratpoison/Manifest b/x11-wm/ratpoison/Manifest
index e6ffb24851b..c0552ec7185 100644
--- a/x11-wm/ratpoison/Manifest
+++ b/x11-wm/ratpoison/Manifest
@@ -1 +1,2 @@
DIST ratpoison-1.4.8.tar.xz 364700 SHA256 da4695636d1fce8883ef2144d79ce46ebb0431a5da02440bd1ffec5dca17a0f0 SHA512 10b44489e60d3186ca407a5bd87e23dbd737cdafee22ea7284ac4db8bb4463081af483460d1899161fbae2973f4d25fbd1bfd354e3ffb59735baf69bbd6f94f6 WHIRLPOOL 53e087a28e685f7667ecbf2302db3df88382ac5840c898b3b8e7954f5c6de3b6f6928e8d021df30e5562991dab5c1c1b810556abc8fdef8979ffc062dd144426
+DIST ratpoison-1.4.9.tar.xz 315584 SHA256 d98fa4be025ecca453c407ff311ab3949f29f20d6d8abedf8f0716b85fc8d1f1 SHA512 97f705efd2092b8e12528496890c59f613e6fcec010aca94a5a59bd641e22dfc50dd500a4b94af7a07553a8a6359f6bec4eee0db1a7ded29d7f051904b09beef WHIRLPOOL 719aa36dce28b1cd0614e0e994f4109c3ade0d32fef7a295530f0c760c8bd3864b67ee3d2b5d9d45c89e059000721d0f564f40b33086c458f0a6df5876140e40
diff --git a/x11-wm/ratpoison/metadata.xml b/x11-wm/ratpoison/metadata.xml
index 652fb6eaaa8..00627b34957 100644
--- a/x11-wm/ratpoison/metadata.xml
+++ b/x11-wm/ratpoison/metadata.xml
@@ -18,5 +18,6 @@
<use>
<flag name="history">Use <pkg>sys-libs/readline</pkg> for history handling</flag>
<flag name="sloppy">Install sloppy, a focus-follows-mouse implementation for ratpoison</flag>
+ <flag name="xrandr">Enable support for XRandR</flag>
</use>
</pkgmetadata>
diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
similarity index 72%
copy from x11-wm/ratpoison/ratpoison-9999.ebuild
copy to x11-wm/ratpoison/ratpoison-1.4.9.ebuild
index 0353bcb130d..f0c2e4dc948 100644
--- a/x11-wm/ratpoison/ratpoison-9999.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.9.ebuild
@@ -1,52 +1,59 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit autotools elisp-common eutils git-r3 toolchain-funcs
+EAPI=6
+inherit elisp-common eutils toolchain-funcs
DESCRIPTION="window manager without mouse dependency"
HOMEPAGE="http://www.nongnu.org/ratpoison/"
-EGIT_REPO_URI="git://git.savannah.nongnu.org/ratpoison.git"
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
-IUSE="debug emacs +history sloppy +xft"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug emacs +history sloppy +xft +xrandr"
RDEPEND="
emacs? ( virtual/emacs )
history? ( sys-libs/readline:= )
xft? ( x11-libs/libXft )
+ xrandr? ( x11-libs/libXrandr )
virtual/perl-Pod-Parser
- x11-libs/libXinerama
x11-libs/libXtst
"
DEPEND="
${RDEPEND}
- app-arch/xz-utils
virtual/pkgconfig
+ x11-proto/randrproto
+ x11-proto/xproto
"
SITEFILE=50ratpoison-gentoo.el
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
- epatch "${FILESDIR}"/ratpoison.el-gentoo.patch
- eautoreconf
-}
+DOCS=(
+ AUTHORS
+ ChangeLog
+ NEWS
+ README
+ TODO
+)
+
+PATCHES=(
+ "${FILESDIR}"/ratpoison.el-gentoo.patch
+)
src_configure() {
econf \
$(use_enable debug) \
$(use_enable history) \
$(use_with xft) \
+ $(use_with xrandr) \
--without-electric-fence
}
src_compile() {
emake CFLAGS="${CFLAGS}"
if use emacs; then
- elisp-compile contrib/ratpoison.el || die "elisp-compile failed"
+ elisp-compile contrib/ratpoison.el || die
fi
if use sloppy; then
diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild
index 0353bcb130d..568ee3d06f2 100644
--- a/x11-wm/ratpoison/ratpoison-9999.ebuild
+++ b/x11-wm/ratpoison/ratpoison-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit autotools elisp-common eutils git-r3 toolchain-funcs
DESCRIPTION="window manager without mouse dependency"
@@ -11,27 +11,35 @@ EGIT_REPO_URI="git://git.savannah.nongnu.org/ratpoison.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="debug emacs +history sloppy +xft"
+IUSE="debug emacs +history sloppy +xft +xrandr"
RDEPEND="
emacs? ( virtual/emacs )
history? ( sys-libs/readline:= )
xft? ( x11-libs/libXft )
+ xrandr? ( x11-libs/libXrandr )
virtual/perl-Pod-Parser
- x11-libs/libXinerama
x11-libs/libXtst
"
DEPEND="
${RDEPEND}
- app-arch/xz-utils
virtual/pkgconfig
+ x11-proto/randrproto
+ x11-proto/xproto
"
SITEFILE=50ratpoison-gentoo.el
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
+DOCS=(
+ AUTHORS
+ ChangeLog
+ NEWS
+ README
+ TODO
+)
src_prepare() {
- epatch "${FILESDIR}"/ratpoison.el-gentoo.patch
+ eapply "${FILESDIR}"/ratpoison.el-gentoo.patch
+
eautoreconf
}
@@ -40,13 +48,14 @@ src_configure() {
$(use_enable debug) \
$(use_enable history) \
$(use_with xft) \
+ $(use_with xrandr) \
--without-electric-fence
}
src_compile() {
emake CFLAGS="${CFLAGS}"
if use emacs; then
- elisp-compile contrib/ratpoison.el || die "elisp-compile failed"
+ elisp-compile contrib/ratpoison.el || die
fi
if use sloppy; then
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2017-04-12 20:15 Jeroen Roovers
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers @ 2017-04-12 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 651b2a52bd15250200b98db54b2d3b75e6112d23
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 19:52:57 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 20:14:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651b2a52
x11-wm/ratpoison: Old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
x11-wm/ratpoison/ratpoison-1.4.8.ebuild | 91 ---------------------------------
1 file changed, 91 deletions(-)
diff --git a/x11-wm/ratpoison/ratpoison-1.4.8.ebuild b/x11-wm/ratpoison/ratpoison-1.4.8.ebuild
deleted file mode 100644
index 51e563da08d..00000000000
--- a/x11-wm/ratpoison/ratpoison-1.4.8.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp-common eutils toolchain-funcs
-
-DESCRIPTION="an extremely light-weight and barebones wm modelled after screen"
-HOMEPAGE="http://www.nongnu.org/ratpoison/"
-SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug emacs +history sloppy +xft"
-
-RDEPEND="
- emacs? ( virtual/emacs )
- history? ( sys-libs/readline )
- virtual/perl-Pod-Parser
- x11-libs/libXinerama
- x11-libs/libXtst
- xft? ( x11-libs/libXft )
-"
-DEPEND="
- ${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig
-"
-
-SITEFILE=50ratpoison-gentoo.el
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
- epatch "${FILESDIR}/ratpoison.el-gentoo.patch"
-}
-
-src_configure() {
- econf \
- $(use_enable debug) \
- $(use_enable history) \
- $(use_with xft)
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}"
- if use emacs; then
- elisp-compile contrib/ratpoison.el || die "elisp-compile failed"
- fi
-
- if use sloppy; then
- pushd contrib
- $(tc-getCC) \
- ${CFLAGS} \
- ${LDFLAGS} \
- -o sloppy{,.c} \
- $( $(tc-getPKG_CONFIG) --libs x11) \
- || die
- fi
-}
-
-src_install() {
- default
-
- exeinto /etc/X11/Sessions
- newexe "${FILESDIR}"/ratpoison.xsession ratpoison
-
- insinto /usr/share/xsessions
- doins "${FILESDIR}"/${PN}.desktop
-
- use sloppy && dobin contrib/sloppy
-
- docinto example
- dodoc contrib/{genrpbindings,split.sh} \
- doc/{ipaq.ratpoisonrc,sample.ratpoisonrc}
-
- rm -rf "${ED}/usr/share/"{doc/ratpoison,ratpoison}
-
- if use emacs; then
- elisp-install ${PN} contrib/ratpoison.*
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
@ 2015-10-18 5:12 Jeroen Roovers
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers @ 2015-10-18 5:12 UTC (permalink / raw
To: gentoo-commits
commit: f52af207629d0fd48f56c6962cecd16546f0614e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 05:01:51 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 05:01:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52af207
x11-wm/ratpoison: Add sys-libs/readline SLOT (bug #563256).
Package-Manager: portage-2.2.23
...atpoison-9999.ebuild => ratpoison-1.4.8-r1.ebuild} | 19 ++++++++-----------
x11-wm/ratpoison/ratpoison-9999.ebuild | 9 ++++-----
2 files changed, 12 insertions(+), 16 deletions(-)
diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
similarity index 80%
copy from x11-wm/ratpoison/ratpoison-9999.ebuild
copy to x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
index 699bdec..c98d3bd 100644
--- a/x11-wm/ratpoison/ratpoison-9999.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild
@@ -3,25 +3,24 @@
# $Id$
EAPI=5
+inherit elisp-common eutils toolchain-funcs
-inherit autotools elisp-common eutils git-r3 toolchain-funcs
-
-DESCRIPTION="an extremely light-weight and barebones wm modelled after screen"
+DESCRIPTION="window manager without mouse dependency"
HOMEPAGE="http://www.nongnu.org/ratpoison/"
-EGIT_REPO_URI="git://git.savannah.nongnu.org/ratpoison.git"
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="debug emacs +history sloppy +xft"
RDEPEND="
emacs? ( virtual/emacs )
- history? ( sys-libs/readline )
+ history? ( sys-libs/readline:= )
+ xft? ( x11-libs/libXft )
virtual/perl-Pod-Parser
x11-libs/libXinerama
x11-libs/libXtst
- xft? ( x11-libs/libXft )
"
DEPEND="
${RDEPEND}
@@ -33,16 +32,14 @@ SITEFILE=50ratpoison-gentoo.el
DOCS=( AUTHORS ChangeLog NEWS README TODO )
src_prepare() {
- epatch "${FILESDIR}/ratpoison.el-gentoo.patch"
- eautoreconf
+ epatch "${FILESDIR}"/ratpoison.el-gentoo.patch
}
src_configure() {
econf \
$(use_enable debug) \
$(use_enable history) \
- $(use_with xft) \
- --without-electric-fence
+ $(use_with xft)
}
src_compile() {
diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild
index 699bdec..1e4fa29 100644
--- a/x11-wm/ratpoison/ratpoison-9999.ebuild
+++ b/x11-wm/ratpoison/ratpoison-9999.ebuild
@@ -3,10 +3,9 @@
# $Id$
EAPI=5
-
inherit autotools elisp-common eutils git-r3 toolchain-funcs
-DESCRIPTION="an extremely light-weight and barebones wm modelled after screen"
+DESCRIPTION="window manager without mouse dependency"
HOMEPAGE="http://www.nongnu.org/ratpoison/"
EGIT_REPO_URI="git://git.savannah.nongnu.org/ratpoison.git"
@@ -17,11 +16,11 @@ IUSE="debug emacs +history sloppy +xft"
RDEPEND="
emacs? ( virtual/emacs )
- history? ( sys-libs/readline )
+ history? ( sys-libs/readline:= )
+ xft? ( x11-libs/libXft )
virtual/perl-Pod-Parser
x11-libs/libXinerama
x11-libs/libXtst
- xft? ( x11-libs/libXft )
"
DEPEND="
${RDEPEND}
@@ -33,7 +32,7 @@ SITEFILE=50ratpoison-gentoo.el
DOCS=( AUTHORS ChangeLog NEWS README TODO )
src_prepare() {
- epatch "${FILESDIR}/ratpoison.el-gentoo.patch"
+ epatch "${FILESDIR}"/ratpoison.el-gentoo.patch
eautoreconf
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2023-01-11 9:43 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-23 12:03 [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2023-01-11 9:43 Ulrich Müller
2022-02-21 1:28 Jonas Stein
2021-07-17 19:37 Andreas K. Hüttel
2020-11-29 18:02 Aaron Bauman
2020-11-29 17:17 Sergei Trofimovich
2020-04-06 17:54 Sergei Trofimovich
2019-12-20 22:49 Ulrich Müller
2019-04-28 13:56 Jeroen Roovers
2018-09-15 8:36 Jeroen Roovers
2017-04-12 20:15 Jeroen Roovers
2017-04-12 20:15 Jeroen Roovers
2015-10-18 5:12 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox