* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmcliphist: ChangeLog wmcliphist-0.6-r1.ebuild
@ 2008-08-18 13:03 Michele Noberasco (s4t4n)
0 siblings, 0 replies; 4+ messages in thread
From: Michele Noberasco (s4t4n) @ 2008-08-18 13:03 UTC (permalink / raw
To: gentoo-commits
s4t4n 08/08/18 13:03:37
Modified: ChangeLog
Added: wmcliphist-0.6-r1.ebuild
Log:
Revision bump, with patch to fix dock loading. Fixes bug #216065.
(Portage version: 2.1.4.4)
Revision Changes Path
1.11 x11-plugins/wmcliphist/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 27 Mar 2008 21:25:00 -0000 1.10
+++ ChangeLog 18 Aug 2008 13:03:36 -0000 1.11
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/wmcliphist
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.10 2008/03/27 21:25:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.11 2008/08/18 13:03:36 s4t4n Exp $
+
+*wmcliphist-0.6-1 (18 Aug 2008)
+
+ 18 Aug 2008; Michele Noberasco <s4t4n@gentoo.org>
+ +files/wmcliphist-0.6-fix-docking.patch, +wmcliphist-0.6-r1.ebuild:
+ Revision bump, with patch to fix dock loading. Fixes bug #216065.
27 Mar 2008; Markus Meier <maekke@gentoo.org> wmcliphist-0.6.ebuild:
x86 stable, bug #214876
1.1 x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild?rev=1.1&content-type=text/plain
Index: wmcliphist-0.6-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.1 2008/08/18 13:03:36 s4t4n Exp $
inherit eutils toolchain-funcs
DESCRIPTION="Dockable clipboard history application for Window Maker"
HOMEPAGE="http://linux.nawebu.cz/wmcliphist"
SRC_URI="http://linux.nawebu.cz/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-Makefile.patch
epatch "${FILESDIR}"/${P}-fix-docking.patch
}
src_compile() {
tc-export CC
emake || die "emake failed."
}
src_install() {
dobin ${PN}
dodoc ChangeLog README
newdoc .${PN}rc ${PN}rc.sample
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmcliphist: ChangeLog wmcliphist-0.6-r1.ebuild
@ 2008-11-12 13:57 Michele Noberasco (s4t4n)
0 siblings, 0 replies; 4+ messages in thread
From: Michele Noberasco (s4t4n) @ 2008-11-12 13:57 UTC (permalink / raw
To: gentoo-commits
s4t4n 08/11/12 13:57:23
Modified: ChangeLog wmcliphist-0.6-r1.ebuild
Log:
Stable for x86. See bug #246037.
(Portage version: 2.1.4.5)
Revision Changes Path
1.12 x11-plugins/wmcliphist/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 18 Aug 2008 13:03:36 -0000 1.11
+++ ChangeLog 12 Nov 2008 13:57:22 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcliphist
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.11 2008/08/18 13:03:36 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.12 2008/11/12 13:57:22 s4t4n Exp $
+
+ 12 Nov 2008; Michele Noberasco <s4t4n@gentoo.org> wmcliphist-0.6-r1.ebuild:
+ x86 stable, bug #246037
*wmcliphist-0.6-1 (18 Aug 2008)
1.2 x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild?r1=1.1&r2=1.2
Index: wmcliphist-0.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmcliphist-0.6-r1.ebuild 18 Aug 2008 13:03:36 -0000 1.1
+++ wmcliphist-0.6-r1.ebuild 12 Nov 2008 13:57:22 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.1 2008/08/18 13:03:36 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.2 2008/11/12 13:57:22 s4t4n Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmcliphist: ChangeLog wmcliphist-0.6-r1.ebuild
@ 2008-11-13 2:15 Thomas Anderson (gentoofan23)
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2008-11-13 2:15 UTC (permalink / raw
To: gentoo-commits
gentoofan23 08/11/13 02:15:59
Modified: ChangeLog wmcliphist-0.6-r1.ebuild
Log:
stable amd64, bug 246037
(Portage version: 2.2_rc12/cvs/Linux 2.6.25.9 x86_64)
Revision Changes Path
1.13 x11-plugins/wmcliphist/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 12 Nov 2008 13:57:22 -0000 1.12
+++ ChangeLog 13 Nov 2008 02:15:59 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmcliphist
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.12 2008/11/12 13:57:22 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.13 2008/11/13 02:15:59 gentoofan23 Exp $
+
+ 13 Nov 2008; Thomas Anderson <gentoofan23@gentoo.org>
+ wmcliphist-0.6-r1.ebuild:
+ stable amd64, bug 246037
12 Nov 2008; Michele Noberasco <s4t4n@gentoo.org> wmcliphist-0.6-r1.ebuild:
x86 stable, bug #246037
1.3 x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild?r1=1.2&r2=1.3
Index: wmcliphist-0.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmcliphist-0.6-r1.ebuild 12 Nov 2008 13:57:22 -0000 1.2
+++ wmcliphist-0.6-r1.ebuild 13 Nov 2008 02:15:59 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.2 2008/11/12 13:57:22 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.3 2008/11/13 02:15:59 gentoofan23 Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmcliphist: ChangeLog wmcliphist-0.6-r1.ebuild
@ 2008-11-13 10:42 Tiago Cunha (tcunha)
0 siblings, 0 replies; 4+ messages in thread
From: Tiago Cunha (tcunha) @ 2008-11-13 10:42 UTC (permalink / raw
To: gentoo-commits
tcunha 08/11/13 10:42:27
Modified: ChangeLog wmcliphist-0.6-r1.ebuild
Log:
stable sparc, bug 246037
(Portage version: 2.1.4.5)
Revision Changes Path
1.14 x11-plugins/wmcliphist/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 13 Nov 2008 02:15:59 -0000 1.13
+++ ChangeLog 13 Nov 2008 10:42:27 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcliphist
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.13 2008/11/13 02:15:59 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.14 2008/11/13 10:42:27 tcunha Exp $
+
+ 13 Nov 2008; Tiago Cunha <tcunha@gentoo.org> wmcliphist-0.6-r1.ebuild:
+ stable sparc, bug 246037
13 Nov 2008; Thomas Anderson <gentoofan23@gentoo.org>
wmcliphist-0.6-r1.ebuild:
1.4 x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild?r1=1.3&r2=1.4
Index: wmcliphist-0.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wmcliphist-0.6-r1.ebuild 13 Nov 2008 02:15:59 -0000 1.3
+++ wmcliphist-0.6-r1.ebuild 13 Nov 2008 10:42:27 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.3 2008/11/13 02:15:59 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.4 2008/11/13 10:42:27 tcunha Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-11-13 10:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 10:42 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmcliphist: ChangeLog wmcliphist-0.6-r1.ebuild Tiago Cunha (tcunha)
-- strict thread matches above, loose matches on Subject: below --
2008-11-13 2:15 Thomas Anderson (gentoofan23)
2008-11-12 13:57 Michele Noberasco (s4t4n)
2008-08-18 13:03 Michele Noberasco (s4t4n)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox