* [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison: ratpoison-1.4.6.ebuild ChangeLog
@ 2013-04-08 10:54 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2013-04-08 10:54 UTC (permalink / raw
To: gentoo-commits
jer 13/04/08 10:54:42
Modified: ChangeLog
Added: ratpoison-1.4.6.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.84 x11-wm/ratpoison/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 25 Jan 2011 02:28:12 -0000 1.83
+++ ChangeLog 8 Apr 2013 10:54:42 -0000 1.84
@@ -1,6 +1,12 @@
# ChangeLog for x11-wm/ratpoison
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.83 2011/01/25 02:28:12 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.84 2013/04/08 10:54:42 jer Exp $
+
+*ratpoison-1.4.6 (08 Apr 2013)
+
+ 08 Apr 2013; Jeroen Roovers <jer@gentoo.org> +ratpoison-1.4.6.ebuild,
+ files/ratpoison-1.4.5-asneeded.patch, files/ratpoison.el-gentoo.patch:
+ Version bump.
25 Jan 2011; Jeroen Roovers <jer@gentoo.org>
files/ratpoison-1.4.4-glibc210.patch:
1.1 x11-wm/ratpoison/ratpoison-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.1&content-type=text/plain
Index: ratpoison-1.4.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v 1.1 2013/04/08 10:54:42 jer Exp $
EAPI=5
inherit elisp-common eutils
DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen"
HOMEPAGE="http://www.nongnu.org/ratpoison/"
SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="debug emacs +history +xft"
RDEPEND="
emacs? ( virtual/emacs )
history? ( sys-libs/readline )
virtual/perl-PodParser
x11-libs/libXinerama
x11-libs/libXtst
xft? ( x11-libs/libXft )
"
DEPEND="
${RDEPEND}
app-arch/xz-utils
"
SITEFILE=50ratpoison-gentoo.el
DOCS=( AUTHORS ChangeLog NEWS README TODO )
src_prepare() {
cd "${S}/contrib"
epatch "${FILESDIR}/ratpoison.el-gentoo.patch"
}
src_configure() {
econf \
$(use_enable debug) \
$(use_with xft) \
$(usex history '' --disable-history)
}
src_compile() {
emake CFLAGS="${CFLAGS}"
if use emacs; then
elisp-compile contrib/ratpoison.el || die "elisp-compile failed"
fi
}
src_install() {
default
exeinto /etc/X11/Sessions
newexe "${FILESDIR}"/ratpoison.xsession ratpoison
insinto /usr/share/xsessions
doins "${FILESDIR}"/${PN}.desktop || die
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 [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison: ratpoison-1.4.6.ebuild ChangeLog
@ 2013-05-14 9:02 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-14 9:02 UTC (permalink / raw
To: gentoo-commits
ago 13/05/14 09:02:55
Modified: ratpoison-1.4.6.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #469680
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 x11-wm/ratpoison/ratpoison-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?r1=1.1&r2=1.2
Index: ratpoison-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ratpoison-1.4.6.ebuild 8 Apr 2013 10:54:42 -0000 1.1
+++ ratpoison-1.4.6.ebuild 14 May 2013 09:02:54 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v 1.1 2013/04/08 10:54:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v 1.2 2013/05/14 09:02:54 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="debug emacs +history +xft"
RDEPEND="
1.86 x11-wm/ratpoison/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 24 Apr 2013 15:26:13 -0000 1.85
+++ ChangeLog 14 May 2013 09:02:54 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/ratpoison
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.85 2013/04/24 15:26:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.86 2013/05/14 09:02:54 ago Exp $
+
+ 14 May 2013; Agostino Sarubbo <ago@gentoo.org> ratpoison-1.4.6.ebuild:
+ Stable for amd64, wrt bug #469680
24 Apr 2013; Jeroen Roovers <jer@gentoo.org> ratpoison-1.4.5.ebuild:
Fix building with automake-1.13.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison: ratpoison-1.4.6.ebuild ChangeLog
@ 2013-05-14 9:42 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-14 9:42 UTC (permalink / raw
To: gentoo-commits
ago 13/05/14 09:42:35
Modified: ratpoison-1.4.6.ebuild ChangeLog
Log:
Stable for x86, wrt bug #469680
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 x11-wm/ratpoison/ratpoison-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?r1=1.2&r2=1.3
Index: ratpoison-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ratpoison-1.4.6.ebuild 14 May 2013 09:02:54 -0000 1.2
+++ ratpoison-1.4.6.ebuild 14 May 2013 09:42:35 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v 1.2 2013/05/14 09:02:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v 1.3 2013/05/14 09:42:35 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="debug emacs +history +xft"
RDEPEND="
1.87 x11-wm/ratpoison/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 14 May 2013 09:02:54 -0000 1.86
+++ ChangeLog 14 May 2013 09:42:35 -0000 1.87
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/ratpoison
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.86 2013/05/14 09:02:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.87 2013/05/14 09:42:35 ago Exp $
+
+ 14 May 2013; Agostino Sarubbo <ago@gentoo.org> ratpoison-1.4.6.ebuild:
+ Stable for x86, wrt bug #469680
14 May 2013; Agostino Sarubbo <ago@gentoo.org> ratpoison-1.4.6.ebuild:
Stable for amd64, wrt bug #469680
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison: ratpoison-1.4.6.ebuild ChangeLog
@ 2013-05-16 13:10 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 13:10 UTC (permalink / raw
To: gentoo-commits
ago 13/05/16 13:10:15
Modified: ratpoison-1.4.6.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #469680
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 x11-wm/ratpoison/ratpoison-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?r1=1.4&r2=1.5
Index: ratpoison-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ratpoison-1.4.6.ebuild 14 May 2013 13:50:58 -0000 1.4
+++ ratpoison-1.4.6.ebuild 16 May 2013 13:10:14 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v 1.4 2013/05/14 13:50:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v 1.5 2013/05/16 13:10:14 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 hppa ppc ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="debug emacs +history +xft"
RDEPEND="
1.89 x11-wm/ratpoison/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 14 May 2013 13:50:58 -0000 1.88
+++ ChangeLog 16 May 2013 13:10:14 -0000 1.89
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/ratpoison
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.88 2013/05/14 13:50:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.89 2013/05/16 13:10:14 ago Exp $
+
+ 16 May 2013; Agostino Sarubbo <ago@gentoo.org> ratpoison-1.4.6.ebuild:
+ Stable for ppc, wrt bug #469680
14 May 2013; Jeroen Roovers <jer@gentoo.org> ratpoison-1.4.6.ebuild:
Stable for HPPA (bug #469680).
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison: ratpoison-1.4.6.ebuild ChangeLog
@ 2013-05-25 7:49 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-25 7:49 UTC (permalink / raw
To: gentoo-commits
ago 13/05/25 07:49:52
Modified: ratpoison-1.4.6.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #469680
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 x11-wm/ratpoison/ratpoison-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?r1=1.5&r2=1.6
Index: ratpoison-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ratpoison-1.4.6.ebuild 16 May 2013 13:10:14 -0000 1.5
+++ ratpoison-1.4.6.ebuild 25 May 2013 07:49:52 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v 1.5 2013/05/16 13:10:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v 1.6 2013/05/25 07:49:52 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ppc ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 hppa ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="debug emacs +history +xft"
RDEPEND="
1.90 x11-wm/ratpoison/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.89&r2=1.90
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog 16 May 2013 13:10:14 -0000 1.89
+++ ChangeLog 25 May 2013 07:49:52 -0000 1.90
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/ratpoison
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.89 2013/05/16 13:10:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.90 2013/05/25 07:49:52 ago Exp $
+
+ 25 May 2013; Agostino Sarubbo <ago@gentoo.org> ratpoison-1.4.6.ebuild:
+ Stable for sparc, wrt bug #469680
16 May 2013; Agostino Sarubbo <ago@gentoo.org> ratpoison-1.4.6.ebuild:
Stable for ppc, wrt bug #469680
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-05-25 7:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 9:42 [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison: ratpoison-1.4.6.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-05-25 7:49 Agostino Sarubbo (ago)
2013-05-16 13:10 Agostino Sarubbo (ago)
2013-05-14 9:02 Agostino Sarubbo (ago)
2013-04-08 10:54 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox