From 221c43ad9b8b4fbf868f24bf3b48787f610c203f Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 8 Nov 2015 19:28:03 -0800 Subject: Initial commit. This repo contains all of the ChangeLogs copied over from CVS, at the exact time of the Git migration. The purpose of this repo is to populate the rsync-distributed tree with old ChangeLogs that cannot be generated from Git. Signed-off-by: Robin H. Johnson --- x11-wm/aewm++/ChangeLog | 88 ++ x11-wm/aewm/ChangeLog | 120 +++ x11-wm/afterstep/ChangeLog | 459 ++++++++ x11-wm/amiwm/ChangeLog | 54 + x11-wm/awesome/ChangeLog | 766 +++++++++++++ x11-wm/blackbox/ChangeLog | 291 +++++ x11-wm/bspwm/ChangeLog | 24 + x11-wm/compiz-fusion/ChangeLog | 99 ++ x11-wm/compiz/ChangeLog | 411 +++++++ x11-wm/ctwm/ChangeLog | 127 +++ x11-wm/cwm/ChangeLog | 204 ++++ x11-wm/dwm/ChangeLog | 368 +++++++ x11-wm/echinus/ChangeLog | 64 ++ x11-wm/emerald/ChangeLog | 195 ++++ x11-wm/enlightenment/ChangeLog | 937 ++++++++++++++++ x11-wm/evilwm/ChangeLog | 227 ++++ x11-wm/fluxbox/ChangeLog | 1722 ++++++++++++++++++++++++++++++ x11-wm/fvwm/ChangeLog | 845 +++++++++++++++ x11-wm/goomwwm/ChangeLog | 16 + x11-wm/herbstluftwm/ChangeLog | 99 ++ x11-wm/i3/ChangeLog | 309 ++++++ x11-wm/icewm/ChangeLog | 778 ++++++++++++++ x11-wm/jwm/ChangeLog | 114 ++ x11-wm/larswm/ChangeLog | 106 ++ x11-wm/lwm/ChangeLog | 98 ++ x11-wm/marco/ChangeLog | 33 + x11-wm/matchbox-common/ChangeLog | 70 ++ x11-wm/matchbox-desktop/ChangeLog | 49 + x11-wm/matchbox-panel/ChangeLog | 68 ++ x11-wm/matchbox-window-manager/ChangeLog | 102 ++ x11-wm/matchbox/ChangeLog | 98 ++ x11-wm/matwm2/ChangeLog | 27 + x11-wm/muffin/ChangeLog | 162 +++ x11-wm/musca/ChangeLog | 121 +++ x11-wm/mutter/ChangeLog | 280 +++++ x11-wm/notion/ChangeLog | 65 ++ x11-wm/openbox/ChangeLog | 1326 +++++++++++++++++++++++ x11-wm/oroborus/ChangeLog | 148 +++ x11-wm/pekwm/ChangeLog | 300 ++++++ x11-wm/plwm/ChangeLog | 84 ++ x11-wm/qtile/ChangeLog | 90 ++ x11-wm/ratpoison/ChangeLog | 428 ++++++++ x11-wm/sawfish/ChangeLog | 577 ++++++++++ x11-wm/selectwm/ChangeLog | 83 ++ x11-wm/sithwm/ChangeLog | 18 + x11-wm/spectrwm/ChangeLog | 133 +++ x11-wm/stumpwm/ChangeLog | 57 + x11-wm/subtle/ChangeLog | 42 + x11-wm/treewm/ChangeLog | 78 ++ x11-wm/twm/ChangeLog | 289 +++++ x11-wm/vtwm/ChangeLog | 52 + x11-wm/windowlab/ChangeLog | 142 +++ x11-wm/windowmaker/ChangeLog | 855 +++++++++++++++ x11-wm/wm2/ChangeLog | 58 + x11-wm/wmfs/ChangeLog | 24 + x11-wm/wmii/ChangeLog | 204 ++++ x11-wm/xmonad-contrib/ChangeLog | 144 +++ x11-wm/xmonad/ChangeLog | 156 +++ x11-wm/xpra/ChangeLog | 621 +++++++++++ 59 files changed, 15505 insertions(+) create mode 100644 x11-wm/aewm++/ChangeLog create mode 100644 x11-wm/aewm/ChangeLog create mode 100644 x11-wm/afterstep/ChangeLog create mode 100644 x11-wm/amiwm/ChangeLog create mode 100644 x11-wm/awesome/ChangeLog create mode 100644 x11-wm/blackbox/ChangeLog create mode 100644 x11-wm/bspwm/ChangeLog create mode 100644 x11-wm/compiz-fusion/ChangeLog create mode 100644 x11-wm/compiz/ChangeLog create mode 100644 x11-wm/ctwm/ChangeLog create mode 100644 x11-wm/cwm/ChangeLog create mode 100644 x11-wm/dwm/ChangeLog create mode 100644 x11-wm/echinus/ChangeLog create mode 100644 x11-wm/emerald/ChangeLog create mode 100644 x11-wm/enlightenment/ChangeLog create mode 100644 x11-wm/evilwm/ChangeLog create mode 100644 x11-wm/fluxbox/ChangeLog create mode 100644 x11-wm/fvwm/ChangeLog create mode 100644 x11-wm/goomwwm/ChangeLog create mode 100644 x11-wm/herbstluftwm/ChangeLog create mode 100644 x11-wm/i3/ChangeLog create mode 100644 x11-wm/icewm/ChangeLog create mode 100644 x11-wm/jwm/ChangeLog create mode 100644 x11-wm/larswm/ChangeLog create mode 100644 x11-wm/lwm/ChangeLog create mode 100644 x11-wm/marco/ChangeLog create mode 100644 x11-wm/matchbox-common/ChangeLog create mode 100644 x11-wm/matchbox-desktop/ChangeLog create mode 100644 x11-wm/matchbox-panel/ChangeLog create mode 100644 x11-wm/matchbox-window-manager/ChangeLog create mode 100644 x11-wm/matchbox/ChangeLog create mode 100644 x11-wm/matwm2/ChangeLog create mode 100644 x11-wm/muffin/ChangeLog create mode 100644 x11-wm/musca/ChangeLog create mode 100644 x11-wm/mutter/ChangeLog create mode 100644 x11-wm/notion/ChangeLog create mode 100644 x11-wm/openbox/ChangeLog create mode 100644 x11-wm/oroborus/ChangeLog create mode 100644 x11-wm/pekwm/ChangeLog create mode 100644 x11-wm/plwm/ChangeLog create mode 100644 x11-wm/qtile/ChangeLog create mode 100644 x11-wm/ratpoison/ChangeLog create mode 100644 x11-wm/sawfish/ChangeLog create mode 100644 x11-wm/selectwm/ChangeLog create mode 100644 x11-wm/sithwm/ChangeLog create mode 100644 x11-wm/spectrwm/ChangeLog create mode 100644 x11-wm/stumpwm/ChangeLog create mode 100644 x11-wm/subtle/ChangeLog create mode 100644 x11-wm/treewm/ChangeLog create mode 100644 x11-wm/twm/ChangeLog create mode 100644 x11-wm/vtwm/ChangeLog create mode 100644 x11-wm/windowlab/ChangeLog create mode 100644 x11-wm/windowmaker/ChangeLog create mode 100644 x11-wm/wm2/ChangeLog create mode 100644 x11-wm/wmfs/ChangeLog create mode 100644 x11-wm/wmii/ChangeLog create mode 100644 x11-wm/xmonad-contrib/ChangeLog create mode 100644 x11-wm/xmonad/ChangeLog create mode 100644 x11-wm/xpra/ChangeLog (limited to 'x11-wm') diff --git a/x11-wm/aewm++/ChangeLog b/x11-wm/aewm++/ChangeLog new file mode 100644 index 00000000..8ac9fa93 --- /dev/null +++ b/x11-wm/aewm++/ChangeLog @@ -0,0 +1,88 @@ +# ChangeLog for x11-wm/aewm++ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/ChangeLog,v 1.25 2015/04/04 06:07:42 mr_bones_ Exp $ + + 04 Apr 2015; Michael Sterrett -aewm++-1.1.5.ebuild: + old + + 10 Aug 2014; Sergei Trofimovich aewm++-1.1.5-r1.ebuild, + aewm++-1.1.5.ebuild: + QA: drop trailing '.' from DESCRIPTION + + 09 Aug 2014; Agostino Sarubbo aewm++-1.1.5-r1.ebuild: + Stable for ppc, wrt bug #393947 + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 21 Dec 2011; Pawel Hajdan jr aewm++-1.1.5-r1.ebuild: + x86 stable wrt bug #393947 + + 16 Dec 2011; Agostino Sarubbo aewm++-1.1.5-r1.ebuild: + Stable for AMD64, wrt bug #393947 + +*aewm++-1.1.5-r1 (05 Sep 2010) + + 05 Sep 2010; Kacper Kowalik + +aewm++-1.1.5-r1.ebuild, +files/aewm++-1.1.5-makefile.patch, + -files/gcc-3.4.patch: + Respect LDFLAGS wrt bug 336099. Thanks to Diego for the report. + + 06 Jun 2010; Samuli Suominen aewm++-1.1.5.ebuild: + Fix HOMEPAGE wrt #239223 by Paweł Szubert. + + 20 Nov 2008; Tobias Scherbaum aewm++-1.1.5.ebuild: + ppc stable, bug #245248 + + 19 Nov 2008; Markus Meier aewm++-1.1.5.ebuild: + amd64/x86 stable, bug #245248 + +*aewm++-1.1.5 (03 May 2008) + + 03 May 2008; Samuli Suominen + +files/aewm++-1.1.5-gcc43.patch, +aewm++-1.1.5.ebuild: + Version bump with GCC 4.3 patch wrt #220156, thanks to Peter Alfredsen. + + 14 Jul 2007; David Shakaryan aewm++-1.0.24.ebuild: + Update HOMEPAGE. (bug #185223) + + 13 Jul 2007; David Shakaryan aewm++-1.0.24.ebuild: + Add quotes where needed and update dependencies, plus general cleanup. + + 13 Jul 2007; David Shakaryan -aewm++-1.0.22.ebuild: + Remove older version. + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 03 Feb 2006; Krzysiek Pawlik aewm++-1.0.22.ebuild, + aewm++-1.0.24.ebuild: + Fixed DEPEND for modular X. + + 30 Jun 2005; Joseph Jezak aewm++-1.0.24.ebuild: + Marked ppc stable for bug #97511. Thanks nixnut. + + 08 May 2005; Herbie Hopkins aewm++-1.0.24.ebuild: + Stable on amd64. + + 07 Jan 2005; Joseph Jezak +files/gcc-3.4.patch, + aewm++-1.0.24.ebuild: + Marked ~ppc for bug #76860 and added patch to fix compilation on gcc 3.4. + + 07 May 2004; Brandon Hale aewm++-1.0.24.ebuild: + Add IUSE= + + 07 Jan 2004; Jon Portnoy aewm++-1.0.24.ebuild : + AMD64 keywords. + +*aewm++-1.0.24 (20 Nov 2003) + + 20 Nov 2003; aewm++-1.0.24.ebuild: + minor version update + +*aewm++-1.0.22 (19 Nov 2002) + + 19 Nov 2002; Matthew Kennedy aewm++-1.0.22.ebuild, + files/digest-aewm++-1.0.22, ChangeLog : + + Initial import. diff --git a/x11-wm/aewm/ChangeLog b/x11-wm/aewm/ChangeLog new file mode 100644 index 00000000..6390e76d --- /dev/null +++ b/x11-wm/aewm/ChangeLog @@ -0,0 +1,120 @@ +# ChangeLog for x11-wm/aewm +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm/ChangeLog,v 1.36 2014/11/05 11:28:27 jer Exp $ + + 05 Nov 2014; Jeroen Roovers -aewm-1.2.7.ebuild, + -files/aewm-1.2.7-ldflags.patch: + Old. + + 01 Nov 2014; Agostino Sarubbo aewm-1.3.12.ebuild: + Stable for ppc, wrt bug #526740 + + 30 Oct 2014; Agostino Sarubbo aewm-1.3.12.ebuild: + Stable for x86, wrt bug #526740 + + 29 Oct 2014; Agostino Sarubbo aewm-1.3.12.ebuild: + Stable for amd64, wrt bug #526740 + + 10 Aug 2014; Sergei Trofimovich aewm-1.2.7.ebuild, + aewm-1.3.12.ebuild: + QA: drop trailing '.' from DESCRIPTION + +*aewm-1.3.12 (09 Mar 2014) + + 09 Mar 2014; Jeroen Roovers +aewm-1.3.12.ebuild, + +files/aewm-1.3.12-gentoo.patch, metadata.xml: + Version bump. + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 04 May 2012; Jeff Horelick aewm-1.2.7.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 17 May 2011; Kacper Kowalik + files/aewm-1.2.7-ldflags.patch: + Fix underlinking wrt #367695. Thanks to Diego Elio Pettenò + + + 29 Mar 2011; Christoph Mende aewm-1.2.7.ebuild: + Fix gtk+ slot deps + + 27 May 2010; Kacper Kowalik aewm-1.2.7.ebuild, + +files/aewm-1.2.7-ldflags.patch: + Respect user flags wrt bug 237698, do not pre-strip files wrt bug 252118. + Thanks coldwind and Diego for reporting. + + 17 Jan 2010; Ulrich Mueller aewm-1.2.7.ebuild: + Change LICENSE, "aewm" is the same as "MIT 9wm". + + 15 Sep 2008; Santiago M. Mola aewm-1.2.7.ebuild: + Added gtk+ dependency, thanks to the Evil Compile Person, bug #227579. + + 06 Jan 2008; David Shakaryan aewm-1.2.7.ebuild: + Add dev-util/pkgconfig to DEPEND. (bug #204464) + + 02 Aug 2007; Roy Marples aewm-1.2.7.ebuild: + Keyworded ~x86-fbsd, #157553 thanks to Marc Kowarsky. + + 19 Jul 2007; Christoph Mende aewm-1.2.7.ebuild: + Stable on amd64 wrt bug #185190 + + 16 Jul 2007; David Shakaryan + -files/1.2.3-freetype-gentoo.diff, -aewm-1.2.3.ebuild: + Remove older version. + + 16 Jul 2007; nixnut aewm-1.2.7.ebuild: + Stable on ppc wrt bug 185190 + + 16 Jul 2007; Christian Faulhammer aewm-1.2.7.ebuild: + stable x86, bug 185190 + + 13 Jul 2007; David Shakaryan aewm-1.2.7.ebuild: + Die on failure of sed. + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 16 Nov 2006; David Shakaryan +aewm-1.2.7.ebuild: + Version bump; almost completely revised ebuild. (bug #155082) + + 01 Sep 2006; Stefan Schweizer aewm-1.2.3.ebuild: + drop gtk2, bug 106560 + + 03 Feb 2006; Krzysiek Pawlik aewm-1.2.3.ebuild: + Fixed DEPEND for modular X. + + 30 Jun 2005; Joseph Jezak aewm-1.2.3.ebuild: + Marked ppc stable for bug #97510. Thanks nixnut. + + 07 Jan 2005; Joseph Jezak aewm-1.2.3.ebuild: + Marked ~ppc for bug #76860. + + 28 Jun 2004; Aron Griffis aewm-1.2.3.ebuild: + add sed-4 dep + + 07 May 2004; Brandon Hale aewm-1.2.3.ebuild: + Remove S= + + 27 Apr 2004; Aron Griffis aewm-1.2.3.ebuild: + Add inherit eutils + + 07 Mar 2004; Markus Nigbur aewm-1.2.0.ebuild: + Removed stale ebuild. + + 04 Dec 2003; Brandon Hale aewm-1.2.3.ebuild: + fixing bad DEPEND + +*aewm-1.2.3 (20 Nov 2003) + + 20 Nov 2003; aewm-1.2.3.ebuild, + files/1.2.3-freetype-gentoo.diff: + minor version update and support for XFT/GTK thanks to Doug Weimer + of bug 32573 + +*aewm-1.2.0 (19 Nov 2002) + + 19 Nov 2002; Matthew Kennedy aewm-1.2.0.ebuild, + files/digest-aewm-1.2.0, ChangeLog : + + Initial import. diff --git a/x11-wm/afterstep/ChangeLog b/x11-wm/afterstep/ChangeLog new file mode 100644 index 00000000..08590fa5 --- /dev/null +++ b/x11-wm/afterstep/ChangeLog @@ -0,0 +1,459 @@ +# ChangeLog for x11-wm/afterstep +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/ChangeLog,v 1.108 2015/01/28 22:25:35 mgorny Exp $ + + 28 Jan 2015; Michał Górny afterstep-2.2.11-r1.ebuild, + afterstep-2.2.9.ebuild: + Switch to CPU_FLAGS_X86. + + 19 Oct 2013; Pacho Ramos -afterstep-2.2.11.ebuild, + metadata.xml: + Drop afterstep herd + + 10 Apr 2013; Bernard Cafarelli + afterstep-2.2.11-r1.ebuild: + Reverting to -j1, thanks ssuominen + + 10 Apr 2013; Bernard Cafarelli + afterstep-2.2.11-r1.ebuild: + Drop parallel make restriction + +*afterstep-2.2.11-r1 (10 Apr 2013) + + 10 Apr 2013; Bernard Cafarelli + +afterstep-2.2.11-r1.ebuild: + EAPI bump and libpng slot dependency + + 06 Apr 2013; Naohiro Aota + +files/afterstep-2.2.11-configure.patch, + +files/afterstep-2.2.11-execinfo.patch, afterstep-2.2.11.ebuild: + Add upstream patch to use libexecinfo. #438658; Fix non-POSIX configure test. + + 26 Jul 2012; Anthony G. Basile afterstep-2.2.11.ebuild: + Keyword ~arm + + 23 Dec 2011; Samuli Suominen afterstep-2.2.9.ebuild, + afterstep-2.2.11.ebuild: + Change from soft to hard block wrt #374907 + +*afterstep-2.2.11 (23 Dec 2011) + + 23 Dec 2011; Samuli Suominen +afterstep-2.2.11.ebuild: + Version bump. + + 12 Nov 2011; Justin Lecher afterstep-2.2.9.ebuild: + Corrected slotting for png and tiff + + 06 Oct 2011; Samuli Suominen afterstep-2.2.9.ebuild, + +files/afterstep-2.2.9-libpng15.patch: + Fix building with libpng15 wrt #385851 by "Zosiek" + + 08 Nov 2010; Bernard Cafarelli + afterstep-2.2.9.ebuild: + Move to virtual/jpeg + + 08 Aug 2010; Kacper Kowalik + afterstep-2.2.9.ebuild, +files/afterstep-2.2.9-ldflags.patch: + Respect LDFLAGS wrt bug 325309 + + 04 Jul 2010; Samuli Suominen + afterstep-2.2.9.ebuild: + ppc64 stable wrt #306107 + + 27 Jun 2010; Raúl Porcel afterstep-2.2.9.ebuild: + alpha/ia64/sparc stable wrt #306107 + + 26 Jun 2010; Samuli Suominen + afterstep-2.2.9.ebuild: + Force -j1 for src_compile and remove hardcoded -O3 optimization from + libAfterBase and Image. + + 26 Jun 2010; Samuli Suominen + afterstep-2.2.9.ebuild, +files/afterstep-2.2.9-alpha.patch: + Fix building on alpha (drop extra include defining it's own strlen). + + 24 Jun 2010; Christoph Mende afterstep-2.2.9.ebuild: + Stable on amd64 wrt bug #306107 + + 22 Jun 2010; Samuli Suominen + afterstep-2.2.9.ebuild, + +files/afterstep-2.2.9-make_session_data_file.patch: + Fix implicit declaration of function make_session_data_file wrt #308649. + + 22 Jun 2010; Jeroen Roovers afterstep-2.2.9.ebuild: + Stable for HPPA (bug #306107). + + 16 Apr 2010; Brent Baude afterstep-2.2.9.ebuild: + stable ppc, bug 306107 + + 14 Apr 2010; Bernard Cafarelli + afterstep-2.2.4.ebuild, afterstep-2.2.9.ebuild: + Add blocker on libafterimage + + 31 Mar 2010; Christian Faulhammer + afterstep-2.2.9.ebuild: + stable x86, bug 306107 + + 18 Jan 2010; Bernard Cafarelli + afterstep-2.2.4.ebuild, afterstep-2.2.9.ebuild: + Fix license, bug #301210 + + 03 Nov 2009; Bernard Cafarelli + afterstep-2.2.9.ebuild: + Do not use bundled libungif, bug #253259 + +*afterstep-2.2.9 (03 Nov 2009) + + 03 Nov 2009; Bernard Cafarelli + +afterstep-2.2.9.ebuild, +files/no-alternatives-2.2.9.patch: + Version bump with cleanups, fixes bugs #180765 (bump request), #252119 + (stripped files), and #265841 (ldconfig run on install) + + 10 Jul 2009; Samuli Suominen + -files/afterstep-1.8.11-gentoo.diff, -afterstep-2.00.05.ebuild, + -afterstep-2.1.2.ebuild, -afterstep-2.2.0.ebuild, -afterstep-2.2.1.ebuild, + -afterstep-2.2.2.ebuild, -afterstep-2.2.2-r1.ebuild, + -afterstep-2.2.3.ebuild, afterstep-2.2.4.ebuild: + dev-util/efence is no more + + 22 Jul 2007; Donnie Berkholz ; + afterstep-2.00.05.ebuild, afterstep-2.1.2.ebuild, afterstep-2.2.0.ebuild, + afterstep-2.2.1.ebuild, afterstep-2.2.2.ebuild, afterstep-2.2.2-r1.ebuild, + afterstep-2.2.3.ebuild, afterstep-2.2.4.ebuild: + Drop virtual/x11 references. + + 28 Apr 2007; Sven Wegener afterstep-2.00.05.ebuild, + afterstep-2.1.2.ebuild, afterstep-2.2.0.ebuild, afterstep-2.2.1.ebuild, + afterstep-2.2.2.ebuild, afterstep-2.2.2-r1.ebuild, afterstep-2.2.3.ebuild, + afterstep-2.2.4.ebuild: + Drop dodir from dodir/*into combination. + + 28 Mar 2007; Raúl Porcel afterstep-2.2.4.ebuild: + ia64 stable wrt bug 153726 + + 14 Feb 2007; Chris Gianelloni + afterstep-2.2.4.ebuild: + Stable on alpha wrt bug #153726. + + 07 Feb 2007; Simon Stelling afterstep-2.2.4.ebuild: + stable on amd64; bug 153726 + + 03 Feb 2007; nixnut afterstep-2.2.4.ebuild: + Stable on ppc wrt bug 153726 + + 02 Feb 2007; Christian Faulhammer + afterstep-2.2.4.ebuild: + stable x86; bug #153726 + + 31 Jan 2007; Markus Rothe afterstep-2.2.4.ebuild: + Stable on ppc64; bug #153726 + + 31 Jan 2007; Gustavo Zacarias + afterstep-2.2.4.ebuild: + Stable on sparc wrt #153726 + + 31 Jan 2007; Jeroen Roovers afterstep-2.2.4.ebuild: + Stable for HPPA (bug #153726). + + 01 Dec 2006; Bryan Østergaard afterstep-2.2.4.ebuild: + Add ~alpha and ~ia64 keywords. + + 01 Dec 2006; Chris Gianelloni + afterstep-2.2.3.ebuild: + Stable on ppc wrt bug #153726. + + 01 Dec 2006; Chris Gianelloni + afterstep-2.2.3.ebuild: + Stable on amd64/x86 wrt bug #153726. + + 01 Dec 2006; Markus Rothe afterstep-2.2.3.ebuild: + Stable on ppc64; bug #153726 + + 01 Dec 2006; Gustavo Zacarias + afterstep-2.2.3.ebuild: + Stable on sparc wrt #153726 + + 01 Dec 2006; Jeroen Roovers afterstep-2.2.3.ebuild: + Stable for HPPA (bug #153726). + +*afterstep-2.2.4 (27 Nov 2006) + + 27 Nov 2006; Bryan Østergaard + +afterstep-2.2.4.ebuild: + Version bump. + + 24 Nov 2006; Markus Rothe afterstep-2.2.2-r1.ebuild: + Stable on ppc64; bug #153726 + + 23 Nov 2006; Tobias Scherbaum + afterstep-2.2.2-r1.ebuild: + ppc stable, bug #153726 + + 22 Nov 2006; Gustavo Zacarias + afterstep-2.2.2-r1.ebuild: + Stable on sparc wrt #153726 + + 21 Nov 2006; Christian Faulhammer + afterstep-2.2.2-r1.ebuild: + stable x86, bug #153726 + + 20 Nov 2006; afterstep-2.2.2-r1.ebuild: + stable on amd64 + +*afterstep-2.2.3 (01 Nov 2006) +*afterstep-2.2.2-r1 (01 Nov 2006) + + 01 Nov 2006; Marien Zwart + +files/no-alternatives.patch, +afterstep-2.2.2-r1.ebuild, + +afterstep-2.2.3.ebuild: + Version bump and a fix for a sandbox violation if dpkg is installed (bug + #144025) from Nathan Mahon . + +*afterstep-2.2.2 (14 Aug 2006) + + 14 Aug 2006; Michał Januszewski + +afterstep-2.2.2.ebuild: + Version bump on request of the upstream developer. + + 23 May 2006; Markus Rothe afterstep-2.2.0.ebuild: + Stable on ppc64 + +*afterstep-2.2.1 (25 Apr 2006) + + 25 Apr 2006; Michał Januszewski + +afterstep-2.2.1.ebuild: + Version bump. + + 10 Mar 2006; Michael Hanselmann + afterstep-2.2.0.ebuild: + Stable on ppc. + + 07 Mar 2006; Gustavo Zacarias + afterstep-2.2.0.ebuild: + Stable on sparc + + 07 Mar 2006; Michele Noberasco afterstep-2.2.0.ebuild: + Stable for x86. Closes bug #125256. + + 13 Feb 2006; Michał Januszewski + -afterstep-1.8.11-r2.ebuild, afterstep-2.00.05.ebuild, + afterstep-2.1.2.ebuild, afterstep-2.2.0.ebuild: + Ported AfterStep to modular X. Removed an old ebuild. + + 09 Feb 2006; Guy Martin afterstep-2.2.0.ebuild: + Works perfectly on hppa. + +*afterstep-2.2.0 (13 Jan 2006) + + 13 Jan 2006; Bryan Østergaard + afterstep-2.1.2.ebuild: + Stable on ppc. + + 28 Oct 2005; Gustavo Zacarias + afterstep-2.1.2.ebuild: + Stable on sparc + + 27 Oct 2005; Aaron Walker metadata.xml, + -afterstep-2.00.04.ebuild, -afterstep-2.1.1.ebuild, + afterstep-2.1.2.ebuild: + Marked 2.1.2 stable on x86; tidy old ebuilds. + + 23 Aug 2005; Aaron Walker afterstep-1.8.11-r2.ebuild, + afterstep-2.00.04.ebuild, afterstep-2.00.05.ebuild, + afterstep-2.1.1.ebuild, afterstep-2.1.2.ebuild: + Use cp -pPR and not cp -a, bug 103487. + + 31 Jul 2005; Aaron Walker afterstep-2.1.2.ebuild: + Added ~amd64. + +*afterstep-2.1.2 (22 Jul 2005) + + 22 Jul 2005; Aaron Walker -afterstep-2.1.0.ebuild, + +afterstep-2.1.2.ebuild: + Version bump. + + 13 Jul 2005; bret curtis afterstep-2.1.1.ebuild: + added to mips testing + + 18 Jun 2005; Markus Rothe afterstep-2.1.1.ebuild: + added ~ppc64 + + 17 Jun 2005; Michael Hanselmann + afterstep-2.00.05.ebuild: + Stable on ppc. + + 14 Jun 2005; Aaron Walker metadata.xml: + Added afterstep herd. + +*afterstep-2.1.1 (12 Jun 2005) + + 12 Jun 2005; Aaron Walker -files/as2-gnome.diff, + -files/afterstep-2.00.01-fix-makefile.diff, -files/as2-gnome-r1.diff, + -afterstep-2.00.01.ebuild, -afterstep-2.00.02.ebuild, + +afterstep-2.1.1.ebuild: + Version bump; tidy'd old ebuilds/patches. + + 09 Jun 2005; Gustavo Zacarias + afterstep-2.00.05.ebuild: + Stable on sparc + + 09 Jun 2005; Aaron Walker afterstep-2.00.05.ebuild: + Stable on x86. + +*afterstep-2.1.0 (18 May 2005) + + 18 May 2005; Aaron Walker +afterstep-2.1.0.ebuild: + Version bump. + + 06 May 2005; Gustavo Zacarias + afterstep-2.00.04.ebuild: + Stable on sparc + +*afterstep-2.00.05 (06 May 2005) + + 06 May 2005; Aaron Walker afterstep-2.00.04.ebuild, + +afterstep-2.00.05.ebuild: + Version bump; 2.00.04 stable on x86. + + 31 Mar 2005; Aaron Walker afterstep-2.00.04.ebuild: + unset DISPLAY so the build will not try to check display resolution causing + access violations bug 87326. Also cleaned up src_compile quite a bit. As + usual thanks to Nathan. + + 30 Mar 2005; Gustavo Zacarias + afterstep-2.00.02.ebuild: + Stable on sparc + +*afterstep-2.00.04 (30 Mar 2005) + + 30 Mar 2005; Aaron Walker afterstep-2.00.02.ebuild, + +afterstep-2.00.04.ebuild: + Version bump; marked 2.00.02 stable on x86. + + 15 Feb 2005; Gustavo Zacarias + afterstep-2.00.01.ebuild: + Stable on sparc + + 14 Feb 2005; Bryan Østergaard + afterstep-2.00.01.ebuild: + Stable on x86. + + 31 Jan 2005; Aaron Walker + -afterstep-2.0_beta3.ebuild, -afterstep-2.0_beta4.ebuild: + Tidy 2.0 beta ebuilds + +*afterstep-2.00.02 (20 Jan 2005) + + 20 Jan 2005; Aaron Walker +afterstep-2.00.02.ebuild: + Version bump. + +*afterstep-2.00.01 (17 Jan 2005) + + 17 Jan 2005; Aaron Walker metadata.xml, + +files/afterstep-2.00.01-fix-makefile.diff, +afterstep-2.00.01.ebuild: + Version bump, thanks to Nathan Mahon. + + 24 Sep 2004; Armando Di Cianno + afterstep-1.8.11-r2.ebuild: + Removed needless DEPEND on gnustep-base/gnustep-env. + + 23 Jul 2004; Michael Sterrett + afterstep-1.8.11-r2.ebuild: + x11-wm/gnustep-env -> gnustep-base/gnustep-env + + 07 Jul 2004; Hardave Riar afterstep-1.8.11-r2.ebuild: + Added ~mips KEYWORD + + 03 Jul 2004; Jason Wever afterstep-2.0_beta4.ebuild: + Added ~sparc keyword. + + 28 Jun 2004; Aron Griffis afterstep-1.8.11-r2.ebuild, + afterstep-2.0_beta3.ebuild, afterstep-2.0_beta4.ebuild: + sync IUSE (+nls), glibc -> libc + + 23 Jun 2004; Michael Sterrett + afterstep-2.0_beta3.ebuild, afterstep-2.0_beta4.ebuild: + dev-util/efence is no more + + 27 Apr 2004; Aron Griffis afterstep-2.0_beta3.ebuild, + afterstep-2.0_beta4.ebuild: + Add inherit eutils + +*afterstep-2.0_beta4 (18 Mar 2004) + + 18 Mar 2004; Nick Hadaway afterstep-2.0_beta4.ebuild, + files/as2-gnome-r1.diff: + Another version bump. Updated the gnome patch. + +*afterstep-2.0_beta3 (25 Feb 2004) + + 25 Feb 2004; Nick Hadaway afterstep-2.0_beta3.ebuild: + Version bump. Stability changes. No significant ebuild changes. + See bug #42029. + + 21 Oct 2003; Nick Hadaway afterstep-2.0_beta2.ebuild: + See bug #31541. Thanks to Doug Weimer and Mike Gardiner for providing + quick answers to a pesky little problem. + +*afterstep-2.0_beta2 (18 Oct 2003) + + 18 Oct 2003; Nick Hadaway afterstep-2.0_beta2.ebuild: + Afterstep is almost 2.00 revisions old! :) + + 12 Jun 2003; afterstep-1.8.11-r1.ebuild, + afterstep-1.8.11-r2.ebuild: + add Header + + 12 Jun 2003; Seemant Kulleen + afterstep-1.8.11-r1.ebuild: + xfree provides xpm + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*afterstep-1.8.11-r2 (18 Apr 2002) + + 17 Oct 2002; Daniel Ahlberg afterstep-1.8.11-r2.ebuild : + Added IUSE. + + 18 Apr 2002; Spider ChangeLog afterstep-1.8.11-r2.ebuild : + Fix changelog syntax + remove dependency on xpm, that version is in XFree + +*afterstep-1.8.11-r2 (12 Apr 2002) + 12 Apr 2002; Seemant Kulleen afterstep-1.8.11-r2.ebuild : + Recompile against libpng-1.2.1 and optional USE dependent tiff support + +*afterstep-1.8.11-r1 (16 Mar 2002) + + 17 Oct 2002; Daniel Ahlberg afterstep-1.8.11-r1.ebuild : + Added IUSE. + + 16 Mar 2002; Seemant Kulleen afterstep-1.8.11-r1.ebuild : + Added libXPM support to AfterStep. + +*afterstep-1.8.11 (15 Mar 2002) + 15 Mar 2002; Seemant Kulleen afterstep-1.8.11.ebuild : + Version upgrade -- recycled patch from the previous release. This was + basically copying the old ebuild to the new filename and the old patch + to correspond. + +*afterstep-1.8.10-r1 (14 Feb 2002) + + 14 Feb 2002; Dan Armak ChangeLog : + + Added /etc/X11/Sessions/afterstep. This adds afterstep to the auto-generated + menu of session types in kdm and gdm. + Fixed sandbox compile. + +*afterstep-1.8.10 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-wm/amiwm/ChangeLog b/x11-wm/amiwm/ChangeLog new file mode 100644 index 00000000..5fc0c1c5 --- /dev/null +++ b/x11-wm/amiwm/ChangeLog @@ -0,0 +1,54 @@ +# ChangeLog for x11-wm/amiwm +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/amiwm/ChangeLog,v 1.14 2013/10/19 15:20:01 pacho Exp $ + + 19 Oct 2013; Pacho Ramos -amiwm-0.20_p48.ebuild, + metadata.xml: + Cleanup due desktop-wm removal + +*amiwm-0.21_p2 (11 Jun 2011) + + 11 Jun 2011; Kacper Kowalik +amiwm-0.21_p2.ebuild, + +files/amiwm-0.21_p2-gentoo.diff, +files/amiwm-0.21_p2-implicts.patch: + Version bump wrt #354575 by Tomáš Hlušička + + 29 May 2010; Kacper Kowalik amiwm-0.20_p48.ebuild, + +files/amiwm-0.20_p48-gentoo.diff: + Fix parallel build wrt bug 248680, don't strip files wrt bug 299918. + Thanks Diego for reporting. + Fix install directories, respect CC and user flags, multilib-strict. + Fix incompatible implicit declaration of built-in function. + Update dependencies. + + 27 Dec 2009; Diego E. Pettenò + amiwm-0.20_p48.ebuild: + Use -j1 for build (bug #248680). + + 09 Dec 2007; Santiago M. Mola amiwm-0.20_p48.ebuild: + Keyworded ~amd64 + + 22 Jul 2007; David Shakaryan amiwm-0.20_p48.ebuild: + Remove virtual/x11 from dependencies. + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 11 Feb 2006; Krzysiek Pawlik amiwm-0.20_p48.ebuild: + Fixed DEPEND for modular X. + + 25 Dec 2005; Mike Frysinger + +files/amiwm-0.20_p48-flex.patch, amiwm-0.20_p48.ebuild: + Fix building with flex-2.5.31 #110169. + + 10 May 2005; David Holm amiwm-0.20_p48.ebuild: + Added to ~ppc. + + 24 Sep 2003; amiwm-0.20_p48.ebuild: + Change the (R) character into (R) to disallow confusion. (The character was + not in UTF-8) + +*amiwm-0.20_p48 (06 Sep 2003) + + 06 Sep 2003; Karl Trygve Kalleberg amiwm-0.20_p48.ebuild: + Initial import. Ebuild submitted by Henrik Hellerstedt . + Fixes #1858. diff --git a/x11-wm/awesome/ChangeLog b/x11-wm/awesome/ChangeLog new file mode 100644 index 00000000..6cc507a4 --- /dev/null +++ b/x11-wm/awesome/ChangeLog @@ -0,0 +1,766 @@ +# ChangeLog for x11-wm/awesome +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/awesome/ChangeLog,v 1.165 2015/03/20 08:59:44 jlec Exp $ + + 20 Mar 2015; Justin Lecher + files/awesome-gnome-xsession.desktop, files/awesome-gnome.desktop, + files/awesome.desktop: + Fix desktop file + +*awesome-3.5.6 (11 Jan 2015) + + 11 Jan 2015; Maxim Koltsov +awesome-3.5.6.ebuild: + Bump to 3.5.6, bug #536304. + +*awesome-3.5.5-r1 (25 Aug 2014) + + 25 Aug 2014; Matthew Thode + +awesome-3.5.5-r1.ebuild, +files/awesome-3.5.5-cflag-cleanup.patch: + fix for bug 509658 + +*awesome-3.5.5 (18 Apr 2014) + + 18 Apr 2014; Maxim Koltsov +awesome-3.5.5.ebuild, + +files/awesome-3.5.5-util.lua-xdg-icons-fix.patch: + Bump to 3.5.5, bug #507604. Add upstream patch to fix xdg icons search. + +*awesome-3.5.4 (03 Apr 2014) + + 03 Apr 2014; Maxim Koltsov +awesome-3.5.4.ebuild, + +files/awesome-3.5.4-imagebox.patch: + Bump to 3.5.4, add upstream patch for imagebox, bug #506586. Thanks to Bohdan + Trach . + +*awesome-3.5.3 (31 Mar 2014) + + 31 Mar 2014; Maxim Koltsov +awesome-3.5.3.ebuild, + +files/awesome-xsession.patch: + Bump to 3.5.3, update lgi dependency, add patch for desktop file, bug #506212. + Thanks to Bombino . + + 30 Mar 2014; Jeroen Roovers metadata.xml: + Fix e-mail address. + + 27 Dec 2013; Maxim Koltsov -awesome-3.4.11.ebuild, + -awesome-3.5.1.ebuild, awesome-3.4.15.ebuild, files/awesome-gnome.desktop, + files/awesome.desktop: + Add x11-libs/libXcursor dependency to 3.4 branch, bug #495058. Fix session + file, bug #495072. Delete old. + + 12 Dec 2013; Justin Lecher awesome-3.4.15.ebuild, + awesome-3.5.1.ebuild, awesome-3.5.2.ebuild, awesome-3.5.2-r1.ebuild, + metadata.xml: + Use domenu from eutils.eclass + +*awesome-3.5.2-r1 (27 Oct 2013) + + 27 Oct 2013; Maxim Koltsov +awesome-3.5.2-r1.ebuild, + +files/awesome-gnome-3.session, files/awesome-gnome.session: + Revision bump with gnome-3 specific session file, bug 478218. + +*awesome-3.5.2 (27 Oct 2013) + + 27 Oct 2013; Maxim Koltsov +awesome-3.5.2.ebuild: + Bump to 3.5.2, bug #488940. + + 10 Apr 2013; Maxim Koltsov -awesome-3.5-r1.ebuild, + awesome-3.4.15.ebuild: + Fix desktop file issue, bug #465288. Remove old versions. + +*awesome-3.5.1 (01 Apr 2013) + + 01 Apr 2013; Maxim Koltsov +awesome-3.5.1.ebuild: + Bump to 3.5.1, bug #464080. Thanks to Dimitri Semitsoglou-Tsiapos for report. + + 17 Mar 2013; Markos Chandras metadata.xml: + Add proxy-maintainers to metadata.xml + + 14 Mar 2013; Agostino Sarubbo awesome-3.4.15.ebuild: + Stable for arm, wrt bug #461538 + + 13 Mar 2013; Agostino Sarubbo awesome-3.4.15.ebuild: + Stable for ppc64, wrt bug #461538 + + 13 Mar 2013; Agostino Sarubbo awesome-3.4.15.ebuild: + Stable for ppc, wrt bug #461538 + + 13 Mar 2013; Agostino Sarubbo awesome-3.4.15.ebuild: + Stable for x86, wrt bug #461538 + + 13 Mar 2013; Agostino Sarubbo awesome-3.4.15.ebuild: + Stable for amd64, wrt bug #461538 + +*awesome-3.4.15 (11 Feb 2013) + + 11 Feb 2013; Maxim Koltsov +awesome-3.4.15.ebuild, + -awesome-3.4.13.ebuild, -awesome-3.4.14.ebuild: + Bump to 3.4.15, clean old + + 06 Feb 2013; Maxim Koltsov metadata.xml: + Add myself and krigstask to metadata + +*awesome-3.5-r1 (05 Feb 2013) + + 05 Feb 2013; Alex Alexander -awesome-3.5.ebuild, + +awesome-3.5-r1.ebuild: + improved dependencies, removed obsolete code, added elogs for bug #440724 and + bug #447308 + + 03 Feb 2013; Pacho Ramos metadata.xml: + Cleanup due #22900 + +*awesome-3.4.14 (06 Jan 2013) + + 06 Jan 2013; Maxim Koltsov +awesome-3.4.14.ebuild: + Bump to 3.4.14, bug #450456 + +*awesome-3.5 (04 Jan 2013) + + 04 Jan 2013; Christian Ruppert -awesome-3.5_rc1-r1.ebuild, + +awesome-3.5.ebuild: + Non maintainer bump, bug 447576 + +*awesome-3.5_rc1-r1 (28 Nov 2012) + + 28 Nov 2012; Robin H. Johnson +awesome-3.5_rc1-r1.ebuild, + -awesome-3.5_rc1.ebuild: + Upstream added a new dep, lgi, that was underdocumented. Also block building + luadocs unless you have lua-5.2 per upstream emails on awesome ML. + +*awesome-3.5_rc1 (24 Nov 2012) + + 24 Nov 2012; Robin H. Johnson +awesome-3.5_rc1.ebuild, + +files/awesome-3.5_rc1-convert-path.patch, + +files/awesome-3.5_rc1-luadoc-fix-patch: + Version bump for new upstream major version, acked by wired. You must update + your configurations per the wiki guide! + http://awesome.naquadah.org/wiki/Awesome_3.4_to_3.5. + + 30 Sep 2012; MATSUU Takuto + -files/3.4-0001-Update-the-code-following-release-of-xcb-util-0.3.8.patch, + -files/awesome-3.4.4-cmake-2.8.4.patch, + -files/awesome-3.4.8-cmake-2.8.4.patch, +files/awesome-gnome.desktop, + +files/awesome-gnome.session, +files/awesome-gnome-xsession.desktop: + Added gnome related files. Removed unused patches. + +*awesome-3.4.13 (30 Sep 2012) + + 30 Sep 2012; MATSUU Takuto -awesome-3.4.8.ebuild, + -awesome-3.4.9.ebuild, -awesome-3.4.9-r1.ebuild, -awesome-3.4.10.ebuild, + +awesome-3.4.13.ebuild: + Version bumped, bug #421025. Added gnome USE flag, bug #379833. Depends on + media-gfx/imagemagick[X], bug #421333. Removed old versions. + + 11 May 2012; Agostino Sarubbo awesome-3.4.11.ebuild: + Stable for amd64, wrt bug #407861 + + 10 May 2012; Julian Ospald awesome-3.4.11.ebuild, + +files/awesome-3.4.11-convert-path.patch: + fix buildtime bug #408025 + + 04 May 2012; Jeff Horelick awesome-3.4.8.ebuild, + awesome-3.4.9.ebuild, awesome-3.4.9-r1.ebuild, awesome-3.4.10.ebuild, + awesome-3.4.11.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 03 May 2012; Alex Alexander awesome-3.4.8.ebuild, + awesome-3.4.9.ebuild, awesome-3.4.9-r1.ebuild, awesome-3.4.10.ebuild, + awesome-3.4.11.ebuild, +files/awesome-glib-fix.patch: + build fix for >=glib-2.31, bug #396417 + + 17 Apr 2012; Brent Baude awesome-3.4.11.ebuild: + Marking awesome-3.4.11 ppc for bug 407861 + + 11 Apr 2012; Andreas Schuerch awesome-3.4.11.ebuild: + x86 stable, see bug 407861, Thanks Mikle and Dan + + 12 Mar 2012; Brent Baude awesome-3.4.11.ebuild: + Marking awesome-3.4.11 ppc64 for bug 407861 + + 06 Mar 2012; Samuli Suominen awesome-3.4.11.ebuild: + Remove restriction of dev-lang/lua since it's not slotted wrt #406985 + + 05 Mar 2012; Alex Alexander awesome-3.4.8.ebuild, + awesome-3.4.9.ebuild, awesome-3.4.9-r1.ebuild, awesome-3.4.10.ebuild, + awesome-3.4.11.ebuild: + awesome doesn't work with lua 5.2, restricted lua dep to 5.1.* - bug #406985 + +*awesome-3.4.11 (05 Dec 2011) + + 05 Dec 2011; Alex Alexander +awesome-3.4.11.ebuild: + version bump + + 23 Jul 2011; Kacper Kowalik awesome-3.4.9-r1.ebuild: + ppc64 stable wrt #372799 + + 13 Jul 2011; Markus Meier awesome-3.4.9-r1.ebuild: + x86 stable, bug #372799 + + 30 Jun 2011; Markos Chandras awesome-3.4.9-r1.ebuild: + Stable on amd64 wrt bug #372799 + + 28 Jun 2011; Brent Baude awesome-3.4.9-r1.ebuild: + Marking awesome-3.4.9-r1 ppc for bug 372799 + + 11 Jun 2011; Markus Meier awesome-3.4.10.ebuild: + add ~arm, bug #359137 + +*awesome-3.4.10 (16 May 2011) + + 16 May 2011; Robin H. Johnson +awesome-3.4.10.ebuild: + Version bump. awesome-3.4.8-cmake-2.8.4.patch merged upstream. + +*awesome-3.4.9-r1 (27 Apr 2011) + + 27 Apr 2011; MATSUU Takuto + +files/3.4-0001-Update-the-code-following-release-of-xcb-util-0.3.8.patch, + -awesome-2.3.6.ebuild, -awesome-3.4.4.ebuild, awesome-3.4.8.ebuild, + awesome-3.4.9.ebuild, +awesome-3.4.9-r1.ebuild: + Fixed building with xcb-util >= 0.3.8 wrt #364987. Removed old versions.. + + 30 Mar 2011; Christoph Mende awesome-2.3.6.ebuild: + Fix gtk+ slot deps + + 21 Mar 2011; Kacper Kowalik awesome-3.4.8.ebuild: + ppc/ppc64 stable wrt #352249 + + 22 Feb 2011; Alex Alexander awesome-3.4.4.ebuild, + +files/awesome-3.4.4-cmake-2.8.4.patch, awesome-3.4.8.ebuild, + +files/awesome-3.4.8-cmake-2.8.4.patch, awesome-3.4.9.ebuild: + fixed compilation with cmake-2.8.4, bug #356009 + + 23 Jan 2011; Markos Chandras awesome-3.4.8.ebuild: + Stable on amd64 wrt bug #352249 + + 23 Jan 2011; Thomas Kahle awesome-3.4.8.ebuild: + x86 stable per bug 352249 + + 22 Jan 2011; MATSUU Takuto awesome-3.4.8.ebuild, + awesome-3.4.9.ebuild: + Removed media-gfx/graphicsmagick from DEPEND, bug #352282. + + 21 Jan 2011; Alex Alexander metadata.xml: + added myself as maintainer + + 21 Jan 2011; Alex Alexander awesome-3.4.9.ebuild: + lua[deprecated] usedep not needed anymore, bug #352257. removed unnecessary + bash{,-completion} deps, awesome doesn't need them, will just use them if + they exist, #350766 + +*awesome-3.4.9 (20 Jan 2011) + + 20 Jan 2011; MATSUU Takuto +awesome-3.4.9.ebuild: + Version bumped. Removed bash-completion USE flag, bug #350766. Removed old + versions. + + 05 Nov 2010; Rafael G. Martins + awesome-3.4.4.ebuild, awesome-3.4.5.ebuild, awesome-3.4.6.ebuild, + awesome-3.4.7.ebuild, awesome-3.4.8.ebuild: + Fixed luadoc dependency. + + 13 Oct 2010; Alex Alexander awesome-3.4.8.ebuild: + bug #336492: qa: moved mycmakeargs to src_configure, removed cmake dep + (handled by eclass) + + 04 Oct 2010; Robin H. Johnson awesome-3.4.8.ebuild: + Bug #321433: update RDEPEND for all bg setters. Bug #314425: allow + graphicsmagick as well as imagemagick. + +*awesome-3.4.8 (04 Oct 2010) + + 04 Oct 2010; Robin H. Johnson +awesome-3.4.8.ebuild: + Version bump, fixes bug #336493 of window placement. + + 21 Sep 2010; Tomáš Chvátal awesome-3.4.4.ebuild, + awesome-3.4.5.ebuild, awesome-3.4.6.ebuild, awesome-3.4.7.ebuild: + Update the dep on libX11 this time using proper version. + + 09 Sep 2010; Tomáš Chvátal awesome-3.4.4.ebuild, + awesome-3.4.5.ebuild, awesome-3.4.6.ebuild, awesome-3.4.7.ebuild: + Update deps on libX11[xcb]. + +*awesome-3.4.7 (06 Sep 2010) + + 06 Sep 2010; MATSUU Takuto +awesome-3.4.7.ebuild: + Version bumped, bug #335653. + +*awesome-3.4.6 (20 Jul 2010) + + 20 Jul 2010; MATSUU Takuto -awesome-3.3.4.ebuild, + -awesome-3.4.3.ebuild, +awesome-3.4.6.ebuild: + Version bumped, bug #328931. Removed old versions. + + 23 May 2010; Pacho Ramos awesome-3.4.4.ebuild: + stable amd64, bug 313617 + + 12 May 2010; Brent Baude awesome-3.4.4.ebuild: + stable ppc64, bug 313617 + +*awesome-3.4.5 (12 May 2010) + + 12 May 2010; MATSUU Takuto +awesome-3.4.5.ebuild: + Version bumped. + + 26 Apr 2010; Christian Faulhammer awesome-3.4.4.ebuild: + stable x86, bug 313617 + + 16 Apr 2010; Brent Baude awesome-3.4.4.ebuild: + stable ppc, bug 313617 + +*awesome-3.4.4 (04 Mar 2010) + + 04 Mar 2010; MATSUU Takuto +awesome-3.4.4.ebuild: + Version bumped. + + 02 Mar 2010; Pawel Hajdan jr awesome-3.4.3.ebuild: + x86 stable wrt bug #304285 + + 21 Feb 2010; Markos Chandras awesome-3.4.3.ebuild: + Stable on amd64 wrt bug #304285 + + 15 Feb 2010; Joseph Jezak awesome-3.4.3.ebuild: + Marked ppc/ppc64 stable for bug #304285. + + 10 Feb 2010; MATSUU Takuto files/awesome-session: + Added session handling, bug #303661. + + 23 Jan 2010; MATSUU Takuto -awesome-2.3.4.ebuild, + -awesome-3.2.1-r3.ebuild, -awesome-3.4.1.ebuild, -awesome-3.4.2.ebuild: + Removed old versions. + +*awesome-3.4.3 (04 Jan 2010) + + 04 Jan 2010; MATSUU Takuto +awesome-3.4.3.ebuild: + Version bumped. + + 31 Dec 2009; Brent Baude awesome-3.3.4.ebuild: + Marking awesome-3.3.4 ppc64 for bug 287208 + +*awesome-3.4.2 (27 Nov 2009) + + 27 Nov 2009; MATSUU Takuto -awesome-3.4.ebuild, + +awesome-3.4.2.ebuild, +files/awesome-3.4.2-backtrace.patch: + Version bumped, bug #294782. Added backtrace patch for FreeBSD, bug + #293609. + +*awesome-3.4.1 (09 Nov 2009) + + 09 Nov 2009; MATSUU Takuto awesome-3.2.1-r3.ebuild, + awesome-3.3.4.ebuild, awesome-3.4.ebuild, +awesome-3.4.1.ebuild: + Version bumped. Fixed doc USE flag issue, bug #292367. + + 24 Oct 2009; nixnut awesome-3.3.4.ebuild: + ppc stable #287208 + +*awesome-3.4 (21 Oct 2009) + + 21 Oct 2009; MATSUU Takuto -awesome-3.4_rc2.ebuild, + -awesome-3.4_rc3.ebuild, +awesome-3.4.ebuild: + Version bumped. Fixed dependency. Added ~ppc. Removed old versions. + +*awesome-3.4_rc3 (10 Nov 2009) + + 10 Nov 2009; MATSUU Takuto -awesome-3.4_rc1.ebuild, + +awesome-3.4_rc3.ebuild: + Version bumped. Removed old version. + + 05 Oct 2009; Christian Faulhammer awesome-3.3.4.ebuild: + stable x86, bug 287208 + + 01 Oct 2009; Samuli Suominen awesome-3.3.4.ebuild: + amd64 stable wrt #287208 + +*awesome-3.4_rc2 (29 Sep 2009) + + 29 Sep 2009; MATSUU Takuto +awesome-3.4_rc2.ebuild: + Version bumped. Fixed dependency, bug #286194. + +*awesome-3.4_rc1 (14 Sep 2009) + + 14 Sep 2009; MATSUU Takuto -awesome-3.3.2.ebuild, + -awesome-3.3.3.ebuild, +awesome-3.4_rc1.ebuild: + Version bumped. Removed old versions. + +*awesome-3.3.4 (07 Sep 2009) + + 07 Sep 2009; MATSUU Takuto awesome-3.2.1-r3.ebuild, + awesome-3.3.2.ebuild, awesome-3.3.3.ebuild, +awesome-3.3.4.ebuild: + Version bumped. + +*awesome-3.3.3 (26 Aug 2009) + + 26 Aug 2009; MATSUU Takuto -awesome-3.3.1.ebuild, + +awesome-3.3.3.ebuild: + Version bumped. Fixed Dependency. + +*awesome-3.3.2 (03 Aug 2009) + + 03 Aug 2009; MATSUU Takuto -awesome-3.3.ebuild, + +awesome-3.3.2.ebuild: + Version bumped, bug #279990. Removed old version. + + 08 Jul 2009; Markus Meier awesome-3.2.1-r3.ebuild: + amd64 stable, bug #250329 + + 08 Jul 2009; Brent Baude awesome-3.2.1-r3.ebuild: + Marking awesome-3.2.1-r3 ppc64 for bug 250329 + + 07 Jul 2009; Christian Faulhammer + awesome-3.2.1-r3.ebuild: + stable x86, bug 250329 + +*awesome-3.3.1 (19 Jun 2009) + + 19 Jun 2009; MATSUU Takuto +awesome-3.3.1.ebuild: + Version bumped. + +*awesome-3.3 (04 Jun 2009) + + 04 Jun 2009; MATSUU Takuto -awesome-3.3_rc3.ebuild, + -awesome-3.3_rc4.ebuild, +awesome-3.3.ebuild: + Version bumped. Removed old versions. + +*awesome-3.3_rc4 (26 May 2009) + + 26 May 2009; MATSUU Takuto +awesome-3.3_rc4.ebuild: + Version bumped. + + 25 May 2009; MATSUU Takuto -awesome-3.2.1-r2.ebuild, + awesome-3.3_rc3.ebuild: + Fixed dependency, bug #271098. Removed old version. + +*awesome-3.3_rc3 (24 May 2009) + + 24 May 2009; MATSUU Takuto +awesome-3.3_rc3.ebuild: + Version bumped. Fixed dependency. Removed ~ppc due to #265467. + + 13 May 2009; Peter Alfredsen + awesome-3.2.1-r2.ebuild, awesome-3.2.1-r3.ebuild: + Fixup breakage caused by cmake-utils.eclass change of May 8th + +*awesome-3.2.1-r3 (22 Apr 2009) + + 22 Apr 2009; MATSUU Takuto +awesome-3.2.1-r3.ebuild: + Fixed USE=doc issue, bug #266797. + + 21 Apr 2009; MATSUU Takuto + -files/awesome-3.0-gentoo.patch, -files/awesome-3.2-x11.patch, + -awesome-2.3.5.ebuild, -awesome-3.0-r1.ebuild, -awesome-3.1.2.ebuild, + -awesome-3.2.1.ebuild, -awesome-3.2.1-r1.ebuild, awesome-3.2.1-r2: + Fixed DEPEND, bug #266944. Removed old versions. + +*awesome-2.3.6 (19 Apr 2009) + + 19 Apr 2009; MATSUU Takuto +awesome-2.3.6.ebuild: + Version bumped. + +*awesome-3.2.1-r2 (16 Apr 2009) + + 16 Apr 2009; MATSUU Takuto +awesome-3.2.1-r2.ebuild: + Defined PREFIX and SYSCONFDIR. + +*awesome-3.2.1-r1 (12 Apr 2009) + + 12 Apr 2009; MATSUU Takuto +awesome-3.2.1-r1.ebuild: + define SYSCONFDIR, bug #265718. + + 11 Apr 2009; MATSUU Takuto -awesome-3.2-r1.ebuild, + awesome-3.2.1.ebuild: + Fixed dodoc issue, bug #265632. + +*awesome-3.2.1 (05 Apr 2009) + + 05 Apr 2009; MATSUU Takuto -awesome-3.2.ebuild, + +awesome-3.2.1.ebuild: + Version bumped. Fixed dependency. Removed old version. + +*awesome-3.2-r1 (02 Apr 2009) + + 02 Apr 2009; MATSUU Takuto + +files/awesome-3.2-x11.patch, +awesome-3.2-r1.ebuild: + Added x11 to AWESOME_REQUIRED, bug #264224. + +*awesome-3.2 (13 Mar 2009) + + 13 Mar 2009; MATSUU Takuto -awesome-3.2_rc2.ebuild, + -awesome-3.2_rc3.ebuild, -awesome-3.2_rc4.ebuild, +awesome-3.2.ebuild: + Version bumped. + + 08 Mar 2009; Thomas Anderson + awesome-2.3.4.ebuild, awesome-2.3.5.ebuild, awesome-3.0-r1.ebuild: + Transition to EAPI 2 usedeps + +*awesome-3.2_rc4 (27 Feb 2009) + + 27 Feb 2009; MATSUU Takuto +awesome-3.2_rc4.ebuild: + Version bumped. + +*awesome-3.2_rc3 (20 Feb 2009) + + 20 Feb 2009; MATSUU Takuto -awesome-3.1.1.ebuild, + -awesome-3.2_rc1.ebuild, +awesome-3.2_rc3.ebuild: + Version bumped. Removed old versions. + +*awesome-3.2_rc2 (13 Feb 2009) + + 13 Feb 2009; MATSUU Takuto +awesome-3.2_rc2.ebuild: + Version bumped. + +*awesome-3.2_rc1 (07 Feb 2009) + + 07 Feb 2009; MATSUU Takuto +awesome-3.2_rc1.ebuild: + Version bumped. + +*awesome-3.1.2 (05 Feb 2009) + + 05 Feb 2009; MATSUU Takuto +awesome-3.1.2.ebuild: + Version bumped. + + 01 Feb 2009; MATSUU Takuto awesome-2.3.4.ebuild, + awesome-2.3.5.ebuild, -awesome-3.1-r1.ebuild: + Fixed cairo dependency, bug #256898. Removed old version. + +*awesome-3.1.1 (08 Jan 2009) + + 08 Jan 2009; MATSUU Takuto +awesome-3.1.1.ebuild: + Version bumped. + +*awesome-2.3.5 (03 Jan 2009) + + 03 Jan 2009; MATSUU Takuto +awesome-2.3.5.ebuild: + Version bumped. + + 25 Dec 2008; MATSUU Takuto -awesome-3.1.ebuild, + awesome-3.1-r1.ebuild: + Fixed dependency. Removed old revision. + +*awesome-3.1-r1 (21 Dec 2008) + + 21 Dec 2008; MATSUU Takuto +awesome-3.1-r1.ebuild: + Fixed dodoc issue, bug #251274. + +*awesome-3.1 (13 Dec 2008) + + 13 Dec 2008; MATSUU Takuto -awesome-3.1_rc3.ebuild, + -awesome-3.1_rc4.ebuild, -awesome-3.1_rc5.ebuild, +awesome-3.1.ebuild: + Version bumped. Removed old versions. + +*awesome-3.1_rc5 (05 Dec 2008) + + 05 Dec 2008; MATSUU Takuto +awesome-3.1_rc5.ebuild: + Version bumped. + +*awesome-3.1_rc4 (29 Nov 2008) + + 29 Nov 2008; MATSUU Takuto -awesome-3.1_rc2.ebuild, + +awesome-3.1_rc4.ebuild: + Version bumped. Added x11-misc/habak to RDEPEND. + +*awesome-3.1_rc3 (21 Nov 2008) + + 21 Nov 2008; MATSUU Takuto -awesome-3.1_rc1.ebuild, + +awesome-3.1_rc3.ebuild: + Version bumped. Removed old version. + +*awesome-3.1_rc2 (15 Nov 2008) + + 15 Nov 2008; MATSUU Takuto +awesome-3.1_rc2.ebuild: + Version bumped. Changed EAPI from 2 to 1. + +*awesome-3.1_rc1 (07 Nov 2008) + + 07 Nov 2008; MATSUU Takuto -awesome-2.3.2.ebuild, + -awesome-3.0.ebuild, +awesome-3.1_rc1.ebuild: + Version bumped. Removed old versions. + + 16 Oct 2008; Markus Meier awesome-2.3.4.ebuild: + amd64/x86 stable, bug #241858 + + 14 Oct 2008; Brent Baude awesome-2.3.4.ebuild: + stable ppc64, bug 241858 + + 14 Oct 2008; Brent Baude awesome-2.3.4.ebuild: + stable ppc, bug 241858 + +*awesome-3.0-r1 (13 Oct 2008) + + 13 Oct 2008; MATSUU Takuto + +files/awesome-3.0-gentoo.patch, +awesome-3.0-r1.ebuild: + Fixed dependency. + + 23 Sep 2008; Markus Rothe awesome-3.0.ebuild: + Added ~ppc + +*awesome-3.0 (18 Sep 2008) + + 18 Sep 2008; MATSUU Takuto -awesome-2.3.3.ebuild, + -awesome-3.0_rc5.ebuild, -awesome-3.0_rc6.ebuild, +awesome-3.0.ebuild: + Version bumped. Removed old versions. + +*awesome-3.0_rc6 (05 Sep 2008) + + 05 Sep 2008; MATSUU Takuto -awesome-3.0_rc4.ebuild, + +awesome-3.0_rc6.ebuild: + Version bumped. + +*awesome-3.0_rc5 (29 Aug 2008) + + 29 Aug 2008; MATSUU Takuto +awesome-3.0_rc5.ebuild: + Version bumped. + + 25 Aug 2008; MATSUU Takuto awesome-3.0_rc4.ebuild: + Fixed dependency, bug #235592. + +*awesome-2.3.4 (24 Aug 2008) + + 24 Aug 2008; MATSUU Takuto +awesome-2.3.4.ebuild, + -awesome-3.0_rc2.ebuild, -awesome-3.0_rc3.ebuild: + Version bumped. + + 24 Aug 2008; Markus Rothe awesome-3.0_rc4.ebuild: + Added ~ppc64; bug #234421 + +*awesome-3.0_rc4 (22 Aug 2008) + + 22 Aug 2008; MATSUU Takuto +awesome-3.0_rc4.ebuild: + Version bumped. Removed xsession. Set imlib USE flag by default. + +*awesome-3.0_rc3 (15 Aug 2008) + + 15 Aug 2008; MATSUU Takuto +awesome-3.0_rc3.ebuild: + Version bumped and package.masked. + + 14 Aug 2008; Alexis Ballier awesome-3.0_rc2.ebuild: + keyword ~x86-fbsd + +*awesome-3.0_rc2 (11 Aug 2008) + + 11 Aug 2008; MATSUU Takuto +awesome-3.0_rc2.ebuild: + Version bumped. + + 05 Aug 2008; Torsten Veller awesome-2.3.2.ebuild: + Stable on x86 (#233293) + + 02 Aug 2008; Markus Rothe awesome-2.3.2.ebuild: + Stable on ppc64; bug #233293 + + 01 Aug 2008; nixnut awesome-2.3.2.ebuild: + Stable on ppc wrt bug 233293 + + 01 Aug 2008; Thomas Anderson + awesome-2.3.2.ebuild: + stable amd64, bug 233293 + +*awesome-2.3.3 (29 Jul 2008) + + 29 Jul 2008; MATSUU Takuto -awesome-2.3.ebuild, + -awesome-2.3.1.ebuild, awesome-2.3.2.ebuild, +awesome-2.3.3.ebuild: + Version bumped. Removed old versions. Changed DESCRIPTION. + + 18 Jul 2008; Alexis Ballier awesome-2.3.2.ebuild: + keyword ~x86-fbsd thanks to Davide Italiano , bug + #231882 + +*awesome-2.3.2 (24 Jun 2008) + + 24 Jun 2008; MATSUU Takuto +awesome-2.3.2.ebuild: + Version bumped. + +*awesome-2.3.1 (03 Jun 2008) + + 03 Jun 2008; MATSUU Takuto -awesome-2.0.ebuild, + -awesome-2.1.ebuild, -awesome-2.2.ebuild, +awesome-2.3.1.ebuild: + Version bumped. Removed old versions. + +*awesome-2.3 (06 May 2008) + + 06 May 2008; MATSUU Takuto -awesome-2.3_rc1.ebuild, + -awesome-2.3_rc2.ebuild, -awesome-2.3_rc3.ebuild, +awesome-2.3.ebuild: + Version bumped. Removed old versions. + +*awesome-2.3_rc3 (22 Apr 2008) + + 22 Apr 2008; MATSUU Takuto +awesome-2.3_rc3.ebuild: + Version bumped. + +*awesome-2.3_rc2 (20 Apr 2008) + + 20 Apr 2008; MATSUU Takuto +awesome-2.3_rc2.ebuild: + Version bumped. + +*awesome-2.3_rc1 (15 Apr 2008) + + 15 Apr 2008; MATSUU Takuto +awesome-2.3_rc1.ebuild: + Version bumped, bug #217681. + +*awesome-2.2 (24 Mar 2008) + + 24 Mar 2008; MATSUU Takuto -awesome-2.2_rc2.ebuild, + -awesome-2.2_rc3.ebuild, -awesome-2.2_rc4.ebuild, +awesome-2.2.ebuild: + Version bumped. + +*awesome-2.2_rc4 (13 Mar 2008) + + 13 Mar 2008; MATSUU Takuto +awesome-2.2_rc4.ebuild: + Version bumped. + +*awesome-2.2_rc3 (05 Mar 2008) + + 05 Mar 2008; MATSUU Takuto +awesome-2.2_rc3.ebuild: + Version bumped. + +*awesome-2.2_rc2 (25 Feb 2008) + + 25 Feb 2008; MATSUU Takuto -awesome-1.3.ebuild, + -awesome-2.2_rc1.ebuild, +awesome-2.2_rc2.ebuild: + Version bumped. + Removed old versions. + +*awesome-2.2_rc1 (14 Feb 2008) + + 14 Feb 2008; MATSUU Takuto +awesome-2.2_rc1.ebuild: + Version bumped. + + 23 Jan 2008; MATSUU Takuto awesome-2.1.ebuild: + Added ~ppc and ~ppc64. + +*awesome-2.1 (21 Jan 2008) + + 21 Jan 2008; MATSUU Takuto files/awesome-session, + +awesome-2.1.ebuild: + Version bumped. + + 22 Dec 2007; nixnut awesome-2.0.ebuild: + Added ~ppc wrt bug 202051 + +*awesome-2.0 (11 Dec 2007) + + 11 Dec 2007; MATSUU Takuto -awesome-1.2.ebuild, + -awesome-2.0_rc1.ebuild, +awesome-2.0.ebuild: + Version bumped. + Removed old versions. + + 19 Nov 2007; Markus Rothe awesome-2.0_rc1.ebuild: + Added ~ppc64 + +*awesome-2.0_rc1 (17 Nov 2007) + + 17 Nov 2007; +awesome-2.0_rc1.ebuild: + Version bumped. + +*awesome-1.3 (05 Oct 2007) + + 05 Oct 2007; +awesome-1.3.ebuild: + Version bumped. + + 30 Sep 2007; MATSUU Takuto awesome-1.2.ebuild: + Replaced from '/$(tc-getCC)/' to ':$(tc-getCC):'. + + 29 Sep 2007; MATSUU Takuto awesome-1.2.ebuild: + Added ~amd64. + +*awesome-1.2 (27 Sep 2007) + + 27 Sep 2007; MATSUU Takuto +files/awesome.desktop, + +files/awesome-session, +metadata.xml, +awesome-1.2.ebuild: + Initial import. diff --git a/x11-wm/blackbox/ChangeLog b/x11-wm/blackbox/ChangeLog new file mode 100644 index 00000000..f1ed541b --- /dev/null +++ b/x11-wm/blackbox/ChangeLog @@ -0,0 +1,291 @@ +# ChangeLog for x11-wm/blackbox +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.73 2015/03/20 09:00:01 jlec Exp $ + + 20 Mar 2015; Justin Lecher files/blackbox.desktop: + Fix desktop file + +*blackbox-0.70.1-r1 (01 Mar 2014) + + 01 Mar 2014; Sergei Trofimovich + +blackbox-0.70.1-r1.ebuild, +files/blackbox-0.70.1-no-LDFLAGS-pc.patch: + Fixed LDFLAGS leak to pkgconfig file. + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 15 May 2013; Patrick Lauer blackbox-0.70.1.ebuild: + Automake 1.13 fix + + 04 May 2012; Jeff Horelick blackbox-0.70.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 16 Apr 2011; Ulrich Mueller blackbox-0.70.1.ebuild: + Don't PROVIDE virtual/blackbox, bug 358825. + + 12 Dec 2010; Kacper Kowalik blackbox-0.70.1.ebuild: + Fix building with >=x11-libs/libX11-1.4.0 wrt #348556 by Patrick Lauer + + + 02 Jun 2010; Kacper Kowalik + blackbox-0.70.1.ebuild, +files/blackbox-0.70.1-asneeded.patch: + Enabling shared libs, fixing as-needed issues wrt bug 248549. Thanks Diego + for the report. + + 22 Feb 2010; Raúl Porcel blackbox-0.70.1.ebuild: + arm stable + + 24 Jan 2010; Raúl Porcel blackbox-0.70.1.ebuild: + Add ~arm + + 05 May 2009; Christian Faulhammer metadata.xml, + blackbox-0.70.1.ebuild: + fix a typo and don't install LICENSE file + + 05 May 2009; Christian Faulhammer + -blackbox-0.70.0.ebuild: + clean up + + 22 Sep 2008; David Shakaryan metadata.xml: + Change herd from commonbox to desktop-wm. + + 24 Apr 2008; David Shakaryan + +files/blackbox-0.70.1-gcc-4.3.patch, blackbox-0.70.1.ebuild: + Compile with GCC 4.3; patch from Fedora. (bug #217978) + + 22 Jul 2007; David Shakaryan blackbox-0.70.0.ebuild: + Remove virtual/x11 from dependencies. + + 14 Jun 2007; Tobias Scherbaum + blackbox-0.70.1.ebuild: + ppc stable, bug #181843 + + 14 Jun 2007; Jeroen Roovers blackbox-0.70.1.ebuild: + Stable for HPPA (bug #181843). + + 14 Jun 2007; Christoph Mende blackbox-0.70.1.ebuild: + Stable on amd64 wrt bug 181843 + + 13 Jun 2007; Raúl Porcel blackbox-0.70.1.ebuild: + alpha/ia64/x86 stable wrt #181843 + + 13 Jun 2007; Markus Rothe blackbox-0.70.1.ebuild: + Stable on ppc64; bug #181843 + + 13 Jun 2007; Gustavo Zacarias + blackbox-0.70.1.ebuild: + Stable on sparc wrt #181843 + +*blackbox-0.70.1 (02 May 2007) + + 02 May 2007; David Shakaryan +blackbox-0.70.1.ebuild: + New version along with ebuild cleanup. (bug #114804) + + 07 Dec 2006; Diego Pettenò blackbox-0.70.0.ebuild: + Add ~x86-fbsd keyword as per bug #156873. Thanks to Mark Kowarsky + (mark_alec) for reporting. + + 29 Oct 2006; David Shakaryan + -files/blackbox-0.65.0-gcc34.patch, + -files/blackbox-0.65.0-mousewheel_focus-workspace.patch, + -files/blackbox-gcc.patch, -files/disable_rootcommand.patch, + -blackbox-0.65.0-r3.ebuild, -blackbox-0.65.0-r4.ebuild: + Remove older versions. + + 10 Apr 2006; blackbox-0.70.0.ebuild: + LICENCE change. See bug #123375. + + 30 Jan 2006; Robin H. Johnson blackbox-0.70.0.ebuild: + Fix modular-X deps. + + 06 Jun 2005; Markus Rothe blackbox-0.70.0.ebuild: + Stable on ppc64 + + 08 May 2005; Herbie Hopkins blackbox-0.70.0.ebuild: + Stable on amd64. + + 01 May 2005; Michael Hanselmann + blackbox-0.70.0.ebuild: + Stable on ppc. + + 01 May 2005; Guy Martin blackbox-0.70.0.ebuild: + Stable on hppa. + + 30 Apr 2005; Bryan Østergaard blackbox-0.70.0.ebuild: + Stable on ia64. + + 30 Apr 2005; Bryan Østergaard blackbox-0.70.0.ebuild: + Stable on alpha. + + 26 Apr 2005; Gustavo Zacarias + blackbox-0.70.0.ebuild: + Stable on sparc + + 23 Apr 2005; Aaron Walker blackbox-0.70.0.ebuild: + Marked stable on x86. + +*blackbox-0.70.0 (10 Mar 2005) + + 10 Mar 2005; Aaron Walker -files/blackbox, + +files/blackbox.desktop, +blackbox-0.70.0.ebuild: + Version bump for bug 84399. New ebuild rewritten and no longer uses + commonbox.eclass. + + 06 Feb 2005; Markus Rothe blackbox-0.65.0-r4.ebuild: + Stable on ppc64 + +*blackbox-0.65.0-r4 (31 Dec 2004) + + 31 Dec 2004; Markus Rothe + +files/blackbox-0.65.0-gcc34.patch, +blackbox-0.65.0-r4.ebuild: + Added gcc34 patch from bug #64747 and marked new revision as ~ppc64 + + 06 May 2004; Brandon Hale blackbox-0.65.0-r3.ebuild: + Remove explicit S= and remove NLS from IUSE. + + 27 Apr 2004; Aron Griffis blackbox-0.65.0-r3.ebuild: + Add inherit eutils + + 17 Feb 2004; Aron Griffis blackbox-0.65.0-r3.ebuild: + stable on alpha and ia64 + + 17 Feb 2004; Gustavo Zacarias + blackbox-0.65.0-r3.ebuild: + stable on hppa + + 26 Dec 2003; Jason Wever blackbox-0.65.0-r3.ebuild: + Marked stable on sparc. + + 19 Dec 2003; Brandon Hale blackbox-0.65.0-r3.ebuild: + Fixing lisense (as-is). + + 14 Dec 2003; Lars Weiler blackbox-0.65.0-r3.ebuild: + Masked stable on ppc + +*blackbox-0.65.0-r3 (07 Dec 2003) + + 07 Dec 2003; Brandon Hale blackbox-0.62.1-r3.ebuild, + blackbox-0.65.0-r2.ebuild, blackbox-0.65.0-r3.ebuild, + files/disable_rootcommand.patch: + Disabling RootCommand in styles, a glaring security hole, and imo less than + useful. + + 11 Nov 2003; Brandon Hale blackbox-0.65.0-r2.ebuild: + Disabling NLS until it becomes slightly less than horribly broken upstream. + + 11 Oct 2003; Joel Hill blackbox-0.65.0-r2.ebuild: + typo, closes #30890 + +*blackbox-0.65.0-r2 (09 Oct 2003) + + 09 Oct 2003; Brandon Hale blackbox-0.65.0-r1.ebuild, + blackbox-0.65.0-r2.ebuild, blackbox-0.65.0.ebuild, files/blackbox-gcc.patch: + Cleanup and fix for gcc 3.3, closes #29633 + + 26 Sep 2003; Martin Holzer blackbox-0.65.0-r1.ebuild: + added more docs. Closes #29560. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*blackbox-0.65.0-r1 (26 Oct 2002) + + 5 Nov 2002; Matt Keadle blackbox-0.65.0-r1 + Added some ewarn statements allerting users to the mousewheel patch. + + 26 Oct 2002; Matt Keadle blackbox-0.65.0-r1 + files/digest-blackbox-0.65.0-r1 + + Added mouse wheel patch. You can either change window focus or change + workspaces with this one and you can use the configuration menu to set + it or reverse the scroll direction. Window shading included. + + Patch created by Michael Langley (ownx). + +*blackbox-0.65.0 (19 Sep 2002) + + 19 Sep 2002; Spider blackbox-0.65.0.ebuild : bump version + this is it, the final one + +*blackbox-0.65.0_beta7 (05 Sep 2002) + 05 Sep 2002; Spider blackbox-0.65.0_beta7.ebuild : + version bump, sorry for the delay + +*blackbox-0.65.0_beta5 (09 aug 2002) + 09 Aug 2002 ; Spider blackbox-0.65.0_beta5.ebuild : + version bump + +*blackbox-0.65.0_beta3-r1 (18 Jul 2002) + 18 Jul 2002; Spider blackbox-0.65.0_beta3-r1.ebuild : + and the eclass version + + +*blackbox-0.65.0_beta3 (18 Jul 2002) + 18 Jul 2002; Spider blackbox-0.65.0_beta3.ebuild : + new version + repomaned + +*blackbox-0.62.1-r3 (14 Jul 2002) + + 24 Jul 2002; Mark Guertin : + Added ppc to keywords + + 14 Jul 2002; Seemant Kulleen + blackbox-0.62.1-r3.ebuild files/digest-blackbox-0.62.1-r3 : + + eclassed. + +*blackbox-0.65.0_alpha8 (17 Jun 2002) + 17 Jun 2002; Spider blackbox-0.65.0_alpha8.ebuild: + new version. forgot to add this about a week ago ;) + +*blackbox-0.65.0_alpha7 (02 Jun 2002) + 02 May 2002; Spider blackbox-0.65.0_alpha7.ebuild: + bump said the alpha and version updated + + +*blackbox-0.65.0_alpha6 (22 May 2002) + 22 May 2002; Spider blackbox-0.65.0_alpha6.ebuild: + latest, greatest, better than ever, and compiles on gcc 3.x + + +*blackbox-0.65.0_alpha4 (19 May 2002) + 19 May 2002; Spider blackbox-0.65.0_alpha4.ebuild: + just a version bump + +*blackbox-0.65.0_alpha2-r1 (27 Apr 2002) + 27 Apr 2002; Spider blackbox-0.65.0_alpha2-r1.ebuild: + fix $P Mangling to use MY_P and be nice to portage + +*blackbox-0.65.0_alpha2 (26 Apr 2002) + 26 Apr 2002; Spider blackbox-0.65.0_alpha2.ebuild: + New alpha, removed unnecessary info/comments + lintool check and remove bad space/blankspace + new homepage, mangling P due to package names + +*blackbox-0.62.1-r2 (15 Mar 2002) + + 15 Mar 2002; Seemant Kulleen ChangeLog : + Made this package provide virtual/blackbox to allow for blackbox applications + to run with fluxbox (which is compatible with blackbox). + +*blackbox-0.62.1-r1 (14 Feb 2002) + + 14 Feb 2002; Dan Armak ChangeLog : + Added /etc/X11/Sessions/blackbox, which adds blackbox to the auto-updated session + list in kdm and gdm. + +*blackbox-0.62.1 (2 Feb 2002) + + 2 Feb 2002; Leo Lipelis ChangeLog : + + Blackbox ebuild update. + +*blackbox-0.61.1-r1 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-wm/bspwm/ChangeLog b/x11-wm/bspwm/ChangeLog new file mode 100644 index 00000000..3e7cc174 --- /dev/null +++ b/x11-wm/bspwm/ChangeLog @@ -0,0 +1,24 @@ +# ChangeLog for x11-wm/bspwm +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/bspwm/ChangeLog,v 1.4 2014/06/25 05:44:04 radhermit Exp $ + + 25 Jun 2014; Tim Harder -bspwm-0.8.8.ebuild: + Remove old. + +*bspwm-0.8.9 (25 Jun 2014) + + 25 Jun 2014; Tim Harder +bspwm-0.8.9.ebuild: + Version bump. + +*bspwm-0.8.8-r1 (25 Jun 2014) + + 25 Jun 2014; Tim Harder +bspwm-0.8.8-r1.ebuild, + +files/bspwm-0.8.8-desktop.patch: + Fix desktop file (bug #510818 by Kris Scott). + +*bspwm-0.8.8 (24 Jan 2014) + + 24 Jan 2014; Tim Harder +bspwm-0.8.8.ebuild, + +files/bspwm-0.8.8-flags.patch, +files/bspwm-session, +metadata.xml: + Initial import, ebuild by me. + diff --git a/x11-wm/compiz-fusion/ChangeLog b/x11-wm/compiz-fusion/ChangeLog new file mode 100644 index 00000000..20e04f75 --- /dev/null +++ b/x11-wm/compiz-fusion/ChangeLog @@ -0,0 +1,99 @@ +# ChangeLog for x11-wm/compiz-fusion +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/ChangeLog,v 1.19 2012/09/25 14:28:29 pinkbyte Exp $ + + 25 Sep 2012; Sergey Popov + -compiz-fusion-0.8.4-r1.ebuild, -compiz-fusion-0.8.6.ebuild: + Drop old + + 30 Aug 2012; Sergey Popov metadata.xml: + Remove myself and proxy maintainer from maintainers + + 30 Aug 2012; Sergey Popov compiz-fusion-0.8.8.ebuild: + Fix dependencies versions + +*compiz-fusion-0.8.8 (07 May 2012) + + 07 May 2012; Naohiro Aota +compiz-fusion-0.8.8.ebuild, + metadata.xml: + Version bump. Assign Pinkbyte as maintainer. + + 03 Apr 2010; Jorge Manuel B. S. Vicetto + -compiz-fusion-0.8.4.ebuild: + Dropped old version with a depend on the removed + x11-libs/compizconfig-backend-kconfig. + +*compiz-fusion-0.8.6 (03 Apr 2010) +*compiz-fusion-0.8.4-r1 (03 Apr 2010) + + 03 Apr 2010; Jorge Manuel B. S. Vicetto + +compiz-fusion-0.8.4-r1.ebuild, +compiz-fusion-0.8.6.ebuild: + Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 + release and to avoid future dep issues. + Did a revbump to avoid issues with installed packages. + + 23 Dec 2009; Jorge Manuel B. S. Vicetto + -compiz-fusion-0.6.0.ebuild, compiz-fusion-0.8.4.ebuild: + Removed compiz-fusion-0.6.0 and added ~ppc ~ppc64 keywords to + compiz-fusion-0.8.4. + + 11 Dec 2009; Tomáš Chvátal + -compiz-fusion-0.8.2.ebuild: + Drop no-longer required ebuild. + + 23 Oct 2009; Samuli Suominen + compiz-fusion-0.8.4.ebuild: + KDE4 support. + + 23 Oct 2009; Samuli Suominen + compiz-fusion-0.6.0.ebuild, compiz-fusion-0.8.2.ebuild, + compiz-fusion-0.8.4.ebuild: + Remove KDE3 support wrt #290170. + +*compiz-fusion-0.8.4 (15 Oct 2009) + + 15 Oct 2009; Romain Perier + +compiz-fusion-0.8.4.ebuild: + Version bump. + + 11 Apr 2009; Jorge Manuel B. S. Vicetto + -compiz-fusion-0.7.8.ebuild: + Removing old compiz 0.7.8 ebuilds - affected by bug 263678. + + 03 Apr 2009; Jorge Manuel B. S. Vicetto + metadata.xml: + Bumped compiz to the 0.8.2 release. + + 21 Dec 2008; Jorge Manuel B. S. Vicetto + metadata.xml, compiz-fusion-0.7.8.ebuild: + Make the dependency on emerald optional. + + 01 Nov 2008; Jorge Manuel B. S. Vicetto + ChangeLog: + Fixed metadata.xml by removing hanno now that he is on the desktop-effects + herd and fixing the description. + + 27 Oct 2008; Jorge Manuel B. S. Vicetto + metadata.xml, +compiz-fusion-0.7.8.ebuild: + Removed the bug reporting warning that was copied from the desktop-effects + overlay by mistake. + +*compiz-fusion-0.7.8 (27 Oct 2008) + + 27 Oct 2008; Jorge Manuel B. S. Vicetto + metadata.xml, +compiz-fusion-0.7.8.ebuild: + Added compiz-0.7.8 to the tree + + 01 Nov 2007; Olivier Crête + compiz-fusion-0.6.0.ebuild: + Mark ~amd64, bug #197287 + + 24 Oct 2007; Luca Barbato compiz-fusion-0.6.0.ebuild: + Marked ~ppc + +*compiz-fusion-0.6.0 (23 Oct 2007) + + 23 Oct 2007; Hanno Boeck +metadata.xml, + +compiz-fusion-0.6.0.ebuild: + Initial compiz-fusion commit, ebuild based on xeffects overlay. + diff --git a/x11-wm/compiz/ChangeLog b/x11-wm/compiz/ChangeLog new file mode 100644 index 00000000..442790a7 --- /dev/null +++ b/x11-wm/compiz/ChangeLog @@ -0,0 +1,411 @@ +# ChangeLog for x11-wm/compiz +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.82 2014/12/17 18:37:14 kensington Exp $ + + 17 Dec 2014; Michael Palimaka compiz-0.8.8-r3.ebuild: + Remove bogus dependency. + + 05 Jun 2013; Sergey Popov -compiz-0.8.8-r2.ebuild: + Drop old revision + +*compiz-0.8.8-r3 (09 Apr 2013) + + 09 Apr 2013; Sergey Popov -compiz-0.8.8-r1.ebuild, + +compiz-0.8.8-r3.ebuild: + Revbump to add subslot operator for media-libs/libpng, drop old revision + +*compiz-0.8.8-r2 (10 Feb 2013) + + 10 Feb 2013; Sergey Popov +compiz-0.8.8-r2.ebuild, + +files/compiz-kde-4.10.patch: + Revision bump: EAPI 5, add KDE 4.10 support, patch from stuff overlay + + 10 Feb 2013; Sergey Popov files/compiz.desktop: + Remove deprecated key from desktop file + + 11 Oct 2012; Sergey Popov compiz-0.8.8-r1.ebuild: + Add missing virtual/glu dependency wrt bug #437922 + + 25 Sep 2012; Sergey Popov -compiz-0.8.6-r3.ebuild, + -files/compiz-0.8.6-gdk-display-deprecated.patch, + -files/compiz-0.8.6-r2-fontcorruption.patch: + Drop old compiz version + + 12 Sep 2012; Sergey Popov files/compiz-gcc-4.7.patch: + Updated version of gcc 4.7 compatibility patch + + 12 Sep 2012; Sergey Popov compiz-0.8.8-r1.ebuild, + +files/compiz-gcc-4.7.patch: + Add patch for compatibility with gcc 4.7 or higher, wrt bug #433870. Thanks + to Christian for discovering this issue and megabaks - for providing solution + to it + +*compiz-0.8.8-r1 (12 Sep 2012) + + 12 Sep 2012; Sergey Popov -compiz-0.8.8.ebuild, + +compiz-0.8.8-r1.ebuild: + Revision bump, add missing run-time dependencies, needed for compiz-manager + script + + 12 Sep 2012; Sergey Popov compiz-0.8.8.ebuild: + Add missing dependency on dev-libs/dbus-glib when building compiz with dbus + USE-flag + + 11 Sep 2012; Sergey Popov + -files/compiz-0.6.2-CVE-2007-3920.patch, -files/compiz-0.7.8-framesvg.patch, + -files/compiz-0.8.2-gtk-gnome-missing-gconf-flags.patch, + -files/compiz-0.8.4-crash-on-opening-windows.patch, + -files/compiz-0.8.4-gtk+-2.20-build.patch, -files/compiz-0.8.4-kde44.patch, + -files/compiz-0.8.4-libpng14.patch, -files/compiz-0.8.4-place-plugin.patch, + -files/compiz-0.8.4-window-region-calculation.patch: + Remove unneeded files + + 11 Sep 2012; Sergey Popov -files/0.3.6/compiz-start: + Remove old script + + 11 Sep 2012; Sergey Popov compiz-0.8.8.ebuild, + +files/compiz-kde-4.9.patch: + Add compatibility patch for KDE 4.9 + + 31 Aug 2012; Sergey Popov metadata.xml: + Remove myself and proxy maintainer from maintainers + + 31 Jul 2012; Naohiro Aota compiz-0.8.6-r3.ebuild, + compiz-0.8.8.ebuild: + Remove warning about AddARGBGLXVisuals. #427608 + + 23 Jul 2012; Naohiro Aota compiz-0.8.6-r3.ebuild, + compiz-0.8.8.ebuild, metadata.xml: + Add notifcation to use AddARGBGLXVisuals options with nvidia-drivers. #427608; + Update maintainer mail addres. + + 18 Jun 2012; Samuli Suominen compiz-0.8.8.ebuild: + Update to EAPI4 and prune_libtool_files. + + 04 May 2012; Jeff Horelick compiz-0.8.6-r3.ebuild, + compiz-0.8.8.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + +*compiz-0.8.8 (09 Apr 2012) + + 09 Apr 2012; Naohiro Aota +compiz-0.8.8.ebuild, + +files/compiz-kde-4.8.patch, metadata.xml: + Bump to 0.8.8; Assign new maintainer. Bug #363321 + + 11 Nov 2011; Samuli Suominen compiz-0.8.6-r3.ebuild: + Remove support for DBUS wrt #365121 + + 20 Mar 2011; Nirbheek Chauhan -compiz-0.8.4.ebuild, + -compiz-0.8.4-r1.ebuild, -compiz-0.8.4-r2.ebuild, -compiz-0.8.4-r3.ebuild, + -compiz-0.8.6.ebuild, -compiz-0.8.6-r1.ebuild, -compiz-0.8.6-r2.ebuild, + compiz-0.8.6-r3.ebuild: + Fix slot-deps on gtk+ and other libs, remove old + + 06 Dec 2010; Mike Auty + files/compiz-0.8.6-gdk-display-deprecated.patch: + Fix gdk-display-deprecation patch to allow compilation under amd64. + +*compiz-0.8.6-r3 (04 Dec 2010) + + 04 Dec 2010; Mike Auty +compiz-0.8.6-r3.ebuild, + +files/compiz-0.8.6-gdk-display-deprecated.patch: + Add in patch to fix deprecated use of gdk-display (bug 344293). + +*compiz-0.8.6-r2 (11 Nov 2010) + + 11 Nov 2010; Michael Weber +compiz-0.8.6-r2.ebuild, + +files/compiz-0.8.6-r2-fontcorruption.patch: + Add fontcorruption.patch, thanks to Manuel Danisch + for his report (bug #343861). + + 02 Nov 2010; Arun Raghavan + compiz-0.8.6-r1.ebuild: + Clarify gnome-desktop dep as being slot 2 + + 21 Sep 2010; Tomáš Chvátal compiz-0.8.4.ebuild, + compiz-0.8.4-r1.ebuild, compiz-0.8.4-r2.ebuild, compiz-0.8.4-r3.ebuild, + compiz-0.8.6.ebuild, compiz-0.8.6-r1.ebuild: + Update the dep on libX11 this time using proper version. + + 09 Sep 2010; Tomáš Chvátal compiz-0.8.4.ebuild, + compiz-0.8.4-r1.ebuild, compiz-0.8.4-r2.ebuild, compiz-0.8.4-r3.ebuild, + compiz-0.8.6.ebuild, compiz-0.8.6-r1.ebuild: + Update deps on libX11[xcb]. + +*compiz-0.8.6-r1 (04 Sep 2010) + + 04 Sep 2010; Diego E. Pettenò + +compiz-0.8.6-r1.ebuild, metadata.xml: + Helping out a bit: disable static libraries (they are not linked against, + are most plugins) and .la files (same reasoning); add a gconf USE flag + because even if you want GNOME integration you might not want to pay the + GConf toll (lots of schemas) and rather prefer flat files. Wire the svg + USE flag to librsvg. + +*compiz-0.8.6 (03 Apr 2010) +*compiz-0.8.4-r3 (03 Apr 2010) + + 03 Apr 2010; Jorge Manuel B. S. Vicetto + +compiz-0.8.4-r3.ebuild, +files/compiz-0.8.4-gtk+-2.20-build.patch, + +compiz-0.8.6.ebuild: + Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 + release and to avoid future dep issues. + Did a revbump to avoid issues with installed packages. + Added a patch to enable emerald to build with gtk+-2.20. Fixes bug 311743 + - thanks to Guillaume ZITTA . + + 20 Feb 2010; Hanno Boeck compiz-0.8.4-r2.ebuild, + +files/compiz-0.8.4-kde44.patch, +files/compiz-0.8.4-libpng14.patch: + Compilation fixes for KDE 4.4 and libpng 1.4. + +*compiz-0.8.4-r2 (02 Feb 2010) + + 02 Feb 2010; Romain Perier +compiz-0.8.4-r2.ebuild, + +files/compiz-0.8.4-window-region-calculation.patch: + Fix window region calculation for windows that have border width set, + patch imported from upstream, per bug #302308. + +*compiz-0.8.4-r1 (31 Jan 2010) + + 31 Jan 2010; Romain Perier +compiz-0.8.4-r1.ebuild, + +files/compiz-0.8.4-crash-on-opening-windows.patch, + +files/compiz-0.8.4-place-plugin.patch: + Fix crash on opening windows, and placement mode. Replace URI per a bziped + tarball, per bug #302308. Many thanks to Denilson. + + 20 Dec 2009; Romain Perier -compiz-0.8.2.ebuild: + Clean up old version + + 12 Dec 2009; Tomáš Chvátal +compiz-0.8.2.ebuild: + Revert wrongly removed ebuild + + 11 Dec 2009; Tomáš Chvátal + -compiz-0.8.2-r3.ebuild: + Drop no-longer required ebuild. + + 25 Oct 2009; Samuli Suominen + compiz-0.8.2-r3.ebuild, compiz-0.8.4.ebuild, metadata.xml: + Remove KDE3 support. + +*compiz-0.8.4 (15 Oct 2009) + + 15 Oct 2009; Romain Perier + +compiz-0.8.4.ebuild, files/compiz-manager: + Version bump. Many bugfixes, 2 new plugins, Ported KDE4 window decorator + to KDE 4.3. Fix bug #286431 thanks to Evert. + +*compiz-0.8.2-r3 (29 Aug 2009) + + 29 Aug 2009; Romain Perier + -compiz-0.6.2-r1.ebuild, -compiz-0.8.2.ebuild, -compiz-0.8.2-r1.ebuild, + -compiz-0.8.2-r2.ebuild, +compiz-0.8.2-r3.ebuild, + +files/compiz-0.8.2-gtk-gnome-missing-gconf-flags.patch, files/compiz-manager, + metadata.xml: + Fix libGL.so.1.2 path in compiz-manager (bug #274762), update KDE4 + dependencies (bug #277016), fix missing gconf flags in gnome plugin (bug + #282807), fix QA warnings, Drop old revisions. + +*compiz-0.8.2-r2 (12 Jun 2009) + + 12 Jun 2009; Jorge Manuel B. S. Vicetto + +compiz-0.8.2-r2.ebuild: + Dropped the "bogus" glitz dep. Fixes bug 272968 - thanks to Christophe + Saout . + + 26 Apr 2009; Jorge Manuel B. S. Vicetto + compiz-0.8.2-r1: + Added missing call to gnome2_gconf_savelist. Thanks to Pacho Ramos + - fixes bug 258238. + +*compiz-0.8.2-r1 (26 Apr 2009) + + 26 Apr 2009; Jorge Manuel B. S. Vicetto + +files/compiz.desktop, +compiz-0.8.2-r1.ebuild: + Added fix for tests. Thanks to Pacho Ramos + for initial report and Brent Baude + for recalling me about it again - fixes bug 265226. + Install compiz.desktop file. Thanks to Philip Allison for + the file and Nirbheek Chauhan for the check from the + gnome team - fixes bug 254166. + + 25 Apr 2009; Brent Baude compiz-0.8.2.ebuild: + Marking compiz-0.8.2 ~ppc for bug 246804 + + 25 Apr 2009; Brent Baude compiz-0.8.2.ebuild: + Marking compiz-0.8.2 ~ppc64 for bug 246804 + +*compiz-0.8.2 (03 Apr 2009) + + 03 Apr 2009; Jorge Manuel B. S. Vicetto + +compiz-0.8.2.ebuild: + Bumped compiz to the 0.8.2 release. + + 19 Feb 2009; Alexey Shvetsov -compiz-0.7.8.ebuild: + Drop compiz-0.7.8 since it doesnt support kde 4.2 + +*compiz-0.7.8-r2 (31 Dec 2008) + + 31 Dec 2008; Jorge Manuel B. S. Vicetto + files/compiz-manager, compiz-0.7.8.ebuild, +compiz-0.7.8-r2.ebuild: + Fixed the hardcoded /lib path in compiz-manager. Fixes bug #253246. + + 03 Dec 2008; Jorge Manuel B. S. Vicetto + compiz-0.7.8-r1.ebuild: + It's ${P} and not ${PN} we need. + +*compiz-0.7.8-r1 (02 Dec 2008) + + 02 Dec 2008; Jorge Manuel B. S. Vicetto + +files/compiz-0.7.8-framesvg.patch, compiz-0.7.8.ebuild, + +compiz-0.7.8-r1.ebuild: + Reviewed compiz-0.7.8 KDE4 deps as it only works with kwin:4.1 at the + moment. Added compiz-0.7.8-r1 with a dep on kwin:4.2 / kwin:live that + applies a patch for compiz to build. + + 27 Nov 2008; Jorge Manuel B. S. Vicetto + ChangeLog: + Removed the executable bit from compiz-start - dobin ensures the file is + installed as executable. + + 15 Nov 2008; Jorge Manuel B. S. Vicetto + compiz-0.7.8.ebuild: + Removed the mirror restriction that was used for the overlay. + + 03 Nov 2008; Jorge Manuel B. S. Vicetto + compiz-0.7.8.ebuild: + Added a warning that it's required to rebuild compiz after updating + metacity to 2.24 or gtk-window-decorator will crash. + + 01 Nov 2008; Jorge Manuel B. S. Vicetto + +files/compiz-manager: + Added the missing compiz-manager file. + + 31 Oct 2008; Jorge Manuel B. S. Vicetto + +files/compiz-no-gconf.patch: + Added missing patch to compiz. + +*compiz-0.7.8 (27 Oct 2008) + + 27 Oct 2008; Jorge Manuel B. S. Vicetto + metadata.xml, +compiz-0.7.8.ebuild: + Added compiz-0.7.8 to the tree + + 29 Aug 2008; Diego Pettenò compiz-0.6.2-r1.ebuild: + Add some missing build-time dependencies (closes bug #204863), disable + fuse plugin, until a new version with an USE flag is provided, avoid + automagic dep (closes bug #212120). + + 25 Jul 2008; Carsten Lohrke compiz-0.6.2-r1.ebuild: + Wrong split/monolithic dependency order, missing slot dependency. + + 05 Jun 2008; Rémi Cardona compiz-0.5.0.ebuild, + compiz-0.5.2.ebuild, compiz-0.6.2.ebuild, compiz-0.6.2-r1.ebuild: + pkgmove to gnome-base/gnome-control-center + + 27 Feb 2008; Doug Klima compiz-0.6.2-r1.ebuild: + fix quoting and add dbus-glib to depend. bug #202436 + + 26 Nov 2007; Markus Rothe compiz-0.6.2-r1.ebuild: + Added ~ppc64 + +*compiz-0.6.2-r1 (06 Nov 2007) + + 06 Nov 2007; Hanno Boeck + +files/compiz-0.6.2-CVE-2007-3920.patch, +compiz-0.6.2-r1.ebuild: + Security fix for CVE-2007-3920. + + 31 Oct 2007; Hanno Boeck compiz-0.6.2.ebuild: + Lower libwnck-dep again. + +*compiz-0.6.2 (18 Oct 2007) + + 18 Oct 2007; Hanno Boeck +compiz-0.6.2.ebuild: + Version bump. + + 19 Aug 2007; Hanno Boeck compiz-0.5.2.ebuild: + Switch kde-dependencies, so kdebase is preferred before kwin. + + 17 Aug 2007; Hanno Boeck compiz-0.5.2.ebuild: + Add libwnck-dep. + +*compiz-0.5.2 (13 Aug 2007) + + 13 Aug 2007; Hanno Boeck +compiz-0.5.2.ebuild: + Version bump. + + 03 May 2007; Hanno Boeck files/compiz-start, + compiz-0.5.0.ebuild: + Fix some minor issues (gconf schema installation, more deps). + +*compiz-0.5.0 (24 Apr 2007) + + 24 Apr 2007; Hanno Boeck +compiz-0.5.0.ebuild: + Version bump. + + 10 Mar 2007; Hanno Boeck files/compiz-start: + Fix typo. + + 28 Jan 2007; Hanno Boeck compiz-0.3.6.ebuild: + Fix dep issues, dbus is always required if kde-decorator is built. + + 20 Jan 2007; Hanno Boeck compiz-0.3.6.ebuild: + Fix a bunch of smaller issues, mostly depend-related, don't install + old/broken compiz-aiglx/xgl/nvidia-scripts any more, please use and test + compiz-start instead. + +*compiz-0.3.6 (06 Jan 2007) + + 06 Jan 2007; Hanno Boeck +files/0.3.6/compiz-start, + +compiz-0.3.6.ebuild: + Version bump, now with kde-decorator. + + 29 Nov 2006; Hanno Boeck +files/compiz-start, + compiz-0.3.4.ebuild: + Add generic compiz start script. + + 26 Nov 2006; Hanno Boeck compiz-0.3.4.ebuild: + Add dependency to libXinerama. + +*compiz-0.3.4 (22 Nov 2006) + + 22 Nov 2006; Hanno Boeck +compiz-0.3.4.ebuild: + Version bump. + +*compiz-0.3.2 (01 Nov 2006) + + 01 Nov 2006; Hanno Boeck +compiz-0.3.2.ebuild: + Version bump. + + 18 Oct 2006; Olivier Crête compiz-0.2.0.ebuild: + Use gnome2 eclass to install schemas properly, bug #150535 + +*compiz-0.2.0 (03 Oct 2006) + + 03 Oct 2006; Hanno Boeck +compiz-0.2.0.ebuild: + Add first release version. + +*compiz-0.0.13_pre20060928 (28 Sep 2006) + + 28 Sep 2006; Hanno Boeck files/compiz-aiglx, + +files/compiz-nvidia, +files/compiz-xgl, + +compiz-0.0.13_pre20060928.ebuild: + Version bump, new scripts for xgl and nvidia, misc fixes. + + 21 Sep 2006; Hanno Boeck + compiz-0.0.13_pre20060921.ebuild: + Re-add gnome-deps, seems it's not possible at the moment to have less + dependencies. + +*compiz-0.0.13_pre20060921 (21 Sep 2006) + + 21 Sep 2006; Hanno Boeck files/compiz-aiglx, + +compiz-0.0.13_pre20060921.ebuild: + Version bump, cleaned up dependencies. + +*compiz-0.0.13_pre20060916 (16 Sep 2006) + + 16 Sep 2006; Hanno Boeck + +files/03-composite-cube-logo.patch, +files/04-fbconfig-depth-fix.patch, + +files/06-glfinish.patch, +files/07-cow.patch, +files/compiz-aiglx, + +compiz-0.0.13_pre20060916.ebuild: + Initial commit of compiz. diff --git a/x11-wm/ctwm/ChangeLog b/x11-wm/ctwm/ChangeLog new file mode 100644 index 00000000..1ef2ee50 --- /dev/null +++ b/x11-wm/ctwm/ChangeLog @@ -0,0 +1,127 @@ +# ChangeLog for x11-wm/ctwm +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ctwm/ChangeLog,v 1.30 2014/08/25 14:39:03 jer Exp $ + +*ctwm-3.8.2 (25 Aug 2014) + + 25 Aug 2014; Jeroen Roovers -ctwm-3.8.1.ebuild, + +ctwm-3.8.2.ebuild: + Version bump, update HOMEPAGE (bug #520820). Fix dependencies (bug #514152). + + 10 Aug 2014; Sergei Trofimovich ctwm-3.7.ebuild, + ctwm-3.8.1.ebuild, ctwm-3.8a-r1.ebuild: + QA: drop trailing '.' from DESCRIPTION + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + +*ctwm-3.8.1 (07 Feb 2012) + + 07 Feb 2012; Jeroen Roovers +ctwm-3.8.1.ebuild: + Version bump. + + 21 Dec 2011; Pawel Hajdan jr ctwm-3.8a-r1.ebuild: + x86 stable wrt bug #393941 + + 16 Dec 2011; Agostino Sarubbo ctwm-3.8a-r1.ebuild: + Stable for AMD64, wrt bug #393941 + + 08 Nov 2010; Kacper Kowalik ctwm-3.7.ebuild, + ctwm-3.8a-r1.ebuild: + media-libs/jpeg -> virtual/jpeg + +*ctwm-3.8a-r1 (22 Oct 2010) + + 22 Oct 2010; Kacper Kowalik -ctwm-3.8a.ebuild, + +ctwm-3.8a-r1.ebuild: + Fix buffer overflows wrt bug 338180. Thanks to Diego for the report. Fix + implicit function declarations, drop uredundant die messages. Drop old. + + 16 Sep 2010; Jeroen Roovers ctwm-3.8a.ebuild: + Remove unused USE flag. + +*ctwm-3.8a (16 Sep 2010) + + 16 Sep 2010; Jeroen Roovers +ctwm-3.8a.ebuild: + Bump. Respect CC, CFLAGS, LDFLAGS. Disable GNOME support for now. + + 19 Jul 2008; Alexis Ballier ctwm-3.7.ebuild: + keyword ~x86-fbsd thanks to Davide Italiano , bug + #232264 + + 13 Jul 2007; David Shakaryan ctwm-3.7.ebuild: + Some fixes and general cleanup. + + 13 Jul 2007; David Shakaryan -ctwm-3.6-r1.ebuild: + Remove older version. + + 22 Feb 2007; David Shakaryan ctwm-3.6-r1.ebuild, + ctwm-3.7.ebuild: + Fix whitespace. + + 11 Nov 2006; nixnut ctwm-3.7.ebuild: + Stable on ppc wrt bug 147667 + + 10 Nov 2006; Christian Faulhammer ctwm-3.7.ebuild: + stable x86, bug #147667 + + 10 Nov 2006; Steve Dibb ctwm-3.7.ebuild: + amd64 stable, bug 147667 + + 11 Feb 2006; Krzysiek Pawlik + -files/ctwm-3.7_alpha5-gentoo.diff, ctwm-3.6-r1.ebuild, + -ctwm-3.7_alpha5.ebuild, ctwm-3.7.ebuild: + Fixed DEPEND for modular X. + + 02 Sep 2005; ctwm-3.7.ebuild: + Marked ~amd64 + +*ctwm-3.7 (31 Jul 2005) + + 31 Jul 2005; Mamoru KOMACHI + -files/ctwm-3.7_alpha4-gentoo.diff, -ctwm-3.7_alpha4-r1.ebuild, + +ctwm-3.7.ebuild: + Version bumped. Thanks to J. O. Aho ; bug #99980. + +*ctwm-3.7_alpha5 (14 Nov 2004) + + 14 Nov 2004; Mamoru KOMACHI -files/ctwm-3.6-gentoo.diff, + +files/ctwm-3.7_alpha5-gentoo.diff, +ctwm-3.7_alpha5.ebuild: + Version bumped. + + 27 Apr 2004; Aron Griffis ctwm-3.6-r1.ebuild, + ctwm-3.7_alpha4-r1.ebuild: + Add inherit eutils + + 07 Feb 2004; Mamoru KOMACHI + files/ctwm-3.6-r1-gentoo.diff, files/ctwm-3.7_alpha4-gentoo.diff: + Fixed compile error when >=sys-devel/bison-1.875, closing bug #40599 + + 07 Feb 2004; Mamoru KOMACHI + files/ctwm-3.6-r1-gentoo.diff, files/ctwm-3.7_alpha4-gentoo.diff: + Fixed compile error when >=sys-devel/bison-1.875, closing bug #40599 + + 06 Feb 2004; Mamoru KOMACHI ctwm-3.6-r1.ebuild: + Marked as stable + +*ctwm-3.7_alpha4-r1 (16 Jan 2004) +*ctwm-3.6-r1 (16 Jan 2004) + + 16 Jan 2004; Mamoru KOMACHI ctwm-3.6-r1.ebuild, + ctwm-3.7_alpha4-r1.ebuild: + Included images and chaged image directory from /usr/share/${PF} to + /usr/share/${PN}. Closing bug #38329 + +*ctwm-3.7_alpha4 (02 Dec 2003) + + 02 Dec 2003; Mamoru KOMACHI ctwm-3.7_alpha4.ebuild, + files/ctwm-3.7_alpha4-gentoo.diff: + New unstable release. + + 08 Nov 2003; Mamoru KOMACHI ctwm-3.6.ebuild, + metadata.xml: + Marked as stable + + 03 Oct 2003; Mamoru KOMACHI files/ctwm-3.6-gentoo.diff: + Initial import. Ebuild submitted by Tobias Anderberg + This closes Bug #20628 diff --git a/x11-wm/cwm/ChangeLog b/x11-wm/cwm/ChangeLog new file mode 100644 index 00000000..fad318ef --- /dev/null +++ b/x11-wm/cwm/ChangeLog @@ -0,0 +1,204 @@ +# ChangeLog for x11-wm/cwm +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v 1.48 2015/02/26 16:10:56 xmw Exp $ + +*cwm-5.6 (26 Feb 2015) + + 26 Feb 2015; Michael Weber +cwm-5.6.ebuild: + Version bump (bug 538094). + + 17 Jan 2015; Michael Weber cwm-9999.ebuild: + add eutils.eclass for make_session_desktop + +*cwm-5.5 (13 Mar 2014) + + 13 Mar 2014; Michael Weber +cwm-5.5.ebuild: + Version bump + +*cwm-5.1_p20130728 (27 Aug 2013) + + 27 Aug 2013; Michael Weber +cwm-5.1_p20130728.ebuild: + Add well tested snapshot version. + + 27 Aug 2013; Michael Weber cwm-9999.ebuild: + Update live ebuild. + + 06 Oct 2012; Michael Weber cwm-9999.ebuild: + Add xmw patches as USE=-vanilla. + + 31 Jul 2012; Michael Weber -cwm-4.2_p20110913-r1.ebuild, + -cwm-4.2_p20111229.ebuild, -files/cwm-4.2_p20110913-Makefile.patch: + Drop old + + 30 Jul 2012; Anthony G. Basile cwm-5.1.ebuild: + Stable arm, bug #422439 + + 29 Jul 2012; Raúl Porcel cwm-4.2_p20110913-r1.ebuild, + cwm-4.2_p20111229.ebuild, cwm-5.1.ebuild: + Drop sparc keywords + + 25 Jun 2012; Jeff Horelick cwm-5.1.ebuild: + marked x86 per bug 422439 + + 20 Jun 2012; Agostino Sarubbo cwm-5.1.ebuild: + Stable for amd64, wrt bug #422439 + + 16 Jun 2012; Michael Weber cwm-9999.ebuild: + Fix live ebuild (thanks lorem_ipsum) + + 04 May 2012; Jeff Horelick cwm-4.2_p20110913-r1.ebuild, + cwm-4.2_p20111229.ebuild, cwm-5.1.ebuild, cwm-9999.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 02 May 2012; Michael Weber cwm-4.2_p20110913-r1.ebuild: + Restore stable keywords + +*cwm-9999 (02 May 2012) +*cwm-5.1 (02 May 2012) +*cwm-4.2_p20111229 (02 May 2012) +*cwm-4.2_p20110913-r1 (02 May 2012) + + 02 May 2012; Michael Weber +cwm-4.2_p20110913-r1.ebuild, + +cwm-4.2_p20111229.ebuild, +files/cwm-4.2_p20110913-Makefile.patch, + +files/cwm-4.2_p20111229-Makefile.patch, +cwm-5.1.ebuild, +cwm-9999.ebuild, + -files/cwm-20110323-Makefile.patch, -cwm-20110515.ebuild, + -files/cwm-20110726-Makefile.patch, -cwm-20110913-r1.ebuild, + -cwm-20111229.ebuild, -files/cwm-20111229-Makefile.patch, + -cwm-99999999.ebuild: + Version bump, renumber to BSD release version. + + 02 May 2012; Michael Weber -cwm-20110515.ebuild: + Remove old version + + 13 Feb 2012; Michael Weber cwm-20110913-r1.ebuild: + sparc stable (bug 400535) + + 10 Feb 2012; Markus Meier cwm-20110913-r1.ebuild: + arm stable, bug #400535 + + 29 Jan 2012; Michael Weber cwm-20111229.ebuild, + cwm-99999999.ebuild: + Fix install location and typo + +*cwm-20111229 (29 Jan 2012) + + 29 Jan 2012; Michael Weber + -files/cwm-20110213-Makefile.patch, -cwm-20110726.ebuild, + -cwm-20110908-r1.ebuild, +cwm-20111229.ebuild, + +files/cwm-20111229-Makefile.patch, cwm-99999999.ebuild: + Version bump to new tarball, remove old version, EAPI-4 + + 28 Jan 2012; Pawel Hajdan jr cwm-20110913-r1.ebuild: + x86 stable wrt bug #400535 + + 27 Jan 2012; Agostino Sarubbo cwm-20110913-r1.ebuild: + Stable for amd64, wrt bug #400535 + + 06 Oct 2011; Michael Weber cwm-99999999.ebuild: + incorporate changes in Makefile by chneukirchen + +*cwm-20110913-r1 (05 Oct 2011) +*cwm-20110908-r1 (05 Oct 2011) + + 05 Oct 2011; Michael Weber -cwm-20110908.ebuild, + +cwm-20110908-r1.ebuild, -cwm-20110913.ebuild, +cwm-20110913-r1.ebuild, + -files/cwm.desktop: + Revbump to replace files/.desktop file with make_session_desktop + +*cwm-20110913 (26 Sep 2011) + + 26 Sep 2011; Michael Weber +cwm-20110913.ebuild: + Version bump to new tarball + + 11 Sep 2011; Michael Weber cwm-20110908.ebuild, + +files/cwm.desktop, cwm-99999999.ebuild: + Added .desktop file for login manager + +*cwm-20110908 (11 Sep 2011) + + 11 Sep 2011; Michael Weber +cwm-20110908.ebuild: + Version bump to new tarball + + 11 Sep 2011; Michael Weber -cwm-20110213.ebuild, + cwm-20110515.ebuild: + sparc stable (bug 377821), removing old version + + 13 Aug 2011; Markus Meier cwm-20110515.ebuild: + arm stable, bug #377821 + + 07 Aug 2011; Markos Chandras cwm-20110515.ebuild: + Stable on amd64 wrt bug #377821 + + 07 Aug 2011; Pawel Hajdan jr cwm-20110515.ebuild: + x86 stable wrt bug #377821 + + 05 Aug 2011; Michael Weber -cwm-20110323.ebuild: + Remove old version + +*cwm-20110726 (04 Aug 2011) + + 04 Aug 2011; Michael Weber +cwm-20110726.ebuild, + +files/cwm-20110726-Makefile.patch, cwm-99999999.ebuild: + Adapted changes in Makefile, Version bump to new tarball, ebuild cleanup + + 04 Aug 2011; Michael Weber cwm-20110515.ebuild: + Fix HOMEPAGE + +*cwm-20110515 (31 May 2011) + + 31 May 2011; Michael Weber -cwm-20100930.ebuild, + +cwm-20110515.ebuild: + remove old version, version bump + +*cwm-20110323 (03 May 2011) + + 03 May 2011; Michael Weber +cwm-20110323.ebuild, + +files/cwm-20110323-Makefile.patch: + Version bump + + 26 Apr 2011; Thomas Kahle cwm-20110213.ebuild: + x86 stable per bug 361293 + + 02 Apr 2011; Christoph Mende cwm-20110213.ebuild: + Stable on amd64 wrt bug #361293 + + 30 Mar 2011; Michael Weber cwm-20110213.ebuild: + arm/sparc stable (bug 361293) + +*cwm-99999999 (18 Feb 2011) +*cwm-20110213 (18 Feb 2011) + + 18 Feb 2011; Michael Weber +cwm-20110213.ebuild, + +files/cwm-20110213-Makefile.patch, +cwm-99999999.ebuild: + Version bump + + 21 Nov 2010; Michael Weber cwm-20100930.ebuild: + Added ~arm and ~sparc keyword + + 10 Nov 2010; Pawel Hajdan jr cwm-20100930.ebuild: + x86 stable wrt bug #344619 + + 08 Nov 2010; Markos Chandras cwm-20100930.ebuild: + Stable on amd64 wrt bug #344619 + + 08 Nov 2010; Michael Weber -cwm-20100809-r1.ebuild, + cwm-20100930.ebuild: + Updated HOMEPAGE and switched SRC_URI to Gentoo infra. Dropped old version. + +*cwm-20100930 (30 Sep 2010) + + 30 Sep 2010; Michael Weber -cwm-20100809.ebuild, + +cwm-20100930.ebuild: + New upstream version. + +*cwm-20100809-r1 (27 Sep 2010) + + 27 Sep 2010; Michael Weber +cwm-20100809-r1.ebuild: + Revbump to fix build system issues (missing header files) + +*cwm-20100809 (24 Aug 2010) + + 24 Aug 2010; Michael Weber +cwm-20100809.ebuild, + +metadata.xml: + Initial commit for cwm. Fixes bug #227771, thanks to Ihar Hrachyshka for + the report and initial ebuild diff --git a/x11-wm/dwm/ChangeLog b/x11-wm/dwm/ChangeLog new file mode 100644 index 00000000..72cf3f68 --- /dev/null +++ b/x11-wm/dwm/ChangeLog @@ -0,0 +1,368 @@ +# ChangeLog for x11-wm/dwm +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/ChangeLog,v 1.93 2015/03/20 09:00:16 jlec Exp $ + + 20 Mar 2015; Justin Lecher files/dwm.desktop: + Fix desktop file + + 20 Nov 2014; Jeroen Roovers dwm-6.0.ebuild: + Fix DEPEND vs. RDEPEND. + + 16 Feb 2014; Markos Chandras metadata.xml: + Add Michael Stahn as maintainer + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 01 Jun 2013; Pacho Ramos metadata.xml: + Cleanup due bug #151880 + + 06 Feb 2013; Jeroen Roovers dwm-6.0.ebuild: + Verbose build. + + 03 May 2012; Jeroen Roovers dwm-6.0.ebuild: + Add support for epatch_user by Marvin Vek (bug #414481). + + 25 Feb 2012; Jeroen Roovers -dwm-5.6.1.ebuild, + -dwm-5.7.2.ebuild, -dwm-5.8.2.ebuild, -dwm-5.9.ebuild, -files/dwm-session: + Old. + + 25 Feb 2012; Samuli Suominen dwm-6.0.ebuild: + ppc64 stable wrt #403907 + + 24 Feb 2012; Pawel Hajdan jr dwm-6.0.ebuild: + x86 stable wrt bug #403907 + + 23 Feb 2012; Brent Baude dwm-6.0.ebuild: + Marking dwm-6.0 ppc for bug 403907 + + 19 Feb 2012; Fabian Groffen dwm-6.0.ebuild: + Fix for Prefix, based on patch by Merlijn Wajer, bug #404327 + + 16 Feb 2012; Agostino Sarubbo dwm-6.0.ebuild: + Stable for amd64, wrt bug #403907 + + 16 Feb 2012; Jeroen Roovers dwm-5.9.ebuild, dwm-6.0.ebuild: + Fix HOMEPAGE by Marc Grondin (bug #403907). Tweak SRC_URI. + + 15 Feb 2012; Jeroen Roovers dwm-6.0.ebuild: + Do not add -g to CFLAGS by Agostino Sarubbo (bug #386089). + + 03 Jan 2012; Mike Frysinger dwm-6.0.ebuild: + Do not bother saving config.h as a doc since we use savedconfig.eclass and it + does the same thing. + + 27 Dec 2011; Jeroen Roovers dwm-6.0.ebuild: + Clean up savedconfig logic/output. + +*dwm-6.0 (23 Dec 2011) + + 23 Dec 2011; Jeroen Roovers +dwm-6.0.ebuild: + Version bump by Dmitry Potapov (bug #395707). + + 06 Nov 2011; Brent Baude dwm-5.9.ebuild: + Marking dwm-5.9 ppc for bug 386083 + + 13 Oct 2011; Pawel Hajdan jr dwm-5.9.ebuild: + x86 stable wrt bug #386083 + + 09 Oct 2011; Markos Chandras dwm-5.9.ebuild: + Stable on amd64 wrt bug #386083 + + 08 Oct 2011; Jeroen Roovers dwm-5.6.1.ebuild, + dwm-5.7.2.ebuild, dwm-5.8.2.ebuild: + Remove xsetroot from RDEPEND thanks to Cedric (bug #384005) + + 07 Oct 2011; Jeroen Roovers -dwm-5.2.ebuild, + -dwm-5.3.1.ebuild, -dwm-5.4.1.ebuild, -dwm-5.5.ebuild: + ^ + + 07 Oct 2011; Jeroen Roovers dwm-5.9.ebuild: + Remove xsetroot from RDEPEND thanks to Cedric (bug #384005). + +*dwm-5.9 (19 Jul 2011) + + 19 Jul 2011; Jeroen Roovers +dwm-5.9.ebuild: + Version bump. + + 21 Oct 2010; Cédric Krier dwm-5.7.2.ebuild, + dwm-5.8.2.ebuild: + Fix X11 paths + + 27 Aug 2010; Cédric Krier dwm-5.8.2.ebuild: + Fix LDFLAGS for bug #334755 + +*dwm-5.8.2 (19 Jun 2010) + + 19 Jun 2010; Cédric Krier +dwm-5.8.2.ebuild: + Version bump + + 31 Oct 2009; Brent Baude dwm-5.6.1.ebuild: + Marking dwm-5.6.1 ppc64 for bug 288492 + + 24 Oct 2009; nixnut dwm-5.6.1.ebuild: + ppc stable #288492 + + 15 Oct 2009; Markus Meier dwm-5.6.1.ebuild: + amd64/x86 stable, bug #288492 + +*dwm-5.7.2 (10 Oct 2009) + + 10 Oct 2009; Cédric Krier +dwm-5.7.2.ebuild: + Version bump + +*dwm-5.6.1 (26 Jul 2009) + + 26 Jul 2009; Cédric Krier +dwm-5.6.1.ebuild: + Version bump + +*dwm-5.5 (09 May 2009) + + 09 May 2009; Cédric Krier +dwm-5.5.ebuild: + Version bump + + 15 Feb 2009; Markus Meier dwm-5.3.1.ebuild: + x86 stable, bug #258305 + + 14 Feb 2009; Kenneth Prugh dwm-5.3.1.ebuild: + amd64 stable, bug #258305 + + 12 Feb 2009; Brent Baude dwm-5.3.1.ebuild: + stable ppc64, bug 258305 + + 12 Feb 2009; nixnut dwm-5.4.1.ebuild: + ppc stable #258305 + + 11 Feb 2009; Cédric Krier files/dwm-session2: + Fix dwm-session2 to use xsetroot for bug #258564 + + 09 Feb 2009; Cédric Krier -dwm-5.0.1.ebuild, + -dwm-5.1.ebuild: + Remove old + +*dwm-5.4.1 (08 Feb 2009) + + 08 Feb 2009; Cédric Krier +files/dwm-session2, + +dwm-5.4.1.ebuild: + Version bump + +*dwm-5.3.1 (21 Dec 2008) + + 21 Dec 2008; Cédric Krier +dwm-5.3.1.ebuild: + Version bump + + 01 Nov 2008; nixnut dwm-5.2.ebuild: + Stable on ppc wrt bug 244526 + + 29 Oct 2008; Thomas Anderson dwm-5.2.ebuild: + stable amd64, bug 244526 + + 27 Oct 2008; Brent Baude dwm-5.2.ebuild: + stable ppc64, bug 244526 + + 27 Oct 2008; Torsten Veller dwm-5.2.ebuild: + Stable on x86 (#244526) + + 11 Sep 2008; Cédric Krier ChangeLog: + Version bump + + 30 Jul 2008; Cédric Krier -dwm-4.2.ebuild: + Remove old + +*dwm-5.1 (30 Jul 2008) + + 30 Jul 2008; Cédric Krier +dwm-5.1.ebuild: + Version bump + + 22 Jul 2008; Markus Rothe dwm-5.0.1.ebuild: + Stable on ppc64; bug #232477 + + 22 Jul 2008; Cédric Krier files/dwm.desktop: + Fix desktop type + + 22 Jul 2008; Torsten Veller dwm-5.0.1.ebuild: + Stable on x86 (#232477) + + 22 Jul 2008; Cédric Krier dwm-5.0.1.ebuild: + Fix xinerama dependencies and CFLAGS for bug #232477 + + 21 Jul 2008; nixnut dwm-5.0.1.ebuild: + Stable on ppc wrt bug 232477 + + 20 Jul 2008; Kenneth Prugh dwm-5.0.1.ebuild: + amd64 stable, bug #232477 + + 20 Jul 2008; Cédric Krier dwm-4.2.ebuild, + dwm-5.0.1.ebuild: + Fix website + + 20 Jul 2008; Cédric Krier -dwm-4.3.ebuild, + -dwm-4.4.ebuild, -dwm-4.4.1.ebuild, -dwm-4.5.ebuild, -dwm-4.6.ebuild, + -dwm-4.7.ebuild, -dwm-4.8.ebuild, -dwm-4.9.ebuild: + Remove old + + 18 Jul 2008; Alexis Ballier dwm-5.0.1.ebuild: + keyword ~x86-fbsd thanks to Davide Italiano , bug + #231109 + +*dwm-5.0.1 (19 Jun 2008) + + 19 Jun 2008; Cédric Krier +dwm-5.0.1.ebuild: + Version bump + +*dwm-4.9 (04 Apr 2008) + + 04 Apr 2008; Cédric Krier +dwm-4.9.ebuild: + Version bump + +*dwm-4.8 (16 Mar 2008) + + 16 Mar 2008; Cédric Krier +dwm-4.8.ebuild: + Version bump + + 08 Feb 2008; Cédric Krier metadata.xml: + Add desktop-wm as backup herd + +*dwm-4.7 (21 Nov 2007) + + 21 Nov 2007; Cédric Krier +dwm-4.7.ebuild: + Version bump + +*dwm-4.6 (16 Nov 2007) + + 16 Nov 2007; Cédric Krier +dwm-4.6.ebuild: + Version bump + +*dwm-4.5 (22 Sep 2007) + + 22 Sep 2007; Cédric Krier +dwm-4.5.ebuild: + Version bump + +*dwm-4.4.1 (26 Aug 2007) + + 26 Aug 2007; Cédric Krier +dwm-4.4.1.ebuild: + Version bump + +*dwm-4.4 (23 Aug 2007) + + 23 Aug 2007; Cédric Krier +dwm-4.4.ebuild: + Version bump + + 25 Jul 2007; Christoph Mende dwm-4.2.ebuild: + Stable on amd64 wrt bug #185308 + + 16 Jul 2007; Markus Rothe dwm-4.2.ebuild: + Stable on ppc64; bug #185308 + + 16 Jul 2007; nixnut dwm-4.2.ebuild: + Stable on ppc wrt bug 185308 + +*dwm-4.3 (14 Jul 2007) + + 14 Jul 2007; Cédric Krier +dwm-4.3.ebuild: + Version bump + + 14 Jul 2007; Torsten Veller dwm-4.2.ebuild: + Stable on x86 + + 14 Jul 2007; Cédric Krier -dwm-4.0.ebuild, + -dwm-4.1.ebuild: + Remove old + +*dwm-4.2 (30 May 2007) + + 30 May 2007; Cédric Krier -dwm-3.9.ebuild, + +dwm-4.2.ebuild: + Version bump + +*dwm-4.1 (21 May 2007) + + 21 May 2007; Cédric Krier +dwm-4.1.ebuild: + Version bump + +*dwm-4.0 (20 Apr 2007) + + 20 Apr 2007; Cedric Krier -dwm-3.8.ebuild, + +dwm-4.0.ebuild: + Version bump + +*dwm-3.9 (09 Apr 2007) + + 09 Apr 2007; Cedric Krier -dwm-3.7.ebuild, + +dwm-3.9.ebuild: + Version bump + +*dwm-3.8 (06 Mar 2007) + + 06 Mar 2007; Cedric Krier -dwm-3.4.ebuild, + -dwm-3.5.ebuild, +dwm-3.8.ebuild: + Version bump + +*dwm-3.7 (24 Feb 2007) + + 24 Feb 2007; Cedric Krier +dwm-3.7.ebuild: + Version bump + + 20 Feb 2007; Cedric Krier -dwm-3.3.ebuild: + Remove old + +*dwm-3.5 (20 Feb 2007) + + 20 Feb 2007; Cedric Krier +dwm-3.5.ebuild: + Version bump + +*dwm-3.4 (07 Feb 2007) + + 07 Feb 2007; Cedric Krier -dwm-3.2.2.ebuild, + +dwm-3.4.ebuild: + Version bump and add eclass savedconfig + +*dwm-3.3 (01 Feb 2007) + + 01 Feb 2007; Cedric Krier -dwm-3.1.ebuild, + +dwm-3.3.ebuild: + Version bump + + 28 Jan 2007; Cedric Krier dwm-3.1.ebuild, + dwm-3.2.2.ebuild: + Fix HOMEPAGE for bug #164253 + + 27 Jan 2007; Cedric Krier -dwm-2.8.ebuild, + -dwm-2.9.ebuild, -dwm-3.0.ebuild: + Remove old + +*dwm-3.2.2 (27 Jan 2007) + + 27 Jan 2007; Cedric Krier +dwm-3.2.2.ebuild: + Version bump + + 21 Jan 2007; Markus Rothe dwm-3.1.ebuild: + Added ~ppc64 + + 21 Jan 2007; nixnut dwm-3.1.ebuild: + Added ~ppc wrt bug 162327 + +*dwm-3.1 (16 Jan 2007) + + 16 Jan 2007; Cedric Krier +dwm-3.1.ebuild: + Version bump + +*dwm-3.0 (13 Jan 2007) + + 13 Jan 2007; Cedric Krier +dwm-3.0.ebuild: + Version bump + +*dwm-2.9 (09 Jan 2007) + + 09 Jan 2007; Cedric Krier +files/dwm.desktop, + +dwm-2.9.ebuild: + Version bump + + 07 Jan 2007; Cedric Krier dwm-2.8.ebuild: + Improve pkg_preinst + +*dwm-2.8 (07 Jan 2007) + + 07 Jan 2007; Cedric Krier +metadata.xml, + +dwm-2.8.ebuild: + New ebuild for bug #141530 diff --git a/x11-wm/echinus/ChangeLog b/x11-wm/echinus/ChangeLog new file mode 100644 index 00000000..c081fe18 --- /dev/null +++ b/x11-wm/echinus/ChangeLog @@ -0,0 +1,64 @@ +# ChangeLog for x11-wm/echinus +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/echinus/ChangeLog,v 1.14 2015/03/20 09:00:26 jlec Exp $ + + 20 Mar 2015; Justin Lecher files/echinus.desktop: + Fix desktop file + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 11 May 2013; Patrick Lauer echinus-0.4.9.ebuild: + Fix inherit + + 17 Mar 2013; Markos Chandras metadata.xml: + Add proxy-maintainers to metadata.xml + + 04 May 2012; Jeff Horelick echinus-0.4.9.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + +*echinus-0.4.9 (06 Nov 2011) + + 06 Nov 2011; Kacper Kowalik -echinus-0.4.3.2.ebuild, + -files/echinus-0.4.3.2-gentoo.diff, +echinus-0.4.9.ebuild, + +files/echinus-0.4.9-gentoo.diff, metadata.xml: + Version bump wrt #382777 by Tim Harder. Make multihead optional, drop old + + 11 Jun 2010; Ben de Groot metadata.xml: + Removing myself as proxy + +*echinus-0.4.3.2 (07 Jun 2010) + + 07 Jun 2010; Kacper Kowalik + +echinus-0.4.3.2.ebuild, +files/echinus-0.4.3.2-gentoo.diff: + Version bump wrt bug 313569. Thanks Nico R. Wohlgemuth + for ebuild and report. Fixes bug 314965. Thanks + Diego for the report + +*echinus-0.4.0 (23 Feb 2010) + + 23 Feb 2010; Ben de Groot +echinus-0.4.0.ebuild: + Version bump + +*echinus-0.3.6 (07 Oct 2009) + + 07 Oct 2009; Ben de Groot +echinus-0.3.6.ebuild: + Version bump + +*echinus-0.3.2.1 (23 Feb 2009) + + 23 Feb 2009; Ben de Groot +echinus-0.3.2.1.ebuild: + Version bump. Removing patch that has been applied upstream. + + 26 Aug 2008; Ben de Groot echinus-0.3.1.ebuild: + Adding pkgconfig dep + + 25 Aug 2008; Ben de Groot metadata.xml: + Reassigning to desktop-wm herd + +*echinus-0.3.1 (22 Aug 2008) + + 22 Aug 2008; Ben de Groot + +files/echinus-0.3.1-modkey.patch, +files/echinus.desktop, +metadata.xml, + +echinus-0.3.1.ebuild: + Initial commit. Ebuild by Nico Wohlgemuth. diff --git a/x11-wm/emerald/ChangeLog b/x11-wm/emerald/ChangeLog new file mode 100644 index 00000000..6a90219d --- /dev/null +++ b/x11-wm/emerald/ChangeLog @@ -0,0 +1,195 @@ +# ChangeLog for x11-wm/emerald +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/emerald/ChangeLog,v 1.44 2013/04/20 10:29:43 pinkbyte Exp $ + + 20 Apr 2013; Sergey Popov emerald-0.8.8.ebuild: + Convert DOCS variable into bash array, add epatch_user + + 20 Apr 2013; Sergey Popov emerald-0.8.8.ebuild: + Fix underlinking issue, detected with gold linker + + 25 Sep 2012; Sergey Popov -emerald-0.8.4-r2.ebuild, + -files/emerald-0.8.4-gtk+-2.20-build.patch, + -files/emerald-0.8.4-pkgconfig-pollution.patch: + Drop old + + 30 Aug 2012; Sergey Popov metadata.xml: + Remove myself and proxy mainainer from maintainers, leaving only herd + + 30 Aug 2012; Sergey Popov emerald-0.8.8.ebuild: + Bump EAPI to 4, add DOCS variable, fix src_install phase + + 30 Aug 2012; Sergey Popov emerald-0.8.8.ebuild: + Remove --disable-dependency-tracking, cause it is unneeded in EAPI 4. Remove + unnecessary '|| die' constructions + +*emerald-0.8.8 (07 May 2012) + + 07 May 2012; Naohiro Aota +emerald-0.8.8.ebuild, + +files/emerald-0.8.8-pkgconfig-pollution.patch, metadata.xml: + Version bump. Assign Pinkbyte as maintainer. + + 04 May 2012; Jeff Horelick emerald-0.8.4-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 14 Sep 2011; Samuli Suominen emerald-0.8.4-r2.ebuild, + +files/emerald-0.8.4-pkgconfig-pollution.patch: + Use Requires.private and Libs.private instead of Requires and Libs wrt + #380197 by Diego Elio Pettenò + + 21 Mar 2011; Nirbheek Chauhan + emerald-0.8.4-r2.ebuild: + Fix slot-deps on gnome libs + + 15 Oct 2010; Diego E. Pettenò + -emerald-0.8.4.ebuild, -emerald-0.8.4-r1.ebuild, emerald-0.8.4-r2.ebuild: + Fix build with gtk+ 2.22 (bug #341143) and cleanup old versions. + +*emerald-0.8.4-r2 (26 Sep 2010) + + 26 Sep 2010; Diego E. Pettenò + +emerald-0.8.4-r2.ebuild: + Revision bump to disable static library builds (it's mostly engines, which + are dynamically-loaded plugins). + + 03 Apr 2010; Jorge Manuel B. S. Vicetto + emerald-0.8.4-r1.ebuild: + Really, *really* apply the patch now - thanks Torsten. + + 03 Apr 2010; Jorge Manuel B. S. Vicetto + emerald-0.8.4-r1.ebuild: + Really adding the patch this time. + +*emerald-0.8.4-r1 (03 Apr 2010) + + 03 Apr 2010; Jorge Manuel B. S. Vicetto + +emerald-0.8.4-r1.ebuild, +files/emerald-0.8.4-gtk+-2.20-build.patch: + Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 + release and to avoid future dep issues. + Did a revbump to avoid issues with installed packages. + Added a patch to enable emerald to build with gtk+-2.20. Fixes bug 308791 + - thanks to Leif Walsh . + + 20 Dec 2009; Romain Perier -emerald-0.5.2.ebuild, + -emerald-0.8.2.ebuild, -files/emerald-ru.po.patch: + Clean up old versions + +*emerald-0.8.4 (15 Oct 2009) + + 15 Oct 2009; Romain Perier + +emerald-0.8.4.ebuild: + Version bump. + + 25 Apr 2009; Brent Baude ChangeLog: + Marking emerald-0.8.2 ~ppc for bug 246804 + + 25 Apr 2009; Brent Baude ChangeLog: + Marking emerald-0.8.2 ~ppc64 for bug 246804 + + 11 Apr 2009; Jorge Manuel B. S. Vicetto + -emerald-0.7.8.ebuild: + Removing old compiz 0.7.8 ebuilds - affected by bug 263678. + + 07 Apr 2009; Jorge Manuel B. S. Vicetto + -files/emerald-0.7.8-ru.po.patch, +files/emerald-ru.po.patch, + emerald-0.7.8.ebuild, emerald-0.8.2.ebuild: + Renamed the ru patch from to and added it to emerald-0.8.2 since it's + still required. + + 04 Apr 2009; Jorge Manuel B. S. Vicetto + emerald-0.8.2.ebuild: + The russian patch is no longer needed with emerald-0.8.2. + +*emerald-0.8.2 (03 Apr 2009) + + 03 Apr 2009; Jorge Manuel B. S. Vicetto + +emerald-0.8.2.ebuild: + Bumped compiz to the 0.8.2 release. + + 22 Jan 2009; Jorge Manuel B. S. Vicetto + +files/emerald-0.7.8-ru.po.patch, emerald-0.7.8.ebuild: + Added Peter Volkov's "pva" patch to ru.po. Fixes bug 255679. + + 15 Nov 2008; Jorge Manuel B. S. Vicetto + emerald-0.7.8.ebuild: + Removed the mirror restriction that was used for the overlay. + + 01 Nov 2008; Jorge Manuel B. S. Vicetto + metadata.xml: + Fixed metadata.xml by removing hanno now that he is on the desktop-effects + herd and fixing the description. + + 27 Oct 2008; Jorge Manuel B. S. Vicetto + emerald-0.7.8.ebuild: + Removed the bug reporting warning that was copied from the desktop-effects + overlay by mistake. + +*emerald-0.7.8 (27 Oct 2008) + + 27 Oct 2008; Jorge Manuel B. S. Vicetto + metadata.xml, +emerald-0.7.8.ebuild: + Added compiz-0.7.8 to the tree + + 03 Jun 2008; Michael Sterrett + -emerald-0.1.3.ebuild, -emerald-0.1.4.ebuild, -emerald-0.2.1.ebuild: + remove old versions + + 08 Feb 2008; Robin H. Johnson metadata.xml: + Maintainer email was non-existent in bugzilla. + + 26 Nov 2007; Markus Rothe emerald-0.5.2.ebuild: + Added ~ppc64 + + 24 Oct 2007; Hanno Boeck emerald-0.5.2.ebuild: + Doesn't build without compiz. + + 24 Oct 2007; Hanno Boeck emerald-0.5.2.ebuild: + QA fixes. + +*emerald-0.5.2 (23 Oct 2007) + + 23 Oct 2007; Hanno Boeck +emerald-0.5.2.ebuild: + Version bump for compiz fusion. + + 15 May 2007; Thilo Bangert metadata.xml: + add no-herd + +*emerald-0.2.1 (21 Mar 2007) + + 21 Mar 2007; Joshua Jackson +emerald-0.2.1.ebuild: + adding beryl-0.2.1 to the tree + + 24 Feb 2007; Joshua Jackson emerald-0.1.4.ebuild: + fixed type thanks to Matthew Schultz + + 29 Dec 2006; Joshua Jackson emerald-0.1.4.ebuild: + fix for languages causing failures, bug #159412 + +*emerald-0.1.4 (28 Dec 2006) + + 28 Dec 2006; Joshua Jackson +emerald-0.1.4.ebuild: + Version bump for #159203 + + 21 Dec 2006; Markus Rothe emerald-0.1.3.ebuild: + Added ~ppc64; bug #158709. also removed orphane digest files + +*emerald-0.1.3 (19 Dec 2006) + + 19 Dec 2006; Joshua Jackson -emerald-0.1.1.ebuild, + -emerald-0.1.2.ebuild, +emerald-0.1.3.ebuild: + Version bump a week late for bug #157727; also general cleanup of old versions + +*emerald-0.1.2 (15 Nov 2006) + + 15 Nov 2006; Joshua Jackson +emerald-0.1.2.ebuild: + adding 0.1.2 to the tree + + 24 Oct 2006; Joshua Jackson emerald-0.1.1.ebuild: + updating license to gpl-2 + +*emerald-0.1.1 (22 Oct 2006) + + 22 Oct 2006; Joshua Jackson +metadata.xml, + +emerald-0.1.1.ebuild: + Initial import of Beryl, thanks to Alex Heck + diff --git a/x11-wm/enlightenment/ChangeLog b/x11-wm/enlightenment/ChangeLog new file mode 100644 index 00000000..f6edd550 --- /dev/null +++ b/x11-wm/enlightenment/ChangeLog @@ -0,0 +1,937 @@ +# ChangeLog for x11-wm/enlightenment +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.209 2015/08/06 03:57:52 vapier Exp $ + +*enlightenment-0.19.8 (06 Aug 2015) + + 06 Aug 2015; Mike Frysinger +enlightenment-0.19.8.ebuild: + Version bump #555718 by DrSlony. + +*enlightenment-1.0.17 (06 Aug 2015) + + 06 Aug 2015; Mike Frysinger +enlightenment-1.0.17.ebuild: + Version bump. + + 19 Apr 2015; Pacho Ramos enlightenment-0.18.8.ebuild: + x86 stable wrt bug #538724 + + 03 Apr 2015; Mikle Kolyada enlightenment-0.18.8.ebuild: + amd64 stable wrt bug #538724 + + 03 Apr 2015; Markus Meier enlightenment-0.18.8.ebuild: + arm stable, bug #538724 + +*enlightenment-1.0.16 (26 Mar 2015) + + 26 Mar 2015; Mike Frysinger +enlightenment-1.0.16.ebuild: + Version bump #544256 by Trinine. + +*enlightenment-0.17.9999 (17 Mar 2015) +*enlightenment-0.19.4 (17 Mar 2015) + + 17 Mar 2015; Mike Frysinger + +enlightenment-0.17.9999.ebuild, +enlightenment-0.19.4.ebuild: + Version bump #522904 by Harold Naparst. Import live git ebuild from overlay. + +*enlightenment-1.0.15 (14 Feb 2015) + + 14 Feb 2015; Mike Frysinger +enlightenment-1.0.15.ebuild: + Version bump #532398 by Andrew Savchenko. + + 27 Dec 2014; Thomas Sachau (Tommy[D]) + enlightenment-0.17.6.ebuild: + Adjust usedep for dev-libs/efl as new versions have jpeg support always + enabled + +*enlightenment-1.0.14 (28 Jul 2014) + + 28 Jul 2014; Mike Frysinger +enlightenment-1.0.14.ebuild: + Version bump. + +*enlightenment-0.18.8 (09 Jun 2014) + + 09 Jun 2014; Thomas Sachau (Tommy[D]) + +enlightenment-0.18.8.ebuild: + Version bump for e18 + +*enlightenment-0.18.7 (11 May 2014) + + 11 May 2014; Thomas Sachau (Tommy[D]) + +enlightenment-0.18.7.ebuild, metadata.xml: + Import of e18 from the overlay, including version bump to 0.18.7 + + 04 May 2014; Mikle Kolyada enlightenment-0.17.6.ebuild: + x86 stable wrt bug #455548 + + 21 Apr 2014; enlightenment-0.17.6.ebuild: + amd64 stable wrt bug #455548 + + 17 Feb 2014; Patrick Lauer metadata.xml: + Remove unneded useflag description from metadata.xml + + 16 Feb 2014; Thomas Sachau (Tommy[D]) + -enlightenment-0.17.3.ebuild, -enlightenment-0.17.5.ebuild: + Drop older versions of e17, security bug 501470 + +*enlightenment-0.17.6 (01 Feb 2014) + + 01 Feb 2014; Thomas Sachau (Tommy[D]) + +enlightenment-0.17.6.ebuild, -enlightenment-0.17.6_pre2.ebuild: + Version bump, drop pre-release + + 26 Jan 2014; Thomas Sachau (Tommy[D]) + enlightenment-0.17.6_pre2.ebuild: + Add missing dep on dev-libs/e_dbus + +*enlightenment-0.17.6_pre2 (25 Jan 2014) + + 25 Jan 2014; Thomas Sachau (Tommy[D]) + +enlightenment-0.17.6_pre2.ebuild: + Version bump for move to efl-1.8 + +*enlightenment-0.17.5 (13 Nov 2013) + + 13 Nov 2013; Thomas Sachau (Tommy[D]) + +enlightenment-0.17.5.ebuild, -enlightenment-0.17.4.ebuild, + -enlightenment-0.17.5_pre2.ebuild: + Version bump for enlightenment-0.17.5, drop 0.17.4 and pre-release + +*enlightenment-0.17.5_pre2 (04 Oct 2013) + + 04 Oct 2013; Thomas Sachau (Tommy[D]) + +enlightenment-0.17.5_pre2.ebuild, -enlightenment-0.17.5_pre1.ebuild: + New pre-release, drop old + + 28 Sep 2013; Mike Frysinger enlightenment-0.17.3.ebuild, + enlightenment-0.17.4.ebuild, enlightenment-0.17.5_pre1.ebuild: + Update eina[mempool-chained-pool] USE flag after renaming #486390 by Patrick + Lauer. + +*enlightenment-0.17.5_pre1 (15 Sep 2013) + + 15 Sep 2013; Thomas Sachau (Tommy[D]) + +enlightenment-0.17.5_pre1.ebuild, -enlightenment-0.17.2.1.ebuild: + Add pre-release for testing + +*enlightenment-1.0.13 (28 Aug 2013) + + 28 Aug 2013; Mike Frysinger +enlightenment-1.0.13.ebuild: + Version bump #466744 by pavel sanda. + +*enlightenment-0.17.4 (28 Aug 2013) + + 28 Aug 2013; Mike Frysinger +enlightenment-0.17.4.ebuild: + Version bump #479850 by Valery. + +*enlightenment-0.17.3 (20 May 2013) + + 20 May 2013; Thomas Sachau (Tommy[D]) + -enlightenment-0.17.1.ebuild, +enlightenment-0.17.3.ebuild: + Version bump for enlightenment:0.17, drop old + + 11 May 2013; Markus Meier enlightenment-0.17.2.1.ebuild: + add ~arm, bug #456736 + +*enlightenment-0.17.2.1 (11 Apr 2013) + + 11 Apr 2013; Thomas Sachau (Tommy[D]) + +enlightenment-0.17.2.1.ebuild, -enlightenment-0.17.0.ebuild: + Version bump, drop old + +*enlightenment-0.17.1 (31 Jan 2013) + + 31 Jan 2013; Thomas Sachau (Tommy[D]) + +enlightenment-0.17.1.ebuild: + Version bump + + 26 Jan 2013; Mike Frysinger enlightenment-1.0.11.ebuild: + Mark stable for everyone else #453014. + + 26 Jan 2013; Agostino Sarubbo enlightenment-1.0.11.ebuild: + Stable for ppc64, wrt bug #453014 + + 26 Jan 2013; Agostino Sarubbo enlightenment-1.0.11.ebuild: + Stable for ppc, wrt bug #453014 + + 26 Jan 2013; Markus Meier enlightenment-1.0.11.ebuild: + arm stable, bug #453014 + + 24 Jan 2013; Agostino Sarubbo enlightenment-1.0.11.ebuild: + Stable for x86, wrt bug #453014 + + 24 Jan 2013; Agostino Sarubbo enlightenment-1.0.11.ebuild: + Stable for amd64, wrt bug #453014 + + 22 Jan 2013; Jeroen Roovers enlightenment-1.0.11.ebuild: + Stable for HPPA (bug #453014). + + 29 Dec 2012; Thomas Sachau (Tommy[D]) + enlightenment-0.17.0.ebuild: + Add missing eet dependency + + 22 Dec 2012; Thomas Sachau (Tommy[D]) + enlightenment-0.17.0.ebuild: + Update dependencies to efl-libs release 1.7.4 + +*enlightenment-0.17.0 (22 Dec 2012) + + 22 Dec 2012; Thomas Sachau (Tommy[D]) + -enlightenment-0.17.0_beta2.ebuild, -enlightenment-0.17.0_beta3.ebuild, + +enlightenment-0.17.0.ebuild: + Version bump, drop old + +*enlightenment-0.17.0_beta3 (19 Dec 2012) + + 19 Dec 2012; Thomas Sachau (Tommy[D]) + +enlightenment-0.17.0_beta3.ebuild: + Version bump + +*enlightenment-0.17.0_beta2 (14 Dec 2012) + + 14 Dec 2012; Thomas Sachau (Tommy[D]) + -enlightenment-0.17.0_beta.ebuild, -enlightenment-0.17.0_beta1.ebuild, + +enlightenment-0.17.0_beta2.ebuild: + Version bump, drop old + +*enlightenment-0.17.0_beta1 (13 Dec 2012) + + 13 Dec 2012; Thomas Sachau (Tommy[D]) + -enlightenment-0.17.0_alpha8.ebuild, +enlightenment-0.17.0_beta1.ebuild: + Version bump, drop old + +*enlightenment-0.17.0_beta (08 Dec 2012) + + 08 Dec 2012; Thomas Sachau (Tommy[D]) + -enlightenment-0.17.0_alpha7.ebuild, +enlightenment-0.17.0_beta.ebuild, + metadata.xml: + Version bump, drop old + + 04 Dec 2012; Thomas Sachau (Tommy[D]) + enlightenment-0.17.0_alpha8.ebuild: + Require ecore[curl] for the shot module, thanks to Vinky for looking this up + +*enlightenment-0.17.0_alpha8 (04 Dec 2012) + + 04 Dec 2012; Thomas Sachau (Tommy[D]) + -enlightenment-0.17.0_alpha6.ebuild, +enlightenment-0.17.0_alpha8.ebuild: + Version bump, drop old for enlightenment:0.17 + +*enlightenment-0.17.0_alpha7 (30 Nov 2012) + + 30 Nov 2012; Thomas Sachau (Tommy[D]) + +enlightenment-0.17.0_alpha7.ebuild: + Version bump for enlightenment:0.17 + +*enlightenment-0.17.0_alpha6 (27 Nov 2012) + + 27 Nov 2012; Thomas Sachau (Tommy[D]) + -enlightenment-0.17.0_alpha3.ebuild, -enlightenment-0.17.0_alpha5.ebuild, + +enlightenment-0.17.0_alpha6.ebuild: + Version bump, drop old for enlightenment:0.17 + +*enlightenment-0.17.0_alpha5 (23 Nov 2012) + + 23 Nov 2012; Thomas Sachau (Tommy[D]) + +enlightenment-0.17.0_alpha5.ebuild: + Version bump for enlightenment:0.17 + + 17 Nov 2012; Thomas Sachau (Tommy[D]) + enlightenment-0.17.0_alpha3.ebuild: + Add missing dependency, fixes bug 443652 + + 16 Nov 2012; Thomas Sachau (Tommy[D]) + +files/gentoo-sysactions.conf, +files/quickstart.diff: + Add missing files + + 16 Nov 2012; Thomas Sachau (Tommy[D]) + enlightenment-0.17.0_alpha3.ebuild, metadata.xml: + Remove conf-wallpaper2 module, always disabled by upstream + +*enlightenment-0.17.0_alpha3 (16 Nov 2012) + + 16 Nov 2012; Thomas Sachau (Tommy[D]) + +enlightenment-0.17.0_alpha3.ebuild, metadata.xml: + Initial addition of alpha3 release of e17 + + 08 Nov 2012; Mike Frysinger + enlightenment-0.16.9999.ebuild: + Drop doc rmdir that is no longer needed #440986 by Godfath3r. + +*enlightenment-1.0.11 (08 Nov 2012) + + 08 Nov 2012; Mike Frysinger +enlightenment-1.0.11.ebuild: + Version bump. + + 05 Nov 2012; Mike Frysinger + enlightenment-0.16.9999.ebuild, enlightenment-1.0.10.ebuild: + Update to EAPI=4. + + 04 May 2012; Jeff Horelick + enlightenment-0.16.9999.ebuild, enlightenment-1.0.2.ebuild, + enlightenment-1.0.6.ebuild, enlightenment-1.0.7.ebuild, + enlightenment-1.0.8.ebuild, enlightenment-1.0.9.ebuild, + enlightenment-1.0.10.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 18 Mar 2012; Samuli Suominen + enlightenment-0.16.9999.ebuild, enlightenment-1.0.2.ebuild, + enlightenment-1.0.6.ebuild, enlightenment-1.0.7.ebuild, + enlightenment-1.0.8.ebuild, enlightenment-1.0.9.ebuild, + enlightenment-1.0.10.ebuild: + Remove USE="esd" because media-sound/esound isn't in tree anymore. + +*enlightenment-1.0.10 (20 Nov 2011) + + 20 Nov 2011; Mike Frysinger +enlightenment-1.0.10.ebuild: + Version bump #390897 by Dennis Nezic. + +*enlightenment-1.0.9 (21 Aug 2011) + + 21 Aug 2011; Mike Frysinger +enlightenment-1.0.9.ebuild: + Version bump #379793 by José Romildo Malaquias. + + 07 Aug 2011; Raúl Porcel enlightenment-1.0.8.ebuild: + alpha/ia64/sh/sparc stable wrt #373681 + + 25 Jul 2011; Kacper Kowalik + enlightenment-1.0.8.ebuild: + ppc/ppc64 stable wrt #373681 + + 22 Jul 2011; Jeroen Roovers enlightenment-1.0.8.ebuild: + Stable for HPPA (bug #373681). + + 17 Jul 2011; Markus Meier enlightenment-1.0.8.ebuild: + x86 stable, bug #373681 + + 12 Jul 2011; Markus Meier enlightenment-1.0.8.ebuild: + arm stable, bug #373681 + + 03 Jul 2011; Markos Chandras + enlightenment-1.0.8.ebuild: + Stable on amd64 wrt bug #373681 + +*enlightenment-1.0.8 (26 Apr 2011) + + 26 Apr 2011; Mike Frysinger +enlightenment-1.0.8.ebuild: + Version bump. + + 28 Dec 2010; Brent Baude enlightenment-1.0.2.ebuild: + stable ppc64, bug 330573 + +*enlightenment-1.0.7 (23 Nov 2010) + + 23 Nov 2010; Mike Frysinger + +enlightenment-1.0.7.ebuild: + Version bump #346377 by Dennis Nezic. + +*enlightenment-1.0.6 (03 Oct 2010) + + 03 Oct 2010; Mike Frysinger + +enlightenment-1.0.6.ebuild: + Version bump #339202 by Dennis Nezic. + + 28 Sep 2010; Brent Baude enlightenment-1.0.2.ebuild: + stable ppc, bug 330573 + + 18 Sep 2010; Raúl Porcel enlightenment-1.0.2.ebuild: + sparc stable wrt #330573 + +*enlightenment-1.0.5 (12 Sep 2010) + + 12 Sep 2010; Mike Frysinger +enlightenment-1.0.5.ebuild: + Version bump #336454 by Dennis Nezic. + + 14 Aug 2010; Mike Frysinger enlightenment-1.0.2.ebuild: + Mak alpha/arm/ia64/sh stable #330573. + +*enlightenment-1.0.4 (09 Aug 2010) + + 09 Aug 2010; Mike Frysinger + enlightenment-0.16.9999.ebuild, +enlightenment-1.0.4.ebuild: + Version bump. + + 03 Aug 2010; Jeroen Roovers enlightenment-1.0.2.ebuild: + Stable for HPPA (bug #330573). + + 31 Jul 2010; Pawel Hajdan jr + enlightenment-1.0.2.ebuild: + x86 stable wrt bug #330573 + + 31 Jul 2010; Markos Chandras + enlightenment-1.0.2.ebuild: + Stable on amd64 wrt bug #330573 + +*enlightenment-1.0.3 (31 Jul 2010) + + 31 Jul 2010; Mike Frysinger +enlightenment-1.0.3.ebuild: + Version bump #330185 by José Romildo Malaquias. Install more helpful files + #318677 by Jim Bowlin. + + 07 May 2010; Mike Frysinger + enlightenment-0.16.9999.ebuild, enlightenment-1.0.2.ebuild: + Pull in autotools for live ebuilds #309855 by Dennis Nezic. + + 07 May 2010; Mike Frysinger enlightenment-1.0.1.ebuild: + alpha stable wrt #301308 + + 20 Mar 2010; Raúl Porcel enlightenment-1.0.1.ebuild: + sparc stable wrt #301308 + +*enlightenment-1.0.2 (10 Feb 2010) + + 10 Feb 2010; Mike Frysinger + +enlightenment-1.0.2.ebuild: + Version bump #303785 by Dennis Nezic. + + 10 Feb 2010; Mike Frysinger enlightenment-1.0.1.ebuild: + Mark ia64/sh stable #301308. + + 03 Feb 2010; Markus Meier enlightenment-1.0.1.ebuild: + amd64/x86 stable, bug #301308 + + 03 Feb 2010; Markus Meier enlightenment-1.0.1.ebuild: + arm stable, bug #301308 + + 23 Jan 2010; Brent Baude enlightenment-1.0.1.ebuild: + stable ppc, bug 301308 + + 20 Jan 2010; Brent Baude enlightenment-1.0.1.ebuild: + stable ppc64, bug 301308 + + 18 Jan 2010; Jeroen Roovers enlightenment-1.0.1.ebuild: + Stable for HPPA (bug #301308). + + 17 Jan 2010; Mike Frysinger + enlightenment-1.0.1.ebuild: + Fix dodoc README install. + + 17 Jan 2010; Mike Frysinger + enlightenment-1.0.1.ebuild: + Switch to eautotools and trim empty doc dir #294456 by Diego E. Pettenò. + + 08 Nov 2009; Mark Loeser + enlightenment-0.16.8.15.ebuild: + Really mark stable on ppc64 + +*enlightenment-1.0.1 (30 Sep 2009) + + 30 Sep 2009; Mike Frysinger + +enlightenment-1.0.1.ebuild: + Version bump by Peter Volkov #286973. + + 19 Jul 2009; nixnut enlightenment-0.16.8.15.ebuild: + ppc stable #274829 + + 03 Jul 2009; Brent Baude ChangeLog: + marking enlightenment-0.16.8.15 ppc64 for bug 274829 + + 03 Jul 2009; Mike Frysinger + enlightenment-1.0.0.ebuild: + Make sure xmlto isnt detected #274987 by Simone Scanzoni. + + 30 Jun 2009; Raúl Porcel + enlightenment-0.16.8.15.ebuild: + arm/ia64/sh/sparc stable wrt #274829 + + 28 Jun 2009; Tobias Klausmann + enlightenment-0.16.8.15.ebuild: + Stable on alpha, bug #274829 + + 28 Jun 2009; Markus Meier + enlightenment-0.16.8.15.ebuild: + amd64/x86 stable, bug #274829 + + 22 Jun 2009; Jeroen Roovers + enlightenment-0.16.8.15.ebuild: + Stable for HPPA (bug #274829). + +*enlightenment-1.0.0 (20 Jun 2009) + + 20 Jun 2009; Mike Frysinger + +enlightenment-1.0.0.ebuild: + Version bump. + + 08 Mar 2009; Thomas Anderson + enlightenment-0.16.8.14.ebuild, enlightenment-0.16.8.15.ebuild, + enlightenment-0.16.9999.ebuild: + Transition to EAPI 2 usedeps + + 21 Feb 2009; Mike Frysinger -files/e16, + enlightenment-0.16.8.14.ebuild, enlightenment-0.16.8.15.ebuild, + enlightenment-0.16.9999.ebuild: + Stop installing historical /etc/X11/Sessions/ file as + /usr/share/xsessions/ works fine. + + 09 Jan 2009; Rémi Cardona + enlightenment-0.16.8.14.ebuild, enlightenment-0.16.8.15.ebuild, + enlightenment-0.16.9999.ebuild: + Change virtual/xft dependency to x11-libs/libXft, bug 253771. + +*enlightenment-0.16.8.15 (06 Jan 2009) + + 06 Jan 2009; Mike Frysinger + +enlightenment-0.16.8.15.ebuild, enlightenment-0.16.9999.ebuild: + Version bump #253895 by Loïc Ludwig. + + 02 Jan 2009; Mike Frysinger + enlightenment-0.16.8.14.ebuild, enlightenment-0.16.9999.ebuild: + Update e16 to svn #251090 by Dennis Nezic. + + 22 Sep 2008; Jeroen Roovers + enlightenment-0.16.8.14.ebuild: + Stable for HPPA (bug #238213). + + 21 Sep 2008; Raúl Porcel + enlightenment-0.16.8.14.ebuild: + alpha/ia64/sparc stable wrt #238213 + + 21 Sep 2008; Markus Meier + enlightenment-0.16.8.14.ebuild: + amd64/x86 stable, bug #238213 + + 21 Sep 2008; Brent Baude + enlightenment-0.16.8.14.ebuild: + stable ppc64, bug 238213 + + 21 Sep 2008; nixnut enlightenment-0.16.8.14.ebuild: + Stable on ppc wrt bug 238213 + +*enlightenment-0.16.8.14 (16 Aug 2008) + + 16 Aug 2008; Mike Frysinger + +enlightenment-0.16.8.14.ebuild: + Version bump. + + 02 Jul 2008; Raúl Porcel + enlightenment-0.16.8.13.ebuild: + alpha/ia64/sparc/x86 stable wrt #229907 + + 01 Jul 2008; Jeroen Roovers + enlightenment-0.16.8.13.ebuild: + Stable for HPPA (bug #229907). + + 29 Jun 2008; Kenneth Prugh + enlightenment-0.16.8.13.ebuild: + amd64 stable, bug #229907 + + 29 Jun 2008; Markus Rothe + enlightenment-0.16.8.13.ebuild: + Stable on ppc64; bug #229907 + + 29 Jun 2008; nixnut enlightenment-0.16.8.13.ebuild: + Stable on ppc wrt bug 229907 + + 05 May 2008; Brent Baude + enlightenment-0.16.8.12.ebuild: + stable ppc64, bug 220008 + + 05 May 2008; Raúl Porcel + enlightenment-0.16.8.12.ebuild: + alpha/ia64/sparc stable wrt #220008 + + 04 May 2008; nixnut enlightenment-0.16.8.12.ebuild: + Stable on ppc wrt bug 220008 + + 04 May 2008; Markus Meier + enlightenment-0.16.8.12.ebuild: + amd64/x86 stable, bug #220008 + + 02 May 2008; Jeroen Roovers + enlightenment-0.16.8.12.ebuild: + Stable for HPPA (bug #220008). + +*enlightenment-0.16.8.13 (02 May 2008) + + 02 May 2008; Mike Frysinger + +enlightenment-0.16.8.13.ebuild: + Version bump. + + 07 Mar 2008; Santiago M. Mola + enlightenment-0.16.8.11.ebuild: + amd64 stable wrt bug #210597 + + 25 Feb 2008; Jeroen Roovers + enlightenment-0.16.8.11.ebuild: + Stable for HPPA (bug #210597). + + 21 Feb 2008; Raúl Porcel + enlightenment-0.16.8.11.ebuild: + alpha/ia64/sparc stable wrt #210597 + + 19 Feb 2008; Christian Faulhammer + enlightenment-0.16.8.11.ebuild: + stable x86, bug 210597 + + 19 Feb 2008; nixnut enlightenment-0.16.8.11.ebuild: + Stable on ppc wrt bug 210597 + + 18 Feb 2008; Brent Baude + enlightenment-0.16.8.11.ebuild: + stable ppc64, bug 210597 + +*enlightenment-0.16.8.12 (18 Feb 2008) + + 18 Feb 2008; Mike Frysinger + +enlightenment-0.16.8.12.ebuild: + Version bump. + +*enlightenment-0.16.8.11 (12 Jan 2008) + + 12 Jan 2008; Mike Frysinger + +enlightenment-0.16.8.11.ebuild: + Version bump. + + 26 Dec 2007; Samuli Suominen + enlightenment-0.16.8.10.ebuild: + amd64 stable wrt #202663 + + 24 Dec 2007; Raúl Porcel + enlightenment-0.16.8.10.ebuild: + alpha/ia64/sparc stable wrt #202663 + + 20 Dec 2007; Markus Meier + enlightenment-0.16.8.10.ebuild: + x86 stable, bug #202663 + + 19 Dec 2007; Brent Baude + enlightenment-0.16.8.10.ebuild: + Marking enlightenment-0.16.8.10 ppc and ppc64 stable for bug 202663 + + 19 Dec 2007; Jeroen Roovers + enlightenment-0.16.8.10.ebuild: + Stable for HPPA (bug #202663). + +*enlightenment-0.16.8.10 (08 Oct 2007) + + 08 Oct 2007; Mike Frysinger + +enlightenment-0.16.8.10.ebuild: + Version bump. + + 16 Aug 2007; Jeroen Roovers + enlightenment-0.16.8.8.ebuild: + Stable for HPPA (bug #188529). + + 14 Aug 2007; Tobias Scherbaum + enlightenment-0.16.8.8.ebuild: + ppc stable, bug #188529 + + 14 Aug 2007; Markus Rothe + enlightenment-0.16.8.8.ebuild: + Stable on ppc64; bug #188529 + + 14 Aug 2007; Raúl Porcel + enlightenment-0.16.8.8.ebuild: + alpha/ia64/x86 stable wrt #188529 + + 13 Aug 2007; Gustavo Zacarias + enlightenment-0.16.8.8.ebuild: + Stable on sparc wrt #188529 + + 11 Aug 2007; Steve Dibb + enlightenment-0.16.8.8.ebuild: + amd64 stable, bug 188529 + +*enlightenment-0.16.8.9 (12 Aug 2007) + + 12 Aug 2007; Mike Frysinger + +enlightenment-0.16.8.9.ebuild: + Version bump. + + 24 Jun 2007; Piotr Jaroszyński + enlightenment-0.16.9999.ebuild: + (QA) Don't use KEYWORDS="-*". bug #160519. + + 19 May 2007; Raúl Porcel + enlightenment-0.16.8.6.ebuild: + alpha stable wrt #177132 + +*enlightenment-0.16.8.8 (19 May 2007) + + 19 May 2007; Mike Frysinger + +enlightenment-0.16.8.8.ebuild: + Version bump. + + 12 May 2007; Steve Dibb + enlightenment-0.16.8.6.ebuild: + amd64 stable, bug 177132 + + 07 May 2007; Gustavo Zacarias + enlightenment-0.16.8.6.ebuild: + Stable on sparc wrt #177132 + + 07 May 2007; Raúl Porcel + enlightenment-0.16.8.6.ebuild: + x86 stable wrt #177132 + + 06 May 2007; Markus Rothe + enlightenment-0.16.8.6.ebuild: + Stable on ppc64; bug #177132 + + 05 May 2007; nixnut enlightenment-0.16.8.6.ebuild: + Stable on ppc wrt bug 177132 + + 05 May 2007; Mike Frysinger + enlightenment-0.16.8.6.ebuild, enlightenment-0.16.8.7.ebuild, + enlightenment-0.16.9999.ebuild: + Add virtual/xft to RDEPEND #175203 by Alexander Wigen. + +*enlightenment-0.16.8.7 (05 May 2007) + + 05 May 2007; Mike Frysinger + +enlightenment-0.16.8.7.ebuild: + Version bump. + + 14 Mar 2007; Chris Gianelloni + enlightenment-0.16.8.5.ebuild: + Stable on alpha/amd64 wrt bug #169042. + + 08 Mar 2007; Gustavo Zacarias + enlightenment-0.16.8.5.ebuild: + Stable on sparc wrt #169042 + + 06 Mar 2007; Markus Rothe + enlightenment-0.16.8.5.ebuild: + Stable on ppc64; bug #169042 + + 02 Mar 2007; Jeroen Roovers + enlightenment-0.16.8.5.ebuild: + Stable for HPPA (bug #169042). + + 02 Mar 2007; nixnut enlightenment-0.16.8.5.ebuild: + Stable on ppc wrt bug 169042 + + 02 Mar 2007; Christian Faulhammer + enlightenment-0.16.8.5.ebuild: + stable x86; bug 169042 + +*enlightenment-0.16.8.6 (02 Mar 2007) + + 02 Mar 2007; Mike Frysinger + +enlightenment-0.16.8.6.ebuild: + Version bump #168015 by Paulo Jorge de Oliveira Cantante de Matos. + +*enlightenment-0.16.8.5 (19 Dec 2006) + + 19 Dec 2006; Mike Frysinger + +enlightenment-0.16.8.5.ebuild: + Version bump. + + 16 Nov 2006; Mike Frysinger + enlightenment-0.16.8.4.ebuild, enlightenment-0.16.9999.ebuild: + Add support for USE=xcomposite #154893 by Hopeless. + +*enlightenment-0.16.8.4 (16 Oct 2006) + + 16 Oct 2006; Mike Frysinger + +enlightenment-0.16.8.4.ebuild: + Version bump. + +*enlightenment-0.16.8.3 (24 Aug 2006) + + 24 Aug 2006; Mike Frysinger + +enlightenment-0.16.8.3.ebuild: + Version bump. + +*enlightenment-0.16.8.2 (18 Jul 2006) + + 18 Jul 2006; Mike Frysinger + +enlightenment-0.16.8.2.ebuild: + Version bump. + + 14 Apr 2006; Diego Pettenò + +files/e16-0.16.8.1-iconv.patch, enlightenment-0.16.8.1.ebuild: + Fix virtual/libintl and virtual/libiconv dependencies, add patch to link + against libintl when the libc doesn't provide the iconv functions. Add + ~x86-fbsd keyword. + +*enlightenment-0.16.8.1 (31 Mar 2006) + + 31 Mar 2006; Mike Frysinger + +enlightenment-0.16.8.1.ebuild: + Version bump. + + 20 Feb 2006; Martin Holzer + enlightenment-0.16.8.ebuild: + fixing depend + +*enlightenment-0.16.8 (09 Feb 2006) + + 09 Feb 2006; Mike Frysinger +files/e16, + +enlightenment-0.16.8.ebuild: + Version bump. + + 07 Jan 2006; Mike Frysinger + +files/enlightenment-0.16.7.2-no-nls.patch, enlightenment-0.16.6.ebuild, + enlightenment-0.16.7.2.ebuild, enlightenment-0.16.9999.ebuild: + Fix building with USE=-nls and add support for SuperH. + + 30 Mar 2005; Michael Hanselmann + enlightenment-0.16.7.2.ebuild: + Stable on ppc. + + 09 Feb 2005; Bryan Østergaard + enlightenment-0.16.7.2.ebuild: + Stable on alpha. + + 30 Dec 2004; Guy Martin enlightenment-0.16.7.1.ebuild: + Stable on hppa. + + 22 Dec 2004; Gustavo Zacarias + enlightenment-0.16.7.1.ebuild: + Stable on sparc + +*enlightenment-0.16.7.2 (18 Dec 2004) + + 18 Dec 2004; Mike Frysinger + enlightenment-0.16.7.1.ebuild, +enlightenment-0.16.7.2.ebuild: + Version bump #74779. + +*enlightenment-0.16.7.1 (24 Aug 2004) + + 24 Aug 2004; Mike Frysinger + +enlightenment-0.16.7.1.ebuild: + Version bump. + +*enlightenment-0.16.7 (25 Jul 2004) + + 25 Jul 2004; Mike Frysinger + +enlightenment-0.16.7.ebuild: + Version bump. + + 23 Jul 2004; Tom Gall enlightenment-0.16.7_pre5.ebuild: + stable on ppc64, bug #57624 + +*enlightenment-0.16.7_pre6 (21 Jul 2004) + + 21 Jul 2004; Mike Frysinger + +enlightenment-0.16.7_pre6.ebuild: + Version bump. + + 28 Jun 2004; Aron Griffis enlightenment-0.16.6.ebuild, + enlightenment-0.16.7_pre3.ebuild, enlightenment-0.16.7_pre4.ebuild, + enlightenment-0.16.9999.ebuild: + sync IUSE (-doc, -gnome, -kde, -nothemes, -xrandr), add sed-4 dep + +*enlightenment-0.16.7_pre5 (05 Jul 2004) + + 05 Jul 2004; Mike Frysinger + enlightenment-0.16.7_pre3.ebuild, +enlightenment-0.16.7_pre5.ebuild: + Version bump. + +*enlightenment-0.16.7_pre4 (22 Jun 2004) + + 22 Jun 2004; Mike Frysinger + +enlightenment-0.16.7_pre4.ebuild: + Version bump. + +*enlightenment-0.16.7_pre3 (31 May 2004) + + 31 May 2004; Mike Frysinger + +enlightenment-0.16.7_pre3.ebuild: + Version bump. + +*enlightenment-0.16.7_pre2 (13 May 2004) + + 13 May 2004; Mike Frysinger + -enlightenment-0.16.7_pre1.ebuild, +enlightenment-0.16.7_pre2.ebuild: + Version bump. + +*enlightenment-0.16.7_pre1 (11 May 2004) + + 11 May 2004; Mike Frysinger : + Version bump #49999 by cyrix12@cox.net + lamekain. + Introduces a lot more USE flags to trim down DEPEND. + +*enlightenment-0.16.9999 (09 Mar 2004) + + 09 Mar 2004; Mike Frysinger : + Added cvs ebuild to help out developers + +*enlightenment-0.16.6 (06 Nov 2003) + + 08 Jan 2004; enlightenment-0.16.6.ebuild: + stable on alpha and ia64 + + 15 Dec 2003; Jon Portnoy enlightenment-0.16.6.ebuild : + AMD64 keywords. + + 12 Nov 2003; Daniel Robbins : Simple "export USER=root" + fix to allow GRP compilation to work. Explanation added as comment to + ebuilds. + + 11 Nov 2003; Mike Frysinger : + Add patch to support kde menus in /usr/kde #33273. + + 06 Nov 2003; Mike Frysinger : + Version bump #32866. + +*enlightenment-0.16.6_pre8 (05 Oct 2003) + + 05 Oct 2003; Mike Frysinger : + Version bump. + +*enlightenment-0.16.6_pre7 (07 Sep 2003) + + 07 Sep 2003; Mike Frysinger : + Version bump. + +*enlightenment-0.16.6_pre6 (24 Aug 2003) + + 24 Aug 2003; Mike Frysinger : + Version bump. + +*enlightenment-0.16.6_pre5 (25 Jul 2003) + + 25 Jul 2003; Mike Frysinger : + Version bump. + +*enlightenment-0.16.6_pre4 (22 Jun 2003) + + 22 Jun 2003; Mike Frysinger : + Version bump ... more fixes upstream #23261 + +*enlightenment-0.16.6_pre3-r1 (20 Jun 2003) + + 20 Jun 2003; Mike Frysinger : + Version bump to fix install bug ... they removed scripts/ from the + install process by accident so we `dobin scripts/*` in the meantime (#23108) + +*enlightenment-0.16.6_pre3 (19 Jun 2003) + + 19 Jun 2003; Mike Frysinger : + Version bump to address #18865 and #22056 ... and the fact + that 0.16.5 is so outdated anyways ;) + +*enlightenment-0.16.5-r4 (19 Mar 2002) + + 08 Mar 2003; Mike Frysinger : + Updated package to make sound support (esd) optional #17074. + + 14 Oct 2002; Mike Frysinger enlightenment-0.16.5-r4.ebuild : + Removed duplicate install of man pages (1 into ${D}) #9083 + + 12 Aug 2002; Mark Guertin enlightenment-0.16.5-r4.ebuild : + Added ppc to keywords + + 19 Mar 2002; Seemant Kulleen enlightenment-0.16.5-r4.ebuild : + There was an issue where the path to the enlightenment binary was not being + put into englightenment.install script. The Makefile in scripts/ should have + done that, but it didn't resolve the name correctly. So, this has been + adjusted to make the script work. + +*enlightenment-0.16.5-r3 (14 Feb 2002) + + 14 Feb 2002; Dan Armak ChangeLog : + + Added /etc/X11/Sessions/enlightenment, which adds enlightenment + to the auto-generated session list in kdm and gdm. + +*enlightenment-0.16.5-r2 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-wm/evilwm/ChangeLog b/x11-wm/evilwm/ChangeLog new file mode 100644 index 00000000..d84d4747 --- /dev/null +++ b/x11-wm/evilwm/ChangeLog @@ -0,0 +1,227 @@ +# ChangeLog for x11-wm/evilwm +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/evilwm/ChangeLog,v 1.58 2015/03/20 09:00:41 jlec Exp $ + + 20 Mar 2015; Justin Lecher files/evilwm.desktop: + Fix desktop file + + 10 Aug 2014; Sergei Trofimovich evilwm-1.0.1.ebuild, + evilwm-1.1.0.ebuild: + QA: drop trailing '.' from DESCRIPTION + + 19 Oct 2013; Pacho Ramos -evilwm-1.1.0_pre8.ebuild, + metadata.xml: + Cleanup due desktop-wm removal + + 23 Dec 2012; Ulrich Müller evilwm-1.0.1.ebuild, + evilwm-1.1.0_pre8.ebuild, evilwm-1.1.0.ebuild: + Fix LICENSE, see README file, bug 446798. + +*evilwm-1.1.0 (13 Aug 2011) + + 13 Aug 2011; Michael Weber +evilwm-1.1.0.ebuild: + Version bump + + 16 Aug 2010; Jonathan Callen evilwm-1.0.1.ebuild, + evilwm-1.1.0_pre8.ebuild: + Transfer prefix keywords, switch to EAPI=3, use "exec" in + /etc/X11/Sessions/evilwm + + 06 Jul 2010; Samuli Suominen + evilwm-1.1.0_pre8.ebuild: + Don't keyword this prerelease yet wrt #323879. + +*evilwm-1.1.0_pre8 (13 Jun 2010) + + 13 Jun 2010; Samuli Suominen + +evilwm-1.1.0_pre8.ebuild: + Version bump wrt #317357 by Rasmus Thystrup Karstensen. + + 05 Jan 2010; Tiago Cunha evilwm-1.0.1.ebuild: + stable sparc, bug 285141 + + 01 Jan 2010; Tobias Klausmann evilwm-1.0.1.ebuild: + Stable on alpha, bug #285141 + + 29 Dec 2009; Joseph Jezak evilwm-1.0.1.ebuild: + Marked ppc stable for bug #285141. + + 28 Dec 2009; Markus Meier evilwm-1.0.1.ebuild: + amd64/x86 stable, bug #285141 + +*evilwm-1.0.1 (23 Sep 2009) + + 23 Sep 2009; Jeroen Roovers +evilwm-1.0.1.ebuild: + Version bump. + + 18 Jul 2008; Alexis Ballier evilwm-1.0.0.ebuild: + keyword ~x86-fbsd thanks to Davide Italiano , bug + #231713 + + 03 Feb 2008; Torsten Veller -evilwm-0.99.25.ebuild: + Cleaning. ppc-macos users will find it in prefix + + 21 Dec 2007; nixnut evilwm-1.0.0.ebuild: + Stable on ppc wrt bug 202703 + + 19 Dec 2007; Raúl Porcel evilwm-1.0.0.ebuild: + alpha/sparc/x86 stable wrt #202703 + + 18 Dec 2007; Doug Klima evilwm-1.0.0.ebuild: + amd64 stable wrt bug #202703 + + 22 Jul 2007; David Shakaryan evilwm-0.99.25.ebuild: + Remove virtual/x11 from dependencies. + +*evilwm-1.0.0 (29 Jun 2007) + + 29 Jun 2007; Torsten Veller -evilwm-0.99.17.ebuild, + +evilwm-1.0.0.ebuild: + Version bump. Removed old ebuild + + 18 Aug 2006; Luis Medinas evilwm-0.99.25.ebuild: + Stable on amd64. Bug #142610. + + 09 Aug 2006; Thomas Cort evilwm-0.99.25.ebuild: + Stable on alpha wrt Bug #142610. + + 05 Aug 2006; Michael Hanselmann evilwm-0.99.25.ebuild: + Stable on ppc. + + 04 Aug 2006; Gustavo Zacarias evilwm-0.99.25.ebuild: + Stable on sparc wrt #142610 + + 04 Aug 2006; Torsten Veller evilwm-0.99.25.ebuild: + Stable on x86 (#142610). Thanks to Christian Faulhammer for testing. + +*evilwm-0.99.25 (15 Jun 2006) + + 15 Jun 2006; Torsten Veller -evilwm-0.99.23.ebuild, + +evilwm-0.99.25.ebuild: + Version bump. + +*evilwm-0.99.23 (11 Feb 2006) + + 11 Feb 2006; Torsten Veller -evilwm-0.99.21.ebuild, + -evilwm-0.99.22.ebuild, +evilwm-0.99.23.ebuild: + Version bump. Removed old versions. + +*evilwm-0.99.22 (31 Jan 2006) + + 31 Jan 2006; Torsten Veller +files/evilwm.desktop, + -evilwm-0.99.4.ebuild, -evilwm-0.99.14.ebuild, evilwm-0.99.17.ebuild, + -evilwm-0.99.18.ebuild, +evilwm-0.99.22.ebuild: + Version bump. Added desktop file. Removed old versions. + +*evilwm-0.99.21 (22 Jan 2006) + + 22 Jan 2006; Torsten Veller +evilwm-0.99.21.ebuild: + Version bump. Removes dependency on motif. + + 24 Dec 2005; Doug Goldstein evilwm-0.99.18.ebuild: + adding modular X depends + + 13 Jul 2005; Kito evilwm-0.99.18.ebuild: + ~ppc-macos keywords, fix motif includes closes 58845 + +*evilwm-0.99.18 (18 Jun 2005) + + 18 Jun 2005; Mamoru KOMACHI +evilwm-0.99.18.ebuild: + Version bumped. This closes bug #95302. + + 08 May 2005; Herbie Hopkins evilwm-0.99.17.ebuild: + Stable on amd64. + + 28 Dec 2004; Ciaran McCreesh : + Change encoding to UTF-8 for GLEP 31 compliance + + 06 Sep 2004; Rob Holland evilwm-0.99.17.ebuild: + Provide a more sensible default font. + + 07 Jul 2004; Bryan Østergaard evilwm-0.99.17.ebuild: + Stable on alpha. + + 28 Jun 2004; Aron Griffis evilwm-0.99.4.ebuild: + glibc -> libc + + 27 Jun 2004; Aron Griffis evilwm-0.99.14.ebuild, + evilwm-0.99.17.ebuild: + QA - fix use invocation + + 26 Jun 2004; Danny van Dyk evilwm-0.99.17.ebuild: + Marked ~amd64. + + 26 Feb 2004; Sven Blumenstein evilwm-0.99.17.ebuild: + Stable on sparc! + + 11 Jan 2004; Heinrich Wendel evilwm-0.99.14.ebuild, + evilwm-0.99.17.ebuild: + fixed motif dep + + 09 Jan 2004; Jason A Mobarak evilwm-0.99.16.ebuild, + evilwm-0.99.17.ebuild: + Removed 0.99.16, moved 0.99.17 to x86. + + 05 Jan 2004; Jason Wever evilwm-0.99.14.ebuild: + Marked stable on sparc. + + 28 Nov 2003; Mike Gardiner evilwm-0.99.14.ebuild, + evilwm-0.99.16.ebuild, evilwm-0.99.17.ebuild, evilwm-0.99.4.ebuild: + IUSE added to all ebuilds (motif or '' as appropriate) + +*evilwm-0.99.17 (04 Nov 2003) + + 04 Nov 2003; Brandon Hale evilwm-0.99.17.ebuild, + metadata.xml: + Version bump, adding metadata.xml + +*evilwm-0.99.16 (18 Sep 2003) + + 18 Sep 2003; Seemant Kulleen evilwm-0.99.16.ebuild: + version bump + + 09 Feb 2003; Aron Griffis evilwm-0.99.14.ebuild : + Add ~alpha to KEYWORDS + +*evilwm-0.99.14 (09 Feb 2003) + + 09 Mar 2003; Aron Griffis evilwm-0.99.14.ebuild: + Mark stable on alpha + + 09 Feb 2003; Seemant Kulleen evilwm-0.99.14.ebuild + files/digest-evilwm-0.99.14 : + + Version bump. + +*evilwm-0.99.11 (23 Nov 2002) + + 09 Feb 2003; Seemant Kulleen evilwm-0.99.11.ebuild : + + Made virtual/motif a USE flag based DEPEND, and did sed-fu to make it + optional in the makefile. Closes bug #15356 by: Pierre-Olivier Bouchard + . Moved to x86 profile + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + + 23 Nov 2002; Sascha Schwabbauer evilwm-0.99.11.ebuild : + + Added ~ppc to keywords. + +*evilwm-0.99.11 (12 Nov 2002) + + 12 Nov 2002; Brad Cowan evilwm-0.99.11.ebuild, + files/digest-evilwm-0.99.11 : + + Version bump. + +*evilwm-0.99.4 (28 Jul 2002) + + 28 Jul 2002; Daniel Ahlberg evilwm-0.99.4.ebuild : + + Version bump. + +*evilwm-0.3.11 (14 April 2002) + + 14 April 2002; Bart Verwilst Changelog : + + Initial ebuild, added to Portage (added SLOT) diff --git a/x11-wm/fluxbox/ChangeLog b/x11-wm/fluxbox/ChangeLog new file mode 100644 index 00000000..88cac477 --- /dev/null +++ b/x11-wm/fluxbox/ChangeLog @@ -0,0 +1,1722 @@ +# ChangeLog for x11-wm/fluxbox +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.354 2015/08/02 09:37:40 pacho Exp $ + + 02 Aug 2015; Pacho Ramos fluxbox-1.3.7-r2.ebuild: + sparc stable wrt bug #551350 + + 23 Jul 2015; Pacho Ramos fluxbox-1.3.7-r2.ebuild: + ppc stable wrt bug #551350 + + 22 Jul 2015; Mikle Kolyada fluxbox-1.3.6-r1.ebuild: + ia64 stable wrt bug #541526 + + 19 Jul 2015; Mikle Kolyada fluxbox-1.3.7-r2.ebuild: + ia64 stable wrt bug #551350 + + 16 Jul 2015; Tobias Klausmann fluxbox-1.3.7-r2.ebuild: + Stable on alpha, bug 551350 + + 03 Jul 2015; Agostino Sarubbo fluxbox-1.3.6-r1.ebuild: + Stable for alpha, wrt bug #541526 + + 28 Jun 2015; Mikle Kolyada fluxbox-1.3.7-r2.ebuild: + x86 stable wrt bug #551350 + + 21 Jun 2015; Mikle Kolyada fluxbox-1.3.7-r2.ebuild: + amd64 stable wrt bug #551350 + + 21 Jun 2015; Markus Meier fluxbox-1.3.7-r2.ebuild: + arm stable, bug #551350 + +*fluxbox-1.3.7-r2 (09 Jun 2015) + + 09 Jun 2015; Daniel Campbell +fluxbox-1.3.7-r2.ebuild, + +files/fix-hidden-toolbar.patch: + Add patch & revbump wrt bug #551522 + + 06 Jun 2015; Daniel Campbell fluxbox-1.3.7-r1.ebuild: + amd64 stable wrt bug #551350 + + 02 Jun 2015; Jack Morgan fluxbox-1.3.6-r1.ebuild: + sparc stable wrt bug #541526 + + 27 May 2015; Mikle Kolyada fluxbox-1.3.6-r1.ebuild: + arm stable wrt bug #541526 + + 15 May 2015; Pacho Ramos fluxbox-1.3.6-r1.ebuild: + ppc stable wrt bug #541526 + + 13 May 2015; Daniel Campbell metadata.xml: + Update maintainer information + + 11 May 2015; Mikle Kolyada fluxbox-1.3.6-r1.ebuild: + x86 stable wrt bug #541526 + + 11 May 2015; Mikle Kolyada fluxbox-1.3.6-r1.ebuild: + amd64 stable wrt bug #541526 + + 06 May 2015; Aaron W. Swenson + fluxbox-1.3.7-r1.ebuild: + Remove invalid epatch line that snuck its way back in. + + 06 May 2015; Aaron W. Swenson fluxbox-9999.ebuild: + Fix bug 509014. + +*fluxbox-1.3.7-r1 (06 May 2015) + + 06 May 2015; Aaron W. Swenson + +fluxbox-1.3.7-r1.ebuild, metadata.xml: + Fix bug 547990. Thanks to Daniel Campbell for testing. + + 30 Apr 2015; Jeroen Roovers fluxbox-1.3.6-r1.ebuild: + Stable for HPPA (bug #541526). + + 29 Apr 2015; Jeroen Roovers fluxbox-1.3.6-r1.ebuild: + Stable for PPC64 (bug #541526). + +*fluxbox-1.3.7 (22 Mar 2015) + + 22 Mar 2015; Aaron W. Swenson +fluxbox-1.3.7.ebuild: + Version bump fixes bug 539348. Thanks Daniel Campbell. + + 20 Mar 2015; Justin Lecher files/fluxbox.desktop: + Fix desktop file + + 28 Feb 2015; Agostino Sarubbo fluxbox-1.3.5.ebuild: + Stable for ia64, wrt bug #536086 + + 27 Feb 2015; Agostino Sarubbo fluxbox-1.3.5.ebuild: + Stable for sparc, wrt bug #536086 + + 24 Feb 2015; Agostino Sarubbo fluxbox-1.3.5.ebuild: + Stable for alpha, wrt bug #536086 + + 23 Feb 2015; Agostino Sarubbo fluxbox-1.3.5.ebuild: + Stable for ppc64, wrt bug #536086 + + 28 Jan 2015; Agostino Sarubbo fluxbox-1.3.5.ebuild: + Stable for ppc, wrt bug #536086 + + 27 Jan 2015; Ian Delaney fluxbox-1.3.5-r1.ebuild, + fluxbox-1.3.6-r1.ebuild: + Set correct fix to bug #537356 + + 26 Jan 2015; Ian Delaney -fluxbox-1.3.6.ebuild, + files/1.3.5-generate_menu-printf-fix.patch, fluxbox-1.3.5-r1.ebuild, + fluxbox-9999.ebuild: + update patch with final form from upstream, add missed addition from bug + 537356 to -1.3.5-r1, full update to live ebuild from patch from same bug, + remove broken 1.3.6 ebuild, fixes Bugs 537356, 536370 by maintainers + + 26 Jan 2015; Agostino Sarubbo fluxbox-1.3.5.ebuild: + Stable for x86, wrt bug #536086 + + 26 Jan 2015; Ian Delaney fluxbox-1.3.6-r1.ebuild: + add fix re USE toolbar from Bug 537356 to -1.3.6-r1, patch by maintainer D. + Campbell + +*fluxbox-1.3.5-r1 (26 Jan 2015) + + 26 Jan 2015; Ian Delaney +fluxbox-1.3.5-r1.ebuild: + revbump to -1.3.5; patch by D. Campbell, fixes bug #537356 made by co- + maintainer + +*fluxbox-1.3.6-r1 (24 Jan 2015) + + 24 Jan 2015; Ian Delaney + +files/1.3.5-generate_menu-printf-fix.patch, +fluxbox-1.3.6-r1.ebuild: + revbump; Add patch prepared by proxy maintainer, D. Campbell, from bug #536370 + addressing format issue in icon paths, fixes said Bug + + 22 Jan 2015; Markus Meier fluxbox-1.3.5.ebuild: + arm stable, bug #536086 + + 22 Jan 2015; Agostino Sarubbo fluxbox-1.3.5.ebuild: + Stable for amd64, wrt bug #536086 + + 12 Jan 2015; Jeroen Roovers fluxbox-1.3.5.ebuild: + Stable for HPPA (bug #536086). + +*fluxbox-1.3.6 (11 Jan 2015) + + 11 Jan 2015; Aaron W. Swenson +fluxbox-1.3.6.ebuild: + Version bump fixes bug 535864. Thanks Daniel Campbell. + + 07 Jan 2015; Jeroen Roovers metadata.xml: + Update e-mail address. + + 20 Oct 2013; Markos Chandras metadata.xml: + Add Daniel Campbell as maintainer + + 19 Oct 2013; Panagiotis Christopoulos metadata.xml: + fix typo in email + + 19 Oct 2013; Panagiotis Christopoulos metadata.xml: + Add myself to metadata.xml + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 30 Jun 2013; Kacper Kowalik metadata.xml: + Remove unused local USE-description + + 30 Jun 2013; Kacper Kowalik + -files/1.0.0/gcc-4.3.patch, -files/1.0.0/generate-menu.patch, + -files/1.0.0/gentoo_style_location.patch, + -files/1.1.0.1/gentoo_style_location.patch, -files/fbsetbg-quiet-1.1.1.patch, + -files/fluxbox-1.0.0-interix.patch, -files/fluxbox-1.1.1-multiscreen.patch, + -files/fluxbox-1.3.1-gcc46.patch, -files/macrocmd-crash-1.1.1.patch, + -files/mousefocus-1.1.1-r2.patch, -files/mousefocus-1.1.1.patch, + -files/strictmousefocus-1.1.1.patch, -fluxbox-1.1.1-r3.ebuild, + -fluxbox-1.3.1.ebuild, -fluxbox-1.3.3.ebuild: + Drop old, obsoletes bug #464898 by Vicente Olivert Riera + + 01 Jun 2013; Pacho Ramos metadata.xml: + Cleanup due bug #144305 + +*fluxbox-1.3.5 (19 Mar 2013) + + 19 Mar 2013; Jeroen Roovers +fluxbox-1.3.5.ebuild: + Version bump. + +*fluxbox-1.3.3 (08 Jan 2013) + + 08 Jan 2013; Jim Ramsay +fluxbox-1.3.3.ebuild, + fluxbox-1.3.2.ebuild, fluxbox-9999.ebuild: + Bug #449722 -> s/gkmessage/gxmessage/g. Also version bump now that v1.3.3 is + released + + 30 Aug 2012; Samuli Suominen fluxbox-1.3.2.ebuild, + fluxbox-9999.ebuild: + Use fribidi.pc pkg-config file to read Cflags: to get correct path(s) for + GLib 2.x headers wrt #417311 by Stefan Kuhn + + 28 May 2012; Raúl Porcel fluxbox-1.3.2.ebuild: + alpha/ia64/sparc stable wrt #409339 + + 19 Apr 2012; Brent Baude fluxbox-1.3.2.ebuild: + Marking fluxbox-1.3.2 ppc64 for bug 409339 + + 17 Apr 2012; Brent Baude fluxbox-1.3.2.ebuild: + Marking fluxbox-1.3.2 ppc for bug 409339 + + 05 Apr 2012; Pawel Hajdan jr fluxbox-1.3.2.ebuild: + x86 stable wrt bug #409339 + + 03 Apr 2012; Jeroen Roovers fluxbox-1.3.2.ebuild: + Stable for HPPA (bug #409339). + + 31 Mar 2012; Markus Meier fluxbox-1.3.2.ebuild: + arm stable, bug #409339 + + 29 Mar 2012; Agostino Sarubbo fluxbox-1.3.2.ebuild: + Stable for amd64, wrt bug #409339 + +*fluxbox-1.3.2 (29 Nov 2011) + + 29 Nov 2011; Jim Ramsay +fluxbox-1.3.2.ebuild, + fluxbox-9999.ebuild: + Version bump: 1.3.2 is released, now with true ARGB (Xrender transparency) + support. + + Also fixes bug #388569: Removing 'gnome' USE flag as there is no + corresponding + option in the application any more. + + 20 Aug 2011; Jeroen Roovers fluxbox-1.3.1.ebuild: + Stable for HPPA (bug #375013). + + 24 Jul 2011; Raúl Porcel fluxbox-1.3.1.ebuild: + alpha/ia64/sparc stable wrt #375013 + + 23 Jul 2011; Kacper Kowalik fluxbox-1.3.1.ebuild: + ppc/ppc64 stable wrt #375013 + + 23 Jul 2011; Markus Meier fluxbox-1.3.1.ebuild: + arm stable, bug #375013 + + 17 Jul 2011; Markus Meier fluxbox-1.3.1.ebuild: + x86 stable, bug #375013 + + 14 Jul 2011; Markos Chandras fluxbox-1.3.1.ebuild: + Stable on amd64 wrt bug #375013 + + 14 Jul 2011; Jim Ramsay fluxbox-9999.ebuild: + Updating live ebuild to use git-2 eclass + + 13 Jul 2011; Jim Ramsay -fluxbox-1.0.0.ebuild, + -fluxbox-1.0.0-r2.ebuild, -fluxbox-1.1.0.1.ebuild, -fluxbox-1.1.1-r1.ebuild, + -fluxbox-1.1.1-r2.ebuild, -fluxbox-1.3.0.ebuild: + Version cleanup + + 16 Apr 2011; Ulrich Mueller fluxbox-1.0.0.ebuild, + fluxbox-1.0.0-r2.ebuild, fluxbox-1.1.0.1.ebuild, fluxbox-1.1.1-r1.ebuild, + fluxbox-1.1.1-r2.ebuild, fluxbox-1.1.1-r3.ebuild, fluxbox-1.3.0.ebuild, + fluxbox-1.3.1.ebuild, fluxbox-9999.ebuild: + Don't PROVIDE virtual/blackbox, bug 358825. + + 13 Apr 2011; Kacper Kowalik fluxbox-1.3.1.ebuild, + +files/fluxbox-1.3.1-gcc46.patch: + Cherrypick upstream patch to fix gcc-4.6 build failure wrt #363463 by Diego + Elio Pettenò + +*fluxbox-1.3.1 (28 Feb 2011) + + 28 Feb 2011; Jim Ramsay fluxbox-1.1.1-r1.ebuild, + fluxbox-1.1.1-r2.ebuild, fluxbox-1.1.1-r3.ebuild, + -files/fluxbox-1.1.1-osx-has-otool.patch, fluxbox-1.3.0.ebuild, + -files/fluxbox-1.3.0-osx-has-otool.patch, +fluxbox-1.3.1.ebuild, + +files/osx-has-otool.patch: + Fluxbox-1.3.1 is released. Plus cleanup of a prefix patch for osx (Bug + #355177) + + 22 Feb 2011; Tomáš Chvátal fluxbox-1.3.0.ebuild: + Remove needless ||die statements with eapi4. + +*fluxbox-1.3.0 (21 Feb 2011) + + 21 Feb 2011; Jim Ramsay +fluxbox-1.3.0.ebuild, + +files/fluxbox-1.3.0-osx-has-otool.patch: + Fluxbox 1.3.0 is released! (Bug #355643) + + 20 Feb 2011; Joseph Jezak fluxbox-1.1.1-r3.ebuild: + Marked ppc/ppc64 stable for bug #352833. + + 20 Feb 2011; Raúl Porcel fluxbox-1.1.1-r3.ebuild: + alpha/ia64/sparc/x86 stable wrt #352833 + + 19 Feb 2011; Markus Meier fluxbox-1.1.1-r3.ebuild: + arm stable, bug #352833 + + 10 Feb 2011; Markos Chandras fluxbox-1.1.1-r3.ebuild: + Stable on amd64 wrt bug #352833 + + 02 Feb 2011; Jeroen Roovers fluxbox-1.1.1-r3.ebuild: + Stable for HPPA (bug #352833). + +*fluxbox-1.1.1-r3 (19 Jan 2011) + + 19 Jan 2011; Jim Ramsay +fluxbox-1.1.1-r3.ebuild, + +files/fluxbox-1.1.1-multiscreen.patch: + Bug #350641: Backported upstream patch to allow multi-screen setups with + libX11-1.4.0 + + 19 Jan 2011; Jim Ramsay fluxbox-9999.ebuild, metadata.xml: + Add USE flag for fribidi support to live ebuild + + 16 Aug 2010; Jonathan Callen fluxbox-1.0.0.ebuild, + +files/fluxbox-1.0.0-interix.patch, + files/1.1.0.1/gentoo_style_location.patch, fluxbox-1.0.0-r2.ebuild, + fluxbox-1.1.0.1.ebuild, fluxbox-1.1.1-r1.ebuild, fluxbox-1.1.1-r2.ebuild, + +files/fluxbox-1.1.1-osx-has-otool.patch, + files/gentoo_style_location-1.1.x.patch, fluxbox-9999.ebuild, + files/1.0.0/gentoo_style_location.patch: + Transfer prefix support from overlay: add prefix keywords, switch to + EAPI-3, edit patches to use @GENTOO_PORTAGE_PREFIX@ and run eprefixify, + add extra patches for Mac OS X and Interix + +*fluxbox-1.1.1-r2 (29 May 2010) + + 29 May 2010; Jim Ramsay +fluxbox-1.1.1-r2.ebuild, + +files/mousefocus-1.1.1-r2.patch, +files/strictmousefocus-1.1.1.patch, + metadata.xml: + Fix focus-follows-mouse (Bug #290649) + + 14 Nov 2009; Tomáš Chvátal fluxbox-9999.ebuild: + QA: drop Keywords from live ebuild, make ebuild properly eapi2. + + 19 Jul 2009; nixnut fluxbox-1.1.1-r1.ebuild: + ppc stable #275391 + + 08 Jul 2009; Markus Meier fluxbox-1.1.1-r1.ebuild: + amd64 stable, bug #275391 + + 04 Jul 2009; Brent Baude fluxbox-1.1.1-r1.ebuild: + stable ppc64, bug 275391 + + 30 Jun 2009; Raúl Porcel fluxbox-1.1.1-r1.ebuild: + arm/ia64/sparc/x86 stable wrt #275391 + + 29 Jun 2009; Jeroen Roovers fluxbox-1.1.1-r1.ebuild: + Stable for HPPA (bug #275391). + + 28 Jun 2009; Tobias Klausmann + fluxbox-1.1.1-r1.ebuild: + Stable on alpha, bug #275391 + + 24 Jun 2009; Jeroen Roovers fluxbox-1.0.0-r2.ebuild: + Stable for HPPA too. + +*fluxbox-1.1.1-r1 (26 May 2009) + + 26 May 2009; Jim Ramsay + +files/fbsetbg-quiet-1.1.1.patch, +files/macrocmd-crash-1.1.1.patch, + +files/mousefocus-1.1.1.patch, -files/keyparse_hang.patch, + -fluxbox-1.1.1.ebuild, +fluxbox-1.1.1-r1.ebuild: + Added patches for all known 1.1.1 bugs + + 08 Apr 2009; Jim Ramsay +files/keyparse_hang.patch, + fluxbox-1.1.0.1.ebuild, fluxbox-1.1.1.ebuild: + Fix hang reported in #263379 + + 16 Mar 2009; Raúl Porcel fluxbox-1.1.1.ebuild, + fluxbox-9999.ebuild: + Add ~arm + + 08 Mar 2009; Thomas Anderson + fluxbox-1.0.0.ebuild, fluxbox-1.0.0-r2.ebuild, fluxbox-1.1.0.1.ebuild, + fluxbox-1.1.1.ebuild: + Transition to EAPI 2 usedeps + + 09 Jan 2009; Rémi Cardona fluxbox-1.0.0.ebuild, + fluxbox-1.0.0-r2.ebuild, fluxbox-1.1.0.1.ebuild, fluxbox-1.1.1.ebuild, + fluxbox-9999.ebuild: + Change virtual/xft dependency to x11-libs/libXft, bug 253771. + +*fluxbox-9999 (11 Dec 2008) + + 11 Dec 2008; Jim Ramsay +fluxbox-9999.ebuild: + Adding live git ebuild (Bug #250526) + + 22 Sep 2008; David Shakaryan metadata.xml: + Change herd from commonbox to desktop-wm. + +*fluxbox-1.1.1 (18 Sep 2008) + + 18 Sep 2008; Jim Ramsay + +files/gentoo_style_location-1.1.x.patch, +fluxbox-1.1.1.ebuild: + Version bump - 1.1.1 is released + +*fluxbox-1.1.0.1 (04 Sep 2008) + + 04 Sep 2008; Jim Ramsay + +files/1.1.0.1/gentoo_style_location.patch, + -files/1.1.0/gentoo_style_location.patch, -files/1.1.0/windowmenu, + -fluxbox-1.1.0-r1.ebuild, +fluxbox-1.1.0.1.ebuild: + New version - 1.1.0.1 is released (Fixes some issues with the 1.1.0 + release) + + 03 Sep 2008; Jim Ramsay fluxbox-1.1.0-r1.ebuild: + Added ewarn message about potential problem from last 1.1.0-r1 install + +*fluxbox-1.1.0-r1 (03 Sep 2008) + + 03 Sep 2008; Jim Ramsay +files/1.1.0/windowmenu, + -fluxbox-1.1.0.ebuild, +fluxbox-1.1.0-r1.ebuild: + New fix for bug #236532 - Uses missing windowmenu file from upstream + + 03 Sep 2008; Peter Alfredsen fluxbox-1.1.0.ebuild: + Fix bug 236523, upstream changed default menu location. + +*fluxbox-1.1.0 (02 Sep 2008) + + 02 Sep 2008; Jim Ramsay + +files/1.1.0/gentoo_style_location.patch, +fluxbox-1.1.0.ebuild: + Version bump - 1.1.0 is released! + + 29 Jul 2008; Jim Ramsay + -files/0.9.15/fluxbox-0.9.15-our-styles-go-over-here.patch, + -files/0.9.15/129065-fix-doubleclick-64bit.patch, metadata.xml, + -fluxbox-0.9.15.1-r2.ebuild: + Moved local USE flags to metadata.xml, and cleaned up some versions + + 25 Jul 2008; Jim Ramsay fluxbox-1.0.0-r2.ebuild: + Enabling imlib USE flag by default. + + 22 May 2008; Jim Ramsay -fluxbox-1.0.0-r1.ebuild, + fluxbox-1.0.0-r2.ebuild: + Marking stable on amd64, plus some small version cleanups + + 13 May 2008; Joseph Jezak fluxbox-1.0.0-r2.ebuild: + Marked ppc stable. + + 12 May 2008; Markus Rothe fluxbox-1.0.0-r2.ebuild: + Stable on ppc64 + + 02 May 2008; Raúl Porcel fluxbox-1.0.0-r2.ebuild: + alpha/ia64/sparc/x86 stable + + 28 Feb 2008; Jim Ramsay fluxbox-1.0.0-r1.ebuild, + fluxbox-1.0.0-r2.ebuild: + Oops, put the patch in -r1 instead of -r2! Fixed now :) + +*fluxbox-1.0.0-r2 (28 Feb 2008) + + 28 Feb 2008; Jim Ramsay +files/1.0.0/gcc-4.3.patch, + fluxbox-1.0.0-r1.ebuild, +fluxbox-1.0.0-r2.ebuild: + Patch for gcc-4.3 compatibility, from bug #211675 + + 28 Jan 2008; Jim Ramsay + -files/1.0_rc3/gentoo_style_location.patch, -fluxbox-1.0_rc3_p4983.ebuild: + Version cleanup, also fixes bug 207504 + +*fluxbox-1.0.0-r1 (26 Dec 2007) + + 26 Dec 2007; Jim Ramsay + +files/1.0.0/generate-menu.patch, +files/fluxbox.xsession, + +fluxbox-1.0.0-r1.ebuild: + Changed 'disableslit' and 'disabletoolbar' to 'slit' and 'toolbar' using new + EAPI=1 USE-defaults. Added 'vim-syntax' plugin to pull in + app-vim/fluxbox-syntax. Fixed menu generation for bugs #199437 and #199439. + Adding proper xsession script, as per #201535 + + 25 Dec 2007; Christian Heim metadata.xml: + Removing tercel from metadata.xml as per #88960. + + 16 Nov 2007; nixnut fluxbox-1.0.0.ebuild: + Stable on ppc wrt bug 198968 + + 13 Nov 2007; Markus Rothe fluxbox-1.0.0.ebuild: + Stable on ppc64; bug #198968 + + 13 Nov 2007; Jeroen Roovers fluxbox-1.0.0.ebuild: + Stable for HPPA (bug #198968). + + 13 Nov 2007; Samuli Suominen fluxbox-1.0.0.ebuild: + amd64 stable wrt #198968 + + 12 Nov 2007; Raúl Porcel fluxbox-1.0.0.ebuild: + alpha/ia64/sparc/x86 stable wrt #198968 + + 11 Oct 2007; Jim Ramsay fluxbox-1.0.0.ebuild, + fluxbox-1.0_rc3_p4983.ebuild: + Newest fluxbox is incompatible with fbdesk-1.2.1 (will be fixed by upstream + in next fbdesk release, bug 191717) + + 09 Oct 2007; Jim Ramsay + -files/1.0_rc3/fluxbox-1.0_rc3-flicker.patch, + -files/1.0_rc3/fluxbox-1.0_rc3-generate_menu_icon_fix.patch, + -files/1.0_rc3/fluxbox-1.0_rc3-our-styles-go-over-here.patch, + -files/1.0_rc3/startfluxbox_doesnt.patch, + -files/1.0_rc3/fluxbox-1.0_rc3-textproperties_segfault.patch, + -fluxbox-1.0_rc3.ebuild, -fluxbox-1.0_rc3_p5059.ebuild: + Version cleanup + + 09 Oct 2007; Jim Ramsay fluxbox-1.0.0.ebuild: + Small QA changes, thanks dberkholz! + +*fluxbox-1.0.0 (09 Oct 2007) + + 09 Oct 2007; Jim Ramsay + +files/1.0.0/gentoo_style_location.patch, +fluxbox-1.0.0.ebuild: + New version: 1.0.0 is released! (bug 195197) + + 25 Sep 2007; Raúl Porcel + fluxbox-1.0_rc3_p4983.ebuild: + sparc stable wrt #191417 + + 08 Sep 2007; Jeroen Roovers fluxbox-1.0_rc3_p4983.ebuild: + Stable for HPPA (bug #191417). + + 06 Sep 2007; Joseph Jezak + fluxbox-1.0_rc3_p4983.ebuild: + Marked ppc/ppc64 stable for bug #191417. + + 06 Sep 2007; Christoph Mende + fluxbox-1.0_rc3_p4983.ebuild: + Stable on amd64 + + 06 Sep 2007; Raúl Porcel + fluxbox-1.0_rc3_p4983.ebuild: + alpha/ia64/x86 stable wrt #191417 + + 05 Sep 2007; Jim Ramsay + -files/1.0_rc3_p4944/gentoo_style_location.patch, + -files/1.0_rc3_p4944/svn_up_from_4937.patch, + -files/1.0_rc3_p4949/gentoo_style_location.patch, + -files/1.0_rc3_p4949/svn_up_from_4937.patch, + -files/1.0_rc3_p4983/gentoo_style_location.patch, + -fluxbox-1.0_rc3-r1.ebuild, -fluxbox-1.0_rc3-r2.ebuild, + -fluxbox-1.0_rc3-r3.ebuild, -fluxbox-1.0_rc3_p4944.ebuild, + -fluxbox-1.0_rc3_p4949.ebuild, fluxbox-1.0_rc3_p4983.ebuild: + Big version cleanout, and consolidated some patches + +*fluxbox-1.0_rc3_p5059 (05 Sep 2007) + + 05 Sep 2007; Jim Ramsay + +files/1.0_rc3/gentoo_style_location.patch, +fluxbox-1.0_rc3_p5059.ebuild: + Adding SVN snapshot 5059, which includes more bugfixes + + 22 Jul 2007; David Shakaryan fluxbox-0.9.15.1-r2.ebuild, + fluxbox-1.0_rc3.ebuild, fluxbox-1.0_rc3-r1.ebuild, + fluxbox-1.0_rc3-r2.ebuild, fluxbox-1.0_rc3-r3.ebuild, + fluxbox-1.0_rc3_p4944.ebuild, fluxbox-1.0_rc3_p4949.ebuild, + fluxbox-1.0_rc3_p4983.ebuild: + Remove virtual/x11 from dependencies. + +*fluxbox-1.0_rc3_p4983 (13 Jul 2007) + + 13 Jul 2007; Jim Ramsay + +files/1.0_rc3_p4983/gentoo_style_location.patch, + +fluxbox-1.0_rc3_p4983.ebuild: + Latest SVN snapshot: 4983. Fixes all previous bugs and bug 183982. + + 13 Jul 2007; Jim Ramsay fluxbox-1.0_rc3_p4949.ebuild: + Removed old (unneeded) antialias setting from ebuild, thanks to ak|ra on + #fluxbox + + 03 Jul 2007; Jim Ramsay + -files/0.9.13/fluxbox-0.9.13-our-styles-go-over-here.patch, + +files/0.9.15/fluxbox-0.9.15-our-styles-go-over-here.patch: + Bug 183836, I somehow broke the 0.9.15 patches again. Fixed now :) + +*fluxbox-1.0_rc3_p4949 (30 Jun 2007) + + 30 Jun 2007; Jim Ramsay + +files/1.0_rc3_p4949/gentoo_style_location.patch, + +files/1.0_rc3_p4949/svn_up_from_4937.patch, fluxbox-1.0_rc3-r2.ebuild, + +fluxbox-1.0_rc3_p4949.ebuild: + New snapshot, fixes all previous bugs and bug 183704 + +*fluxbox-1.0_rc3_p4944 (29 Jun 2007) + + 29 Jun 2007; Jim Ramsay + +files/1.0_rc3_p4944/gentoo_style_location.patch, + +files/1.0_rc3_p4944/svn_up_from_4937.patch, + -fluxbox-1.0_rc3-r493700.ebuild, +fluxbox-1.0_rc3_p4944.ebuild: + Adding new snapshot version with cleaner ebuild version name (now that + multiple suffixes are allowed). Also removing previous snapshot ebuild to + get rid of the ugly version name I used. + This snapshot fixes all previous bugs and also Bug 181192 and Bug 179868. + +*fluxbox-1.0_rc3-r493700 (10 Jun 2007) + + 10 Jun 2007; Jim Ramsay +fluxbox-1.0_rc3-r493700.ebuild: + First svn snapshot release of fluxbox-1.0_rc3, fixes all previously patched + bugs in the 1.0_rc3-r* series, and many others. New naming scheme for this + snapshot series: -rXXXXYY where XXXX is the SVN revision number, and YY is a + 2-digit ebuild revision number. For example, -r493700 is the first ebuild + equivalent to the upstream SVN revision 4937. -r500022 would be the 23rd + version equivalent to upstream SVN revision 5000. + + 07 Jun 2007; Jim Ramsay + files/1.0_rc3/startfluxbox_doesnt.patch: + Bug 181151 - CVS ate my patch + +*fluxbox-1.0_rc3-r3 (06 Jun 2007) + + 06 Jun 2007; Jim Ramsay + +files/1.0_rc3/startfluxbox_doesnt.patch, +fluxbox-1.0_rc3-r3.ebuild: + Fix for Bug 181039 - patches 'startfluxbox' script so it actually starts + fluxbox on your first ever run + + 23 May 2007; Jim Ramsay + +files/0.9.13/fluxbox-0.9.13-our-styles-go-over-here.patch, + fluxbox-0.9.15.1-r2.ebuild, fluxbox-1.0_rc3.ebuild, + fluxbox-1.0_rc3-r1.ebuild, fluxbox-1.0_rc3-r2.ebuild: + Bring patch back from the dead because it is still needed + +*fluxbox-1.0_rc3-r2 (14 May 2007) + + 14 May 2007; Jim Ramsay + -files/0.9.13/fluxbox-0.9.13-4023-overlapping-icons-are-bad-92915.patch, + -files/0.9.13/fluxbox-0.9.13-our-styles-go-over-here.patch, + -files/1.0_rc1/fluxbox-1.0_rc1-our-styles-go-over-here.patch, + -files/1.0_rc2/fluxbox-1.0_rc2-our-styles-go-over-here.patch, + +files/1.0_rc3/fluxbox-1.0_rc3-flicker.patch, + +files/1.0_rc3/fluxbox-1.0_rc3-generate_menu_icon_fix.patch, + +fluxbox-1.0_rc3-r2.ebuild: + Added patch from upstream to fix bug 176476. Also removed some old unneeded + patches + + 14 May 2007; Raúl Porcel fluxbox-1.0_rc3.ebuild: + alpha stable wrt # 167117 + +*fluxbox-1.0_rc3-r1 (07 May 2007) + + 07 May 2007; Jim Ramsay + +files/1.0_rc3/fluxbox-1.0_rc3-textproperties_segfault.patch, + +fluxbox-1.0_rc3-r1.ebuild: + Added patch from bug 177114 to fix possible segfaults for certain apps. + + 24 Apr 2007; Tobias Scherbaum + fluxbox-1.0_rc3.ebuild: + ppc stable, bug #167117 + + 21 Apr 2007; Jeroen Roovers fluxbox-1.0_rc3.ebuild: + Stable for HPPA (bug #167117). + + 19 Apr 2007; Jim Ramsay -fluxbox-0.9.14-r1.ebuild, + -fluxbox-0.9.14-r2.ebuild, -fluxbox-0.9.15.ebuild, + -fluxbox-0.9.15.1.ebuild, -fluxbox-0.9.15.1-r1.ebuild, + -fluxbox-1.0_rc1.ebuild, -fluxbox-1.0_rc2-r1.ebuild, + -fluxbox-1.0_rc2-r2.ebuild: + Version cleanup + + 19 Apr 2007; Fabian Groffen fluxbox-0.9.14-r1.ebuild, + fluxbox-0.9.14-r2.ebuild, fluxbox-0.9.15.ebuild, fluxbox-0.9.15.1.ebuild, + fluxbox-0.9.15.1-r1.ebuild, fluxbox-0.9.15.1-r2.ebuild, + fluxbox-1.0_rc1.ebuild, fluxbox-1.0_rc2-r1.ebuild, + fluxbox-1.0_rc2-r2.ebuild, fluxbox-1.0_rc3.ebuild: + Dropped ppc-macos keyword, see you in prefix + + 19 Apr 2007; Markus Rothe fluxbox-1.0_rc3.ebuild: + Stable on ppc64; bug #167117 + + 19 Apr 2007; Christian Faulhammer + fluxbox-1.0_rc3.ebuild: + stable amd64, bug 167117 + + 19 Apr 2007; Gustavo Zacarias + fluxbox-1.0_rc3.ebuild: + Stable on sparc wrt #167117 + + 19 Apr 2007; Raúl Porcel fluxbox-1.0_rc3.ebuild: + ia64 + x86 stable wrt bug 167117 + + 16 Apr 2007; Markus Rothe fluxbox-0.9.15.1-r2.ebuild: + Stable on ppc64 + +*fluxbox-1.0_rc3 (20 Mar 2007) + + 20 Mar 2007; Jim Ramsay + +files/1.0_rc3/fluxbox-1.0_rc3-our-styles-go-over-here.patch, + metadata.xml, +fluxbox-1.0_rc3.ebuild: + Version bump - 1.0rc3 is released + + 16 Feb 2007; Raúl Porcel fluxbox-0.9.15.1-r2.ebuild: + x86 stable + + 13 Nov 2006; Bryan Østergaard + fluxbox-0.9.15.1-r2.ebuild: + Stable on Alpha. + + 22 Oct 2006; Diego Pettenò + fluxbox-1.0_rc2-r2.ebuild: + Add ~x86-fbsd keyword. + + 05 Sep 2006; Joshua Kinard fluxbox-0.9.15.1-r2.ebuild: + Marked stable on mips. + + 02 Sep 2006; Bryan Østergaard + fluxbox-0.9.15.1-r2.ebuild: + Stable on ia64. + + 25 Aug 2006; Gustavo Zacarias + fluxbox-0.9.15.1-r2.ebuild: + Stable on sparc + + 24 Aug 2006; Markus Rothe fluxbox-0.9.15.1-r1.ebuild: + Stable on ppc64 + + 23 Aug 2006; Chris Gianelloni + fluxbox-0.9.15.1-r1.ebuild: + Stable on alpha/amd64/x86 wrt bug #139876. + + 01 Aug 2006; ChangeLog +fluxbox-1.0_rc2-r2.ebuild, + +fluxbox-0.9.15.1-r2.ebuild: + tsk tsk, didn't run echangelog for adding xmessage to RDEPEND for bug # + 140546 :x + +*fluxbox-1.0_rc2-r1 (01 Aug 2006) + + 01 Aug 2006; Colin Kingsley -fluxbox-1.0_rc2.ebuild, + +fluxbox-1.0_rc2-r1.ebuild: + commit a revision to 1.0_rc2 to fix MY_P + +*fluxbox-1.0_rc2 (31 Jul 2006) + + 31 Jul 2006; Colin Kingsley + +files/1.0_rc2/fluxbox-1.0_rc2-our-styles-go-over-here.patch, + +fluxbox-1.0_rc2.ebuild: + Add 1.0_rc2 to ~arch + + 18 Jul 2006; Herbie Hopkins fluxbox-0.9.15.1-r1.ebuild: + Stable on amd64 wrt bug #139876. + + 16 Jul 2006; Rene Nussbaumer + fluxbox-0.9.15.1-r1.ebuild: + Stable on hppa. See bug #139876. + + 15 Jul 2006; fluxbox-0.9.15.1-r1.ebuild: + Stable on ppc. Bug #139876 + +*fluxbox-1.0_rc1 (22 Jun 2006) +*fluxbox-0.9.15.1-r1 (22 Jun 2006) +*fluxbox-0.9.14-r2 (22 Jun 2006) + + 22 Jun 2006; Alec Warner + +files/1.0_rc1/fluxbox-1.0_rc1-our-styles-go-over-here.patch, + +fluxbox-0.9.14-r2.ebuild, +fluxbox-0.9.15.1-r1.ebuild, + +fluxbox-1.0_rc1.ebuild: + Fixes bug 127069, 130784, 136780, thanks to Martin von Gagern, miste78 AT + web DOT de, and Patrik Larsson respectively. + +*fluxbox-0.9.15.1 (28 Apr 2006) + + 28 Apr 2006; Alec Warner + +files/0.9.15/129065-fix-doubleclick-64bit.patch, + +fluxbox-0.9.15.1.ebuild: + Version Bump + patch, bug #129065, thanks to ChazeFroy for reporting + + 28 Apr 2006; Marien Zwart Manifest: + Fixing SHA256 digest, pass four + + 23 Apr 2006; Alec Warner metadata.xml, + -fluxbox-0.9.13-r1.ebuild: + Add tercel and myself as maintainer, clean old ebuilds. + + 24 Mar 2006; Aron Griffis fluxbox-0.9.14-r1.ebuild: + Mark 0.9.14-r1 stable on ia64. #120081 + +*fluxbox-0.9.15 (19 Mar 2006) + + 19 Mar 2006; Ciaran McCreesh +fluxbox-0.9.15.ebuild: + New version, should build with g++4.1 now (bug #125996). Check that imlib2 + is built with X if we're using imlib (bug #125454). + + 17 Feb 2006; Ciaran McCreesh + fluxbox-0.9.13-r1.ebuild, fluxbox-0.9.14-r1.ebuild: + Remove gettext from RDEPEND + + 17 Feb 2006; Ciaran McCreesh + fluxbox-0.9.14-r1.ebuild: + Add disableslit USE flag, bug #122380 + + 07 Feb 2006; Ciaran McCreesh + +files/styles-menu-commonbox, +files/styles-menu-fluxbox, + +files/styles-menu-user, fluxbox-0.9.13-r1.ebuild, + fluxbox-0.9.14-r1.ebuild: + Fix styles menus. Bug #12194. + + 06 Feb 2006; Ciaran McCreesh + -files/fluxbox-0.9.9-gcc3.4.patch, + -files/0.9.10/fluxbox-0.9.10-all-about-me.patch, + -files/0.9.10/fluxbox-0.9.10-amd64-font-fix.patch, + -files/0.9.10/fluxbox-0.9.10-eat-this-setlocale.patch, + -files/0.9.10/fluxbox-0.9.10-editor-thingies.patch, + -files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch, + -files/0.9.10/fluxbox-0.9.10-make-pretty-eye-candy-work.patch, + -files/0.9.10/fluxbox-0.9.10-menu-include-directories.patch, + -files/0.9.10/fluxbox-0.9.10-misc-updates.patch, + -files/0.9.10/fluxbox-0.9.10-my-term-is-better-than-your-term.patch, + -files/0.9.10/fluxbox-0.9.10-posix-on-toast.patch, + -files/0.9.10/fluxbox-0.9.10-super-x-voodoo.patch, + -files/0.9.10/fluxbox-0.9.10-super-x-voodoo-two.patch, + -files/0.9.10/fluxbox-0.9.10-windowmenu-crash.patch, + -files/0.9.10/fluxbox-0.9.10-workspacemenu-crash.patch, + -files/0.9.12/fluxbox-0.9.12-3853-zero-is-not-null.patch, + -files/0.9.12/fluxbox-0.9.12-our-styles-go-over-here.patch, + -files/0.9.10/styles-menu-commonbox, + -files/0.9.12/fluxbox-0.9.12-3853-zero-is-still-not-null.patch, + -files/0.9.12/fluxbox-0.9.12-pretty-eye-candy.patch, + -files/0.9.10/styles-menu-fluxbox, + -files/0.9.12/fluxbox-0.9.12-3856-hide-and-seek-is-bad.patch, + -files/0.9.12/fluxbox-0.9.12-sweet-sweet-music.patch, + -files/0.9.10/styles-menu-user, + -files/0.9.12/fluxbox-0.9.12-3860-menu-backups.patch, + -files/0.9.12/fluxbox-0.9.12-vi-sucks-use-vim.patch, + -files/0.9.12/fluxbox-0.9.12-you-got-mail.patch, -fluxbox-0.9.9.ebuild, + -fluxbox-0.9.11.ebuild, -fluxbox-0.9.12-r1.ebuild, -fluxbox-0.9.13.ebuild: + Tidy up + + 23 Jan 2006; Fabian Groffen fluxbox-0.9.14-r1.ebuild: + Marked ppc-macos stable (bug #120081) + + 18 Dec 2005; Markus Rothe fluxbox-0.9.14-r1.ebuild: + Stable on ppc64 + + 13 Dec 2005; Donnie Berkholz ; + fluxbox-0.9.14-r1.ebuild: + De-uglify xinerama dep, in attempt to appease Ciaran. + + 12 Dec 2005; Donnie Berkholz ; + fluxbox-0.9.14-r1.ebuild: + Add libXinerama dep for modular X. + + 12 Dec 2005; Donnie Berkholz ; + fluxbox-0.9.14-r1.ebuild: + Add modular X dependencies. + + 05 Nov 2005; Luis Medinas fluxbox-0.9.14-r1.ebuild: + Marked Stable on amd64. + + 29 Oct 2005; Bryan Østergaard + fluxbox-0.9.14-r1.ebuild: + Stable on alpha. + + 27 Oct 2005; Petteri Räty + fluxbox-0.9.14-r1.ebuild: + Marked stable on x86. + + 19 Oct 2005; Gustavo Zacarias + fluxbox-0.9.14-r1.ebuild: + Stable on sparc + + 19 Oct 2005; Stephen P. Becker + fluxbox-0.9.14-r1.ebuild: + stable on mips + + 18 Oct 2005; Michael Hanselmann + fluxbox-0.9.14-r1.ebuild: + Stable on hppa, ppc. + +*fluxbox-0.9.14-r1 (23 Sep 2005) + + 23 Sep 2005; Ciaran McCreesh -fluxbox-0.9.14.ebuild, + +fluxbox-0.9.14-r1.ebuild: + Fix style file backgrounds, bug #106074 + +*fluxbox-0.9.14 (15 Sep 2005) + + 15 Sep 2005; Ciaran McCreesh +fluxbox-0.9.14.ebuild: + New version. + + 23 Aug 2005; Aron Griffis fluxbox-0.9.13-r1.ebuild: + stable on ia64 + + 19 Jul 2005; Bryan Østergaard + fluxbox-0.9.13-r1.ebuild: + Stable on alpha. + + 12 Jul 2005; Stephen P. Becker + fluxbox-0.9.13-r1.ebuild: + stable on mips + + 11 Jul 2005; Simon Stelling fluxbox-0.9.13-r1.ebuild: + stable on amd64 + + 09 Jul 2005; Rene Nussbaumer + fluxbox-0.9.13-r1.ebuild: + Stable on hppa. + + 09 Jul 2005; Joseph Jezak fluxbox-0.9.13-r1.ebuild: + Marked ppc stable. + + 08 Jul 2005; Gustavo Zacarias + fluxbox-0.9.13-r1.ebuild: + Stable on sparc + + 08 Jul 2005; Markus Rothe fluxbox-0.9.13-r1.ebuild: + Stable on ppc64 + + 08 Jul 2005; Aaron Walker fluxbox-0.9.13-r1.ebuild: + Stable on x86. + +*fluxbox-0.9.13-r1 (23 May 2005) + + 23 May 2005; Ciaran McCreesh + +files/0.9.13/fluxbox-0.9.13-4023-overlapping-icons-are-bad-92915.patch, + +fluxbox-0.9.13-r1.ebuild: + Add upstream r4023 to fix systray icon problems, bug #92915 + + 16 May 2005; Ciaran McCreesh fluxbox-0.9.13.ebuild: + Tidy up post install messages + + 14 May 2005; Ciaran McCreesh + -fluxbox-0.9.8-r1.ebuild, -fluxbox-0.9.10-r3.ebuild, + -fluxbox-0.9.10-r4.ebuild: + Tidy up + +*fluxbox-0.9.13 (14 May 2005) + + 14 May 2005; Ciaran McCreesh + +files/0.9.13/fluxbox-0.9.13-our-styles-go-over-here.patch, + +fluxbox-0.9.13.ebuild: + Version bump. + + 30 Apr 2005; Bryan Østergaard + fluxbox-0.9.12-r1.ebuild: + Stable on ia64. + + 27 Mar 2005; Guy Martin fluxbox-0.9.12-r1.ebuild: + Stable on hppa. + + 19 Mar 2005; Bryan Østergaard + fluxbox-0.9.12-r1.ebuild: + Stable on alpha. + + 17 Mar 2005; Michael Hanselmann + fluxbox-0.9.12-r1.ebuild: + Stable on ppc. + + 06 Mar 2005; Heinrich Wendel fluxbox-0.9.12-r1.ebuild: + stable on amd64 + + 26 Feb 2005; Ciaran McCreesh + -files/0.9.12/fluxbox-0.9.12-make-FbTk-available-as-la.patch, + -fluxbox-0.9.12-r2.ebuild: + Erm, no. + +*fluxbox-0.9.12-r2 (26 Feb 2005) + + 26 Feb 2005; Robin H. Johnson + +files/0.9.12/fluxbox-0.9.12-make-FbTk-available-as-la.patch, + +fluxbox-0.9.12-r2.ebuild: + Patch to build libFbTk.{a,la,so}, and install it properly - this allows + other applicationss to link against it. + + 19 Feb 2005; Markus Rothe fluxbox-0.9.12-r1.ebuild: + Stable on ppc64 + + 18 Feb 2005; Ciaran McCreesh + fluxbox-0.9.12-r1.ebuild: + x86, sparc stable + + 09 Feb 2005; Bryan Østergaard fluxbox-0.9.11.ebuild: + Stable on alpha. + +*fluxbox-0.9.12-r1 (24 Jan 2005) + + 24 Jan 2005; Ciaran McCreesh + +files/0.9.12/fluxbox-0.9.12-3853-zero-is-not-null.patch, + +files/0.9.12/fluxbox-0.9.12-3853-zero-is-still-not-null.patch, + +files/0.9.12/fluxbox-0.9.12-3856-hide-and-seek-is-bad.patch, + +files/0.9.12/fluxbox-0.9.12-3860-menu-backups.patch, + +files/0.9.12/fluxbox-0.9.12-pretty-eye-candy.patch, + +files/0.9.12/fluxbox-0.9.12-sweet-sweet-music.patch, + +files/0.9.12/fluxbox-0.9.12-vi-sucks-use-vim.patch, + +files/0.9.12/fluxbox-0.9.12-you-got-mail.patch, + +fluxbox-0.9.12-r1.ebuild, -fluxbox-0.9.12.ebuild: + Killed 0.9.12, added a 0.9.12-r1 which hopefully doesn't have nasty + vanishing window bugs. Patches: vanishing window on untab fix (upstream), + 64-bit fixes (upstream), fix menu backups (upstream), menu locations + (Gentoo), icon locations (Gentoo), extra menu contents (Gentoo). + + 19 Jan 2005; Ciaran McCreesh fluxbox-0.9.12.ebuild: + Fix imlib2 option + +*fluxbox-0.9.12 (18 Jan 2005) + + 18 Jan 2005; Ciaran McCreesh + +files/0.9.12/fluxbox-0.9.12-our-styles-go-over-here.patch, + +fluxbox-0.9.12.ebuild: + New version, now with imlib goodness + + 11 Jan 2005; Guy Martin fluxbox-0.9.11.ebuild: + Stable on hppa. + + 11 Jan 2005; Ciaran McCreesh fluxbox-0.9.11.ebuild: + Fix nasty subshell usage + + 02 Jan 2005; Michael Hanselmann fluxbox-0.9.11.ebuild: + Stable on ppc. + + 28 Dec 2004; Dylan Carlson fluxbox-0.9.11.ebuild: + Stable on amd64. + + 28 Dec 2004; Ciaran McCreesh + -fluxbox-0.9.10-r1.ebuild, -fluxbox-0.9.10-r2.ebuild, + fluxbox-0.9.11.ebuild: + x86, sparc, mips stable 0.9.11, clean out old versions + + 19 Dec 2004; Markus Rothe fluxbox-0.9.11.ebuild: + Stable on ppc64 + + 07 Dec 2004; Tom Martin fluxbox-0.9.11.ebuild: + Fix my own stupidness with disablexmb. + + 07 Dec 2004; Tom Martin fluxbox-0.9.11.ebuild: + Added disablexmb local USE flag at the request of Ciaran + . This flag acts as a workaround for bug 65186. Thanks + to ak|ra in #fluxbox for the way out. + + 07 Dec 2004; Aaron Walker fluxbox-0.9.11.ebuild: + Install ChangeLog/NEWS. + +*fluxbox-0.9.11 (06 Dec 2004) + + 06 Dec 2004; Ciaran McCreesh +fluxbox-0.9.11.ebuild: + New upstream version + + 02 Nov 2004; Markus Rothe fluxbox-0.9.10-r4.ebuild: + Stable on ppc64 + + 31 Oct 2004; Bryan Østergaard + fluxbox-0.9.10-r3.ebuild: + Stable on alpha. + + 17 Oct 2004; Dylan Carlson fluxbox-0.9.10-r3.ebuild: + stable on amd64. + + 08 Oct 2004; Guy Martin fluxbox-0.9.10-r3.ebuild: + Marked stable on hppa. + + 07 Oct 2004; Ciaran McCreesh + +files/0.9.10/fluxbox-0.9.10-eat-this-setlocale.patch, + fluxbox-0.9.10-r4.ebuild: + Really fix locale stuff this time. Honest... + +*fluxbox-0.9.10-r4 (04 Oct 2004) + + 04 Oct 2004; Ciaran McCreesh + +fluxbox-0.9.10-r4.ebuild: + Bump. Pull in pretty much everything from upstream -cvs to date. This should + fix any remaining locale / font problems. Experimental XComposite support is + also available. + + 25 Sep 2004; Ciaran McCreesh fluxbox-0.9.10-r3.ebuild: + Stable on x86, sparc after discussion with upstream. There may be an -r4 + shortly with some experimental extra xcomposite options, reduced CPU patches + and font changes. + +*fluxbox-0.9.10-r3 (15 Sep 2004) + + 15 Sep 2004; Ciaran McCreesh + +files/0.9.10/fluxbox-0.9.10-all-about-me.patch, + +files/0.9.10/fluxbox-0.9.10-editor-thingies.patch, + +files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch, + +files/0.9.10/fluxbox-0.9.10-make-pretty-eye-candy-work.patch, + +files/0.9.10/fluxbox-0.9.10-menu-include-directories.patch, + +files/0.9.10/fluxbox-0.9.10-misc-updates.patch, + +files/0.9.10/fluxbox-0.9.10-my-term-is-better-than-your-term.patch, + +files/0.9.10/fluxbox-0.9.10-posix-on-toast.patch, + +files/0.9.10/fluxbox-0.9.10-super-x-voodoo-two.patch, + +files/0.9.10/fluxbox-0.9.10-super-x-voodoo.patch, + +files/0.9.10/styles-menu-commonbox, +files/0.9.10/styles-menu-fluxbox, + +files/0.9.10/styles-menu-user, +fluxbox-0.9.10-r3.ebuild: + New revision bump. Includes the xcomposite workaround from upstream (fixes bug + #63689), the X error reduction patches from upstream, POSIX-style head for + fluxbox-generate_menu (bug #63591), fluxbox-generate_menu for several extra + editors and terminals, more detailed fluxbox -version, an About entry in the + fluxbox menu, support for including directories in menus and a new improved + styles directory system. + + 04 Oct 2004; Pieter Van den Abeele + Stable on ppc + +*fluxbox-0.9.10-r2 (07 Sep 2004) + + 07 Sep 2004; Ciaran McCreesh + +files/0.9.10/fluxbox-0.9.10-windowmenu-crash.patch, + +files/0.9.10/fluxbox-0.9.10-workspacemenu-crash.patch, + +fluxbox-0.9.10-r2.ebuild: + Backport a couple of crash fixes from upstream -cvs + + 07 Sep 2004; Ciaran McCreesh + -files/fluxbox-0.9.10.amd64_fix.patch, + +files/0.9.10/fluxbox-0.9.10-amd64-font-fix.patch, fluxbox-0.9.10-r1.ebuild: + Move the patches around, since we're going to end up with lots of them... + + 05 Sep 2004; Ciaran McCreesh fluxbox-0.9.10-r1.ebuild, + -fluxbox-0.9.10.ebuild: + Apply the crash fix patch on every arch, since upstream like it. Remove the + possibly flaky unpatched version. + +*fluxbox-0.9.10-r1 (03 Sep 2004) + + 03 Sep 2004; +files/fluxbox-0.9.10.amd64_fix.patch, + +fluxbox-0.9.10-r1.ebuild: + Fixed crash on amd64. See bug #62722. + +*fluxbox-0.9.10 (01 Sep 2004) + + 01 Sep 2004; Ciaran McCreesh +fluxbox-0.9.10.ebuild: + Version bump, bug #62495 + + 10 Aug 2004; Tom Gall fluxbox-0.9.9.ebuild: + stable on ppc64 + + 26 Jul 2004; Mamoru KOMACHI fluxbox-0.9.9.ebuild: + Fixed truetype USE flag on macos. + + 23 Jul 2004; Mamoru KOMACHI fluxbox-0.9.9.ebuild: + Added to macos. This closes bug #57883 + + 01 Jul 2004; Tom Gall fluxbox-0.9.9.ebuild: + add ~ppc64, bug #55012 + + 20 Jun 2004; Bryan Østergaard fluxbox-0.9.9.ebuild: + Stable on alpha. + + 24 May 2004; Guy Martin fluxbox-0.9.9.ebuild: + Marked stable on hppa. + + 21 May 2004; fluxbox-0.9.9.ebuild: + Stable on x86 + + 21 May 2004; Travis Tilley fluxbox-0.9.9.ebuild: + stable on amd64 + + 21 May 2004; Stephen P. Becker fluxbox-0.9.9.ebuild: + Stable on mips. + + 09 May 2004; Ciaran McCreesh fluxbox-0.9.9.ebuild: + Stable on sparc + + 06 May 2004; Ciaran McCreesh + -files/fluxbox-0.1.13-Xft2.patch, -files/fluxbox-0.1.13-aa2.patch, + -files/fluxbox-0.1.13-menukey.patch, -files/fluxbox-0.1.13-nls.patch, + -files/fluxbox-0.1.13-openoffice.patch, + -files/fluxbox-0.1.13-remember.patch, -files/fluxbox-0.1.14-gcc33.patch, + -files/fluxbox-0.1.14-ja.patch, -files/fluxbox-0.1.14-menukey.patch, + -files/fluxbox-0.1.14-remember.patch, + -files/fluxbox-0.1.14-toggledecor.patch, -files/fluxbox-vano-gentoo.patch, + -files/0.9.7/01_cache-bugfix.patch, -files/0.9.7/02_iconbar-bugfix.patch, + -fluxbox-0.1.14-r2.ebuild, -fluxbox-0.9.8.ebuild: + Tidy up old versions, clean up unneeded patches + + 06 May 2004; Stephen P. Becker fluxbox-0.9.8-r1.ebuild: + Stable on mips. + + 01 May 2004; Aron Griffis fluxbox-0.9.9.ebuild: + Add inherit eutils + + 29 Apr 2004; Ciaran McCreesh + +files/fluxbox-0.9.9-gcc3.4.patch, fluxbox-0.1.14-r2.ebuild, + fluxbox-0.9.8-r1.ebuild, fluxbox-0.9.8.ebuild, fluxbox-0.9.9.ebuild: + Added in gcc 3.4 patch from upstream, changed LICENCE to MIT + +*fluxbox-0.9.9 (26 Apr 2004) + + 26 Apr 2004; Ciaran McCreesh +fluxbox-0.9.9.ebuild: + Version bump + + 15 Mar 2004; Ciaran McCreesh files/fluxbox.desktop: + Fixing the desktop entry to use startfluxbox rather than fluxbox + +*fluxbox-0.9.8-r1 (07 Mar 2004) + + 07 Mar 2004; Brandon Hale fluxbox-0.9.8-r1.ebuild, + files/fluxbox.desktop: + Add .desktop file in preperation for new GDM, bug #40711 + + 07 Mar 2004; Brandon Hale fluxbox-0.9.6.ebuild, + fluxbox-0.9.7-r1.ebuild: + Out with the old... + + 01 Mar 2004; Ilya Volynets fluxbox-0.9.8.ebuild: + ~mips fluxbox-0.9.8, as it works stably according to geoman + + 24 Feb 2004; Aron Griffis fluxbox-0.9.8.ebuild: + stable on alpha and ia64 + + 06 Feb 2004; fluxbox-0.9.8.ebuild: + stable on hppa + + 06 Feb 2004; Lars Weiler fluxbox-0.9.8.ebuild: + Also stable on ppc. + + 06 Feb 2004; Ciaran McCreesh fluxbox-0.9.8.ebuild: + Stable on x86 and sparc + + 27 Jan 2004; Tavis Ormandy fluxbox-0.9.8.ebuild: + marking ~alpha, #39477 + +*fluxbox-0.9.8 (15 Jan 2004) + + 15 Jan 2004; Sascha Schwabbauer fluxbox-0.9.8.ebuild: + Added ~ppc + + 15 Jan 2004; Brandon Hale fluxbox-0.9.8.ebuild: + Version bump. + +*fluxbox-0.9.8_pre2 (14 Jan 2004) + + 14 Jan 2004; Ciaran McCreesh fluxbox-0.9.8_pre2.ebuild: + New pre version. This includes the memory leak and iconbar fixes. The ebuild + will now create an /etc/X11/Sessions entry as well. + +*fluxbox-0.9.7-r1 (11 Jan 2004) + + 11 Jan 2004; Markus Nigbur fluxbox-0.9.7-r1.ebuild, + files/0.9.7/01_cache-bugfix.patch, files/0.9.7/02_iconbar-bugfix.patch: + Applied two important memory leak patches. + + 08 Jan 2004; fluxbox-0.9.7.ebuild: + marked stable on hppa + + 06 Jan 2004; Brandon Hale fluxbox-0.9.7.ebuild: + Marked stable on x86 in preperation for 2004.0 release. + +*fluxbox-0.9.7 (03 Jan 2004) + + 03 Jan 2004; Brandon Hale fluxbox-0.9.7.ebuild: + Version bump. This version has an all new ebuild that removes commonbox.eclass + functionality, and now installs data files in /usr/share/fluxbox (YAY!). + + 19 Dec 2003; Brandon Hale fluxbox-0.1.14-r2.ebuild, + fluxbox-0.9.6.ebuild, fluxbox-0.9.6_pre9.ebuild: + Fixed license (as-is). + + 14 Dec 2003; Lars Weiler fluxbox-0.9.6.ebuild: + Masked stable on ppc + + 06 Dec 2003; Markus Nigbur fluxbox-0.1.14-r3.ebuild: + Fixed bug #34747. Thanks Spider. + + 05 Dec 2003; Brandon Hale fluxbox-0.9.6.ebuild: + Adding ~amd64, thanks to Jan Schubert for testing. + + 20 Nov 2003; Tavis Ormandy fluxbox-0.1.14-r2.ebuild: + stable on alpha + + 17 Nov 2003; Ciaran McCreesh fluxbox-0.9.6.ebuild: + Moved to ~sparc + +*fluxbox-0.9.6 (16 Nov 2003) + + 16 Nov 2003; Brandon Hale fluxbox-0.9.6.ebuild: + Version bump, final 0.9.6 release. Unmasked and marked ~arch, lots of testing + on all archs please ;) + +*fluxbox-0.9.6_pre9 (25 Sep 2003) + + 04 Nov 2003; Joshua Kinard fluxbox-0.9.6_pre9.ebuild: + Added ~mips to KEYWORDS + + 28 Oct 2003; Brandon Hale fluxbox-0.1.14-r2.ebuild: + Marking 0.1.14 stable on ppc + + 14 Oct 2003; Markus Nigbur fluxbox-0.1.14-r2.ebuild: + Added PROVIDE="virtual/blacbox" + + 28 Sep 2003; Markus Nigbur fluxbox-0.1.14-r2.ebuild: + Added ~amd64 keyword. request by brad@mainstreetsoftworks.com in bug #29806. + + + 25 Sep 2003; Brandon Hale fluxbox-0.9.0.ebuild, + fluxbox-0.9.3.ebuild, fluxbox-0.9.4.ebuild, fluxbox-0.9.5.ebuild, + fluxbox-0.9.6_pre5.ebuild, fluxbox-0.9.6_pre6.ebuild, + fluxbox-0.9.6_pre7.ebuild, fluxbox-0.9.6_pre9.ebuild: + Version bump + cleanups + +*fluxbox-0.9.0 (24 Sep 2003) + + 24 Sep 2003; Jason Wever fluxbox-0.9.0.ebuild, + fluxbox-0.9.3.ebuild, fluxbox-0.9.4.ebuild, fluxbox-0.9.5.ebuild, + fluxbox-0.9.6_pre5.ebuild, fluxbox-0.9.6_pre6.ebuild, + fluxbox-0.9.6_pre7.ebuild, fluxbox-0.9.6_pre8.ebuild: + Added ~sparc keyword. + +*fluxbox-0.9.6_pre8 (16 Sep 2003) + + 16 Sep 2003; Brandon Hale fluxbox-0.9.6_pre8.ebuild: + version bump. + +*fluxbox-0.1.14-r2 (14 Sep 2003) + + 14 Sep 2003; Brandon Hale fluxbox-0.1.14-r2.ebuild: + Add gcc33 fixes. + +*fluxbox-0.9.6_pre7 (14 Sep 2003) + + 14 Sep 2003; Brandon Hale fluxbox-0.9.6_pre7.ebuild: + Bumpage. + +*fluxbox-0.9.6_pre1 (13 Sep 2003) + + 13 Sep 2003; Brandon Hale fluxbox-0.9.6_pre1.ebuild, + fluxbox-0.9.6_pre4.ebuild: + Small cleanups. + +*fluxbox-0.9.6_pre6 (13 Sep 2003) + + 13 Sep 2003; Brandon Hale fluxbox-0.9.6_pre6.ebuild: + Version bump, props yet again to d0minik, my secret Fluxbox informant. + +*fluxbox-0.9.6_pre5 (11 Sep 2003) + + 11 Sep 2003; Brandon Hale fluxbox-0.9.6_pre5.ebuild: + Version bump, thanks once again to d0minik with the quickness! + +*fluxbox-0.9.6_pre4 (09 Sep 2003) + + 09 Sep 2003; Brandon Hale fluxbox-0.9.6_pre4.ebuild: + Version bump, thanks to d0minik for the tip! + +*fluxbox-0.9.6pre1 (30 Aug 2003) + + 30 Aug 2003; Brandon Hale fluxbox-0.9.6pre1.ebuild: + New dev release with some bugfixes. + +*fluxbox-0.9.5 (28 Aug 2003) + + 28 Aug 2003; Brandon Hale fluxbox-0.9.5.ebuild: + Version bump. + +*fluxbox-0.9.4 (22 Aug 2003) + + 22 Aug 2003; Brandon Hale fluxbox-0.9.4.ebuild: + New dev release by popular request! + +*fluxbox-0.9.3 (11 Jun 2003) + + 11 Jun 2003; mkeadle fluxbox-0.9.3.ebuild: + Bumping devel release to 0.9.3. This release is considerably more stable + then 0.9.0, but remember it's still a dev release. This ebuild contains + the Blueflux theme. + +*fluxbox (20 May 2003) + + 03 Jun 2003; mkeadle : + Moving --enable-xft to USE test in commonbox.eclass. + + 20 May 2003; mkeadle : + Moving --enable-xinerama to USE test in commonbox.eclass. + +*fluxbox (12 Apr 2003) + + 12 Apr 2003; Sascha Schwabbauer : + Fluxbox was never based on pwm, so I changed the Description of all ebuilds. + +*fluxbox-0.1.14-r1 (10 Dec 2002) + + 18 Aug 2003; Joshua Kinard fluxbox-0.1.14-r1.ebuild: + Added ~mips to KEYWORDS + Added use flag check for mips; If true, runs gnuconfig_update + + 24 Jun 2003; Masatomo Nakano fluxbox-0.1.14-r1.ebuild, + files/fluxbox-0.1.14-ja.patch: + Added Japanese support. + + 18 Apr 2003; Guy Martin fluxbox-0.1.14-r1.ebuild : + Added hppa to KEYWORDS. + + 06 Mar 2003; Jason Wever fluxbox-0.1.14-r1.ebuild: + Changed ~sparc keyword to sparc. + + 10 Dec 2002; Matt Keadle fluxbox-0.1.14-r1.ebuild + files/digest-fluxbox-0.1.14-r1 + + Menukey, vano, (menudestroy), and a toggledecor patch are now applied. + Should still be working fine with Xft1 or Xft2. + +*fluxbox-0.1.14 (09 Dec 2002) + + 09 Dec 2002; Matt Keadle fluxbox-0.1.14.ebuild + files/digest-fluxbox-0.1.14 + + Bump to latest stable. Unpatch release tarball. + +*fluxbox-0.1.13-r8 (09 Dec 2002) + + 09 Dec 2002; B.Lauwers fluxbox-0.1.13-r8.ebuild + + Changed from ~sparc to sparc, (tested + bug 11846) + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*fluxbox-0.1.13-r6 (07 Dec 2002) + + 07 Dec 2002; Matt Keadle fluxbox-0.1.13-r8.ebuild + files/digest-fluxbox-0.1.13-r8 + + Update to build against Xft2. Remember patch release. + +*fluxbox-0.1.13-r7 (07 Dec 2002) + + 07 Dec 2002; Matt Keadle fluxbox-0.1.13-r7.ebuild + files/digest-fluxbox-0.1.13-r7 + + Update to build against Xft2. No remember patch release. + + +*fluxbox-0.1.13-r6 (06 Dec 2002) + + 06 Dec 2002; Matt Keadle fluxbox-0.1.13-r5.ebui + ld + files/digest-fluxbox-0.1.13-r6 + + Update to build against Xft2. Remember patch release. + +*fluxbox-0.1.13-r5 (06 Dec 2002) + + 06 Dec 2002; Matt Keadle fluxbox-0.1.13-r5.ebuild + files/digest-fluxbox-0.1.13-r5 + + Update to build against Xft2. No remember patch release. + +*fluxbox-0.1.13-r4 (26 Nov 2002) + + 26 Nov 2002; Matt Keadle fluxbox-0.1.13-r4.ebuild + files/digest-fluxbox-0.1.13-r4 + + Cleaned up. Remember patch is applied to this latest testing release. + +*fluxbox-0.1.13-r3 (26 Nov 2002) + + 26 Nov 2002; Matt Keadle fluxbox-0.1.13-r3.ebuild + files/digest-fluxbox-0.1.13-r3 + + Cleaned up and removed remember patch for a stable release. + +*fluxbox-0.1.13-r2 (24 Nov 2002) + + 24 Nov 2002; Matt Keadle fluxbox-0.1.13-r1.ebuild + files/digest-fluxbox-0.1.13-r2 files/fluxbox-0.1.13-*.patch + + This is a somewhat major collection of updates. Fluxbox initialy had some + issues with menu/taskbar fonts being screwy when a session was first + started. OpenOffice was crashing, which was previously being solved by + configuring with --disable-newwmspec. NLS files were not getting installed. + All of the above have been patched/fixed. + + The menukey patch is still applied. The remember patch has also been + applied to this release. Unlike the previous remember patch, this one + builds fine if -nls is in your USE. + +*fluxbox-0.1.13-r1 (21 Nov 2002) + + 21 Nov 2002; Matt Keadle fluxbox-0.1.13-r1.ebuild + files/digest-fluxbox-0.1.13-r1 files/fluxbox-0.1.13-menukey.patch + + Patch applied to allow manipulation of the root applications menu with + standard keybindings. In your ~/.fluxbox/keys files you can now make + use of: WindowMenu, NextMenuItem, PrevMenuItem, SelectMenuItem, + OpenSubmenu, and CloseMenu. For instance: + + Control Right :OpenSubmenu + + No found issues with any flags or build types associated with fluxbox + + +*fluxbox-0.1.13 (19 Nov 2002) + + 19 Nov 2002; Matt Keadle fluxbox-0.1.13.ebuild + files/digest-fluxbox-0.1.13 ChangeLog + + Version bump to latest stable. Fluxbox now has Xft support! Also, build + was edited to grab the .bz2 instead of the .gz, and the new menu + generation script was yanked and scheduled to be adapted to commonbox. + +*fluxbox-0.1.12-r2 (26 Oct 2002) + + 4 Nov 2002; Matt Keadle fluxbox-0.1.12-r2.ebuild + + Minor edit to ebuild to test for absence of nls in USE (remember + patched version will not build without it. Furthering the effort + to deal with bug #9909 + + 26 Oct 2002; Matt Keadle fluxbox-0.1.12-r2.ebuild + files/digest-fluxbox-0.1.12-r2 : + + Added the remember patch. This patch adds an extra submenu to the WindowMenu + that allows you store each windows workspace, deminsions, position, shaded + state, tab state, decoration state, and sticky state and also to save the + settings on application close. It also enabled the use of a Startup submenu + in your applications menu. Any items in this submenu will be automatically + started when you start fluxbox. + + There are scant warnings about crashes with this patch, but neither I nor + anyone I have spoken with have experienced any issues. As allways, report + any problems to http://bugs.gentoo.org/. + + Fluxbox with the remember patch will not install with "-nls" in your USE. + + +*fluxbox-0.1.12-r1 (17 Sep 2002) + + 05 Oct 2002; Seemant Kulleen ChangeLog: + + To give credit where credit is due, the RootMenu patch was in fact + created by Junichiro Kita and is maintained on his + website: http://kitaj.no-ip.com/files/fluxbox/ + + 17 Sep 2002; Seemant Kulleen fluxbox-0.1.12-r1.ebuild + files/digest-fluxbox-0.1.12-r1 : + + Update: few hours later: Rach refined the patch a little and added a + subtle blurb in the fluxbox manpage as well. Mucho thanks :) + + This revision bump incorporates two patches. The first is the Vano patch + from bug #5005 which makes the root menu disappear on left click anywhere. + The second is the rootmenu patch which was posted many months ago on the + fluxbox mailing lists against an older version of fluxbox. The patch was + recently foreported to this version of flux by Rach Holmes. The + original patch was BSD licensed, as is Rach's version of it. Basically, + it allows the rootmenu to be bound to a key. So, for instance, in + ~/.fluxbox/keys: + + Mod4 :RootMenu + + will cause the fluxbox menu to open when the "windows logo" key is pressed + (x86 machine). Use xmodmap etc to flavour as you like it. Seemant is on + an x86 and has these entries in his local keys file (the left windows key + opens the root menu, the right side windows key closes it). The windows + menu key (right click menu in windows) opens up flux's window menu + + None Super_L :RootMenu + None Super_R :CloseMenu + None Menu :WindowMenu + Shift Right :OpenSubMenu + Shift Return :SelectMenuItem + Shift Up :PrevMenuItem + Shift Down :NextMenuItem + +*fluxbox-0.1.12 (13 Sep 2002) + + 13 Sep 2002; Seemant Kulleen fluxbox-0.1.12.ebuild + files/digest-fluxbox-0.1.12 : + + Upstream version bump, which is really just identical to 0.1.11-r3. + Thanks to matt@oddprocess.org (Matthew Daubenspeck) in bug #7842. + +*fluxbox-0.1.11-r3 (11 Sep 2002) + + 11 Sep 2002; Seemant Kulleen fluxbox-0.1.11-r3.ebuild + files/digest-fluxbox-0.1.11-r3 : + + New bugfix2 patch which fixes all the bugs from bugfix1, and the deadlock + bug introduced by bugfix1. Thanks to: gentoobug@tobij.de (Tobias) in bug + #7772 + +*fluxbox-0.1.11-r2 (10 Sep 2002) + + 10 Sep 2002; Seemant Kulleen fluxbox-0.1.11-r2.ebuild + files/digest-fluxbox-0.1.11-r2 : + + upstream bugfix1 patch. Thanks to: matt@oddprocess.org (Matthew + Daubenspeck) in bug #7717 + +*fluxbox-0.1.11-r1 (04 Sep 2002) + + 04 Sep 2002; Seemant Kulleen fluxbox-0.1.11-r1.ebuild + files/digest-fluxbox-0.1.11-r1 : + + menu is now back in /usr/share/commonbox/menu and translation files in + /usr/share/locale + + 04 Sep 2002; Seemant Kulleen fluxbox-0.1.11.ebuild + files/digest-fluxbox-0.1.11 : + + Version bump. Thanks to: cycloon@linux-de.org (christian gut) in bug + #7422. + +*fluxbox-0.1.10 (14 Jul 2002) + + 27 Aug 2002; Michael Nazaroff fluxbox-0.1.10.ebuild : + + Added the fluxbox default keys file into the ebuild. This takes care of bug + #6274. Thanx to: scottro@despammed.com (Scott Robbins) for the report. + + 16 Aug 2002; Seemant Kulleen fluxbox-0.1.10.ebuild : + + Added Vano's patch to make the menu disappear on left click anywhere. + Thanks to: vano-gentoo@europeansoftware.com (Vania Dolukhanian) in bug + #5005 + + 04 Aug 2002; Spider fluxbox-0.1.10.ebuild : + filtering out -fno-exceptions + + 15 Jul 2002; Mark Guertin + Added ppc to keywords + + 14 Jul 2002; Seemant Kulleen fluxbox-0.1.10.ebuild + files/digest-fluxbox-0.1.10 : + + Version bump, and now uses the commonbox eclass. + +*fluxbox-0.1.9-r5 (10 Jul 2002) + + 10 Jul 2002; Seemant Kulleen fluxbox-0.1.9-r5.ebuild + files/fluxbox-0.1.9-gentoo.diff files/digest-fluxbox-0.1.9-r5 : + + Added transient window patch to avoid xine hardlocking things up. Patch + from some fluxbox developer through: matt@oddprocess.org (Matthew + Daubenspeck) in bug #4837 + +*fluxbox-0.1.9-r4 (7 Jul 2002) + + 7 Jul 2002; Daniel Robbins : xinerama (multi-monitor + support) is now enabled by default. This closes bug #4514. + +*fluxbox-0.1.9-r3 (1 Jul 2002) + + 1 Jul 2002; Owen Stampflee fluxbox-0.1.9-r3.ebuild + Fixed a slight syntax error in the -r2 ebuild. + +*fluxbox-0.1.9-r2 (1 Jul 2002) + + 1 Jul 2002; Seemant Kulleen fluxbox-0.1.9-r2.ebuild + files/digest-fluxbox-0.1.9-r2 : + + Added Oly's antialiasing patch, as suggested in bug #4376 by: + depairet@gmx.de (dominik) who also submitted a patched ebuild for it. + +*fluxbox-0.1.9-r1 (1.9 Jun 2002) + + 19 Jun 2002; Gabriele Giorgetti fluxbox-0.1.9-r1.ebuild + + Upstream bugfix patch (#2) applied. Also closes (#3864). + +*fluxbox-0.1.9 (24 May 2002) + + 24 May 2002; Seemant Kulleen fluxbox-0.1.9.ebuild + files/digest-fluxbox-0.1.9 : + + Version bump. + +*fluxbox-0.1.8-r2 (14 May 2002) + + 14 May 2002; Grant Goodyear : + + Upstream bugfix patch (#2) applied. Old 0.1.8 versions removed. + +*fluxbox-0.1.8-r1 (29 Apr 2002) + + 29 Apr 2002; Seemant Kulleen fluxbox-0.1.8-r1.ebuild. + files/fluxbox-0.1.8-bugfix1.patch, files/diges-fluxbox-0.1.8-r1 : + + Upstream bugfix patch applied. + +*fluxbox-0.1.8 (1.9 Apr 2002) + + 19 Apr 2002; Seemant Kulleen fluxbox-0.1.8.ebuild, files/digest-fluxbox-0.1.8 : + + Version bump to newest stable + +*fluxbox-0.1.7-r3 (20 Mar 200) + + 20 Mar 2002; Seemant Kulleen fluxbox-0.1.7-r3.ebuild : + + Removed gnome and kde from the deps, because they are NOT required in order + to compile support for them. The KDE support is meaningless without KDE + installed, but it is harmless and leads to less bloat if KDE wasn't intended + to be installed in the first place. + +*fluxbox-0.1.7-r3 (15 Mar 2002) + + 16 Mar 2002; Karl Trygve Kalleberg fluxbox-0.1.7-r3.ebuild : + + Added /etc/X11/Sessions/fluxbox pointer. Didn't bother updating revision + as the fix is so small. + + Removed old revisions. + +*fluxbox-0.1.7-r3 (15 Mar 2002) + + 15 Mar 2002; Seemant Kulleen fluxbox-0.1.7-r3.ebuild : + + This package now provides virtual/fluxbox, so as to allow blackbox + applications (which are completely compatible with fluxbox) to run without + having to emerge blackbox as well. + +*fluxbox-0.1.7-r2 (9 Mar 2002) + + 9 Mar 2002; Karl Trygve Kalleberg fluxbox-0.1.7-r2.ebuild : + + Added upstream patch. + + Removed old revisions. + +*fluxbox-0.1.7-r1 (9 Mar 2002) + + 9 Mar 2002; Karl Trygve Kalleberg fluxbox-0.1.7-r1.ebuild : + + Added proper GNOME dependencies (#943). Thanks to Daniel Mettler + . + +*fluxbox-0.1.7 (2 Mar 2002) + + 2 Mar 2002; Bruce A. Locke fluxbox-0.1.7.ebuild : + + Update to 0.1.7 + +*fluxbox-0.1.6-r1 (14 Feb 2002) + + 14 Feb 2002; Dan Armak ChangeLog : + + Added /etc/X11/Sessions/fluxbox, which adds fluxbox to the auto-generated + session list in kdm and gdm. + +*fluxbox-0.1.6 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog new file mode 100644 index 00000000..49817892 --- /dev/null +++ b/x11-wm/fvwm/ChangeLog @@ -0,0 +1,845 @@ +# ChangeLog for x11-wm/fvwm +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.196 2013/10/19 15:23:53 pacho Exp $ + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 12 Oct 2013; Pacho Ramos +files/fvwm-2.6.5-ar.patch, + -fvwm-2.6.2.ebuild, -fvwm-2.6.3.ebuild, fvwm-2.6.5.ebuild: + Respect AR (#474528 by Michael Mair-Keimberger (iamnr3)), drop old + + 25 Jun 2013; Agostino Sarubbo fvwm-2.6.5.ebuild: + Stable for amd64, wrt bug #471900 + + 25 Jun 2013; Agostino Sarubbo fvwm-2.6.5.ebuild: + Stable for x86, wrt bug #471900 + + 24 Jun 2013; Agostino Sarubbo fvwm-2.6.5.ebuild: + Stable for ppc, wrt bug #471900 + + 20 Jan 2013; Pacho Ramos metadata.xml: + Update committers + + 09 Nov 2012; Jeremy Olexa metadata.xml: + remove myself from metadata + + 08 Oct 2012; Pacho Ramos + +files/fvwm-2.6.5-mouse-buttons.patch: + Commit forgotten patch, bug #437552 by avx. + +*fvwm-2.6.5 (07 Oct 2012) + + 07 Oct 2012; Pacho Ramos +fvwm-2.6.5.ebuild: + Version bump, also include a default on vanilla USE and patch to increase + maximum mouse buttons number when that USE is off, also include epatch_user as + requested, please see bugs #411811 (by avx) and #412079 (also by Jesús + Guerrero). + + 29 May 2012; Brent Baude fvwm-2.6.2.ebuild: + Marking fvwm-2.6.2 ppc for bug 416213 + + 04 May 2012; Jeff Horelick fvwm-2.6.2.ebuild, + fvwm-2.6.3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 07 Dec 2011; Pawel Hajdan jr fvwm-2.6.3.ebuild: + x86 stable wrt bug #392411 + + 05 Dec 2011; Tony Vroon fvwm-2.6.3.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & + Elijah "Armageddon" El Lazkani in bug #392411. + + 11 Nov 2011; Samuli Suominen -fvwm-2.5.28.ebuild, + -files/fvwm-2.5.28-libpng14.patch, -fvwm-2.5.31.ebuild: + old + + 23 Oct 2011; Markus Meier fvwm-2.6.2.ebuild: + x86 stable, bug #385143 + + 14 Oct 2011; Steve Dibb fvwm-2.6.2.ebuild: + amd64 stable, bug 385143 + + 03 Oct 2011; Jeremy Olexa fvwm-2.6.2.ebuild: + increase needed dev-libs/fribidi version, bug 385169 + +*fvwm-2.6.3 (01 Oct 2011) + + 01 Oct 2011; Jeremy Olexa +fvwm-2.6.3.ebuild: + version bump by Jesús Guerrero, bug 385145 + +*fvwm-2.6.2 (08 Aug 2011) + + 08 Aug 2011; Jeremy Olexa -fvwm-2.5.30.ebuild, + -fvwm-2.6.1.ebuild, +fvwm-2.6.2.ebuild: + Version bump, bug 378251 - tested by Jesús Guerrero + + 27 May 2011; Michael Weber fvwm-2.6.1.ebuild: + added ~arm keyword (bug 368715) + +*fvwm-2.6.1 (18 Apr 2011) + + 18 Apr 2011; Jeremy Olexa +fvwm-2.6.1.ebuild: + version bump + +*fvwm-2.5.31 (23 Sep 2010) + + 23 Sep 2010; Jeremy Olexa +fvwm-2.5.31.ebuild: + Version bump, bug 337545. Misc fixes + + 14 May 2010; Jeremy Olexa fvwm-2.5.30.ebuild: + Remove hack for documentation location. Use configure and make instead. + Help by Thomas Adam in bug 319173 + +*fvwm-2.5.30 (14 May 2010) + + 14 May 2010; Jeremy Olexa +fvwm-2.5.30.ebuild: + Version bump, bug 319173 by Jesús Guerrero + + 11 Mar 2010; Samuli Suominen fvwm-2.5.28.ebuild, + +files/fvwm-2.5.28-libpng14.patch: + Fix building with libpng14. + + 31 Dec 2009; Brent Baude fvwm-2.5.28.ebuild: + Marking fvwm-2.5.28 ppc64 for bug 290126 + + 24 Nov 2009; Samuli Suominen + -fvwm-2.5.18-r1.ebuild, fvwm-2.5.27-r1.ebuild, fvwm-2.5.28.ebuild: + Remove USE gtk and imlib (media-libs/imlib[deprecated]). + + 05 Nov 2009; Raúl Porcel fvwm-2.5.28.ebuild: + ia64/sparc stable wrt #290126 + + 30 Oct 2009; Markus Meier fvwm-2.5.28.ebuild: + amd64/x86 stable, bug #290126 + + 24 Oct 2009; nixnut fvwm-2.5.28.ebuild: + ppc stable #290126 + + 24 Oct 2009; Tobias Klausmann fvwm-2.5.28.ebuild: + Stable on alpha, bug #290126 + + 02 Oct 2009; Raúl Porcel fvwm-2.5.27-r1.ebuild: + ia64 stable wrt #266937 + + 25 Sep 2009; Diego E. Pettenò + -files/fvwm-2.5.23-translucent-menus.diff: + Remove unused, duplicate patch. + +*fvwm-2.5.28 (22 Sep 2009) + + 22 Sep 2009; Jeremy Olexa -fvwm-2.5.25.ebuild, + -fvwm-2.5.26.ebuild, -fvwm-2.5.27.ebuild, +fvwm-2.5.28.ebuild: + Version bump, bug fix release. bug 285880 + + 12 Sep 2009; Tiago Cunha fvwm-2.5.27-r1.ebuild: + stable sparc, bug 266937 + + 11 Sep 2009; Jeremy Olexa fvwm-2.5.27-r1.ebuild: + Fix dodir call, Comment #22 bug 266937 + +*fvwm-2.5.27-r1 (11 Sep 2009) + + 11 Sep 2009; Christian Faulhammer + +fvwm-2.5.27-r1.ebuild: + create Sessions directory before doing any operations there, thanks to + tcunha + + 05 Sep 2009; Markus Meier fvwm-2.5.27.ebuild: + amd64 stable, bug #266937 + + 05 Sep 2009; Brent Baude fvwm-2.5.27.ebuild: + Marking fvwm-2.5.27 ppc64 for bug 266937 + + 10 Aug 2009; Tobias Klausmann fvwm-2.5.27.ebuild: + Stable on alpha, bug #266937 + + 09 Aug 2009; nixnut fvwm-2.5.27.ebuild: + ppc stable #266937 + + 08 Aug 2009; Christian Faulhammer fvwm-2.5.27.ebuild: + stable x86, bug 266937 + + 08 Aug 2009; Christian Faulhammer fvwm-2.5.27.ebuild: + USE flag is not called xlock, but lock + + 23 Jul 2009; Raúl Porcel fvwm-2.5.27.ebuild: + Readd ~ia64 wrt #277004 + + 22 Jul 2009; Tobias Klausmann fvwm-2.5.27.ebuild: + Keyworded on alpha, bug #277004 + + 08 Jul 2009; Jeremy Olexa metadata.xml: + edit metadata for new proxied commiter + +*fvwm-2.5.27 (08 Jul 2009) + + 08 Jul 2009; Christian Faulhammer +fvwm-2.5.27.ebuild, + +files/fvwm-2.5.27-translucent-menus.diff, +files/README.translucency, + -files/README.transluceny, metadata.xml: + version bump (non-maintainer commit) for bug 261301, fixes bug 238905, + too. Thanks to all the people who contributed + + 09 Jan 2009; Rémi Cardona fvwm-2.5.18-r1.ebuild, + fvwm-2.5.19.ebuild, fvwm-2.5.21.ebuild, fvwm-2.5.25.ebuild, + fvwm-2.5.26.ebuild: + Change virtual/xft dependency to x11-libs/libXft, bug 253771. + +*fvwm-2.5.26 (14 May 2008) + + 14 May 2008; David Shakaryan +fvwm-2.5.26.ebuild: + Version bump; copied from my subversion repository. + + 07 May 2008; David Shakaryan fvwm-2.5.25.ebuild: + Fix patch name. (bug #220217) + +*fvwm-2.5.25 (04 May 2008) + + 04 May 2008; David Shakaryan + +files/fvwm-2.5.23-translucent-menus.diff, +fvwm-2.5.25.ebuild: + Version bump; copied from my subversion repository. (bug #191638) + + 07 Jan 2008; David Shakaryan fvwm-2.5.18-r1.ebuild, + fvwm-2.5.19.ebuild, fvwm-2.5.21.ebuild: + Install session .desktop file. (bug #109009) + + 25 Dec 2007; Christian Heim metadata.xml: + Removing taviso from metadata.xml as per #202471. + + 07 Aug 2007; Roy Marples fvwm-2.5.21.ebuild: + Keyworded ~x86-fbsd, #141142 thanks to Robert Annessi + + 22 Jul 2007; David Shakaryan fvwm-2.5.18-r1.ebuild, + fvwm-2.5.19.ebuild, fvwm-2.5.21.ebuild: + Remove virtual/x11 from dependencies. + +*fvwm-2.5.21 (23 Mar 2007) + + 23 Mar 2007; Tavis Ormandy +fvwm-2.5.21.ebuild: + version bump + + 22 Feb 2007; David Shakaryan fvwm-2.5.18-r1.ebuild, + fvwm-2.5.19.ebuild: + Remove x11-wm/metisse blocker from DEPEND. + + 17 Jan 2007; Tavis Ormandy fvwm-2.5.19.ebuild: + always use signed-chars on ppc + + 05 Jan 2007; Tavis Ormandy fvwm-2.5.19.ebuild: + change dependency for bsd #135530 + +*fvwm-2.5.19 (18 Dec 2006) + + 18 Dec 2006; Tavis Ormandy -fvwm-2.5.16.ebuild, + -fvwm-2.5.18.ebuild, +fvwm-2.5.19.ebuild: + version bump. + remove stale ebuilds. + + 28 Nov 2006; David Shakaryan fvwm-2.5.16.ebuild, + fvwm-2.5.18.ebuild, fvwm-2.5.18-r1.ebuild: + Remove calling of prepallman. (bug #140697) + + 20 Nov 2006; fvwm-2.5.18-r1.ebuild: + stable on amd64 + + 19 Nov 2006; fvwm-2.5.16.ebuild, fvwm-2.5.18.ebuild: + Dropping imlib useflag for gnome-1.x removal + + 18 Nov 2006; Tobias Scherbaum + fvwm-2.5.18-r1.ebuild: + ppc stable, bug #155078 + + 17 Nov 2006; Tavis Ormandy fvwm-2.5.18-r1.ebuild: + remove pixbuf dependency bug #118581 + + 15 Nov 2006; Markus Rothe fvwm-2.5.18-r1.ebuild: + Stable on ppc64; bug #155078 + + 14 Nov 2006; Bryan Østergaard fvwm-2.5.18-r1.ebuild: + Stable on ia64, bug 155078. + + 14 Nov 2006; Bryan Østergaard fvwm-2.5.18-r1.ebuild: + Stable on Alpha, bug 155078. + + 14 Nov 2006; Ferris McCormick fvwm-2.5.18-r1.ebuild: + Stable on sparc --- Security Bug #155078 --- builds, installs, and appears to + run for me as expected. + + 14 Nov 2006; Christian Faulhammer + fvwm-2.5.18-r1.ebuild: + stable x86, security bug #155078 + +*fvwm-2.5.18-r1 (13 Nov 2006) + + 13 Nov 2006; Tavis Ormandy + +files/fvwm-menu-directory-security.diff, +fvwm-2.5.18-r1.ebuild: + add security patch to fvwm-menu-directory from debian + http://article.gmane.org/gmane.comp.window-managers.fvwm.devel/2419 + + 05 Nov 2006; Brent Baude fvwm-2.5.18.ebuild: + marking fvwm-2.5.18 ppc64 stable for bug 152758 + + 29 Oct 2006; Bryan Østergaard fvwm-2.5.18.ebuild: + Stable on ia64, bug 152758. + + 29 Oct 2006; Thomas Cort fvwm-2.5.18.ebuild: + Stable on alpha and amd64 wrt security Bug #152758. + + 28 Oct 2006; Tobias Scherbaum fvwm-2.5.18.ebuild: + ppc stable, bug #152758 + + 28 Oct 2006; Christian Faulhammer fvwm-2.5.18.ebuild: + x86 stable wrt security bug #152758 + + 25 Oct 2006; Gustavo Zacarias fvwm-2.5.18.ebuild: + Stable on sparc wrt security #152758 + + 23 Oct 2006; Tavis Ormandy fvwm-2.5.18.ebuild: + add requirement on latest X11-Protocol to avoid hang in FvwmTabs. + + 20 Oct 2006; Tavis Ormandy fvwm-2.5.18.ebuild: + modernise some of the configuration. + +*fvwm-2.5.18 (19 Oct 2006) + + 19 Oct 2006; Tavis Ormandy +fvwm-2.5.18.ebuild: + revision bump + + 19 Sep 2006; Doug Goldstein fvwm-2.5.16.ebuild: + tcltk -> tk USE flag change as per bug #17808 + + 02 Aug 2006; Michael Sterrett -fvwm-2.4.18.ebuild, + -fvwm-2.5.12.ebuild, -fvwm-2.5.13-r1.ebuild, -fvwm-2.5.14-r1.ebuild: + clean out old versions + + 02 Aug 2006; Aron Griffis fvwm-2.5.16.ebuild: + Mark 2.5.16 stable on ia64 + + 25 May 2006; Michael Hanselmann fvwm-2.5.16.ebuild: + Stable on ppc. + + 22 May 2006; Paul Varner fvwm-2.5.16.ebuild: + Stable on x86; bug #133579 + + 19 May 2006; Markus Rothe fvwm-2.5.16.ebuild: + Stable on ppc64; bug #133579 + + 18 May 2006; Thomas Cort fvwm-2.5.16.ebuild: + Stable on alpha wrt Bug #133579. + + 17 May 2006; Daniel Gryniewicz fvwm-2.5.16.ebuild: + Marked stable on amd64 per bug #133579 + + 17 May 2006; Gustavo Zacarias fvwm-2.5.16.ebuild: + Stable on sparc wrt #133579 + + 06 Mar 2006; Simon Stelling fvwm-2.5.12.ebuild, + fvwm-2.5.13-r1.ebuild, fvwm-2.5.14-r1.ebuild, fvwm-2.5.16.ebuild: + move compressed patches to the mirrors + +*fvwm-2.5.16 (20 Jan 2006) + + 20 Jan 2006; Tavis Ormandy -fvwm-2.5.15.ebuild, + +fvwm-2.5.16.ebuild: + new version + + 16 Jan 2006; Tavis Ormandy fvwm-2.5.15.ebuild: + upstream regenerated tarball, so digests no longer match. + +*fvwm-2.5.15 (15 Jan 2006) + + 15 Jan 2006; Tavis Ormandy +fvwm-2.5.15.ebuild: + new release + + 04 Jan 2006; Karol Wojtaszek fvwm-2.5.14-r1.ebuild: + Add modular X dependencies, bug #115591 + +*fvwm-2.5.14 (21 Sep 2005) + + 21 Sep 2005; Tavis Ormandy +fvwm-2.5.14-r1.ebuild, + -fvwm-2.5.14.ebuild: + remove gtk2 flag #106560 + + 28 Aug 2005; Tavis Ormandy : + bump, use -fno-strict-aliasing as recommended by upstream. + + 19 Jul 2005; Tavis Ormandy + -files/fvwm-2.5.10-FvwmCommand.diff, -files/fvwm-2.5.10-Test-update.diff, + -files/fvwm-2.5.10-mips-compat.diff, -files/fvwm-2.5.10-post-release.diff, + -files/fvwm-iconman.diff, -files/fvwmtabs-2.8-insecure-tmp-handling.diff, + -files/iconfile-2.5.10.diff, -fvwm-2.5.13.ebuild: + remove stale patches + +*fvwm-2.5.13-r1 (19 Jul 2005) + + 19 Jul 2005; Tavis Ormandy + +files/fvwm-64bit-fixes.diff.gz, +files/fvwm-noxbell-grab-fail.diff, + +fvwm-2.5.13-r1.ebuild: + include 64bit cleanliness patch. + disable XBell() on grab fail. + +*fvwm-2.5.13 (17 Jul 2005) + + 17 Jul 2005; Tavis Ormandy +fvwm-2.5.13.ebuild: + bump + + 07 Jul 2005; Tavis Ormandy : + remove stale ebuilds + + 06 Jun 2005; Markus Rothe fvwm-2.5.12.ebuild: + Stable on ppc64 + + 30 Apr 2005; Bryan Østergaard fvwm-2.5.12.ebuild: + Stable on ia64. + + 30 Mar 2005; Michael Hanselmann fvwm-2.5.12.ebuild: + Stable on ppc. + + 17 Feb 2005; Karol Wojtaszek fvwm-2.5.12.ebuild: + Stable on amd64 + + 13 Feb 2005; Bryan Østergaard fvwm-2.5.12.ebuild: + Stable on alpha. + + 09 Feb 2005; Bryan Østergaard fvwm-2.5.12.ebuild: + ~alpha keyword. + + 03 Jan 2005; Gustavo Zacarias fvwm-2.5.12.ebuild: + Stable on sparc + + 31 Dec 2004; Tavis Ormandy fvwm-2.5.12.ebuild: + 2.5.12 stable on x86 + + 28 Dec 2004; Ciaran McCreesh : + Change encoding to UTF-8 for GLEP 31 compliance + + 11 Dec 2004; Tavis Ormandy fvwm-2.5.12.ebuild: + minor updates + + 07 Dec 2004; Bryan Østergaard fvwm-2.5.10-r5.ebuild: + -fPIC is no longer needed on alpha. + + 19 Oct 2004; Mamoru KOMACHI fvwm-2.4.18.ebuild, + fvwm-2.5.10-r3.ebuild, fvwm-2.5.10-r5.ebuild, fvwm-2.5.10-r6.ebuild, + fvwm-2.5.12.ebuild: + Block x11-wm/metisse; bug #66374. + + 16 Oct 2004; Mike Frysinger fvwm-2.4.18.ebuild, + fvwm-2.5.10-r3.ebuild, fvwm-2.5.10-r5.ebuild, fvwm-2.5.10-r6.ebuild, + fvwm-2.5.12.ebuild: + Fix stupid dependency on sys-libs/libtermcap-compat (i.e. remove it) #64212. + +*fvwm-2.5.12 (06 Oct 2004) + + 06 Oct 2004; Tavis Ormandy fvwm-2.5.11.ebuild, + +fvwm-2.5.12.ebuild: + new (mainly bugfix) release, replaces 2.5.11. + + 05 Oct 2004; Jason Wever fvwm-2.5.11.ebuild: + Added ~sparc keyword. + +*fvwm-2.5.11 (30 Sep 2004) + + 30 Sep 2004; Tavis Ormandy +fvwm-2.5.11.ebuild: + new version of fvwm, and FvwmTabs. + +*fvwm-2.5.10-r7 (08 Sep 2004) + + 08 Sep 2004; Tavis Ormandy -files/acinclude.m4, + -files/fvwm-2.5.10-fvwmbuttonshover.diff, + +files/fvwm-2.5.10-fvwmbuttonshover.diff.gz, + +files/fvwm-2.5.10-long-data-elements.diff, fvwm-2.5.10-r6.ebuild, + +fvwm-2.5.10-r7.ebuild, -fvwm-2.5.7-r5.ebuild: + 64bit fix, remove outdated ebuild. + + 31 Jul 2004; Tom Gall fvwm-2.5.10-r6.ebuild: + stable on ppc64, bug #57040 + +*fvwm-2.5.10-r6 (10 Jul 2004) + + 10 Jul 2004; Tavis Ormandy + +files/fvwm-2.5.10-fvwmbuttonshover.diff, +fvwm-2.5.10-r6.ebuild: + adding fvwmbuttons patch from cvs + + 07 Jul 2004; Bryan Østergaard fvwm-2.5.10-r3.ebuild: + Stable on alpha. + +*fvwm-2.5.10-r4 (28 Jun 2004) + + 28 Jun 2004; Aron Griffis fvwm-2.5.10-r3.ebuild, + fvwm-2.5.10-r4.ebuild, fvwm-2.5.10-r5.ebuild, fvwm-2.5.7-r5.ebuild, + fvwm-2.5.8-r6.ebuild: + sync IUSE (+nosm, +noxpm, -cjk) + +*fvwm-2.5.10-r5 (20 Jun 2004) + + 20 Jun 2004; Tavis Ormandy fvwm-2.5.10-r5.ebuild: + new FvwmTabs release, two patches from cvs + + 06 Jun 2004; Jason Wever fvwm-2.5.10-r3.ebuild: + Stable on sparc. + + 29 May 2004; Tavis Ormandy fvwm-2.5.10-r3.ebuild: + marking -r3 stable on x86, added -r4 which adds two patches from cvs, + a bugfix for FvwmCommand, and an update to the Test () Syntax. + + 28 May 2004; Tavis Ormandy fvwm-2.5.10-r1.ebuild, + fvwm-2.5.10-r2.ebuild: + remove old ebuilds + +*fvwm-2.5.10-r3 (24 May 2004) + + 24 May 2004; Tavis Ormandy fvwm-2.5.10-r3.ebuild: + fvwm-menu-xlock incorrectly called xlock. + +*fvwm-2.5.10-r2 (20 Apr 2004) + + 20 Apr 2004; Tavis Ormandy fvwm-2.5.10-r2.ebuild, + files/fvwm-2.5.10-mips-compat.diff: + new release of FvwmTabs, patch for mips compatability. + + 30 Mar 2004; Tavis Ormandy fvwm-2.4.17.ebuild, + fvwm-2.4.18.ebuild, fvwm-2.5.10.ebuild, fvwm-2.5.8-r4.ebuild, + fvwm-2.5.8-r6.ebuild, fvwm-2.5.9.ebuild: + removing stale ebuilds + mark 2.4.18 stable for those who prefer the 2.4.x branch + +*fvwm-2.5.10-r1 (30 Mar 2004) + + 30 Mar 2004; Tavis Ormandy fvwm-2.5.10-r1.ebuild, + files/fvwm-2.5.10-post-release.diff: + new release of FvwmTabs, which fixes the tmp file handling problem. + extracted some patches from cvs which fix issues reported since the + release, including a problem with FvwmTaskBar and multiple rows + , inconsistencies in variable names in the FvwmButtons man page, + and a problem with the BackingStore style. + +*fvwm-2.5.8-r6 (20 Mar 2004) + + 20 Mar 2004; Tavis Ormandy fvwm-2.5.10.ebuild, + fvwm-2.5.8-r5.ebuild, fvwm-2.5.8-r6.ebuild, + files/fvwm-2.5.8-fvwm-bug-security.diff: + adding fvwm-bug security fix to stable fvwm. + +*fvwm-2.5.10 (19 Mar 2004) +*fvwm-2.4.18 (19 Mar 2004) + + 19 Mar 2004; Tavis Ormandy fvwm-2.5.10.ebuild, + fvwm-2.4.18.ebuild: + new releases from both development branches. + + minor security related problems have been fixed in these + release, (predicatble (pid based) temp files used in fvwm-bug) + + 16 Mar 2004; Tavis Ormandy fvwm-2.5.9.ebuild: + ensure FvwmGtk gets a man page. + clean up some old ebuilds. + +*fvwm-2.5.9 (02 Mar 2004) + + 02 Mar 2004; Tavis Ormandy fvwm-2.5.9.ebuild, + files/fvwm-2.5.9-translucent-menus.diff.gz: + new fvwm and FvwmTabs release, some patches have been reworked to apply. + no longer depend on netpbm. + iconv support is optional, so disable it with -nls. + + 28 Feb 2004; Tavis Ormandy fvwm-2.5.8-r5.ebuild: + stable on alpha and x86 + + 26 Feb 2004; Sven Blumenstein fvwm-2.5.8-r5.ebuild: + Stable on sparc! + + 17 Feb 2004; Tavis Ormandy fvwm-2.5.8-r5.ebuild, + files/fvwm-2.5.8-flickeringmoveworkaround.diff: + patch from cvs. + +*fvwm-2.5.8-r5 (16 Feb 2004) + + 16 Feb 2004; Tavis Ormandy fvwm-2.5.8-r5.ebuild, + files/fvwm-2.5.8-iconfile.diff: + patch from cvs + +*fvwm-2.5.8-r4 (08 Feb 2004) + + 08 Feb 2004; Tavis Ormandy fvwm-2.5.8-r3.ebuild, + fvwm-2.5.8-r4.ebuild: + marking 2.5.8-r3 stable on x86 and alpha, adding -r4 minor + update to FvwmTabs. + + 01 Feb 2004; Jon Portnoy fvwm-2.5.8-r3.ebuild : + AMD64 keywords. + + 13 Jan 2004; Tavis Ormandy fvwm-2.4.17.ebuild, + fvwm-2.5.7-r5.ebuild, fvwm-2.5.8-r2.ebuild, fvwm-2.5.8-r3.ebuild, + files/fvwm-2.5.8-FvwmScript-Quit-reboot.diff: + typo + +*fvwm-2.5.8-r3 (12 Jan 2004) + + 12 Jan 2004; Tavis Ormandy fvwm-2.5.8-r3.ebuild, + files/fvwm-2.5.8-taskbar-margins.diff, files/fvwm-2.5.8-undermouse.diff, + files/fvwm-iconman.diff: + adding two new patches from #37079 + adding a patch from cvs to fix taskbar margins + revision bump + + 11 Dec 2003; Tavis Ormandy fvwm-2.5.8-r2.ebuild, + files/fvwm-2.5.8-fvwm-menu-directory-security.diff: + minor patch for fvwm-menu-directory, newlines confuse it. + + 11 Dec 2003; Tavis Ormandy fvwm-2.5.8-r2.ebuild: + stable + + 28 Nov 2003; Tavis Ormandy fvwm-2.5.8-r2.ebuild: + remove icc, clean DEPEND. + +*fvwm-2.5.8-r2 (27 Nov 2003) + + 27 Nov 2003; Tavis Ormandy fvwm-2.5.8-r1.ebuild, + fvwm-2.5.8-r2.ebuild, fvwm-2.5.8.ebuild: + new FvwmTabs released, version bump. + removing some stale ebuilds. + +*fvwm-2.5.8-r1 (13 Nov 2003) + + 13 Nov 2003; Tavis Ormandy fvwm-2.5.8-r1.ebuild, + files/mini.happy.xpm: + new release of FvwmTabs, including a default dnd icon. + version bump. + + 11 Nov 2003; Tavis Ormandy fvwm-2.5.8.ebuild: + --enable-multibyte is no longer optional, removed cjk from IUSE. + + 11 Nov 2003; Tavis Ormandy fvwm-2.5.8.ebuild, + files/fvwmtabs-insecure-tmp-handling.diff: + make fvwmtabs save state files to home directory, rather than /tmp. + see ebuild comments. + + 07 Nov 2003; Tavis Ormandy fvwm-2.5.8.ebuild: + append-flags -fPIC on alpha. + + 03 Nov 2003; Tavis Ormandy fvwm-2.5.8.ebuild: + set FVWM_BUGADDR. + + 03 Nov 2003; Tavis Ormandy fvwm-2.5.8.ebuild: + gnome libraries are not much use without FvwmGtk. + + 02 Nov 2003; Tavis Ormandy fvwm-2.5.8.ebuild: + inherit eutils, gnuconfig no longer required. + +*fvwm-2.5.8 (01 Nov 2003) + + 01 Nov 2003; Tavis Ormandy fvwm-2.5.8.ebuild, + files/disable-debug-statements.diff, files/fvwm-translucent-menus.diff.gz: + new fvwm development release 2.5.8, and new FvwmTabs 2.4. + i've included two patches, one enables fast translucent menus, the other + disables some noisy debug statements. + + 31 Oct 2003; Tavis Ormandy fvwm-2.5.7-r5.ebuild: + stable. + +*fvwm-2.5.7-r5 (20 Oct 2003) + + 20 Oct 2003; Tavis Ormandy fvwm-2.5.7-r5.ebuild: + new release of FvwmTabs, with some new configuration options. + +*fvwm-2.5.7-r4 (18 Oct 2003) + + 18 Oct 2003; Tavis Ormandy fvwm-2.5.7-r4.ebuild: + new FvwmTabs released which fixes a focus race condition. FvwmTabs now + includes a man page. + + 13 Oct 2003; Tavis Ormandy fvwm-2.4.16-r1.ebuild, + fvwm-2.4.16.ebuild, fvwm-2.4.17.ebuild, fvwm-2.4.8.ebuild, + fvwm-2.5.7-r2.ebuild, fvwm-2.5.7-r3.ebuild: + + marking 2.5.7-r3 stable, it is a release from the development branch, but has + proven stable in practice and has some important internationalisation + features (among other things) missing from the stable branch. + + 2.4.17 is also stable, and will be maintained in portage for those who + prefer it. + + removing stale ebuilds. + +*fvwm-2.5.7-r3 (11 Oct 2003) +*fvwm-2.4.17 (11 Oct 2003) + + 11 Oct 2003; Tavis Ormandy fvwm-2.4.17.ebuild, + fvwm-2.5.7-r3.ebuild: + new release from stable branch + New release of FvwmTabs, requiring X11-Protocol-0.51-r1 + + 07 Oct 2003; Tavis Ormandy fvwm-2.5.7-r2.ebuild, + metadata.xml: + update metadata longdescription from fvwm.lsm + + adding some extra documentation, examples and scripts from + utils directory. + + apparently it annoys some developers if KEYWORDS is not in order, + so they are now in order, as dictated by arch.list :) + + 17 Sep 2003; Tavis Ormandy fvwm-2.5.7-r2.ebuild: + apparently noxpm and nosm are confusing, removing them from IUSE. + only fix Xft detection if USE="truetype" + changin some of the informational messages to use ebegin/eend. + print out a message indicatind imlib/gtk errors are normal if USE="-gtk -imlib" + + 15 Sep 2003; Tavis Ormandy fvwm-2.5.7-r1.ebuild, + fvwm-2.5.7.ebuild: + cleaning up old ebuilds. + + 14 Sep 2003; Tavis Ormandy fvwm-2.5.7-r2.ebuild: + tweaking postinst messages. + + 03 Sep 2003; Tavis Ormandy fvwm-2.5.7-r2.ebuild: + fvwm-convert-2.6 is a script to updated .fvwm2rc files, but is currently + just a stub, as the format has not yet been finalised. This update + removes the script and manpage. + fvwm-convert-2.2 was used to update from the old 1.x format, it is no longer + distributed, but still has a manpage, ive removed it. + + 02 Sep 2003; Tavis Ormandy fvwm-2.5.7-r2.ebuild: + Packaged FvwmTabs into a tarball with version information, as FvwmTabs author + just overwrites existing URL with updated version. + + 01 Sep 2003; Tavis Ormandy fvwm-2.5.7-r2.ebuild: + changed the postinst blurb. + +*fvwm-2.5.7-r2 (01 Sep 2003) + + 01 Sep 2003; Tavis Ormandy fvwm-2.5.7-r2.ebuild: + Three new USE flags, + noxpm - Disable support for XPM Images, for people who + only use png images, or prefer solid colour/gradiant/etc. + nosm - Disable session management support, for users who + never use session managers (xsm, for example) + truetype - Allows users to toggle Xft support. + Adding /usr/share/icons/fvwm to the default ImagePath. + Some minor tweaks to the toolkit options, so that -gtk also removes gtk2 + support, as reccommended. + + The new USE flags mean only XRender, SHM and Shaped Windows are left to + the configure script to decide, which i suspect everybody will want unless + support isnt available, which the configure script will deduce automatically. + + 01 Sep 2003; Tavis Ormandy fvwm-2.5.7-r1.ebuild: + gtk2 wasnt in IUSE. + +*fvwm-2.5.7-r1 (05 Aug 2003) + + 05 Aug 2003; Tavis Ormandy fvwm-2.5.7-r1.ebuild, files/fvwm2: + Adding fvwm-2.5.7-r1, which fixes: + bad xpmroot manpage (fixed with a call to prepallman) + dependencies missing for perllib toolkit bindings (gtk2/tcltk/gtk) + Remove useless fvwm-perllib script of perllib isnt installed + And adds: + Including some developer documentation with USE="doc" + If tcltk and perl USE flags are set, install the 3rd Party FvwmTabs module + USE="debug" turns on debug mesages, and command logging. + + Currently masked. + + 04 Aug 2003; Tavis Ormandy fvwm-2.5.7.ebuild: + reported working on sparc. + + 03 Aug 2003; Tavis Ormandy fvwm-2.4.16-r1.ebuild: + marking stable. + + 31 Jul 2003; Tavis Ormandy fvwm-2.5.7.ebuild: + imlib USE flag + + 31 Jul 2003; Tavis Ormandy fvwm-2.5.7.ebuild: + Re-written ebuild to take full advantage of all the optional features + available. As this is a dramatic change to how the gentoo FVWM ebuilds work, + I've added warning messages to the pkg_postinst(). + + Adding ncurses USE flag, if USE="readline ncurses" FvwmConsole links with + ncurses, with USE="readline -ncurses" it links with and depends on + libtermcap. + +*fvwm-2.5.7 (30 Jul 2003) + + 30 Jul 2003; Tavis Ormandy fvwm-2.5.7.ebuild: + Imported fvwm-2.5.7 from the Unstable branch, available to unstable users. + Some Excellent new features available (Xft, Alpha blending, etc) + +*fvwm-2.4.16-r1 (31 Jul 2003) + + 31 Jul 2003; Tavis Ormandy fvwm-2.4.16-r1: + Backporting the new ebuild to 2.4.x + +*fvwm-2.4.16 (06 Jul 2003) + + 06 Jul 2003; Tavis Ormandy fvwm-2.4.16.ebuild: + build bombs out if a comma is in CFLAGS, replaced with !'s. + + 03 Jul 2003; Tavis Ormandy fvwm-2.4.7-r1.ebuild: + new release, now includes rplay support. + +*fvwm-2.4.15 (13 Feb 2003) + + 13 Feb 2003; Aron Griffis fvwm-2.4.15.ebuild : + Update to 2.4.15 (bug #14529) and add ~alpha + + 19 Dec 2002; Dean Bailey : removed sparc64 keyword + +*fvwm-2.4.14 (10 Dec 2002) + + 10 Dec 2002; Matt Keadle fvwm-2.4.14.ebuild + files/digest-fvwm-2.4.14 : + + Bump to latest stable. Thanks to Thomas Preissler for providing the ebuild + in bug #11768 + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*fvwm-2.4.8 (12 Aug 2002) + + 12 Aug 2002; Seemant Kulleen fvwm-2.4.8.ebuild + files/digest-fvwm-2.4.8 files/fvwm2 : + + Moved the fvwm2 script into a dynamic thing within the ebuild. Made a big + bz2ball of the patches to be applied to the source. Version bump and + patches from: matt@zigg.com (Matt Behrens) in bug #5886 + +*fvwm-2.4.7-r1 (26 May 2002) + + 26 May 2002; Seemant Kulleen fvwm-2.4.7-r1.ebuild + files/digest-fvwm-2.4.7-r1 : + + Tristan pointed me to a patch which prettifies the window dressings. The + code is already in fvwm's developmental (2.5.x) branch, but a patch has + been made for this release as well. + +*fvwm-2.4.7 (26 May 2002) + + 26 May 2002; Seemant Kulleen fvwm-2.4.7.ebuild + files/digest-fvwm-2.4.7 : + + Version bump thanks to T.Henderson@cs.ucl.ac.uk (Tristan Henderson) in bug + #2951 + +*fvwm-2.4.3-r1 (14 Apr 2002) + + 14 Apr 2002; Seemant Kulleen fvwm-2.4.3-r1.ebuild : + + Cleaned up a little. + +*fvwm-2.4.3-r1 (14 Feb 2002) + + 14 Feb 2002; Dan Armak ChangeLog : + + Added /etc/X11/Sessions/fvwm, which adds fvwm to the auto-generated session + list in kdm and gdm. + +*fvwm-2.4.3 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-wm/goomwwm/ChangeLog b/x11-wm/goomwwm/ChangeLog new file mode 100644 index 00000000..ed1bf163 --- /dev/null +++ b/x11-wm/goomwwm/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for x11-wm/goomwwm +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/goomwwm/ChangeLog,v 1.3 2013/11/02 17:27:04 jer Exp $ + + 02 Nov 2013; Jeroen Roovers goomwwm-1.0.0.ebuild: + Remove unnneeded include by Peter King (bug #490080). Fix building with + --as-needed. + + 22 May 2013; Jeroen Roovers goomwwm-1.0.0.ebuild: + Marked ~x86 too. + +*goomwwm-1.0.0 (22 May 2013) + + 22 May 2013; Jeroen Roovers +goomwwm-1.0.0.ebuild, + +metadata.xml: + Initial commit. diff --git a/x11-wm/herbstluftwm/ChangeLog b/x11-wm/herbstluftwm/ChangeLog new file mode 100644 index 00000000..bb0eb1b3 --- /dev/null +++ b/x11-wm/herbstluftwm/ChangeLog @@ -0,0 +1,99 @@ +# ChangeLog for x11-wm/herbstluftwm +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/ChangeLog,v 1.19 2014/11/01 08:54:47 radhermit Exp $ + + 01 Nov 2014; Tim Harder herbstluftwm-9999.ebuild: + Update README filename (bug #527564). + + 21 Jun 2014; Tim Harder -herbstluftwm-0.5.2.ebuild, + -herbstluftwm-0.5.3.ebuild, -herbstluftwm-0.6.0.ebuild, + -herbstluftwm-0.6.2.ebuild: + Remove old. + +*herbstluftwm-0.6.2-r1 (21 Jun 2014) + + 21 Jun 2014; Tim Harder +herbstluftwm-0.6.2-r1.ebuild, + herbstluftwm-9999.ebuild: + Add missing x11-libs/libXext dep (bug #514066). + +*herbstluftwm-0.6.2 (04 Apr 2014) + + 04 Apr 2014; Tim Harder +herbstluftwm-0.6.2.ebuild: + Version bump. + +*herbstluftwm-0.6.0 (21 Mar 2014) + + 21 Mar 2014; Tim Harder +herbstluftwm-0.6.0.ebuild: + Version bump. + + 01 Jan 2014; Tim Harder herbstluftwm-0.5.3.ebuild, + herbstluftwm-9999.ebuild: + Fix live ebuild only deps. + +*herbstluftwm-0.5.3 (01 Jan 2014) + + 01 Jan 2014; Tim Harder +herbstluftwm-0.5.3.ebuild, + herbstluftwm-9999.ebuild: + Version bump and update live ebuild. + + 16 Aug 2013; Tim Harder -herbstluftwm-0.4.1.ebuild, + -herbstluftwm-0.5.0.ebuild, -herbstluftwm-0.5.1.ebuild, + herbstluftwm-0.5.2.ebuild, herbstluftwm-9999.ebuild: + Update HOMEPAGE and SRC_URI (bug #481308) and remove old. + +*herbstluftwm-0.5.2 (28 Jun 2013) + + 28 Jun 2013; Tim Harder +herbstluftwm-0.5.2.ebuild, + herbstluftwm-9999.ebuild: + Version bump. + +*herbstluftwm-0.5.1 (06 Jan 2013) + + 06 Jan 2013; Tim Harder +herbstluftwm-0.5.1.ebuild: + Version bump. + +*herbstluftwm-0.5.0 (02 Jan 2013) + + 02 Jan 2013; Tim Harder +herbstluftwm-0.5.0.ebuild, + herbstluftwm-9999.ebuild: + Version bump. + + 13 Dec 2012; Tim Harder -herbstluftwm-0.3.ebuild, + -files/herbstluftwm-0.3-flags.patch, -files/herbstluftwm-0.3-install.patch, + -files/herbstluftwm-0.3-verbose-build.patch, -herbstluftwm-0.4.ebuild: + Remove old. + +*herbstluftwm-0.4.1 (02 Sep 2012) + + 02 Sep 2012; Tim Harder +herbstluftwm-0.4.1.ebuild: + Version bump. + +*herbstluftwm-0.4 (20 Aug 2012) + + 20 Aug 2012; Tim Harder +herbstluftwm-0.4.ebuild: + Version bump. + + 17 Jun 2012; Tim Harder herbstluftwm-9999.ebuild: + Drop unused eutils eclass. + + 17 Jun 2012; Tim Harder herbstluftwm-9999.ebuild, + -files/herbstluftwm-9999-install.patch: + Manually install files and drop parallel compile workaround since it was + fixed upstream. + + 09 Jun 2012; Tim Harder herbstluftwm-0.3.ebuild, + herbstluftwm-9999.ebuild: + Add workaround for parallel compile problem until it's fixed. + + 09 Jun 2012; Tim Harder herbstluftwm-9999.ebuild: + Add xinerama use flag. + +*herbstluftwm-9999 (09 Jun 2012) +*herbstluftwm-0.3 (09 Jun 2012) + + 09 Jun 2012; Tim Harder +herbstluftwm-0.3.ebuild, + +files/herbstluftwm-0.3-flags.patch, +files/herbstluftwm-0.3-install.patch, + +files/herbstluftwm-0.3-verbose-build.patch, +herbstluftwm-9999.ebuild, + +files/herbstluftwm-9999-install.patch, +metadata.xml: + Initial import. Ebuilds by me. + diff --git a/x11-wm/i3/ChangeLog b/x11-wm/i3/ChangeLog new file mode 100644 index 00000000..0c260e16 --- /dev/null +++ b/x11-wm/i3/ChangeLog @@ -0,0 +1,309 @@ +# ChangeLog for x11-wm/i3 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.68 2015/07/30 21:02:30 xarthisius Exp $ + +*i3-4.10.3 (30 Jul 2015) + + 30 Jul 2015; Kacper Kowalik +i3-4.10.3.ebuild, + -i3-4.10.2.ebuild: + Version bump, drop old + +*i3-4.10.2 (20 Apr 2015) + + 20 Apr 2015; Kacper Kowalik +i3-4.10.2.ebuild, + -i3-4.10.1.ebuild: + Version bump, fixes #546832 by + +*i3-4.10.1 (29 Mar 2015) + + 29 Mar 2015; Kacper Kowalik +i3-4.10.1.ebuild: + Version bump + + 26 Mar 2015; Kacper Kowalik i3-4.8.ebuild, + i3-4.9.1.ebuild, i3-9999.ebuild: + Add proper x11-libs/libxkbcommon[X] dependency. Thanks to Yuri Numerov + for the report + + 23 Mar 2015; Kacper Kowalik i3-4.8.ebuild, + i3-4.9.1.ebuild, i3-9999.ebuild: + Add proper x11-libs/libxcb[xkb] dependency. Fixes bug #544200 by Evgenij Badin + + +*i3-4.9.1 (07 Mar 2015) + + 07 Mar 2015; Kacper Kowalik +i3-4.9.1.ebuild, + -i3-4.9.ebuild: + Version bump, drop old + + 01 Mar 2015; Kacper Kowalik i3-4.9.ebuild: + Add explicit dependency on libxkbcommon. Fixes bug #541684 Thanks to dan724 + + +*i3-4.9 (28 Feb 2015) + + 28 Feb 2015; Kacper Kowalik +i3-4.9.ebuild, + i3-9999.ebuild: + Version bump, drop dependency on libX11 + + 15 Feb 2015; Ultrabug i3-9999.ebuild: + i3 git repo moved to github + + 23 Dec 2014; Kacper Kowalik -i3-4.6.ebuild, + -i3-4.7.2-r1.ebuild, -i3-4.7.2.ebuild, -i3-4.7.ebuild: + Drop old + + 21 Dec 2014; Mikle Kolyada i3-4.8.ebuild: + amd64/x86 stable wrt bug #521070 + + 24 Sep 2014; Markus Meier i3-4.8.ebuild: + add ~arm, bug #521374 + + 25 Jun 2014; Kacper Kowalik i3-4.8.ebuild, + i3-9999.ebuild: + Add proper perl dependencies for additional tools like i3-save-tree and i3 + -dmenu-desktop. Fixes bug #514188 by zolar czakl + + 16 Jun 2014; Julian Ospald i3-9999.ebuild: + Ensure proper version of yajl, use "next" branch + + 15 Jun 2014; Kacper Kowalik i3-4.8.ebuild: + Ensure proper version of yajl + +*i3-4.8 (15 Jun 2014) + + 15 Jun 2014; Kacper Kowalik +i3-4.8.ebuild: + Version bump + + 10 Jun 2014; Mikle Kolyada i3-4.7.2.ebuild: + x86 stable wrt bug #499098 + + 08 May 2014; Julian Ospald i3-9999.ebuild: + revert, no patches in live ebuilds + + 08 May 2014; Jeroen Roovers i3-9999.ebuild: + Apply -parallel_make/-cflags patches here too. + + 08 May 2014; Jeroen Roovers i3-4.7.2-r1.ebuild: + Space. + +*i3-4.7.2-r1 (24 Apr 2014) + + 24 Apr 2014; Kacper Kowalik + +files/i3-4.7.2-cflags.patch, +files/i3-4.7.2-parallel_make.patch, + +i3-4.7.2-r1.ebuild: + Respect CFLAGS during linking phase, make build parallel safe. Fixes #508304 + by Ferenc Erki and #508426 by Julian Ospald + . Thanks to hasufell for the patches + + 19 Apr 2014; Chema Alonso i3-4.7.2.ebuild: + Stable for amd64 wrt bug #499098 + +*i3-9999 (26 Feb 2014) + + 26 Feb 2014; Julian Ospald +i3-9999.ebuild, + metadata.xml: + add live ebuild + + 24 Jan 2014; Kacper Kowalik i3-4.7.2.ebuild, + i3-4.7.ebuild: + Remove obsolete dependency on xmessage wrt #496282 by zolar czakl + + + 24 Jan 2014; Kacper Kowalik -i3-4.7.1.ebuild: + Drop buggy version + +*i3-4.7.2 (24 Jan 2014) + + 24 Jan 2014; Kacper Kowalik +i3-4.7.2.ebuild: + Version bump, drop buggy version + +*i3-4.7.1 (21 Jan 2014) + + 21 Jan 2014; Kacper Kowalik +i3-4.7.1.ebuild: + Version bump + +*i3-4.7 (22 Dec 2013) + + 22 Dec 2013; Kacper Kowalik +i3-4.7.ebuild: + Version bump + + 10 Oct 2013; Kacper Kowalik metadata.xml: + Drop desktop-wm from metadata.xml + + 22 Sep 2013; Kacper Kowalik -i3-4.5.1.ebuild: + Drop old + + 22 Sep 2013; Agostino Sarubbo i3-4.6.ebuild: + Stable for x86, wrt bug #484964 + + 15 Sep 2013; Agostino Sarubbo i3-4.6.ebuild: + Stable for amd64, wrt bug #484964 + + 02 Sep 2013; Kacper Kowalik -i3-4.2.ebuild: + drop old + + 02 Sep 2013; Agostino Sarubbo i3-4.5.1.ebuild: + Stable for x86, wrt bug #446952 + + 31 Aug 2013; Agostino Sarubbo i3-4.5.1.ebuild: + Stable for amd64, wrt bug #446952 + + 08 Aug 2013; Kacper Kowalik + +files/i3-4.6-missing_include.patch, i3-4.6.ebuild: + Add missing include wrt #480272 by Jeroen Roovers + +*i3-4.6 (07 Aug 2013) + + 07 Aug 2013; Kacper Kowalik +i3-4.6.ebuild, + -i3-4.4.ebuild: + Version bump, drop old + + 30 May 2013; Kacper Kowalik i3-4.5.1.ebuild: + Add epatch_user() wrt #471716 by René 'Necoro' Neumann + +*i3-4.5.1 (19 Mar 2013) + + 19 Mar 2013; Kacper Kowalik +i3-4.5.1.ebuild, + -i3-4.5.ebuild: + Version bump, drop buggy release + +*i3-4.5 (12 Mar 2013) + + 12 Mar 2013; Kacper Kowalik +i3-4.5.ebuild, + -i3-4.3.ebuild: + Drop old, version bump + + 16 Dec 2012; Kacper Kowalik i3-4.3.ebuild, + i3-4.4.ebuild: + Respect AR wrt #447496 by Vicente Olivert Riera + +*i3-4.4 (12 Dec 2012) + + 12 Dec 2012; Kacper Kowalik +i3-4.4.ebuild: + Version bump + + 19 Sep 2012; Kacper Kowalik i3-4.3.ebuild: + Remove obsolete sed, simplify ebuild + + 19 Sep 2012; Kacper Kowalik i3-4.3.ebuild: + Remove bits that were left from ebuild development + + 19 Sep 2012; Kacper Kowalik i3-4.3.ebuild: + Fix use dependencies on pango and cairo + +*i3-4.3 (19 Sep 2012) + + 19 Sep 2012; Kacper Kowalik +i3-4.3.ebuild, + metadata.xml: + Version bump + + 13 Sep 2012; Kacper Kowalik i3-4.2.ebuild: + Add postinst info about suggested optional dependencies wrt to #434388 and + #434898 by Erik Price and avx + respectively + + 21 Aug 2012; Kacper Kowalik -i3-4.1.2-r1.ebuild: + Drop old + + 26 Jun 2012; Jeff Horelick i3-4.2.ebuild: + marked x86 per bug 422441 + + 20 Jun 2012; Agostino Sarubbo i3-4.2.ebuild: + Stable for amd64, wrt bug #422441 + + 04 May 2012; Jeff Horelick i3-4.1.2-r1.ebuild, + i3-4.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + +*i3-4.2 (26 Apr 2012) + + 26 Apr 2012; Kacper Kowalik +i3-4.2.ebuild, + -i3-4.1.1.ebuild: + Version bump, drop old + + 24 Mar 2012; Pawel Hajdan jr i3-4.1.2-r1.ebuild: + x86 stable wrt bug #407895 + + 13 Mar 2012; Agostino Sarubbo i3-4.1.2-r1.ebuild: + Stable for amd64, wrt bug #407895 + +*i3-4.1.2-r1 (12 Mar 2012) + + 12 Mar 2012; Kacper Kowalik +i3-4.1.2-r1.ebuild, + -i3-4.1.2.ebuild: + Install session file in /etc/X11/Sessions wrt bug 407493 by Paweł Rumian + + +*i3-4.1.2 (28 Jan 2012) + + 28 Jan 2012; Kacper Kowalik +i3-4.1.2.ebuild: + Version bump, fixes bug 401179 by Ondrej Grover + + 09 Jan 2012; Kacper Kowalik -i3-4.1.ebuild, + i3-4.1.1.ebuild: + Remove obsolete dependencies wrt #398191. Thanks to max + for the report. Drop old + +*i3-4.1.1 (24 Dec 2011) + + 24 Dec 2011; Kacper Kowalik +i3-4.1.1.ebuild: + Version bump + +*i3-4.1 (12 Nov 2011) + + 12 Nov 2011; Kacper Kowalik + -files/i3-4.0.1-gentoo-r1.diff, -i3-4.0.2-r1.ebuild, +i3-4.1.ebuild: + Version bump wrt #390239 by Simeon Maryasin. Drop versionator and base + eclasses, add new deps on startup-notification and libpcre. Drop old + +*i3-4.0.2-r1 (10 Oct 2011) + + 10 Oct 2011; Kacper Kowalik -i3-4.0.2.ebuild, + +i3-4.0.2-r1.ebuild: + Add x11-libs/libXcursor as a dependency wrt bug #385617 by + +*i3-4.0.2 (28 Aug 2011) + + 28 Aug 2011; Kacper Kowalik -i3-4.0.1-r2.ebuild, + +i3-4.0.2.ebuild: + Version bump, drop old + +*i3-4.0.1-r2 (04 Aug 2011) + + 04 Aug 2011; Kacper Kowalik -i3-4.0.1-r1.ebuild, + +i3-4.0.1-r2.ebuild: + Add last missing man + +*i3-4.0.1-r1 (03 Aug 2011) + + 03 Aug 2011; Kacper Kowalik -i3-4.0.1.ebuild, + +i3-4.0.1-r1.ebuild, -files/i3-4.0.1-gentoo.diff, + +files/i3-4.0.1-gentoo-r1.diff: + Fix man installation wrt bug 377453 by Lasse Lindner + + +*i3-4.0.1 (02 Aug 2011) + + 02 Aug 2011; Kacper Kowalik -i3-4.0.ebuild, + +i3-4.0.1.ebuild, +files/i3-4.0.1-gentoo.diff, -files/i3-4.0-gentoo.diff: + Version bump, drop old + + 01 Aug 2011; Kacper Kowalik i3-4.0.ebuild: + Add missing dep on asciidoc wrt bug 377271 by Sandy + +*i3-4.0 (01 Aug 2011) + + 01 Aug 2011; Kacper Kowalik -i3-3e_p3.ebuild, + +i3-4.0.ebuild, +files/i3-4.0-gentoo.diff, -files/i3-gentoo.diff: + Version bump, drop old, fix perl dependencies + + 13 Jul 2011; Kacper Kowalik i3-3e_p3.ebuild: + Add missing dep on dev-util/pkgconfig + +*i3-3e_p3 (12 Jul 2011) + + 12 Jul 2011; Kacper Kowalik +files/i3-gentoo.diff, + +i3-3e_p3.ebuild, +metadata.xml: + Initial import. Ebuild based on extensive work done by Ondrej Sukup (mimi_vx) + and Andre-Patrick Bubel (moredread) + in sunrise overlay. Fixes bug 267476 diff --git a/x11-wm/icewm/ChangeLog b/x11-wm/icewm/ChangeLog new file mode 100644 index 00000000..8acda453 --- /dev/null +++ b/x11-wm/icewm/ChangeLog @@ -0,0 +1,778 @@ +# ChangeLog for x11-wm/icewm +# Copyright 1999- Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.173 2015/07/16 06:33:57 polynomial-c Exp $ + + 16 Jul 2015; Lars Wendler icewm-1.3.8.ebuild, + icewm-1.3.9.ebuild, icewm-1.3.10.ebuild: + Fixed dependency on x11-libs/gdk-pixbuf (bug #554900). + +*icewm-1.3.10 (07 Jul 2015) + + 07 Jul 2015; Lars Wendler +icewm-1.3.10.ebuild, + +files/icewm-1.3.10-menu.patch: + Version bump. + + 08 Apr 2015; Michał Górny icewm-1.3.8.ebuild, + icewm-1.3.9.ebuild: + Drop old Python implementations + + 20 Mar 2015; Justin Lecher files/IceWM.desktop: + Fix desktop file + + 02 Jan 2015; Anthony G. Basile + +files/icewm-1.3.8-uclibc.patch, +files/icewm-1.3.9-uclibc.patch: + Restore uclibc patch for execinfo.h + + 07 Nov 2014; Lars Wendler icewm-1.3.9.ebuild, + files/icewm-1.3.9-fribidi.patch: + Fixed fribidi patch (bug #528254) and adjusted dependency on gettext (bug + #528318). + +*icewm-1.3.9 (02 Nov 2014) + + 02 Nov 2014; Lars Wendler -icewm-1.2.37.ebuild, + -icewm-1.3.7-r1.ebuild, +icewm-1.3.9.ebuild, + -files/icewm-1.2.37-gnome2.patch, + -files/icewm-1.2.37-libX11-1.5.0-deprecated.patch, + -files/icewm-1.3.7-build-fixes.patch, + -files/icewm-1.3.7-configurenotify.patch, + -files/icewm-1.3.7-deprecated.patch, -files/icewm-1.3.7-gcc47.patch, + -files/icewm-1.3.7-uclibc.patch, +files/icewm-1.3.9-fribidi.patch, + -files/icewm-menu.patch, -files/icewm-uclibc.patch, + -files/icewm-wmclient.patch: + Version bump (bug #525212). Removed old (bug #525022). + + 29 Oct 2014; Agostino Sarubbo icewm-1.3.8.ebuild: + Stable for sparc, wrt bug #506828 + + 10 Oct 2014; Agostino Sarubbo icewm-1.3.8.ebuild: + Stable for x86, wrt bug #506828 + + 05 Oct 2014; Agostino Sarubbo icewm-1.3.8.ebuild: + Stable for ppc, wrt bug #506828 + + 23 Sep 2014; Chema Alonso icewm-1.3.8.ebuild: + Stable for amd64 wrt bug #506828 + + 13 Dec 2013; Lars Wendler icewm-1.3.7-r1.ebuild, + icewm-1.3.8.ebuild: + Added gdk-pixbuf:2 to RDEPEND. Thanks to Petr Bahula for reporting this in + bug #494122. + +*icewm-1.3.8 (03 Dec 2013) + + 03 Dec 2013; Lars Wendler +icewm-1.3.8.ebuild, + +files/icewm-1.3.8-build-fixes.patch, +files/icewm-1.3.8-deprecated.patch, + +files/icewm-1.3.8-menu.patch: + Version bump (bug #490904). + + 09 Nov 2013; Pacho Ramos icewm-1.3.7-r1.ebuild: + x86 stable, bug #472086 + + 22 Oct 2013; Lars Wendler metadata.xml: + Took over maintenance. + + 19 Oct 2013; Pacho Ramos -icewm-1.3.7.ebuild, metadata.xml: + Cleanup due desktop-wm removal + + ; Anthony G. Basile +files/icewm-1.3.7-uclibc.patch, + icewm-1.3.7-r1.ebuild: + Fix bug #486710 + + 25 Sep 2013; Agostino Sarubbo icewm-1.3.7-r1.ebuild: + Stable for ppc, wrt bug #472086 + + 23 Sep 2013; Agostino Sarubbo icewm-1.3.7-r1.ebuild: + Stable for sparc, wrt bug #472086 + + 22 Sep 2013; Agostino Sarubbo icewm-1.3.7-r1.ebuild: + Stable for amd64, wrt bug #472086 + + 22 Sep 2013; Pacho Ramos + +files/icewm-1.3.7-build-fixes.patch, icewm-1.3.7-r1.ebuild: + Apply Debian patch fixing multiple build issues, including bug #470148 + + 21 Sep 2013; Pacho Ramos icewm-1.3.7-r1.ebuild: + Fix automagic dep on fribidi (#485562 by Agostino Sarubbo) + +*icewm-1.3.7-r1 (06 Sep 2013) + + 06 Sep 2013; Pacho Ramos +files/icewm, + +files/icewm-1.3.7-configurenotify.patch, +files/icewm-1.3.7-deprecated.patch, + +files/icewm-1.3.7-dso.patch, +files/icewm-1.3.7-menuiconsize.patch, + +files/icewm-1.3.7-thermal.patch, +files/icewm-defaults.patch, + +files/icewm-fribidi.patch, +files/icewm-keys.patch, +files/icewm-menu.patch, + +files/icewm-startup, +files/icewm-toolbar.patch, +files/icewm-wmclient.patch, + +files/icewm-xdg-menu, +icewm-1.3.7-r1.ebuild: + Use Fedora patches to fix a lot if bugs, also menu handling. Fix thermal + information handling (#452730 by Dag Bakke). + + 07 Oct 2012; Kacper Kowalik + +files/icewm-1.3.7-gcc47.patch, icewm-1.3.7.ebuild: + Fix building with gcc-4.7 wrt #424888 by Diego Elio Pettenò + . Thanks to Jernej Simoncic + for scavenging patch + + 16 Jun 2012; Chí-Thanh Christopher Nguyễn + +files/icewm-1.2.37-libX11-1.5.0-deprecated.patch, icewm-1.2.37.ebuild, + icewm-1.3.7.ebuild: + Fix building against libX11-1.5.0, bug #420773. + + 18 Mar 2012; Samuli Suominen icewm-1.2.37.ebuild, + icewm-1.3.7.ebuild: + Remove USE="esd" because media-sound/esound isn't in tree anymore. + + 05 Mar 2012; Pacho Ramos icewm-1.2.37.ebuild: + Add missing dep on libgnomeui (#337734). + + 03 Nov 2011; Kacper Kowalik icewm-1.3.7.ebuild, + +files/icewm-1.3.7-gcc44.patch: + Add missing eutils.eclass, fix building with >=gcc-4.4 wrt #376451 by Diego + Elio Petteno + +*icewm-1.3.7 (19 Jul 2011) + + 19 Jul 2011; Jeroen Roovers -icewm-1.2.30.ebuild, + -icewm-1.2.32.ebuild, -icewm-1.2.33.ebuild, -icewm-1.2.34.ebuild, + -icewm-1.2.35.ebuild, +icewm-1.3.7.ebuild: + Version bump thanks to kflirik and others (bug #316641). + + 02 Nov 2010; Arun Raghavan icewm-1.2.37.ebuild: + Clarify gnome-desktop dep as being slot 2 + + 03 Jul 2010; Raúl Porcel icewm-1.2.37.ebuild: + sparc/x86 stable wrt #266700 + + 07 Jun 2010; Markos Chandras icewm-1.2.37.ebuild: + Stable on amd64 wrt bug #266700 + + 07 Jun 2010; Joseph Jezak icewm-1.2.37.ebuild: + Marked ppc stable for bug #266700. + + 16 Nov 2009; Víctor Ostorga icewm-1.2.37.ebuild, + +files/icewm-1.2.37-gnome2.patch: + Enabling support of icewm-menu-gnome2 bug 205133 + + 11 Nov 2009; Víctor Ostorga icewm-1.2.37.ebuild: + Fixing unrecognized options provided to configure, bug #261728 + + 29 Sep 2009; Tobias Klausmann icewm-1.2.37.ebuild: + Keyworded on alpha, bug #283789 + +*icewm-1.2.37 (07 Mar 2009) + + 07 Mar 2009; Patrick Lauer +icewm-1.2.37.ebuild: + Bump to 1.2.37. Fixes #246135 + + 07 Jan 2009; Brent Baude icewm-1.2.35.ebuild: + Marking icewm-1.2.35 ~ppc64 for bug 253304 + +*icewm-1.2.35 (19 Feb 2008) + + 19 Feb 2008; Steve Dibb +icewm-1.2.35.ebuild: + Version bump, bug 208241 + +*icewm-1.2.34 (24 Jan 2008) + + 24 Jan 2008; Steve Dibb +icewm-1.2.34.ebuild: + Version bump, bug 204719 + +*icewm-1.2.33 (18 Dec 2007) + + 18 Dec 2007; Steve Dibb +icewm-1.2.33.ebuild: + Version bump, bug 201826 + + 06 Oct 2007; Tobias Scherbaum icewm-1.2.32.ebuild: + ppc stable, bug #192695 + + 26 Sep 2007; Raúl Porcel icewm-1.2.32.ebuild: + sparc/x86 stable wrt #192695 + + 29 Aug 2007; Christian Heim metadata.xml: + Removing bcowan from metadata due to his retirement (see #133108 for + reference). + +*icewm-1.2.32 (15 Aug 2007) + + 15 Aug 2007; Steve Dibb +icewm-1.2.32.ebuild: + Version bump, bug 188951 + +*icewm-1.2.30-r1 (28 Jul 2007) + + 28 Jul 2007; Steve Dibb +files/icewm-uclibc.patch, + +icewm-1.2.30-r1.ebuild: + Add patch to build with uclibc + + 22 Jul 2007; David Shakaryan icewm-1.2.30.ebuild: + Remove virtual/x11 from dependencies. + + 07 Feb 2007; Simon Stelling icewm-1.2.30.ebuild: + stable on amd64; bug 16879 + + 03 Feb 2007; nixnut icewm-1.2.30.ebuild: + Stable on ppc wrt bug 164879 + + 02 Feb 2007; Christian Faulhammer icewm-1.2.30.ebuild: + stable x86; bug #164879 + + 01 Feb 2007; Gustavo Zacarias icewm-1.2.30.ebuild: + Stable on sparc wrt #164879 + + 25 Jan 2007; Steve Dibb icewm-1.2.30.ebuild: + Fix deps, bug 158581 + +*icewm-1.2.30 (31 Dec 2006) + + 31 Dec 2006; Steve Dibb +icewm-1.2.30.ebuild: + Version bump, remove artwiz-fonts dep, bug 143355 + + 23 Dec 2006; Tobias Scherbaum icewm-1.2.26.ebuild: + Stable on ppc wrt bug #144723. + + 13 Dec 2006; Christian Faulhammer ChangeLog: + stable x86, bugs #144723 + + 12 Dec 2006; Peter Weller icewm-1.2.26.ebuild: + Added amd64 keyword wrt bug #144723 + + 12 Dec 2006; Christian Faulhammer icewm-1.2.26.ebuild: + stable x86, bugs #144723 + + 11 Dec 2006; Gustavo Zacarias icewm-1.2.26.ebuild: + Stable on sparc wrt #144723 + + 11 Dec 2006; Steve Dibb icewm-1.2.29.ebuild: + Add minimal, debug use flags + + 11 Dec 2006; Steve Dibb + -files/icewm-1.2.25-gcc41.patch, -files/icewm-1.2.25.ybutton.cc.patch, + -icewm-1.2.25.ebuild, icewm-1.2.29.ebuild: + Remove silverxp use flag (bug 157443), fix xinerama deps (bug 157737), + remove old version + +*icewm-1.2.29 (06 Dec 2006) + + 06 Dec 2006; Steve Dibb metadata.xml, + +icewm-1.2.29.ebuild: + Version bump, add myself as another maintainer + + 19 Nov 2006; Saleem Abdulrasool icewm-1.2.23.ebuild, + icewm-1.2.25.ebuild, icewm-1.2.26.ebuild: + Drop gnome useflag for gnome 1.x removal + + 28 Apr 2006; Marien Zwart files/digest-icewm-1.2.23, + Manifest: + Fixing SHA256 digest, pass four + +*icewm-1.2.26 (27 Apr 2006) + + 27 Apr 2006; Daniel Goller + +files/icewm-1.2.26.ybutton.cc.patch, +icewm-1.2.26.ebuild: + Bump to 1.2.26 + +*icewm-1.2.25 (09 Apr 2006) + + 09 Apr 2006; Daniel Goller + -files/icewm-1.2.20.iceicon.patch, -files/icewm-1.2.20.testmap.patch, + -files/icewm-1.2.20.ybutton.cc.patch, -files/icewm-1.2.21.testmap.patch, + -files/icewm-1.2.21.ybutton.cc.patch, + -files/icewm-1.2.22.ybutton.cc.patch, +files/icewm-1.2.25-gcc41.patch, + +files/icewm-1.2.25.ybutton.cc.patch, -icewm-1.2.20.ebuild, + -icewm-1.2.21.ebuild, -icewm-1.2.22.ebuild, +icewm-1.2.25.ebuild: + Overdue bump to 1.2.25, spring cleaning too + + 24 Jan 2006; Krzysiek Pawlik icewm-1.2.23.ebuild: + Fixed DEPEND for modular X. + + 12 Jan 2006; Hanno Boeck + +files/icewm-1.2.23-gcc41.patch, icewm-1.2.23.ebuild: + Fix for gcc 4.1. + + 24 Oct 2005; Gustavo Zacarias icewm-1.2.23.ebuild: + Stable on sparc + + 22 Oct 2005; Daniel Goller icewm-1.2.23.ebuild: + Stable on amd64 and ppc + + 22 Oct 2005; Mark Loeser icewm-1.2.23.ebuild: + Stable on x86; bug #109529 + + 22 Sep 2005; Daniel Goller ChangeLog: + Signing manifest + +*icewm-1.2.23 (22 Sep 2005) + + 22 Sep 2005; Daniel Goller + +files/icewm-1.2.23.ybutton.cc.patch, icewm-1.2.22.ebuild, + +icewm-1.2.23.ebuild: + Stabelizing 1.2.22 where applicable and adding 1.2.23 ~arch + + 13 Aug 2005; Luis Medinas icewm-1.2.21.ebuild: + Stable on AMD64. + + 27 Jul 2005; Gustavo Zacarias icewm-1.2.21.ebuild: + Stable on sparc + + 27 Jul 2005; Daniel Goller ChangeLog: + Manifest failed again when committing remotely, adding it now + +*icewm-1.2.22 (27 Jul 2005) + + 27 Jul 2005; Daniel Goller +files/icewm-1.2.22.ybutton.cc.patch, + icewm-1.2.21.ebuild, +icewm-1.2.22.ebuild: + Adding 1.2.22 and 1.2.21 goes stable + +*icewm-1.2.21 (04 Jun 2005) + + 04 Jun 2005; Daniel Goller + +files/icewm-1.2.21.testmap.patch, +files/icewm-1.2.21.ybutton.cc.patch, + +icewm-1.2.21.ebuild: + Version Bump + + 21 May 2005; Daniel Goller + +files/icewm-1.2.20.iceicon.patch, +files/icewm-1.2.20.testmap.patch, + icewm-1.2.20.ebuild: + applied patches to fix FEATURES=test + + 23 Apr 2005; Daniel Goller + -files/icewm-1.2.19.ybutton.cc.patch, -icewm-1.2.19.ebuild, + icewm-1.2.20.ebuild: + cleaned up old version, fixed giflib dependency + + 07 Apr 2005; Simon Stelling icewm-1.2.20.ebuild: + stable on amd64 + + 22 Mar 2005; Gustavo Zacarias icewm-1.2.20.ebuild: + Stable on sparc + + 18 Mar 2005; Daniel Goller + -files/icewm-1.2.17.ybutton.cc.patch, -icewm-1.2.16-r1.ebuild, + -icewm-1.2.17.ebuild, icewm-1.2.19.ebuild, icewm-1.2.20.ebuild: + Purge old ebuilds + + 18 Mar 2005; Daniel Goller icewm-1.2.19.ebuild, + icewm-1.2.20.ebuild: + Change dependency from linungif to giflib + + 18 Mar 2005; Daniel Goller icewm-1.2.20.ebuild: + minor description change, stable on ppc and x86 + + 06 Mar 2005; Heinrich Wendel icewm-1.2.19.ebuild: + stable on amd64 + + 21 Feb 2005; Gustavo Zacarias icewm-1.2.19.ebuild: + Stable on sparc + + 19 Feb 2005; morfic,,, icewm-1.2.19.ebuild: + 1.2.19 now stable + + 19 Feb 2005; morfic,,, : + Signature wasn't done + +*icewm-1.2.20 (19 Feb 2005) + + 19 Feb 2005; morfic,,, + +files/icewm-1.2.20.ybutton.cc.patch, +icewm-1.2.20.ebuild: + Bump to 1.2.20 at last + +*icewm-1.2.19 (28 Dec 2004) + + 28 Dec 2004; Daniel Goller + +files/icewm-1.2.19.ybutton.cc.patch, +icewm-1.2.19.ebuild: + Initial bump to 1.2.19 + + 20 Dec 2004; Dylan Carlson icewm-1.2.17.ebuild: + Stable on amd64. + + 24 Nov 2004; Daniel Goller icewm-1.2.16-r1.ebuild, + icewm-1.2.17.ebuild: + Putting Maintainer's arch first in accordance with law. + + 23 Nov 2004; Gustavo Zacarias icewm-1.2.17.ebuild: + Stable on sparc + + 22 Nov 2004; Daniel Goller icewm-1.2.17.ebuild: + Gotta use ${P/_} for patch + + 21 Nov 2004; Daniel Goller + -files/icewm-1.2.17_pre1.wmtaskbar.cc.patch: + kill off orphan patch + + 20 Nov 2004; Daniel Goller icewm-1.2.17.ebuild, + -icewm-1.2.17_pre1.ebuild, -icewm-1.2.17_pre2.ebuild: + 1.2.17 stable on x86 ppc, and clean up of the pre version to .17 + +*icewm-1.2.17 (07 Nov 2004) + + 07 Nov 2004; Daniel Goller + +files/icewm-1.2.17.ybutton.cc.patch, +icewm-1.2.17.ebuild: + Bump to 1.2.17 final, adjusting offsets of ybutton.cc.patch for silverxp theme + + 06 Nov 2004; Daniel Goller icewm-1.2.17_pre2.ebuild: + Small change in ebuild and testing signing + +*icewm-1.2.17_pre2 (03 Nov 2004) + + 03 Nov 2004; Daniel Goller +icewm-1.2.17_pre2.ebuild: + Bump to 1.2.17-pre2 + + 24 Oct 2004; Daniel Goller -icewm-1.2.15-r1.ebuild, + icewm-1.2.16-r1.ebuild, -icewm-1.2.16.ebuild, icewm-1.2.17_pre1.ebuild: + remove old ebuilds + fix small typo in ebuilds + + 24 Oct 2004; Daniel Goller icewm-1.2.17_pre1.ebuild: + Cleanup econf + +*icewm-1.2.17_pre1 (24 Oct 2004) + + 24 Oct 2004; Daniel Goller + +files/icewm-1.2.17_pre1.wmtaskbar.cc.patch, +icewm-1.2.17_pre1.ebuild: + Rev Bump to 1.2.17_pre1, this should fix composite for xorg 6.8.0 + + 20 Oct 2004; Daniel Goller icewm-1.2.16-r1.ebuild: + Added libungif dep, closing bug#65929 + + 29 Sep 2004; Robert Coie icewm-1.2.16-r1.ebuild: + Typo fix missing trailing whitespace in DEPEND + + 29 Sep 2004; Daniel Goller icewm-1.2.16-r1.ebuild: + adding depend to close bug #65706 + thanks Aniruddha for reporting + + 27 Sep 2004; Danny van Dyk icewm-1.2.16-r1.ebuild: + Marked stable on amd64. + + 22 Sep 2004; Daniel Goller icewm-1.2.16-r1.ebuild: + And some more small cleanups + + 22 Sep 2004; Daniel Goller icewm-1.2.16-r1.ebuild: + removed 3 lines in there for debugging only + + 22 Sep 2004; Daniel Goller icewm-1.2.16-r1.ebuild: + Nothing but a major ebuild cleanup + +*icewm-1.2.15-r1 (15 Sep 2004) + + 15 Sep 2004; Daniel Goller +icewm-1.2.15-r1.ebuild: + readding 1.2.15-r1 for its keywords + + 15 Sep 2004; Daniel Goller -icewm-1.2.13.ebuild, + -icewm-1.2.14-r1.ebuild, -icewm-1.2.15-r1.ebuild: + clean up all old versions + + 12 Sep 2004; Malcolm Lashley icewm-1.2.16-r1.ebuild: + ~amd64, needed for gcc3.4 compilation + + 06 Sep 2004; Gustavo Zacarias icewm-1.2.16-r1.ebuild: + Stable on sparc + + 02 Sep 2004; Daniel Goller icewm-1.2.16-r1.ebuild: + stable on x86 + + 30 Aug 2004; Pieter Van den Abeele + icewm-1.2.14-r1.ebuild, icewm-1.2.15-r1.ebuild: + Masked icewm-1.2.15-r1.ebuild stable for ppc + + 30 Aug 2004; Pieter Van den Abeele + icewm-1.2.14-r1.ebuild: + Masked icewm-1.2.14-r1.ebuild stable for ppc + +*icewm-1.2.16-r1 (22 Aug 2004) + + 22 Aug 2004; Daniel Goller icewm-1.2.15-r1.ebuild, + +icewm-1.2.16-r1.ebuild: + changed dep to newer version of theme, fixing rollover issue + + 19 Aug 2004; Gustavo Zacarias icewm-1.2.15-r1.ebuild: + Stable on sparc + + 04 Oct 2004; Pieter Van den Abeele icewm-1.2.16-r1.ebuild: + Stable on ppc + +*icewm-1.2.16 (16 Aug 2004) + + 16 Aug 2004; Daniel Goller -icewm-1.2.14.ebuild, + icewm-1.2.15-r1.ebuild, -icewm-1.2.15.ebuild, +icewm-1.2.16.ebuild: + Marked Stable, cleaned up old ebuilds, added new version + + 16 Aug 2004; Daniel Goller icewm-1.2.15.ebuild: + Stable on x86 + +*icewm-1.2.14-r1 (15 Aug 2004) + + 15 Aug 2004; Daniel Goller +files/IceWM.desktop, + +icewm-1.2.14-r1.ebuild, +icewm-1.2.15-r1.ebuild: + added IceWM.desktop for newer DMs + +*icewm-1.2.15_pre1 (15 Aug 2004) + + 15 Aug 2004; Daniel Goller -icewm-1.2.15_pre1.ebuild, + -icewm-1.2.15_pre2.ebuild, -icewm-1.2.15_pre4.ebuild: + Removed old 1.2.15_pre* versions + +*icewm-1.2.15 (10 Aug 2004) + + 10 Aug 2004; Daniel Goller +icewm-1.2.15.ebuild: + Bump to 1.2.15 Release + + 06 Aug 2004; Gustavo Zacarias icewm-1.2.14.ebuild: + Stable on sparc + +*icewm-1.2.15_pre4 (05 Aug 2004) + + 05 Aug 2004; Daniel Goller icewm-1.2.14.ebuild, + +icewm-1.2.15_pre4.ebuild: + Bump to 1.2.15_pre4 + Marked 1.2.14 stable on x86 + +*icewm-1.2.15_pre2 (21 Jul 2004) + + 21 Jul 2004; Daniel Goller icewm-1.2.15_pre2.ebuild: + Bumped Version, closing bug #57866 + + 09 Jul 2004; Daniel Goller : + this version has varios bug fixes and upstream merged our gcc 3.4 patches + (yes, they actually never made it into portage before upstream merged them) + + 28 Jun 2004; Aron Griffis icewm-1.2.13.ebuild, + icewm-1.2.14.ebuild: + add sed-4 dep + +*icewm-1.2.14 (15 Jun 2004) + + 15 Jun 2004; Mamoru KOMACHI icewm-1.2.13.ebuild, + +icewm-1.2.14.ebuild, -icewm-1.2.14_pre1.ebuild, -icewm-1.2.14_pre2.ebuild, + -icewm-1.2.14_pre7.ebuild, -icewm-1.2.14_pre9.ebuild: + Version bumped. Fixed configure error when truetype is disabled. Added + silverxp IUSE flag. Thanks to Daniel Goller . + This closes bug #40148 and #53685. Cleaned out _pre* ebuilds. + + 27 Apr 2004; Aron Griffis icewm-1.2.13.ebuild: + Add inherit eutils + + 25 Mar 2004; Jason Huebel,,, icewm-1.2.13.ebuild, + files/icewm-1.2.13-gentoo.patch: + added patch for configure.in, contributed by Ryan C. Gordon + +*icewm-1.2.14_pre9 (03 Feb 2004) + + 03 Feb 2004; Hanno Boeck icewm-1.2.14_pre9.ebuild: + Version bump. + + 02 Feb 2004; Brad Cowan icewm-1.2.14_pre7.ebuild: + Added support for xinerama flag. Thanks to James Le Cuirot . + Closes bug #39479. + +*icewm-1.2.14_pre7 (04 Jan 2004) + + 04 Jan 2004; Hanno Boeck icewm-1.2.14_pre7.ebuild: + Version bump. + +*icewm-1.2.14_pre2 (21 Dec 2003) + + 21 Dec 2003; Hanno Boeck icewm-1.2.14_pre2.ebuild: + Version bump. + + 05 Nov 2003; Jason Wever icewm-1.2.13.ebuild: + Marked stable on sparc. + +*icewm-1.2.14_pre1 (02 Nov 2003) + + 02 Nov 2003; Hanno Boeck icewm-1.2.14_pre1.ebuild: + Version bump. + + 30 Sep 2003; Brad Cowan icewm-1.2.13.ebuild: + Added session support from bug 29753 thanks to Daniel Goller. + +*icewm-1.2.13 (27 Sep 2003) + + 27 Sep 2003; Hanno Boeck icewm-1.2.13.ebuild: + Version bump. + +*icewm-1.2.13_pre2 (08 Sep 2003) + + 08 Sep 2003; Brad Cowan icewm-1.2.13_pre2.ebuild: + Version bump. + +*icewm-1.2.13_pre1 (06 Sep 2003) + + 06 Sep 2003; Brad Cowan icewm-1.2.13_pre1.ebuild: + Version bump. + + 21 Aug 2003; Heinrich Wendel icewm-1.2.10.ebuild, + icewm-1.2.7.ebuild, icewm-1.2.8.ebuild, files/icewm, + files/icewm-1.2.7-gentoo.patch: + - cleaned out old versions + - fixed bug #25739 (artwiz-fonts) + - fixed bug #27030 (gnome-desktop dep) + + 20 Aug 2003; Brad Cowan icewm-1.2.11.ebuild: + Removed sessions support as upstream says its a buggy hack for PDAs only not + desktop. Thanks to morfic. + +*icewm-1.2.11 (20 Aug 2003) + + 20 Aug 2003; Hanno Boeck icewm-1.2.11.ebuild: + Version bump. + Fixed several bugs (#23346, #25744, #26722, #26959). + + 20 Aug 2003; Hanno Boeck icewm-1.2.9.ebuild: + Moved to stable x86. + +*icewm-1.2.10 (15 Aug 2003) + + 15 Aug 2003; Brad Cowan icewm-1.2.10.ebuild: + Version bump and fixes thanks to morfic from irc. + + 16 Jul 2003; Hanno Boeck icewm-1.2.9.ebuild: + Fixed Gnome support (see bug #24306). + +*icewm-1.2.9 (22 Jun 2003) + + 22 Jun 2003; Hanno Boeck icewm-1.2.9.ebuild: + Version bump. + + 15 Jun 2003; Brad Cowan icewm-1.2.0-r1.ebuild, + icewm-1.2.2-r1.ebuild, icewm-1.2.3.ebuild, icewm-1.2.5.ebuild, + icewm-1.2.6.ebuild, files/icewm-1.2.3-gentoo.patch, + files/icewm-1.2.5-gentoo.patch, files/icewm-1.2.6-gentoo.patch, + files/icewm-gcc31-gentoo.patch: + Cleanup. + +*icewm-1.2.8 (15 Jun 2003) + + 15 Jun 2003; Brad Cowan icewm-1.2.8.ebuild: + Version bump. + +*icewm-1.2.7 (24 Mar 2003) + + 24 Mar 2003; Brad Cowan icewm-1.2.7.ebuild, + files/digest-icewm-1.2.7, files/icewm-1.2.7-gentoo.patch: + Version bump. + +*icewm-1.2.6 (26 Jan 2003) + + 26 Jan 2003; Brad Cowan icewm-1.2.6.ebuild, + files/digest-icewm-1.2.6, files/icewm-1.2.6-gentoo.patch: + Version bump. + +*icewm-1.2.5 (08 Jan 2003) + + 08 Jan 2003; Brad Cowan icewm-1.2.5.ebuild, + files/digest-icewm-1.2.5, files/icewm-1.2.5-gentoo.patch: + Version bump. + +*icewm-1.2.3 (28 Dec 2002) + + 28 Dec 2002; Daniel Robbins : New 1.2.3 icewm ebuild with + updated patch; moved "libdir" to /usr/share/icewm. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*icewm-1.2.3_pre1-r1 icewm-1.2.2-r1 (02 Nov 2002) + + 02 Nov 2002; Seemant Kulleen icewm-1.2.3_pre1-r1.ebuild + icewm-1.2.2-r1.ebuild files/digest-icewm-1.2.3_pre1-r1 + files/digest-icewm-1.2.2-r1 files/icewm-1.2.3_pre1-gentoo.patch : + + Later on: unified the gcc31, aapm.c patches and ssed lines into one patch. + + pez@apocalyptech.com (CJ Kucera) in bug #10057 pointed out that an extra + sed was needed for icewm to know its doc directory. + +*icewm-1.2.3_pre1 (01 Nov 2002) + + 01 Nov 2002; Seemant Kulleen icewm-1.2.3_pre1.ebuild + files/icewm-1.2.3_pre1-gcc31-gentoo.patch + files/icewm-1.2.3_pre1-aapm-gentoo.patch ChangeLog + files/digest-icewm-1.2.3_pre1 : + + Version bump, thanks to: craig@mosquitonet.com (Craig Callender) in bug + #9920 + +*icewm-1.2.2-r1 (16 Oct 2002) + + 22 Apr 2003; Brandon Low icewm-1.2.2-r1.ebuild: + Change supersed dependencies + +*icewm-1.2.2 (16 Oct 2002) + + 17 Oct 2002; Daniel Ahlberg icewm-1.2.2.ebuild : + Added IUSE. + + 16 Oct 2002; Seemant Kulleen icewm-1.2.2.ebuild + files/digest-icewm-1.2.2 : + + Version bump thanks to: craig@mosquitonet.com (Craig Callender) in bug + #7970. + +*icewm-1.2.0-r1 (16 Aug 2002) + + 20 Sep 2002; Olivier Reisch icewm-1.2.0-r1.ebuild: + Added ppc keyword + + 16 Aug 2002; Seemant Kulleen icewm-1.2.0-r1.ebuild + files/digest-icewm-1.2.0-r1 : + + Now, the help browser knows where the help files are. Closes bug #6405 by + Klaus.Kusche@inode.at (Klaus Kusche) + +*icewm-1.2.0 (06 Jul 2002) + + 06 Jul 2002; Seemant Kulleen icewm-1.2.0.ebuild + files/icewm-1.2.0-gcc31-gentoo.patch files/digest-icewm-1.2.0 : + + Version bump, thanks to: craig@mosquitonet.com (Craig Callender) in bug # + 4539. And NLS translation files are now installed properly, thanks to: + arkmch@priv4.onet.pl (Arkadiusz Mucha) in bug #4532. + +*icewm-1.2.0_pre3-r1 (02 Jul 2002) + + 02 Jul 2002; Seemant Kulleen + icewm-1.2.0_pre3-r1.ebuild files/digest-icewm-1.2.0_pre3-r1 : + + icewm binary in /etc/X11/Sessions was not being created properly. Fixed. + Reported in bug #4410 by charles_hood@yahoo.com (Charles Hood) + +*icewm-1.2.0_pre3 (01 Jul 2002) + + 01 Jul 2002; Seemant Kulleen icewm-1.2.0_pre3.ebuild + files/digest-icewm-1.2.0_pre3 files/icewm-1.2.0_pre3-gcc31-gentoo.patch : + + Version bump to newest testing. The patch is the same as Matt's patch, + just renamed and edited to reflect the new version number. + +*icewm-1.0.9.2-r4 (26 May 2002) + + 26 May 2002; Matthew Kennedy ChangeLog, + icewm-1.0.9.2-r4.ebuild, files/digest-icewm-1.0.9.2-r4, + files/icewm-1.0.9.2-gcc31-gentoo.patch : + + Code patch to support gcc3.1 (thanks to yasea@gmx.net (Thomas + Weidner) and http://bugs.gentoo.org/show_bug.cgi?id=2969). + +*icewm-1.0.9.2-r3 (19 Feb 2002) + + 19 Feb 2002; Chris Houser : added support for 'nls' and + 'imlib' in USE. Moved some install paths out of X11 sub-directories into + FHS-compliant locations. Fixed the 'help' menu item. This closes bug #521. + +*icewm-1.0.9.2-r2 (14 Feb 2002) + + 14 Feb 2002; Dan Armak : added /etc/X11/Sessions/icewm, + which adds icewm to the auto-generated session list of kdm and gdm. + +*icewm-1.0.9.2-r1 (8 Feb 2002) + + 8 Feb 2002; Daniel Robbins : Added support for imlib, + fixed sysconfdir path. This closes bug #610. + +*icewm-1.0.9.2 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-wm/jwm/ChangeLog b/x11-wm/jwm/ChangeLog new file mode 100644 index 00000000..e027dc4a --- /dev/null +++ b/x11-wm/jwm/ChangeLog @@ -0,0 +1,114 @@ +# ChangeLog for x11-wm/jwm +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/ChangeLog,v 1.28 2013/10/19 15:25:31 pacho Exp $ + + 19 Oct 2013; Pacho Ramos -jwm-2.0.1.ebuild, metadata.xml: + Cleanup due desktop-wm removal + + 09 Apr 2013; Naohiro Aota jwm-2.1.0.ebuild: + Add ~x86-fbsd wrt bug #157553 + + 03 Jul 2012; Brent Baude jwm-2.1.0.ebuild: + Marking jwm-2.1.0 ppc for bug 422443 + + 27 Jun 2012; Jeroen Roovers jwm-2.1.0.ebuild: + Stable for HPPA (bug #422443). + + 25 Jun 2012; Jeff Horelick jwm-2.1.0.ebuild: + marked x86 per bug 422443 + + 22 Jun 2012; Agostino Sarubbo jwm-2.1.0.ebuild: + Stable for amd64, wrt bug #422443 + +*jwm-2.1.0 (31 Jan 2012) + + 31 Jan 2012; Jeroen Roovers jwm-2.0.1.ebuild, + files/jwm-2.0.1-nostrip.patch, +jwm-2.1.0.ebuild: + Clean up patch. Version bump. + + 08 Nov 2010; Kacper Kowalik jwm-2.0.1.ebuild: + media-libs/jpeg -> virtual/jpeg + + 06 Jul 2010; Jeroen Roovers jwm-2.0.1.ebuild: + Stable for HPPA (bug #322913). + + 26 Jun 2010; jwm-2.0.1.ebuild: + ppc stable #322913 + + 16 Jun 2010; Pawel Hajdan jr jwm-2.0.1.ebuild: + x86 stable wrt bug #322913 + + 05 Jun 2010; Samuli Suominen jwm-2.0.1.ebuild: + Move einfo from pkg_postrm to pkg_postinst. + + 09 Jan 2009; Rémi Cardona jwm-1.7.ebuild, + jwm-2.0.1.ebuild: + Change virtual/xft dependency to x11-libs/libXft, bug 253771. + + 03 Feb 2008; Santiago M. Mola -jwm-0.21.ebuild, + -jwm-0.22.ebuild, -jwm-1.5.ebuild: + Remove old. + +*jwm-2.0.1 (09 Dec 2007) + + 09 Dec 2007; Santiago M. Mola + +files/jwm-2.0.1-nostrip.patch, +jwm-2.0.1.ebuild: + Version bump to 2.0.1. + + 13 Aug 2007; Tobias Scherbaum jwm-1.7.ebuild: + ppc. stable + + 22 Jul 2007; David Shakaryan jwm-0.21.ebuild, + jwm-0.22.ebuild, jwm-0.23.ebuild, jwm-1.5.ebuild, jwm-1.7.ebuild: + Remove virtual/x11 from dependencies. + + 13 Mar 2007; Raúl Porcel jwm-1.7.ebuild: + x86 stable + + 22 Feb 2007; David Shakaryan jwm-1.5.ebuild, + jwm-1.7.ebuild: + Fix whitespace. + +*jwm-1.7 (17 Jun 2006) + + 17 Jun 2006; Mamoru KOMACHI +jwm-1.7.ebuild: + Version bumped. Thanks to Mohamed M. Hagag and + Alessandro Guido . This closes bug #131173. + +*jwm-1.5 (24 Mar 2006) + + 24 Mar 2006; Mamoru KOMACHI + +files/jwm-1.5-configure.in.patch, +jwm-1.5.ebuild: + Version bumped. Thanks to Alessandro Guido + for the ebuild. This closes bug #116021. + + 11 Feb 2006; Guy Martin jwm-0.23.ebuild: + Stable on hppa. + + 11 Feb 2006; Krzysiek Pawlik jwm-0.21.ebuild, + jwm-0.22.ebuild, jwm-0.23.ebuild: + Fixed DEPEND for modular X. + + 01 Jul 2005; Joseph Jezak jwm-0.21.ebuild: + Marked ppc stable for bug #96737. + +*jwm-0.23 (28 May 2005) + + 28 May 2005; Mamoru KOMACHI +jwm-0.23.ebuild: + Version bumped. + +*jwm-0.22 (20 May 2005) + + 20 May 2005; Mamoru KOMACHI jwm-0.21.ebuild, + +jwm-0.22.ebuild: + Version bumped; bug #92384. + + 10 May 2005; David Holm jwm-0.21.ebuild: + Added to ~ppc. + +*jwm-0.21 (05 Mar 2005) + + 05 Mar 2005; Mamoru KOMACHI +metadata.xml, + +jwm-0.21.ebuild: + Initial import. Ebuild submitted by Rafal Glazar ; + bug #74744. diff --git a/x11-wm/larswm/ChangeLog b/x11-wm/larswm/ChangeLog new file mode 100644 index 00000000..fa560bb8 --- /dev/null +++ b/x11-wm/larswm/ChangeLog @@ -0,0 +1,106 @@ +# ChangeLog for x11-wm/larswm +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/larswm/ChangeLog,v 1.28 2014/08/10 19:58:40 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich larswm-7.5.3-r1.ebuild: + QA: drop trailing '.' from DESCRIPTION + + 22 Mar 2014; Michael Palimaka -larswm-7.5.3.ebuild: + Remove old. + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 19 Mar 2012; Raúl Porcel larswm-7.5.3.ebuild, + larswm-7.5.3-r1.ebuild: + Drop sparc keywords + + 06 Mar 2012; Brent Baude larswm-7.5.3-r1.ebuild: + Marking larswm-7.5.3-r1 ppc64 for bug 397305 + + 02 Mar 2012; Tobias Klausmann larswm-7.5.3-r1.ebuild: + Stable on alpha, bug #397305 + + 16 Feb 2012; Pawel Hajdan jr larswm-7.5.3-r1.ebuild: + x86 stable wrt bug #397305 + + 03 Feb 2012; Brent Baude larswm-7.5.3-r1.ebuild: + Marking larswm-7.5.3-r1 ppc for bug 397305 + +*larswm-7.5.3-r1 (18 Sep 2010) + + 18 Sep 2010; Jeroen Roovers +larswm-7.5.3-r1.ebuild: + Respect LDFLAGS (bug #337307), CC, CFLAGS. + + 22 Jul 2007; David Shakaryan larswm-7.5.3.ebuild: + Remove virtual/x11 from dependencies. + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 11 Feb 2006; Krzysiek Pawlik -larswm-7.2.10.ebuild, + -larswm-7.5.2.ebuild, larswm-7.5.3.ebuild: + Fixed DEPEND for modular X. + + 25 Dec 2005; Jason Wever larswm-7.5.3.ebuild: + Stable on SPARC. + + 07 Sep 2005; Luis Medinas larswm-7.5.3.ebuild: + Added ~amd64 keyword. + + 10 Oct 2004; Mamoru KOMACHI larswm-7.5.2.ebuild, + larswm-7.5.3.ebuild: + Stable on x86 and alpha. + + 05 Oct 2004; Jason Wever larswm-7.5.3.ebuild: + Added ~sparc keyword. + + 04 Oct 2004; Pieter Van den Abeele + larswm-7.5.3.ebuild: + Masked larswm-7.5.2.ebuild stable on ppc + + 30 Aug 2004; Pieter Van den Abeele + larswm-7.5.2.ebuild, larswm-7.5.3.ebuild: + Masked larswm-7.5.3.ebuild testing for ppc + + 30 Aug 2004; Pieter Van den Abeele + larswm-7.5.2.ebuild: + Masked larswm-7.5.2.ebuild testing for ppc + + 22 Aug 2004; Tom Gall larswm-7.5.3.ebuild: + stable on ppc64, bug #58556 + +*larswm-7.5.3 (17 Jul 2004) + + 17 Jul 2004; Mamoru KOMACHI -larswm-7.5.0.ebuild, + -larswm-7.5.1.ebuild, larswm-7.5.2.ebuild, +larswm-7.5.3.ebuild: + Version bumped, closing bug #57216 + +*larswm-7.5.2 (30 Jun 2004) + + 30 Jun 2004; Mamoru KOMACHI +larswm-7.5.2.ebuild: + Version bumped. Added to ~alpha. Closing bug #55495 + +*larswm-7.5.1 (23 Jun 2004) + + 23 Jun 2004; Mamoru KOMACHI +larswm-7.5.1.ebuild: + Version bumped, thanks to Lars Bernhardsson in bug #54247 + +*larswm-7.5.0 (20 Jun 2004) + + 20 Jun 2004; Mamoru KOMACHI larswm-7.5.0.ebuild, + files/larswm.desktop: + Version bumped. Ebuild contributed by Lars Bernhardsson , + closing bug #54247 + + 07 Mar 2004; Markus Nigbur larswm-7.2.10.ebuild: + SRC_URI fixup. + + 04 Nov 2003; Brandon Hale larswm-7.2.10.ebuild, + metadata.xml: + Bumped 7.2.10 to x86, added metadata + +*larswm-7.2.10 (13 Jun 2003) + + 13 Jun 2003; robh larswm-7.2.10.ebuild: + Initial version. Submitted by Bjorn Lindstrom, closes #19630 diff --git a/x11-wm/lwm/ChangeLog b/x11-wm/lwm/ChangeLog new file mode 100644 index 00000000..ea77993d --- /dev/null +++ b/x11-wm/lwm/ChangeLog @@ -0,0 +1,98 @@ +# ChangeLog for x11-wm/lwm +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/lwm/ChangeLog,v 1.28 2013/10/19 15:26:28 pacho Exp $ + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 22 Jul 2013; Agostino Sarubbo lwm-1.2.2.ebuild: + Stable for ppc, wrt bug #391561 + +*lwm-1.2.3 (22 Jul 2013) + + 22 Jul 2013; Jeroen Roovers +lwm-1.2.3.ebuild: + Version bump. + + 02 Dec 2011; Markos Chandras lwm-1.2.2.ebuild: + Stable on amd64 wrt bug #391561 + + 01 Dec 2011; Pawel Hajdan jr lwm-1.2.2.ebuild: + x86 stable wrt bug #391561 + + 11 Jun 2011; Kacper Kowalik lwm-1.2.2.ebuild: + Fix underlinking wrt #370127, bump to EAPI4, don't install useless docs + +*lwm-1.2.2 (11 Apr 2010) + + 11 Apr 2010; Jeroen Roovers +lwm-1.2.2.ebuild: + Version bump. Respect CC, CFLAGS, LDFLAGS. Do not install README. + + 22 Aug 2008; David Shakaryan lwm-1.2.1.ebuild: + Add x11-libs/libSM dependency. (bug #235373) + + 02 Aug 2007; Roy Marples lwm-1.2.1.ebuild: + Keyworded ~x86-fbsd, #157553 thanks to Marc Kowarsky. + + 22 Jul 2007; David Shakaryan lwm-1.2.1.ebuild: + Remove virtual/x11 from dependencies. + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 28 Apr 2006; Marien Zwart files/digest-lwm-1.2.1, + Manifest: + Fixing SHA256 digest, pass four + + 11 Feb 2006; Krzysiek Pawlik -lwm-1.2.0.ebuild, + lwm-1.2.1.ebuild: + Fixed DEPEND for modular X. + + 06 Jul 2005; Herbie Hopkins lwm-1.2.1.ebuild: + Marked ~amd64 wrt bug #97951. + + 07 Nov 2004; Jason Wever lwm-1.2.1.ebuild: + Stable on sparc. + + 04 Nov 2004; Mamoru KOMACHI lwm-1.2.1.ebuild: + Stable on x86 and ppc. + +*lwm-1.2.1 (10 Oct 2004) + + 10 Oct 2004; Mamoru KOMACHI -lwm-1.1.5.ebuild, + lwm-1.2.0.ebuild, +lwm-1.2.1.ebuild: + Version bumped. Removed motif IUSE flag which is not relevant anymore. + + 18 Jun 2004; Jason Wever lwm-1.2.0.ebuild: + Stable on sparc. + +*lwm-1.2.0 (21 Feb 2004) + + 21 Feb 2004; Mamoru KOMACHI lwm-1.2.0.ebuild: + Version bumped. Included a manpage. This closes bug #41842 + + 11 Jan 2004; Heinrich Wendel lwm-1.1.5.ebuild, + lwm-1.1.6.ebuild: + fixed motif dep + +*lwm-1.1.6 (06 Dec 2003) + + 06 Dec 2003; Brandon Hale lwm-1.1.6.ebuild: + Version bump, closes 34908 + + 17 Sep 2003; Seemant Kulleen lwm-1.1.5.ebuild: + added virtual/motif to DEPEND. Really, that should have been in there in the + first place. Thanks to: Marius Mauch in bug #28952 + +*lwm-1.1.5 (21 Aug 2003) + + 21 Aug 2003; Seemant Kulleen lwm-1.1.5.ebuild: + version bump thanks to Jim Nutt in bug #24553 + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*lwm-1.01 (22 May 2002) + + 22 May 2002; Seemant Kulleen lwm-1.01.ebuild + ChangeLog files/digest-lwm-1.01 : + + New package for lightweight window manager. diff --git a/x11-wm/marco/ChangeLog b/x11-wm/marco/ChangeLog new file mode 100644 index 00000000..b4ecd666 --- /dev/null +++ b/x11-wm/marco/ChangeLog @@ -0,0 +1,33 @@ +# ChangeLog for x11-wm/marco +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/marco/ChangeLog,v 1.8 2015/07/12 00:06:54 np-hardass Exp $ + + 12 Jul 2015; NP-Hardass marco-1.8.0.ebuild, + marco-1.8.2.ebuild: + Deprecate 1.6 + + 11 Jul 2015; NP-Hardass metadata.xml: + Update metadata.xml with mate herd + +*marco-1.8.2 (09 Dec 2014) + + 09 Dec 2014; Matthias Maier +marco-1.8.2.ebuild: + version bump + + 02 Jul 2014; Pacho Ramos marco-1.8.0.ebuild: + x86 stable, bug 513714 + + 02 Jul 2014; Pacho Ramos marco-1.8.0.ebuild: + amd64 stable, bug 513714 + + 07 Jun 2014; Agostino Sarubbo marco-1.8.0.ebuild: + Add ~x86, wrt bug #508072 + + 31 May 2014; Pacho Ramos marco-1.8.0.ebuild: + Needs to be rebuilt with libgtop soname bumps + +*marco-1.8.0 (28 Apr 2014) + + 28 Apr 2014; Tom Wijsman +marco-1.8.0.ebuild, + +metadata.xml: + Version bump to 1.8.0, continuation of x11-wm/mate-window-manager. diff --git a/x11-wm/matchbox-common/ChangeLog b/x11-wm/matchbox-common/ChangeLog new file mode 100644 index 00000000..74d5ba01 --- /dev/null +++ b/x11-wm/matchbox-common/ChangeLog @@ -0,0 +1,70 @@ +# ChangeLog for x11-wm/matchbox-common +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/ChangeLog,v 1.16 2015/03/20 09:01:36 jlec Exp $ + + 20 Mar 2015; Justin Lecher files/MatchBox.desktop: + Fix desktop file + + 04 Jun 2012; Michael Weber matchbox-common-0.9.1-r2.ebuild: + ppc stable (bug 309407) + + 05 Mar 2012; Thomas Kahle matchbox-common-0.9.1-r2.ebuild: + marked x86 per bug 309407 + + 04 Mar 2012; Pacho Ramos metadata.xml: + Drop maintainer due retirement, bug #112268 + + 21 Feb 2012; Agostino Sarubbo + matchbox-common-0.9.1-r2.ebuild: + Stable for amd64, wrt bug #309407 + + 14 Mar 2009; matchbox-common-0.9.1.ebuild, + matchbox-common-0.9.1-r1.ebuild, matchbox-common-0.9.1-r2.ebuild: + keyword ~amd64 + + 12 Jan 2009; matchbox-common-0.9.1.ebuild, + matchbox-common-0.9.1-r1.ebuild, matchbox-common-0.9.1-r2.ebuild: + - typo in dodoc for ChangeLogs. bug 254506 + +*matchbox-common-0.9.1-r2 (10 Jan 2009) + + 10 Jan 2009; +files/add-media-category.patch, + +files/no-utilities-category.patch, metadata.xml, + +matchbox-common-0.9.1-r2.ebuild: + - make pda support optional and sync patchsets with OE + + 13 Jul 2008; Joseph Jezak + matchbox-common-0.9.1-r1.ebuild: + Marked ~ppc for bug #211803. + + 27 Feb 2008; Yuri Vasilevski + matchbox-common-0.9.1.ebuild, matchbox-common-0.9.1-r1.ebuild: + Updated HOMEPAGE and SRC_URI to it's new location + http://matchbox-project.org/ (Bug #211244). + + 26 Sep 2007; Jeroen Roovers + matchbox-common-0.9.1-r1.ebuild: + Marked ~hppa too. + + 16 Oct 2006; matchbox-common-0.9.1.ebuild, + matchbox-common-0.9.1-r1.ebuild: + Added dependency to >=x11-libs/libmatchbox-1.1 as checked by the ./configure + script. Closes bug #151623. + + 07 Aug 2006; matchbox-common-0.9.1-r1.ebuild: + Added ~arm keyword. + +*matchbox-common-0.9.1-r1 (20 Jun 2006) + + 20 Jun 2006; +matchbox-common-0.9.1-r1.ebuild: + Fixed the way xsessions files are created, fixes bug #137058. + + 28 Apr 2006; Marien Zwart Manifest: + Fixing SHA256 digest, pass four + +*matchbox-common-0.9.1 (12 Mar 2006) + + 12 Mar 2006; +files/MatchBox.desktop, +metadata.xml, + +matchbox-common-0.9.1.ebuild: + - Initial import. Original ebuild by Priit Laes, modifications by Björn + Ruberg and Yuri Vasilevski. diff --git a/x11-wm/matchbox-desktop/ChangeLog b/x11-wm/matchbox-desktop/ChangeLog new file mode 100644 index 00000000..acf1d5ff --- /dev/null +++ b/x11-wm/matchbox-desktop/ChangeLog @@ -0,0 +1,49 @@ +# ChangeLog for x11-wm/matchbox-desktop +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/ChangeLog,v 1.12 2015/06/09 19:43:10 grknight Exp $ + + 09 Jun 2015; Brian Evans + +files/matchbox-desktop-0.9.1-dlopen.patch, matchbox-desktop-0.9.1.ebuild: + Non-maintainer commit: Fix build missing link to dlopen; Patch by me; wrt bug + 512476 + + 04 Jun 2012; Michael Weber matchbox-desktop-0.9.1.ebuild: + ppc stable (bug 309407) + + 05 Mar 2012; Thomas Kahle matchbox-desktop-0.9.1.ebuild: + marked x86 per bug 309407 + + 04 Mar 2012; Pacho Ramos metadata.xml: + Drop maintainer due retirement, bug #112268 + + 21 Feb 2012; Agostino Sarubbo matchbox-desktop-0.9.1.ebuild: + Stable for amd64, wrt bug #309407 + + 14 Mar 2009; matchbox-desktop-0.9.1.ebuild: + keyword ~amd64 + + 13 Jul 2008; Joseph Jezak + matchbox-desktop-0.9.1.ebuild: + Marked ~ppc for bug #211803. + + 27 Feb 2008; Yuri Vasilevski + matchbox-desktop-0.9.1.ebuild: + Updated HOMEPAGE and SRC_URI to it's new location + http://matchbox-project.org/ (Bug #211244). + + 26 Sep 2007; Jeroen Roovers + matchbox-desktop-0.9.1.ebuild: + Marked ~hppa too. + + 07 Aug 2006; matchbox-desktop-0.9.1.ebuild: + Added ~arm keyword. + + 28 Apr 2006; Marien Zwart Manifest: + Fixing SHA256 digest, pass four + +*matchbox-desktop-0.9.1 (12 Mar 2006) + + 12 Mar 2006; +metadata.xml, + +matchbox-desktop-0.9.1.ebuild: + - Initial import. Original ebuild by Priit Laes, modifications by Björn + Ruberg and Yuri Vasilevski. diff --git a/x11-wm/matchbox-panel/ChangeLog b/x11-wm/matchbox-panel/ChangeLog new file mode 100644 index 00000000..68ca7921 --- /dev/null +++ b/x11-wm/matchbox-panel/ChangeLog @@ -0,0 +1,68 @@ +# ChangeLog for x11-wm/matchbox-panel +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.16 2015/04/14 20:20:28 mrueg Exp $ + + 14 Apr 2015; Manuel Rüger -matchbox-panel-0.9.2.ebuild, + -matchbox-panel-0.9.3.ebuild: + Remove old. + + 06 May 2013; Patrick Lauer + matchbox-panel-0.9.3-r1.ebuild: + Automake 1.13 fix + + 04 Jun 2012; Michael Weber matchbox-panel-0.9.3-r1.ebuild: + ppc stable (bug 309407) + + 05 Mar 2012; Thomas Kahle matchbox-panel-0.9.3-r1.ebuild: + marked x86 per bug 309407 + + 04 Mar 2012; Pacho Ramos metadata.xml: + Drop maintainer due retirement, bug #112268 + + 21 Feb 2012; Agostino Sarubbo + matchbox-panel-0.9.3-r1.ebuild: + Stable for amd64, wrt bug #309407 + +*matchbox-panel-0.9.3-r1 (18 May 2010) + + 18 May 2010; Yuri Vasilevski + +matchbox-panel-0.9.3-r1.ebuild, +files/matchbox-panel-0.9.3-wifi.patch: + Made building mb-applet-wireless deterministic, bug #320023 + + 14 Mar 2009; matchbox-panel-0.9.2.ebuild, + matchbox-panel-0.9.3.ebuild: + keyword ~amd64 + + 13 Jul 2008; Joseph Jezak matchbox-panel-0.9.3.ebuild: + Marked ~ppc for bug #211803. + + 27 Feb 2008; Yuri Vasilevski + matchbox-panel-0.9.2.ebuild, matchbox-panel-0.9.3.ebuild: + Updated HOMEPAGE and SRC_URI to it's new location + http://matchbox-project.org/ (Bug #211244). + + 26 Sep 2007; Jeroen Roovers matchbox-panel-0.9.3.ebuild: + Marked ~hppa too. + + 07 Aug 2006; matchbox-panel-0.9.3.ebuild: + Added ~arm keyword. + + 20 Jun 2006; + +files/matchbox-panel-0.9.3-gcc4-no-nested-functions.patch, + matchbox-panel-0.9.3.ebuild: + Fixed gcc4 compile issues and removed nested c functions, fixes bug #137026. + +*matchbox-panel-0.9.3 (04 Jun 2006) + + 04 Jun 2006; +matchbox-panel-0.9.3.ebuild: + Version dump. + + 28 Apr 2006; Marien Zwart Manifest: + Fixing SHA256 digest, pass four + +*matchbox-panel-0.9.2 (13 Mar 2006) + + 13 Mar 2006; +metadata.xml, + +matchbox-panel-0.9.2.ebuild: + - Initial import. Original ebuild by Priit Laes, modifications by Björn + Ruberg and Yuri Vasilevski. diff --git a/x11-wm/matchbox-window-manager/ChangeLog b/x11-wm/matchbox-window-manager/ChangeLog new file mode 100644 index 00000000..8001e5e0 --- /dev/null +++ b/x11-wm/matchbox-window-manager/ChangeLog @@ -0,0 +1,102 @@ +# ChangeLog for x11-wm/matchbox-window-manager +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog,v 1.23 2015/01/07 19:11:39 pacho Exp $ + + 07 Jan 2015; Pacho Ramos + -matchbox-window-manager-1.2.ebuild: + Drop old + + 31 Dec 2014; Agostino Sarubbo + matchbox-window-manager-1.2-r1.ebuild: + Stable for ppc, wrt bug #522774 + + 28 Dec 2014; Agostino Sarubbo + matchbox-window-manager-1.2-r1.ebuild: + Stable for x86, wrt bug #522774 + + 27 Dec 2014; Agostino Sarubbo + matchbox-window-manager-1.2-r1.ebuild: + Stable for amd64, wrt bug #522774 + +*matchbox-window-manager-1.2-r1 (08 Jul 2014) + + 08 Jul 2014; Pacho Ramos + +matchbox-window-manager-1.2-r1.ebuild: + Use gnome2.eclass better + + 04 Jun 2012; Michael Weber + matchbox-window-manager-1.2.ebuild: + ppc stable (bug 309407) + + 05 Mar 2012; Thomas Kahle + matchbox-window-manager-1.2.ebuild: + marked x86 per bug 309407 + + 04 Mar 2012; Pacho Ramos metadata.xml: + Drop maintainer due retirement, bug #112268 + + 21 Feb 2012; Agostino Sarubbo + matchbox-window-manager-1.2.ebuild: + Stable for amd64, wrt bug #309407 + + 14 Mar 2009; matchbox-window-manager-1.1.ebuild, + matchbox-window-manager-1.2.ebuild: + keyword ~amd64 + + 13 Jul 2008; Joseph Jezak + matchbox-window-manager-1.2.ebuild: + Marked ~ppc for bug #211803. + + 27 Feb 2008; Yuri Vasilevski + matchbox-window-manager-1.1.ebuild, matchbox-window-manager-1.2.ebuild: + Updated HOMEPAGE and SRC_URI to it's new location + http://matchbox-project.org/ (Bug #211244). + + 26 Sep 2007; Jeroen Roovers + matchbox-window-manager-1.2.ebuild: + Marked ~hppa too. + + 22 Jul 2007; Donnie Berkholz ; + matchbox-window-manager-1.1.ebuild, matchbox-window-manager-1.2.ebuild: + Drop virtual/x11 references. + + 24 Apr 2007; -matchbox-window-manager-1.0.ebuild: + Removed version 1.0. + +*matchbox-window-manager-1.2 (24 Apr 2007) + + 24 Apr 2007; +matchbox-window-manager-1.2.ebuild: + Version dump. + +*matchbox-window-manager-1.1 (17 Aug 2006) + + 17 Aug 2006; matchbox-window-manager-1.0.ebuild, + +matchbox-window-manager-1.1.ebuild: + Added version 1.1 (bug #143136) and put KEYWORDS in alphabetical order. + + 07 Aug 2006; matchbox-window-manager-1.0.ebuild: + Added ~arm keyword. + + 14 Jul 2006; -matchbox-window-manager-0.9.5.ebuild, + matchbox-window-manager-1.0.ebuild: + Fixed gconf (USE=gnome) sandbox violation during install. Bug #138136 + + 14 Jun 2006; + +files/matchbox-window-manager-1.0-use-nopng.patch, + matchbox-window-manager-1.0.ebuild: + Allows to build with USE=-png + +*matchbox-window-manager-1.0 (04 Jun 2006) + + 04 Jun 2006; +matchbox-window-manager-1.0.ebuild: + Version dump. + + 28 Apr 2006; Marien Zwart Manifest: + Fixing SHA256 digest, pass four + +*matchbox-window-manager-0.9.5 (12 Mar 2006) + + 12 Mar 2006; +metadata.xml, + +matchbox-window-manager-0.9.5.ebuild: + - Initial import. Original ebuild by Priit Laes, modifications by Björn + Ruberg and Yuri Vasilevski. diff --git a/x11-wm/matchbox/ChangeLog b/x11-wm/matchbox/ChangeLog new file mode 100644 index 00000000..e61f4204 --- /dev/null +++ b/x11-wm/matchbox/ChangeLog @@ -0,0 +1,98 @@ +# ChangeLog for x11-wm/matchbox +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.29 2015/03/29 13:27:23 pacho Exp $ + + 29 Mar 2015; Pacho Ramos matchbox-1.0.ebuild: + x11-misc/matchbox-panel-manager will be removed (#514832) + + 22 Dec 2012; Ulrich Müller matchbox-1.0.ebuild: + Fix LICENSE, metapackage that doesn't install any files, bug 446802. + + 04 Jun 2012; Samuli Suominen -matchbox-0.7.1.ebuild: + old + + 04 Jun 2012; Michael Weber matchbox-1.0.ebuild: + ppc stable (bug 309407) + + 05 Mar 2012; Thomas Kahle matchbox-1.0.ebuild: + marked x86 per bug 309407 + + 04 Mar 2012; Pacho Ramos metadata.xml: + Drop maintainer due retirement, bug #112268 + + 21 Feb 2012; Agostino Sarubbo matchbox-1.0.ebuild: + Stable for amd64, wrt bug #309407 + + 08 Nov 2010; Samuli Suominen matchbox-0.7.1.ebuild: + Use virtual/jpeg wrt #327487. + + 04 Oct 2009; Samuli Suominen matchbox-0.7.1.ebuild: + Replace -Wl,--no-as-needed with function from flag-o-matic eclass. + + 14 Mar 2009; matchbox-0.7.1.ebuild, + matchbox-1.0.ebuild: + keyword ~amd64 + + 13 Jul 2008; Joseph Jezak matchbox-1.0.ebuild: + Marked ~ppc for bug #211803. + + 27 Feb 2008; Yuri Vasilevski matchbox-0.7.1.ebuild, + matchbox-1.0.ebuild: + Updated HOMEPAGE and SRC_URI to it's new location + http://matchbox-project.org/ (Bug #211244). + + 06 Feb 2008; matchbox-0.7.1.ebuild: + Added -Wl,--no-as-needed to LDFLAGS to fix Bug #203150: + x11-wm/matchbox-0.7.1: undefined reference to XShm* w/ --as-needed + + 26 Sep 2007; Jeroen Roovers matchbox-1.0.ebuild: + Marked ~hppa too. + + 22 Jul 2007; Donnie Berkholz ; + matchbox-0.7.1.ebuild: + Drop virtual/x11 references. + + 02 Jul 2007; Piotr Jaroszyński matchbox-0.7.1.ebuild: + (QA) RESTRICT clean up. + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 07 Aug 2006; matchbox-1.0.ebuild: + Added ~arm keyword. + + 19 Jun 2006; matchbox-1.0.ebuild: + Removed xine USE flag until x11-plugins/matchbox-desktop-xine is ready, bug + #137057. + +*matchbox-1.0 (04 Jun 2006) + + 04 Jun 2006; metadata.xml, +matchbox-1.0.ebuild: + Version dump to become a meta package for the Matchbox desktop. + + 11 Feb 2006; Krzysiek Pawlik metadata.xml: + Moved to desktop-wm. + + 31 Jan 2006; Krzysiek Pawlik matchbox-0.7.1.ebuild: + Fixed DEPEND for modular X. + + 31 Oct 2005; Krzysiek Pawlik matchbox-0.7.1.ebuild: + Fixed dodoc not to install COPYING and INSTALL. + + 01 Jul 2005; Joseph Jezak matchbox-0.7.1.ebuild: + Marked ppc stable for bug #97644. + + 12 Jun 2005; Michael Sterrett + matchbox-0.7.1.ebuild: + fix HOMEPAGE (bug #92701) + + 10 May 2005; David Holm matchbox-0.7.1.ebuild: + Added to ~ppc. + + 11 Apr 2004; Markus Nigbur matchbox-0.7.1.ebuild: + Marked stable. + +*matchbox-0.7.1 (16 Dec 2003) + + 16 Dec 2003; Ian Leitch matchbox-0.7.1.ebuild: + Initial commit, thanks to Rene Wagner . #29009 diff --git a/x11-wm/matwm2/ChangeLog b/x11-wm/matwm2/ChangeLog new file mode 100644 index 00000000..e53bd0bf --- /dev/null +++ b/x11-wm/matwm2/ChangeLog @@ -0,0 +1,27 @@ +# ChangeLog for x11-wm/matwm2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matwm2/ChangeLog,v 1.6 2013/10/19 15:27:02 pacho Exp $ + + 19 Oct 2013; Pacho Ramos -matwm2-0.0.96.ebuild, + metadata.xml: + Cleanup due desktop-wm removal + + 04 May 2012; Jeff Horelick matwm2-0.1.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 07 Feb 2012; Jeroen Roovers matwm2-0.1.1.ebuild: + Add pkgconfig dependency. + +*matwm2-0.1.1 (07 Feb 2012) + + 07 Feb 2012; Jeroen Roovers +matwm2-0.1.1.ebuild: + Version bump. + + 03 Nov 2011; Kacper Kowalik matwm2-0.0.96.ebuild: + Fix HOMEPAGE and SRC_URI wrt bug 379631 by Jesus Guerrero + +*matwm2-0.0.96 (04 Jan 2010) + + 04 Jan 2010; Samuli Suominen +matwm2-0.0.96.ebuild, + +files/matwm2-0.0.96-Makefile.patch, +files/matwm2.desktop: + Initial commit. diff --git a/x11-wm/muffin/ChangeLog b/x11-wm/muffin/ChangeLog new file mode 100644 index 00000000..301d6005 --- /dev/null +++ b/x11-wm/muffin/ChangeLog @@ -0,0 +1,162 @@ +# ChangeLog for x11-wm/muffin +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/ChangeLog,v 1.33 2015/06/26 09:24:43 ago Exp $ + + 26 Jun 2015; Agostino Sarubbo muffin-2.4.5.ebuild: + Stable for x86, wrt bug #551814 + + 21 Jun 2015; Mikle Kolyada muffin-2.4.5.ebuild: + amd64 stable wrt bug #551814 + +*muffin-2.6.1 (14 Jun 2015) + + 14 Jun 2015; Alexandre Rostovtsev + +muffin-2.6.1.ebuild: + Version bump for Cinnamon 2.6 + +*muffin-2.4.5 (07 Jun 2015) + + 07 Jun 2015; Pacho Ramos +muffin-2.4.5.ebuild, + -muffin-2.2.6.ebuild, -muffin-2.4.3.ebuild, metadata.xml: + Version bump, drop old + + 08 Apr 2015; Michał Górny muffin-2.2.6.ebuild: + Drop old Python implementations + + 15 Mar 2015; Pacho Ramos muffin-2.4.4.ebuild: + x86 stable, bug 534012 + + 14 Mar 2015; Pacho Ramos muffin-2.4.4.ebuild: + amd64 stable, bug 534012 + +*muffin-2.4.4 (24 Feb 2015) + + 24 Feb 2015; Pacho Ramos +muffin-2.4.4.ebuild, + -muffin-2.4.2.ebuild: + Version bump, drop old + +*muffin-2.4.3 (12 Feb 2015) + + 12 Feb 2015; Pacho Ramos +muffin-2.4.3.ebuild, + metadata.xml: + Version bump + +*muffin-2.4.2 (11 Jan 2015) + + 11 Jan 2015; Gilles Dartiguelongue +muffin-2.4.2.ebuild: + Version bump. Clean up old revision, bug #529808. + + 30 Sep 2014; Alexandre Rostovtsev + -muffin-1.8.2-r1.ebuild, -files/muffin-1.8.2-maximized-jump.patch: + Old. + + 23 Jul 2014; Agostino Sarubbo muffin-2.2.6.ebuild: + Stable for x86, wrt bug #512012 + + 22 Jul 2014; Agostino Sarubbo muffin-2.2.6.ebuild: + Stable for amd64, wrt bug #512912 + +*muffin-2.2.6 (15 Jul 2014) + + 15 Jul 2014; Pacho Ramos +muffin-2.2.6.ebuild, + -muffin-2.2.2.ebuild, -muffin-2.2.3.ebuild: + Version bump, drop old + +*muffin-2.2.3 (16 May 2014) + + 16 May 2014; Alexandre Rostovtsev + +muffin-2.2.3.ebuild: + Version bump, restores Win-D shortcut + + 07 May 2014; Alexandre Rostovtsev muffin-2.2.2.ebuild: + Introspection dep fix + +*muffin-2.2.2 (06 May 2014) + + 06 May 2014; Alexandre Rostovtsev + +muffin-2.2.2.ebuild: + Version bump for Cinnamon 2.2 + + 18 Apr 2014; Pacho Ramos -muffin-1.1.2.ebuild: + drop old + + 08 Dec 2013; Pacho Ramos muffin-1.8.2-r1.ebuild: + x86 stable, bug #478252 + + 30 Nov 2013; Pacho Ramos muffin-1.8.2-r1.ebuild: + amd64 stable, bug #478252 + +*muffin-1.8.2-r1 (27 Jul 2013) + + 27 Jul 2013; Pacho Ramos + +files/muffin-1.8.2-maximized-jump.patch, +muffin-1.8.2-r1.ebuild, + -muffin-1.8.2.ebuild: + Fix maximized windows jumping to a different monitor (#470248#c37 by kisak42) + +*muffin-1.8.2 (27 Jul 2013) + + 27 Jul 2013; Pacho Ramos +muffin-1.8.2.ebuild: + Version bump + + 30 Mar 2013; Gilles Dartiguelongue -muffin-1.1.1.ebuild: + Clean up old revision. + +*muffin-1.1.2 (30 Dec 2012) + + 30 Dec 2012; Alexandre Rostovtsev + -muffin-1.0.2.ebuild, -muffin-1.0.2-r1.ebuild, + -files/muffin-1.0.2-frame-initialize-style-contexts.patch, + -muffin-1.0.3_p2.ebuild, +muffin-1.1.2.ebuild: + Version bump for bug #440612; thanks to Anton Bolshakov et al. Drop old. + +*muffin-1.1.1 (28 Sep 2012) + + 28 Sep 2012; Alexandre Rostovtsev + +muffin-1.1.1.ebuild: + Version bump for cinnamon-1.6.x. Compatible with cog-1.12 and clutter-1.12. + +*muffin-1.0.3_p2 (09 Sep 2012) + + 09 Sep 2012; Alexandre Rostovtsev + -muffin-1.0.1.ebuild, +muffin-1.0.3_p2.ebuild: + Version bump to 1.0.3-UP2 with clutter-1.10 compatibility (bug #413573, + thanks to Aljosha Papsch). Drop old. + + 22 May 2012; Alexandre Rostovtsev muffin-1.0.1.ebuild, + muffin-1.0.2.ebuild, muffin-1.0.2-r1.ebuild: + Add some missing introspection USE depends (thanks to Sholy). + + 21 May 2012; Alexandre Rostovtsev + muffin-1.0.2-r1.ebuild: + Need eutils for epatch. + + 04 May 2012; Jeff Horelick muffin-1.0.1.ebuild, + muffin-1.0.2.ebuild, muffin-1.0.2-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + +*muffin-1.0.2-r1 (13 Apr 2012) + + 13 Apr 2012; Alexandre Rostovtsev + +muffin-1.0.2-r1.ebuild, + +files/muffin-1.0.2-frame-initialize-style-contexts.patch: + Fix graphical corruption in window decorations with gtk+-3.4 (bug #411723 + comment #3, thanks to Philipp Riegger). + +*muffin-1.0.2 (15 Mar 2012) + + 15 Mar 2012; Alexandre Rostovtsev + -muffin-1.0.0.ebuild, +muffin-1.0.2.ebuild: + Version bump with various bugfixes. Drop old. + +*muffin-1.0.1 (21 Feb 2012) + + 21 Feb 2012; Alexandre Rostovtsev + +muffin-1.0.1.ebuild: + Version bump. + +*muffin-1.0.0 (25 Jan 2012) + + 25 Jan 2012; Alexandre Rostovtsev + +muffin-1.0.0.ebuild, +files/muffin-1.0.0-ignore-shadow-and-padding.patch, + +metadata.xml: + New package: Linux Mint's fork of x11-wm/mutter for use with Cinnamon. diff --git a/x11-wm/musca/ChangeLog b/x11-wm/musca/ChangeLog new file mode 100644 index 00000000..f5036f09 --- /dev/null +++ b/x11-wm/musca/ChangeLog @@ -0,0 +1,121 @@ +# ChangeLog for x11-wm/musca +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/ChangeLog,v 1.27 2015/06/08 18:39:40 jer Exp $ + +*musca-0.9.24_p20100226-r4 (08 Jun 2015) + + 08 Jun 2015; Jeroen Roovers + +musca-0.9.24_p20100226-r4.ebuild, + +files/musca-0.9.24_p20100226-fix-cycle.patch, + +files/musca-0.9.24_p20100226-fix-pad.patch: + Add two more patches from Arch. + + 19 Jan 2015; Jeroen Roovers + musca-0.9.24_p20100226-r3.ebuild: + Use development homepage instead of defunct website. + + 02 Dec 2014; Jeroen Roovers + -musca-0.9.24_p20100226-r2.ebuild: + Old. + + 10 Nov 2014; Jeroen Roovers + musca-0.9.24_p20100226-r3.ebuild: + Stable for AMD64 x86 too. + +*musca-0.9.24_p20100226-r3 (07 Jan 2014) + + 07 Jan 2014; Jeroen Roovers + +musca-0.9.24_p20100226-r3.ebuild, +files/musca-0.9.24_p20100226-null.patch: + Fix some coding issues. + + 06 Mar 2012; Jeroen Roovers + musca-0.9.24_p20100226-r2.ebuild: + Remove testing cruft. + + 06 Mar 2012; Jeroen Roovers + musca-0.9.24_p20100226-r2.ebuild, + files/musca-0.9.24_p20100226-dmenu-4.4.patch: + Remove config.h patch from patch, use sed instead. Call restore_config before + patching. Add sed script to remove sed subtitution that hangs waiting for + pipe input now that dmenu_run does not return output. + + 17 Feb 2012; Jeroen Roovers + -musca-0.9.24_p20100226-r1.ebuild: + Old. + +*musca-0.9.24_p20100226-r2 (06 Oct 2011) + + 06 Oct 2011; Jeroen Roovers + +musca-0.9.24_p20100226-r2.ebuild, + +files/musca-0.9.24_p20100226-dmenu-4.4.patch: + Revision bump (bug #376675). + + 28 Jul 2011; Jeroen Roovers -musca-0.9.24_p20100226.ebuild, + musca-0.9.24_p20100226-r1.ebuild: + Update HOMEPAGE. + +*musca-0.9.24_p20100226-r1 (01 Jun 2011) + + 01 Jun 2011; Jeroen Roovers -musca-0.9.24.ebuild, + +musca-0.9.24_p20100226-r1.ebuild, +files/musca.xsession: + Add xsession entry thanks to Matthew Alexander LaChance (bug #369355). Remove + die() messages. + + 02 Feb 2011; Tim Harder musca-0.9.24_p20100226.ebuild: + Add ~amd64 keyword. + + 22 Jan 2011; Jeroen Roovers files/musca-0.9.24-make.patch: + Clean up patches. + +*musca-0.9.24_p20100226 (26 Feb 2010) + + 26 Feb 2010; Jeroen Roovers + +musca-0.9.24_p20100226.ebuild: + Version bump using bzr snapshot (r270 from 03 Nov 2009). + + 18 Feb 2010; Jeroen Roovers musca-0.9.24.ebuild: + restore_config has its own USE check. + + 27 Dec 2009; Jeroen Roovers + files/musca-0.9.24-make.patch: + Fix compiling with --as-needed thanks to Kacper Kowalik (bug #298144). + + 30 Nov 2009; Jeroen Roovers musca-0.9.24.ebuild: + Whitespace. + + 30 Nov 2009; Jeroen Roovers musca-0.9.24.ebuild: + Fix USE=xlisten dobin. + + 30 Nov 2009; Jeroen Roovers -musca-0.9.23.ebuild, + -files/musca-0.9.23-flags.patch: + Remove old. + + 30 Nov 2009; Jeroen Roovers musca-0.9.24.ebuild, + +files/musca-0.9.24-make.patch, metadata.xml: + Fix linking with --as-needed (bug #295165). Make in parallel too. Build + xlisten optionally too. + + 04 Nov 2009; Jeroen Roovers musca-0.9.24.ebuild: + Die more often. + +*musca-0.9.24 (03 Nov 2009) + + 03 Nov 2009; Jeroen Roovers +musca-0.9.24.ebuild, + metadata.xml: + Version bump. + + 29 Sep 2009; Jeroen Roovers musca-0.9.23.ebuild: + Die if dobin fails. + + 28 Sep 2009; Jeroen Roovers musca-0.9.23.ebuild: + Use savedconfig on config.h. + + 26 Sep 2009; Jeroen Roovers musca-0.9.23.ebuild: + Use P in SRC_URI thanks to nightmorph. + +*musca-0.9.23 (25 Sep 2009) + + 25 Sep 2009; Jeroen Roovers +musca-0.9.23.ebuild, + +files/musca-0.9.23-flags.patch, +metadata.xml: + Initial commit. + diff --git a/x11-wm/mutter/ChangeLog b/x11-wm/mutter/ChangeLog new file mode 100644 index 00000000..e9162d4a --- /dev/null +++ b/x11-wm/mutter/ChangeLog @@ -0,0 +1,280 @@ +# ChangeLog for x11-wm/mutter +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.61 2015/07/02 20:12:38 tranquility Exp $ + +*mutter-3.16.3 (02 Jul 2015) + + 02 Jul 2015; Ole Reifschneider +mutter-3.16.3.ebuild: + Version bump + +*mutter-3.16.2-r1 (28 Jun 2015) + + 28 Jun 2015; Pacho Ramos + +files/mutter-3.16.2-size-unredirected.patch, +mutter-3.16.2-r1.ebuild: + surface-actor-x11: Make sure to set a size when unredirected (from 3.16 + branch). This fixes clicking on stuff in sloppy / mouse mode focus. + + 28 Jun 2015; Pacho Ramos -mutter-3.14.3.ebuild: + Drop old + + 26 Jun 2015; Agostino Sarubbo mutter-3.14.4.ebuild: + Stable for x86, wrt bug #551814 + + 21 Jun 2015; Mikle Kolyada mutter-3.14.4.ebuild: + amd64 stable wrt bug #551814 + +*mutter-3.16.2 (09 Jun 2015) + + 09 Jun 2015; Gilles Dartiguelongue +mutter-3.16.2.ebuild: + Version bump for Gnome 3.16. + +*mutter-3.14.4 (28 Mar 2015) + + 28 Mar 2015; Pacho Ramos +mutter-3.14.4.ebuild, + -mutter-3.12.2.ebuild: + Version bump, drop old + + 15 Mar 2015; Pacho Ramos mutter-3.14.3.ebuild: + x86 stable, bug 534012 + + 14 Mar 2015; Pacho Ramos mutter-3.14.3.ebuild: + amd64 stable, bug 534012 + + 23 Feb 2015; Pacho Ramos mutter-3.14.3.ebuild: + Rekeyword + + 30 Dec 2014; Pacho Ramos mutter-3.14.3.ebuild: + libXi-1.7.4 or newer needed to prevent bug #525218 (by Yuriy, Damien Granger, + nE0sIghT, Chris Mayo...) + + 26 Dec 2014; Gilles Dartiguelongue mutter-3.14.3.ebuild: + Raise dependency on gobject-introspection to 1.42, bug #526976. + +*mutter-3.14.3 (23 Dec 2014) + + 23 Dec 2014; Gilles Dartiguelongue +mutter-3.14.3.ebuild, + +files/mutter-3.14.2-automagic.patch, metadata.xml: + Version bump for Gnome 3.14. Dropped keywords, bug #526914. + + 26 Sep 2014; Pacho Ramos -mutter-3.10.4.ebuild, + -mutter-3.12.1.ebuild, mutter-3.12.2.ebuild: + Needs to be rebuilt with upower-glib .so version updates, drop old + + 19 Sep 2014; Samuli Suominen mutter-3.10.4.ebuild: + Remove dependency of mutter-3.12.2.ebuild: + Stable for x86, wrt bug #512012 + + 22 Jul 2014; Agostino Sarubbo mutter-3.12.2.ebuild: + Stable for amd64, wrt bug #512912 + + 31 May 2014; Samuli Suominen mutter-3.10.4.ebuild: + Allow falling back to sys-power/upower-pm-utils. + +*mutter-3.12.2 (31 May 2014) + + 31 May 2014; Pacho Ramos +mutter-3.12.2.ebuild: + Version bump + +*mutter-3.12.1 (27 Apr 2014) + + 27 Apr 2014; Gilles Dartiguelongue +mutter-3.12.1.ebuild: + Version bump for Gnome 3.12. + + 18 Apr 2014; Pacho Ramos -mutter-3.10.3.ebuild, + -mutter-3.8.4.ebuild: + drop old + + 09 Mar 2014; Pacho Ramos mutter-3.10.4.ebuild: + x86 stable, bug 499954 + + 09 Mar 2014; Pacho Ramos mutter-3.10.4.ebuild: + amd64 stable, bug 499954 + + 22 Feb 2014; Pacho Ramos mutter-3.10.4.ebuild: + Fix wrong commit, bug 502160 + + 22 Feb 2014; Pacho Ramos mutter-3.10.4.ebuild: + arch stable, bug 888 + +*mutter-3.10.4 (20 Feb 2014) + + 20 Feb 2014; Pacho Ramos +mutter-3.10.4.ebuild, + -mutter-3.10.2.ebuild: + Version bump, drop old + +*mutter-3.10.3 (06 Feb 2014) + + 06 Feb 2014; Gilles Dartiguelongue +mutter-3.10.3.ebuild: + Version bump. + +*mutter-3.10.2 (24 Dec 2013) + + 24 Dec 2013; Pacho Ramos +mutter-3.10.2.ebuild, + -mutter-3.6.3.ebuild, -mutter-3.8.3-r1.ebuild: + Version bump for Gnome 3.10 + + 08 Dec 2013; Pacho Ramos mutter-3.8.4.ebuild: + x86 stable, bug #478252 + + 30 Nov 2013; Pacho Ramos mutter-3.8.4.ebuild: + amd64 stable, bug #478252 + +*mutter-3.8.4 (31 Jul 2013) + + 31 Jul 2013; Alexandre Rostovtsev + -mutter-3.8.3.ebuild, +mutter-3.8.4.ebuild: + Version bump, includes the patches from 3.8.3-r1 and two additional bugfixes. + Drop old. + +*mutter-3.8.3-r1 (28 Jul 2013) + + 28 Jul 2013; Pacho Ramos +mutter-3.8.3-r1.ebuild, + -mutter-3.8.2.ebuild: + Apply upstream fixes from 3.8 branch, also solving some games running slow. + Drop old + + 24 Jul 2013; Gilles Dartiguelongue mutter-3.8.3.ebuild: + Raise libXi dependency per configure. gtk-doc-am is not really used by it + doesn't hurt if we ever do an eautoreconf or if doc actually starts landing. + +*mutter-3.8.3 (09 Jun 2013) + + 09 Jun 2013; Pacho Ramos +mutter-3.8.3.ebuild, + -mutter-3.8.1.ebuild: + Version bump, drop old + +*mutter-3.8.2 (15 May 2013) + + 15 May 2013; Pacho Ramos +mutter-3.8.2.ebuild: + Version bump + + 26 Apr 2013; Pacho Ramos + -files/mutter-3.4.1-meta_window_move_frame-crash.patch, + -files/mutter-3.8.0-build-redefine.patch, + -files/mutter-3.8.0-font-crash.patch, -mutter-3.8.0.ebuild, + mutter-3.8.1.ebuild: + Fix glib dependency, bug #467334 by Pim Vullers; drop old. + +*mutter-3.8.1 (20 Apr 2013) + + 20 Apr 2013; Pacho Ramos +mutter-3.8.1.ebuild: + Version bump + + 31 Mar 2013; Pacho Ramos + +files/mutter-3.8.0-build-redefine.patch, + +files/mutter-3.8.0-font-crash.patch, mutter-3.8.0.ebuild: + Apply two upstream patches fixing a crash and a build failure (#463940 by + Torsten Stets) + + 30 Mar 2013; Gilles Dartiguelongue + -files/mutter-3.2.2-disable-introspection.patch, + -files/mutter-3.2.2-frame-initialize-style-contexts.patch, + -mutter-3.4.1-r1.ebuild, -mutter-3.6.2.ebuild: + Clean up old revisions. + +*mutter-3.8.0 (28 Mar 2013) + + 28 Mar 2013; Pacho Ramos +mutter-3.8.0.ebuild: + Version bump for Gnome 3.8 + +*mutter-3.6.3 (20 Feb 2013) + + 20 Feb 2013; Gilles Dartiguelongue +mutter-3.6.3.ebuild: + Version bump. + + 02 Feb 2013; Agostino Sarubbo mutter-3.6.2.ebuild: + Add ~arm, wrt bug #449220 + + 06 Jan 2013; Agostino Sarubbo mutter-3.6.2.ebuild: + Add ~sparc, wrt bug #449220 + + 01 Jan 2013; Agostino Sarubbo mutter-3.6.2.ebuild: + Add ~alpha, wrt bug #449220 + + 01 Jan 2013; Agostino Sarubbo mutter-3.6.2.ebuild: + Add ~ia64, wrt bug #449220 + + 31 Dec 2012; Agostino Sarubbo mutter-3.6.2.ebuild: + Add ~ppc64, wrt bug #449220 + + 31 Dec 2012; Agostino Sarubbo mutter-3.6.2.ebuild: + Add ~ppc, wrt bug #449220 + + 16 Dec 2012; Gilles Dartiguelongue mutter-3.6.2.ebuild: + Add subslot notation for cogl, thanks to Alexandre Rostovtsev for noticing. + +*mutter-3.6.2 (16 Dec 2012) + + 16 Dec 2012; Gilles Dartiguelongue -mutter-3.2.2.ebuild, + -mutter-3.2.2-r1.ebuild, +mutter-3.6.2.ebuild, metadata.xml: + Version bump for Gnome 3.6. Drop old revision. USE=introspection is now + global. + + 21 Jul 2012; Alexandre Rostovtsev + mutter-3.4.1-r1.ebuild: + Fix build failure with gobject-introspection-1.33.x; thanks to Johann + Degenhardt for the report. + + 22 May 2012; Alexandre Rostovtsev mutter-3.2.2.ebuild, + mutter-3.2.2-r1.ebuild, mutter-3.4.1-r1.ebuild: + Add some missing introspection USE depends (thanks to Sholy). + + 21 May 2012; Alexandre Rostovtsev mutter-3.2.2.ebuild, + mutter-3.2.2-r1.ebuild, mutter-3.4.1-r1.ebuild: + Need eutils for epatch. + +*mutter-3.4.1-r1 (14 May 2012) + + 14 May 2012; Alexandre Rostovtsev + -mutter-3.2.1-r1.ebuild, +mutter-3.4.1-r1.ebuild, + +files/mutter-3.4.1-meta_window_move_frame-crash.patch: + Version bump for gnome-3.4. Settings moved from gconf to gsettings. Drop old. + + 04 May 2012; Jeff Horelick mutter-3.2.1-r1.ebuild, + mutter-3.2.2.ebuild, mutter-3.2.2-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + +*mutter-3.2.2-r1 (12 Apr 2012) + + 12 Apr 2012; Alexandre Rostovtsev + +mutter-3.2.2-r1.ebuild, + +files/mutter-3.2.2-frame-initialize-style-contexts.patch: + Fix graphical corruption in window decorations with gtk+-3.4 (bug #411723, + thanks to Juergen Rose for reporting). + + 04 Feb 2012; Alexandre Rostovtsev mutter-3.2.2.ebuild, + +files/mutter-3.2.2-disable-introspection.patch: + Fix building with USE=-introspection (bug #402113, thanks to Anthony + Parsons). + +*mutter-3.2.2 (21 Jan 2012) + + 21 Jan 2012; Alexandre Rostovtsev + -mutter-3.2.1.ebuild, +mutter-3.2.2.ebuild: + Bump, fixes a memory leak and a crash. Drop old. + +*mutter-3.2.1-r1 (01 Jan 2012) + + 01 Jan 2012; Alexandre Rostovtsev + +mutter-3.2.1-r1.ebuild, +files/mutter-3.2.1-ignore-shadow-and-padding.patch: + Add Ubuntu patch to enable support for Ubuntu's metacity themes such as + x11-themes/light-themes (bug #396673, thanks to Luis Medinas for reporting). + + 25 Nov 2011; Alexandre Rostovtsev + -mutter-3.0.2.1.ebuild: + Drop old. + +*mutter-3.2.1 (05 Nov 2011) + + 05 Nov 2011; Alexandre Rostovtsev + +mutter-3.2.1.ebuild: + Bump to 3.2.1 from the gnome overlay. Notable changes: better performance, + improved handling for transparent windows, visual improvements. + +*mutter-3.0.2.1 (30 Sep 2011) + + 30 Sep 2011; Nirbheek Chauhan +mutter-3.0.2.1.ebuild, + +metadata.xml: + Move from GNOME overlay for GNOME 3 diff --git a/x11-wm/notion/ChangeLog b/x11-wm/notion/ChangeLog new file mode 100644 index 00000000..c8c7cb48 --- /dev/null +++ b/x11-wm/notion/ChangeLog @@ -0,0 +1,65 @@ +# ChangeLog for x11-wm/notion +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.15 2015/08/06 17:49:47 xmw Exp $ + +*notion-3_p2015061300-r1 (06 Aug 2015) + + 06 Aug 2015; Michael Weber + +files/notion-3_p2015061300-pkg-config.patch, +notion-3_p2015061300-r1.ebuild, + -notion-3_p2015061300.ebuild, notion-9999.ebuild: + Revbump to fix install paths, add REQUIRED_USE and fix USE=-xrandr, respect + upstream system-local.mk, pkg-config.patch, readme.gentoo eclass. + + 06 Aug 2015; Michael Weber notion-3_p2015061300.ebuild, + notion-9999.ebuild: + Fix install location. + +*notion-3_p2015061300 (05 Aug 2015) + + 05 Aug 2015; Michael Weber +notion-3_p2015061300.ebuild, + notion-3_p2013030200.ebuild, notion-9999.ebuild: + Version bump (bug 523566, p/r 160, thanks John Mercier, Bailey Kong and + idella4). + + 05 Aug 2015; Michael Weber metadata.xml: + Dropping myself from maintainers + + 27 Jul 2015; Ian Delaney metadata.xml: + replace inactive proxy maintainer wrt Bug #523566 in metadata + + 20 Mar 2015; Justin Lecher files/notion.desktop: + Fix desktop file + + 25 May 2014; Jeroen Roovers notion-3_p2013030200.ebuild, + notion-9999.ebuild: + Reflect upstream system-autodetect.mk changes in sed scripts. Run + configuration changes in src_configure(). + + 29 May 2013; Michael Weber notion-3_p2013030200.ebuild, + notion-9999.ebuild: + Fix ar/ranlib/gcc handling (bug 465260, thanks Michael Mair-Keimberger) + + 11 May 2013; Patrick Lauer notion-3_p2013030200.ebuild, + notion-9999.ebuild: + Fix inherit + +*notion-3_p2013030200 (09 Apr 2013) + + 09 Apr 2013; Michael Weber +notion-3_p2013030200.ebuild: + Added snapshot as suggested by jer on bug 464788. + + 08 Oct 2012; Michael Weber notion-9999.ebuild: + Fix install dirs (thanks nordwind, bug 437486), true as stip for cleaner + output. + + 20 Aug 2012; Michael Weber metadata.xml, notion-9999.ebuild: + Fix live ebuild (thanks Moritz Bellach, bug 430552) + + 02 Jul 2012; Jeff Horelick notion-9999.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + +*notion-9999 (20 Jun 2012) + + 20 Jun 2012; Michael Weber +notion-9999.ebuild, + +files/notion, +files/notion.desktop, +metadata.xml: + Initial import based on Hobbits work (bug 422481) diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog new file mode 100644 index 00000000..7fea38bf --- /dev/null +++ b/x11-wm/openbox/ChangeLog @@ -0,0 +1,1326 @@ +# ChangeLog for x11-wm/openbox +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.296 2015/07/17 19:56:15 hwoarang Exp $ + +*openbox-3.6.1 (17 Jul 2015) + + 17 Jul 2015; Markos Chandras +openbox-3.6.1.ebuild: + Version bump. Bug #553714 + +*openbox-3.6 (13 Jun 2015) + + 13 Jun 2015; Markos Chandras +openbox-3.6.ebuild: + Version bump. Bug #551372 + + 08 Apr 2015; Michał Górny openbox-3.5.2-r1.ebuild, + openbox-9999.ebuild: + Drop old Python implementations + + 03 Mar 2015; Yixun Lan openbox-3.5.2-r1.ebuild: + add arm64 support, tested on A53 board + + 19 Oct 2014; Markos Chandras openbox-9999.ebuild: + Keep -fno-strict-aliasing. Bug #525860 + + 27 Apr 2014; Patrick Lauer metadata.xml: + Remove unneeded useflag descriptions from metadata.xml + + 26 Apr 2014; Markos Chandras + -files/openbox-gnome-session-3.4.9.patch, -openbox-3.5.0_p20130215.ebuild: + remove old + + 26 Jan 2014; Agostino Sarubbo openbox-3.5.2-r1.ebuild: + Stable for sparc, wrt bug #494226 + + 19 Jan 2014; Agostino Sarubbo openbox-3.5.2-r1.ebuild: + Stable for ppc64, wrt bug #494226 + + 18 Jan 2014; Agostino Sarubbo openbox-3.5.2-r1.ebuild: + Stable for alpha, wrt bug #494226 + + 14 Jan 2014; Agostino Sarubbo openbox-3.5.2-r1.ebuild: + Stable for ppc, wrt bug #494226 + + 14 Jan 2014; Agostino Sarubbo openbox-3.5.2-r1.ebuild: + Stable for x86, wrt bug #494226 + + 12 Jan 2014; Pacho Ramos openbox-3.5.2-r1.ebuild: + amd64 stable, bug #494226 + + 04 Jan 2014; Markus Meier openbox-3.5.2-r1.ebuild: + arm stable, bug #494226 + + 19 Dec 2013; Jeroen Roovers openbox-3.5.2-r1.ebuild: + Stable for HPPA (bug #494226). + + 14 Dec 2013; Markos Chandras + -files/openbox-3.5.0-configure-imlib2.patch, + -files/openbox-3.5.0-fix-desktop-files.patch, + -files/openbox-3.5.0-gtk34.patch, + -files/openbox-3.5.0_p20121006-javaswing.patch, + -files/openbox-as-needed.patch, -openbox-3.5.0-r1.ebuild, + -openbox-3.5.2.ebuild: + Remove old files and ebuilds + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 12 Oct 2013; Markos Chandras openbox-3.5.2-r1.ebuild: + Add ~mips + +*openbox-3.5.2-r1 (24 Aug 2013) + + 24 Aug 2013; Markos Chandras +openbox-3.5.2-r1.ebuild, + openbox-9999.ebuild, metadata.xml: + Add missing useflag and dependency to librsvg. Rework ebuild and migrate + to python-r1. Rename xdg->python. Sync 9999 ebuild and use a common + ebuild for releases and git versions. Thanks to Julian Ospald + for the fixes on bug #481962 + + 17 Aug 2013; Markos Chandras + -openbox-3.5.0_p20111019.ebuild, -openbox-3.5.0_p20121006.ebuild: + Remove old ebuild + +*openbox-3.5.2 (14 Aug 2013) + + 14 Aug 2013; Markos Chandras + +files/openbox-3.5.2-gnome-session.patch, +openbox-3.5.2.ebuild, + openbox-9999.ebuild: + Version bump. Bug #480818 + + 03 Aug 2013; Agostino Sarubbo openbox-3.5.0_p20130215.ebuild: + Stable for sparc, wrt bug #477744 + + 30 Jul 2013; Agostino Sarubbo openbox-3.5.0_p20130215.ebuild: + Stable for alpha, wrt bug #477744 + + 25 Jul 2013; Jeroen Roovers openbox-3.5.0_p20130215.ebuild: + Stable for HPPA (bug #477744). + + 23 Jul 2013; Agostino Sarubbo openbox-3.5.0_p20130215.ebuild: + Stable for arm, wrt bug #477744 + + 22 Jul 2013; Agostino Sarubbo openbox-3.5.0_p20130215.ebuild: + Stable for ppc64, wrt bug #477744 + + 22 Jul 2013; Agostino Sarubbo openbox-3.5.0_p20130215.ebuild: + Stable for ppc, wrt bug #477744 + + 22 Jul 2013; Vicente Olivert Riera + openbox-3.5.0_p20130215.ebuild: + amd64, x86 stable. bug #477744 + + 07 Mar 2013; Markos Chandras + -files/openbox-3.4.11.2-parallel-install.patch: + remove obsolete patch + + 22 Feb 2013; Zac Medico openbox-3.5.0_p20130215.ebuild: + Add ~arm-linux keyword. + + 16 Feb 2013; Zac Medico openbox-3.5.0_p20130215.ebuild: + Fix for prefix and add ~x86-linux keyword. + +*openbox-3.5.0_p20130215 (15 Feb 2013) + + 15 Feb 2013; Markos Chandras + +openbox-3.5.0_p20130215.ebuild, -openbox-3.5.0_p20111019-r2.ebuild: + New snapshot + + 27 Dec 2012; Raúl Porcel + openbox-3.5.0_p20111019.ebuild: + alpha/sparc stable wrt #444882 + + 06 Dec 2012; Pawel Hajdan jr + openbox-3.5.0_p20121006.ebuild: + x86 stable wrt bug #444882 + + 03 Dec 2012; Anthony G. Basile + openbox-3.5.0_p20121006.ebuild: + stable ppc ppc64, bug #444882 + + 02 Dec 2012; Markos Chandras openbox-9999.ebuild: + whitespace + + 02 Dec 2012; Markos Chandras + openbox-3.5.0_p20121006.ebuild: + Stable on amd64 wrt bug #444882 + + 02 Dec 2012; Markus Meier openbox-3.5.0_p20121006.ebuild: + arm stable, bug #444882 + + 30 Nov 2012; Markos Chandras metadata.xml, + openbox-3.5.0_p20121006.ebuild, openbox-9999.ebuild: + Convert python shebangs to python2. Describe the python useflag. Bug #442802 + + 30 Nov 2012; Markos Chandras ChangeLog: + Add --disable-silent-rules for bug #445108 + + 29 Nov 2012; Jeroen Roovers openbox-3.5.0_p20121006.ebuild: + Stable for HPPA (bug #444882). + +*openbox-3.5.0_p20121006 (06 Oct 2012) + + 06 Oct 2012; Markos Chandras + +files/openbox-3.5.0_p20121006-javaswing.patch, + +openbox-3.5.0_p20121006.ebuild, files/openbox-3.5.0-fix-desktop-files.patch: + New snapshot with latest upstream fixes plus a patch for bug #413997 + + 29 Aug 2012; Julian Ospald openbox-3.5.0-r1.ebuild, + openbox-3.5.0_p20111019.ebuild, openbox-3.5.0_p20111019-r2.ebuild, + openbox-9999.ebuild: + respect flags, don't run autopoint twice, add verbosity for live ebuild + +*openbox-3.5.0_p20111019-r2 (27 Aug 2012) + + 27 Aug 2012; Markos Chandras + +files/openbox-3.5.0-fix-desktop-files.patch, + +openbox-3.5.0_p20111019-r2.ebuild, -openbox-3.5.0_p20111019-r1.ebuild, + openbox-9999.ebuild: + fix desktop files according to fd.o desktop entry specifications. Thanks to + Julian Ospald . Bug #431784 + + 25 Aug 2012; Agostino Sarubbo + openbox-3.5.0_p20111019-r1.ebuild: + typo in src_uri, wrt to bug #432768 + + 25 Aug 2012; Markos Chandras + openbox-3.5.0_p20111019-r1.ebuild, openbox-9999.ebuild: + Add a new Gentoo Openbox theme that gets installed and configured to be + the default one when the 'branding' useflag is enabled. Thanks to + David Abbott for providing the theme. It is based on + the original Surreal one found on + http://box-look.org/content/show.php?content=66397 + +*openbox-3.5.0_p20111019-r1 (17 Aug 2012) + + 17 Aug 2012; Markos Chandras + +files/openbox-3.5.0-gtk34.patch, +openbox-3.5.0_p20111019-r1.ebuild: + Apply fix against gtk-3.4. Bug #424747. Thanks to Francisco Vazquez + + + 14 Aug 2012; Johannes Huber openbox-3.5.0_p20111019.ebuild: + Stable for x86, wrt bug #430494 + + 11 Aug 2012; Agostino Sarubbo + openbox-3.5.0_p20111019.ebuild: + Stable for amd64, wrt bug #430494 + + 09 Aug 2012; Anthony G. Basile + openbox-3.5.0_p20111019.ebuild: + Stable arm, bug #430494 + + 09 Aug 2012; Anthony G. Basile + openbox-3.5.0_p20111019.ebuild: + Stable ppc, bug #430494 + + 04 Jun 2012; Jeff Horelick openbox-3.5.0-r1.ebuild, + openbox-3.5.0_p20111019.ebuild, openbox-9999.ebuild: + Call epatch_user. There are many openbox patches around the internet that + users may want to apply. + + 06 May 2012; Markos Chandras + openbox-3.5.0_p20111019.ebuild, openbox-9999.ebuild: + Make pyxdg dependency optional. Bug #375897 + + 05 May 2012; Markos Chandras openbox-9999.ebuild: + Remove WANT_AUTOMAKE per bug #413999 + + 04 May 2012; Jeff Horelick openbox-3.5.0-r1.ebuild, + openbox-3.5.0_p20111019.ebuild, openbox-9999.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 11 Mar 2012; Markos Chandras metadata.xml: + fix typo + + 11 Mar 2012; Markos Chandras -openbox-3.4.11.2.ebuild: + old + + 10 Mar 2012; Brent Baude openbox-3.5.0-r1.ebuild: + Marking openbox-3.5.0-r1 ppc for bug 383475 + + 09 Mar 2012; Brent Baude openbox-3.5.0-r1.ebuild: + Marking openbox-3.5.0-r1 ppc64 for bug 383475 + + 20 Jan 2012; Markos Chandras openbox-3.5.0-r1.ebuild, + openbox-3.5.0_p20111019.ebuild: + Drop WANT_AUTOMAKE. USe latest by default. Bug #399435 + + 18 Dec 2011; Raúl Porcel openbox-3.5.0-r1.ebuild: + alpha/sparc stable wrt #383475 + +*openbox-3.5.0_p20111019 (18 Oct 2011) + + 18 Oct 2011; Markos Chandras + +openbox-3.5.0_p20111019.ebuild, openbox-9999.ebuild: + new snapshot + + 18 Oct 2011; Jeroen Roovers openbox-3.5.0-r1.ebuild: + Stable for HPPA (bug #383475). + + 05 Oct 2011; Markus Meier openbox-3.5.0-r1.ebuild: + arm stable, bug #383475 + + 21 Sep 2011; Tony Vroon openbox-3.5.0-r1.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & + Elijah "Armageddon" El Lazkani in bug #383475. + + 21 Sep 2011; Andreas Schuerch openbox-3.5.0-r1.ebuild: + x86 stable, thanks JD, bug 383475 + + 20 Sep 2011; Michał Górny openbox-9999.ebuild: + Migrate to git-2. + + 18 Sep 2011; Markos Chandras openbox-3.5.0-r1.ebuild: + Drop predefined cflags for debug useflag. Bug #383481 + + 10 Sep 2011; Markos Chandras openbox-9999.ebuild: + Replace docbook-to-man command with docbook2man.pl (not tested) and use + imlib2 patch from 3.5.0 package + +*openbox-3.5.0-r1 (03 Sep 2011) + + 03 Sep 2011; Markos Chandras + -openbox-3.5.0_pre20110313.ebuild, -openbox-3.5.0_pre20110801.ebuild, + -openbox-3.5.0.ebuild, +openbox-3.5.0-r1.ebuild, + +files/openbox-3.5.0-configure-imlib2.patch: + Respect imlib2 configuration option. Bug #381067. Patch is already in git + repo + + 17 Aug 2011; Markos Chandras openbox-3.5.0.ebuild: + Remove app-text/docbook2X per bug #378939 + +*openbox-3.5.0 (05 Aug 2011) + + 05 Aug 2011; Markos Chandras +openbox-3.5.0.ebuild: + Version bump + +*openbox-3.5.0_pre20110801 (02 Aug 2011) + + 02 Aug 2011; Markos Chandras + openbox-3.5.0_pre20110313.ebuild, +openbox-3.5.0_pre20110801.ebuild, + openbox-9999.ebuild: + New snapshot. Add missing dependency to dev-python/pyxdg. Bug #375897 + + 15 Jul 2011; Markos Chandras + openbox-3.5.0_pre20110313.ebuild, openbox-9999.ebuild: + Move sys-devel/gettext to DEPEND + + 14 Jul 2011; Markos Chandras + openbox-3.5.0_pre20110313.ebuild, openbox-9999.ebuild: + Make sys-devel/gettext unconditional. Bug #374503 + + 23 Jun 2011; Markos Chandras openbox-3.4.11.2.ebuild, + openbox-3.5.0_pre20110313.ebuild, openbox-9999.ebuild: + Revert my previous commit re pango[X]. Bug #293368 and bug #372619 + + 22 Jun 2011; Markos Chandras openbox-3.4.11.2.ebuild, + openbox-3.5.0_pre20110313.ebuild, openbox-9999.ebuild: + Fix x11-libs/pango dependency per bug #293368 + +*openbox-3.5.0_pre20110313 (13 Mar 2011) + + 13 Mar 2011; Markos Chandras + +openbox-3.5.0_pre20110313.ebuild: + Introduce new snapshot + + 02 Dec 2010; Diego E. Pettenò + openbox-3.4.11.2.ebuild: + Properly rebuild autotools after patching them. + + 16 Oct 2010; Markos Chandras + openbox-3.4.11.2.ebuild, +files/openbox-3.4.11.2-parallel-install.patch: + Fix parallel installation. Thanks to Kacper Kowalik + for the patch. Bug #339737 + + 03 Oct 2010; Markos Chandras -files/obxprop.patch: + Remove obsolete files + + 11 Jul 2010; Markos Chandras + -openbox-3.4.7.2.ebuild, -openbox-3.4.10.ebuild, -openbox-3.4.11.ebuild, + -openbox-3.4.11.1.ebuild: + Remove old ebuilds + + 11 Jul 2010; Samuli Suominen + openbox-3.4.11.2.ebuild: + ppc64 stable wrt #325047 + + 11 Jul 2010; Jeroen Roovers openbox-3.4.11.2.ebuild: + Stable for HPPA (bug #325047). + + 08 Jul 2010; Raúl Porcel openbox-3.4.11.2.ebuild: + alpha/arm/sparc stable wrt #325047 + + 27 Jun 2010; openbox-3.4.11.2.ebuild: + ppc stable #325047 + + 24 Jun 2010; Pacho Ramos openbox-3.4.11.2.ebuild: + stable amd64, bug 325047 + + 24 Jun 2010; Christian Faulhammer + openbox-3.4.11.2.ebuild: + stable x86, bug 325047 + + 23 Jun 2010; Markos Chandras openbox-9999.ebuild, + metadata.xml: + Add more use flags, remove .la files when building with shared libs + + 22 Jun 2010; Markos Chandras +openbox-9999.ebuild, + +files/openbox-as-needed.patch: + Moved live ebuild from lxde-overlay + + 12 Jun 2010; Markos Chandras metadata.xml: + Taking over maintainership + + 11 Jun 2010; Ben de Groot metadata.xml: + Removing myself as maintainer + + 06 Jun 2010; Markos Chandras + openbox-3.4.11.2.ebuild: + Drop xinerama use flag correctly this time + + 05 Jun 2010; Markos Chandras + openbox-3.4.11.2.ebuild: + Drop xinerama use flag as xinerama is an actual dependency + + 28 May 2010; Markus Meier openbox-3.4.11.1.ebuild: + arm/x86 stable, bug #319499 + + 16 May 2010; Markos Chandras + openbox-3.4.11.1.ebuild: + Stable on amd64 wrt bug #319499 + +*openbox-3.4.11.2 (16 May 2010) + + 16 May 2010; Markos Chandras + +openbox-3.4.11.2.ebuild: + Version bump + + 13 May 2010; Joseph Jezak openbox-3.4.11.1.ebuild: + Marked ppc/ppc64 stable for bug #319499. + + 06 May 2010; Jeroen Roovers openbox-3.4.10.ebuild: + Stable for HPPA (bug #301147). + +*openbox-3.4.11.1 (29 Mar 2010) + + 29 Mar 2010; Ben de Groot +openbox-3.4.11.1.ebuild: + Version bump. Remove imlib useflag as this is no longer used in this + release. + + 18 Mar 2010; Ben de Groot metadata.xml: + Adding myself as maintainer since I am no longer in lxde herd + + 19 Feb 2010; Markos Chandras -openbox-9999.ebuild: + Moved to lxde-overlay http://bitbucket.org/yngwin/lxde-overlay/ + +*openbox-3.4.11 (08 Feb 2010) + + 08 Feb 2010; Ben de Groot +openbox-3.4.11.ebuild: + Version bump + + 07 Feb 2010; Markos Chandras openbox-9999.ebuild: + Ebuild fixes and cleanup thanks to yngwin and ssuominen + +*openbox-9999 (05 Feb 2010) + + 05 Feb 2010; Markos Chandras +openbox-9999.ebuild, + metadata.xml: + Adding live ebuld for Openbox WM + + 24 Jan 2010; Raúl Porcel openbox-3.4.10.ebuild: + alpha/arm/sparc stable wrt #301147 + + 22 Jan 2010; Víctor Ostorga openbox-3.4.10.ebuild: + Fixing homepage and SRC_URI, thanks to Niko Hämäläinen + bug #301555 + + 19 Jan 2010; nixnut openbox-3.4.10.ebuild: + ppc stable #301147 + + 18 Jan 2010; Brent Baude openbox-3.4.10.ebuild: + stable ppc64, bug 301147 + + 16 Jan 2010; Christian Faulhammer + openbox-3.4.10.ebuild: + stable x86, bug 301147 + + 16 Jan 2010; Dawid Węgliński openbox-3.4.10.ebuild: + Stable on amd64 (bug #301147) + + 15 Jan 2010; Ben de Groot -openbox-3.4.9.ebuild, + -openbox-3.4.9-r1.ebuild: + Remove obsoleted versions + +*openbox-3.4.10 (07 Jan 2010) + + 07 Jan 2010; Ben de Groot +openbox-3.4.10.ebuild: + Version bump + +*openbox-3.4.9-r1 (30 Dec 2009) + + 30 Dec 2009; Ben de Groot -openbox-3.4.8.ebuild, + +openbox-3.4.9-r1.ebuild, +files/obxprop.patch, + -files/openbox-gnomesession.patch: + Remove obsolete patch. Remove obsolete version, as 3.4.9 is a bugfix + release. Add upstream patch for obxprop rename (bug 298660). + +*openbox-3.4.9 (27 Dec 2009) + + 27 Dec 2009; Ben de Groot -openbox-3.4.8_rc1.ebuild, + -openbox-3.4.8_rc1-r1.ebuild, +openbox-3.4.9.ebuild, + +files/openbox-gnome-session-3.4.9.patch: + Version bump. Adding patch submitted by Matt Michalowski to fix bug + 291965. + +*openbox-3.4.8 (09 Dec 2009) + + 09 Dec 2009; Ben de Groot +openbox-3.4.8.ebuild: + Version bump, drop patch as per https://bugs.gentoo.org/275138#c7 + +*openbox-3.4.8_rc1-r1 (06 Nov 2009) + + 06 Nov 2009; Víctor Ostorga + +openbox-3.4.8_rc1-r1.ebuild, +files/openbox-gnomesession.patch: + Fixing openbox session with >gnome-base/gnome-session-2.22, #275138 + + 16 Mar 2009; Raúl Porcel openbox-3.4.7.2.ebuild, + openbox-3.4.8_rc1.ebuild: + Add ~arm + + 08 Mar 2009; Thomas Anderson + openbox-3.4.7.2.ebuild, openbox-3.4.8_rc1.ebuild: + Transition to EAPI 2 usedeps + + 09 Jan 2009; Rémi Cardona openbox-3.4.7.2.ebuild, + openbox-3.4.8_rc1.ebuild: + Change virtual/xft dependency to x11-libs/libXft, bug 253771. + +*openbox-3.4.8_rc1 (05 Dec 2008) + + 05 Dec 2008; Ben de Groot metadata.xml, + +openbox-3.4.8_rc1.ebuild: + Version bump, and adding lxde as co-maintainer + + 12 Oct 2008; David Shakaryan -openbox-3.4.6.1.ebuild, + -openbox-3.4.7.1.ebuild: + Remove older versions. + + 10 Oct 2008; Raúl Porcel openbox-3.4.7.2.ebuild: + alpha/sparc stable wrt #231450 + + 09 Oct 2008; Markus Meier openbox-3.4.7.2.ebuild: + amd64/x86 stable, bug #231450 + + 05 Oct 2008; Jeroen Roovers openbox-3.4.7.2.ebuild: + Stable for HPPA (bug #231450). + + 04 Oct 2008; Brent Baude openbox-3.4.7.2.ebuild: + stable ppc64, bug 231450 + + 04 Oct 2008; Brent Baude openbox-3.4.7.2.ebuild: + stable ppc, bug 231450 + + 22 Sep 2008; David Shakaryan metadata.xml: + Change herd from commonbox to desktop-wm. + + 17 Jul 2008; David Shakaryan openbox-3.4.7.2.ebuild: + Better built_with_use expression; thanks to Mart Raudsepp. (bug #221819) + + 11 Jul 2008; Jeroen Roovers ChangeLog, Manifest: + Fix Manifest (bug #231471, thanks to Kevin Mitchell). + + 10 Jul 2008; David Shakaryan openbox-3.4.7.2.ebuild: + Check for X flag on pango; thanks to Mart Raudsepp. (bug #221819) + +*openbox-3.4.7.2 (14 May 2008) + + 14 May 2008; David Shakaryan +openbox-3.4.7.2.ebuild: + Version bump. + +*openbox-3.4.7.1 (18 Apr 2008) + + 18 Apr 2008; David Shakaryan -openbox-3.4.7_pre2.ebuild, + -openbox-3.4.7_pre3.ebuild, +openbox-3.4.7.1.ebuild: + Version bump; remove older prerelease versions. + +*openbox-3.4.7_pre3 (30 Mar 2008) + + 30 Mar 2008; David Shakaryan +openbox-3.4.7_pre3.ebuild: + Version bump. + +*openbox-3.4.7_pre2 (21 Mar 2008) + + 21 Mar 2008; David Shakaryan +openbox-3.4.7_pre2.ebuild: + Version bump. + + 20 Mar 2008; David Shakaryan -openbox-3.4.4.ebuild, + -openbox-3.4.6.ebuild: + Remove older versions. + + 19 Mar 2008; Jeroen Roovers openbox-3.4.6.1.ebuild: + Stable for HPPA (bug #213551). + + 17 Mar 2008; Santiago M. Mola + openbox-3.4.6.1.ebuild: + amd64 stable wrt bug #213551 + + 16 Mar 2008; Raúl Porcel openbox-3.4.6.1.ebuild: + sparc stable wrt #213551 + + 16 Mar 2008; Tobias Klausmann + openbox-3.4.6.1.ebuild: + Stable on alpha, bug #213551 + + 16 Mar 2008; nixnut openbox-3.4.6.1.ebuild: + Stable on ppc wrt bug 213551 + + 16 Mar 2008; Brent Baude openbox-3.4.6.1.ebuild: + Marking openbox-3.4.6.1 ppc64 for bug 213551 + + 16 Mar 2008; Dawid Węgliński openbox-3.4.6.1.ebuild: + Stable on x86 (bug #213551) + +*openbox-3.4.6.1 (06 Feb 2008) + + 06 Feb 2008; David Shakaryan +openbox-3.4.6.1.ebuild: + Version bump. + + 03 Feb 2008; David Shakaryan -openbox-3.4.5.ebuild: + Remove older version. + +*openbox-3.4.6 (03 Feb 2008) + + 03 Feb 2008; David Shakaryan +openbox-3.4.6.ebuild: + Version bump. + +*openbox-3.4.5 (07 Jan 2008) + + 07 Jan 2008; David Shakaryan +openbox-3.4.5.ebuild: + Version bump. + + 22 Nov 2007; David Shakaryan -openbox-3.4.2.ebuild: + Remove older version. + + 21 Nov 2007; nixnut openbox-3.4.4.ebuild: + Stable on ppc wrt bug 199136 + + 21 Nov 2007; Jeroen Roovers openbox-3.4.4.ebuild: + Stable for HPPA (bug #199136). + + 18 Nov 2007; Markus Rothe openbox-3.4.4.ebuild: + Stable on ppc64; bug #199136 + + 18 Nov 2007; Raúl Porcel openbox-3.4.4.ebuild: + alpha/sparc stable wrt #199136 + + 18 Nov 2007; Samuli Suominen openbox-3.4.4.ebuild: + amd64 stable wrt #199136 + + 18 Nov 2007; Christian Faulhammer openbox-3.4.4.ebuild: + stable x86, bug 199136 + + 25 Aug 2007; David Shakaryan -openbox-3.4.3.ebuild: + Remove older version. + +*openbox-3.4.4 (05 Aug 2007) + + 05 Aug 2007; David Shakaryan +openbox-3.4.4.ebuild: + Version bump. + + 30 Jul 2007; David Shakaryan metadata.xml: + Fix whitespace in metadata. + +*openbox-3.4.3 (23 Jul 2007) + + 23 Jul 2007; David Shakaryan -openbox-3.4.2-r1.ebuild, + +openbox-3.4.3.ebuild: + Version bump; remove older version. + + 19 Jul 2007; David Shakaryan openbox-3.4.2-r1.ebuild: + Mark new version testing; should have done so earlier. + +*openbox-3.4.2-r1 (18 Jul 2007) + + 18 Jul 2007; David Shakaryan -files/openbox.desktop, + openbox-3.4.2.ebuild, +openbox-3.4.2-r1.ebuild: + Remove unneeded files; last commit should have had revision bump. + + 18 Jul 2007; David Shakaryan openbox-3.4.2.ebuild: + Install docs into correct directory. (bug #185796) + + 17 Jul 2007; David Shakaryan -openbox-3.3.1.ebuild: + Remove older version. + + 17 Jul 2007; Peter Weller openbox-3.4.2.ebuild: + Stable on amd64 wrt bug 185012 + + 16 Jul 2007; nixnut openbox-3.4.2.ebuild: + Stable on ppc wrt bug 185012 + + 12 Jul 2007; Jeroen Roovers openbox-3.4.2.ebuild: + Stable for HPPA (bug #185012). + + 12 Jul 2007; Raúl Porcel openbox-3.4.2.ebuild: + alpha/x86 stable wrt #185012 + + 12 Jul 2007; Gustavo Zacarias openbox-3.4.2.ebuild: + Stable on sparc wrt #185012 + + 12 Jul 2007; Markus Rothe openbox-3.4.2.ebuild: + Stable on ppc64; bug #185012 + + 12 Jul 2007; David Shakaryan -openbox-3.4.0.ebuild: + Remove older version. + +*openbox-3.4.2 (11 Jun 2007) + + 11 Jun 2007; David Shakaryan +openbox-3.4.2.ebuild: + Version bump. + +*openbox-3.4.0 (05 Jun 2007) + + 05 Jun 2007; David Shakaryan +openbox-3.4.0.ebuild: + Version bump; thanks to Bill Good for some improvements. (bug #179826) + + 02 May 2007; David Shakaryan + -files/openbox-3.2-makefile.patch, -openbox-3.2-r2.ebuild, + openbox-3.3.1.ebuild: + Clean up latest version and remove older version. + + 22 Apr 2007; Markus Rothe openbox-3.3.1.ebuild: + Added ~ppc64 + + 22 Apr 2007; Bryan Østergaard openbox-3.3.1.ebuild: + Stable on Alpha, bug 175052. + + 21 Apr 2007; Jeroen Roovers openbox-3.3.1.ebuild: + Stable for HPPA (bug #175052). + + 19 Apr 2007; Christian Faulhammer openbox-3.3.1.ebuild: + stable x86, bug 175052 + + 18 Apr 2007; nixnut openbox-3.3.1.ebuild: + Stable on ppc wrt bug 175052 + + 18 Apr 2007; openbox-3.3.1.ebuild: + Stable on amd64 wrt bug 175052 + + 18 Apr 2007; Gustavo Zacarias openbox-3.3.1.ebuild: + Stable on sparc wrt #175052 + + 07 Dec 2006; David Shakaryan + -files/openbox-3.3_rc2-64bit-property.patch, + -files/openbox-3.3_rc2-asneeded.patch, -openbox-3.3_rc2-r2.ebuild: + Remove older version. + + 07 Dec 2006; Diego Pettenò openbox-3.3.1.ebuild: + Add ~x86-fbsd keyword as per bug #156873. Thanks to Mark Kowarsky + (mark_alec) for reporting. + + 19 Oct 2006; David Shakaryan metadata.xml: + Add myself as maintainer. + + 16 Oct 2006; David Shakaryan + -files/openbox-20060509-asneeded.patch, + -files/openbox-20060509-gtkcolors.patch, + -files/openbox-20060509-hideMenuHeader.patch, + -files/openbox-20060509-pipedsplitgradient.patch: + Remove patches for removed ebuilds. + +*openbox-3.3.1 (09 Oct 2006) + + 09 Oct 2006; gothgirl +openbox-3.3.1.ebuild, + -openbox-20060509.ebuild, -openbox-20060509-r1.ebuild, + -openbox-20060509-r2.ebuild: + added revision 3.3.1 removed stale versions of snapshot + + 15 Jul 2006; Bryan Østergaard metadata.xml: + Remove anarchy from metadata.xml as he's retired. + + 09 Jun 2006; Jory A. Pratt openbox-3.2-r2.ebuild: + xinerama added to IUSE bug #135930 + +*openbox-20060509-r2 (04 Jun 2006) + + 04 Jun 2006; Jory A. Pratt + +files/openbox-20060509-gtkcolors.patch, +openbox-20060509-r2.ebuild: + gtk use color support + +*openbox-20060509-r1 (01 Jun 2006) + + 01 Jun 2006; Jory A. Pratt + +files/openbox-20060509-hideMenuHeader.patch, + +files/openbox-20060509-pipedsplitgradient.patch, + +openbox-20060509-r1.ebuild: + revision for hiding menu header, and pipedslitgradient patch for more + advanced themeing possibilities + +*openbox-20060509 (10 May 2006) + + 10 May 2006; Jory A. Pratt + +files/openbox-20060509-asneeded.patch, +openbox-20060509.ebuild: + synced against cvs as 3.3 final is around the corner + + 29 Apr 2006; Jory A. Pratt + +files/openbox-3.3_rc2-asneeded.patch, openbox-3.3_rc2-r2.ebuild: + as-needed patch applied + + 29 Apr 2006; Jory A. Pratt + -files/openbox-2.3.1-epist.patch, -files/openbox-2.3.1-nls-codeset.patch, + -files/openbox-gcc.patch, metadata.xml, -openbox-3.2-r1.ebuild, + openbox-3.2-r2.ebuild, -openbox-3.3_rc1-r1.ebuild, + -openbox-3.3_rc1-r2.ebuild, -openbox-3.3_rc2.ebuild, + -openbox-3.3_rc2-r1.ebuild: + ported 3.2 to modular X, maintainership transfered to Anarchy from SuperLag + +*openbox-3.3_rc2-r1 (26 Nov 2005) + + 26 Nov 2005; + +files/openbox-3.3_rc2-64bit-property.patch, +openbox-3.3_rc2-r1.ebuild: + 64bit property patch added + + 29 Oct 2005; openbox-3.3_rc2.ebuild: + pango support corrected wrt bug#106131 + + 17 Sep 2005; Aron Griffis openbox-3.2-r2.ebuild: + Mark 3.2-r2 stable on alpha + +*openbox-3.3_rc2 (13 Sep 2005) + + 13 Sep 2005; Brandon Low +openbox-3.3_rc2.ebuild: + Long awaited bump, I hope that doins instead of cp doesn't break the + below fix. + + 24 Aug 2005; Diego Pettenò + openbox-3.3_rc1-r2.ebuild: + FreeBSD fixes: cp -a -> cp -pPR. + + 01 May 2005; Guy Martin openbox-3.2-r2.ebuild: + Stable on hppa. + + 07 Apr 2005; Simon Stelling openbox-3.2-r2.ebuild: + stable on amd64 + +*openbox-3.3_rc1-r2 (05 Apr 2005) + + 05 Apr 2005; Brandon Low openbox-3.3_rc1-r1.ebuild, + +openbox-3.3_rc1-r2.ebuild: + Fix bug 87160 + + 30 Mar 2005; Michael Hanselmann openbox-3.2-r2.ebuild: + Stable on ppc. + + 29 Mar 2005; Gustavo Zacarias openbox-3.2-r2.ebuild: + Stable on sparc + +*openbox-3.3_rc1-r1 (29 Mar 2005) + + 29 Mar 2005; Brandon Low -openbox-3.3_rc1.ebuild, + +openbox-3.3_rc1-r1.ebuild: + use enable pango in 3.3_rc1 + +*openbox-3.3_rc1 (28 Mar 2005) + + 28 Mar 2005; Brandon Low openbox-3.2-r2.ebuild, + +openbox-3.3_rc1.ebuild: + Bump for new _rc release (yay), and mark the previous ebuild stable + + 06 Feb 2005; Aaron Kulbe openbox-3.2-r2.ebuild: + Keyworded on all arches for -r2 + +*openbox-3.2-r2 (06 Feb 2005) + + 06 Feb 2005; Aaron Kulbe +openbox-3.2-r2.ebuild: + Adding startup notification support. Bug # 79023 + + 05 Feb 2005; Aaron Kulbe metadata.xml: + Changing maintainer from commonbox herd to SuperLag (Aaron Kulbe) + + 28 Dec 2004; Ciaran McCreesh : + Change encoding to UTF-8 for GLEP 31 compliance + + 18 Jul 2004; Brandon Hale -openbox-3.0-r1.ebuild, + -openbox-3.0.ebuild, -openbox-3.1-r1.ebuild, -openbox-3.1.ebuild, + -openbox-3.2.ebuild: + Big cleanup. + + 08 Jun 2004; Travis Tilley openbox-3.2-r1.ebuild, + openbox-3.2.ebuild: + stable on amd64 + + 10 May 2004; Travis Tilley openbox-3.2-r1.ebuild: + added ~amd64 keyword + + 09 May 2004; openbox-3.2-r1.ebuild: + added ~ppc keyword + + 09 May 2004; Bryan Østergaard openbox-3.2-r1.ebuild: + Keyword ~alpha. + + 07 May 2004; Gustavo Zacarias openbox-3.2-r1.ebuild: + Stable on sparc + + 06 May 2004; Brandon Hale -openbox-2.3.0.ebuild, + -openbox-2.3.1.ebuild: + Clear out old 2.x series. + +*openbox-3.2-r1 (06 May 2004) + + 06 May 2004; Brandon Hale + +files/openbox-3.2-makefile.patch, +openbox-3.2-r1.ebuild: + Apply Makefile fix from bug #50190. + + 27 Apr 2004; Gustavo Zacarias openbox-3.2.ebuild: + Keyworded sparc + + 25 Apr 2004; Brandon Hale openbox-3.2.ebuild: + Stable on x86. + +*openbox-3.2 (17 Apr 2004) + + 17 Apr 2004; Brandon Hale +openbox-3.2.ebuild: + Version bump, the bounty goes again to Aaron Kulbe (SuperLag) + + 24 Mar 2004; Chris Aniszczyk openbox-3.1-r1.ebuild: + Marking unstable on hppa ;) + + 12 Mar 2004; Brandon Hale openbox-3.0-r1.ebuild, + openbox-3.0.ebuild, openbox-3.1-r1.ebuild, openbox-3.1.ebuild: + Cleaned up {R,}DEPEND, closes bug #44508 + + 07 Mar 2004; Brandon Hale openbox-1.2.4.ebuild, + openbox-2.1.3-r4.ebuild: + Out with the old... + +*openbox-3.1-r1 (07 Mar 2004) + + 07 Mar 2004; Brandon Hale openbox-3.1-r1.ebuild, + files/openbox.desktop: + Add .desktop file in preperation for new GDM, bug #40711 + + 03 Mar 2004; Gustavo Zacarias openbox-3.1.ebuild: + stable on sparc + + 29 Feb 2004; Brandon Hale openbox-3.1.ebuild: + Keyword x86 for real this time. + + 05 Jan 2004; Jason Wever openbox-3.0-r1.ebuild: + Marked stable on sparc. + +*openbox-3.1 (22 Dec 2003) + + 22 Dec 2003; Brandon Hale openbox-3.1.ebuild: + Version bump, thanks to SuperLag on freenode for his lightening fast report. + + 14 Dec 2003; Lars Weiler openbox-3.0-r1.ebuild: + Masked stable on ppc + + 09 Dec 2003; Brandon Low openbox-3.0-r1.ebuild: + ewan != ewarn + +*openbox-3.0-r1 (07 Dec 2003) + + 07 Dec 2003; Brandon Hale openbox-3.0-r1.ebuild: + Removing 3 suffix from binary and session files. + + 06 Dec 2003; Brandon Hale openbox-3.0.ebuild: + Marking stable on x86. + + 07 Nov 2003; Brandon Hale openbox-3.0.ebuild: + Added some more usable themes for users with limited vision. + + 06 Nov 2003; Brandon Hale openbox-3.0.ebuild: + Bump and cleanup. + +*openbox-3.0_rc4 (13 Oct 2003) + + 13 Oct 2003; Brandon Hale openbox-3.0_rc2.ebuild, + openbox-3.0_rc4.ebuild: + Version bump. + +*openbox-3.0_rc3 (09 Oct 2003) + + 09 Oct 2003; Brandon Hale openbox-3.0_beta6.ebuild, + openbox-3.0_rc1.ebuild, openbox-3.0_rc3.ebuild: + Cleanup and bump. + +*openbox-3.0_rc2 (03 Oct 2003) + + 03 Oct 2003; Brandon Hale openbox-3.0_rc2.ebuild: + Vesion bump. + +*openbox-3.0_rc1 (29 Sep 2003) + + 29 Sep 2003; Brandon Hale openbox-3.0_beta5.ebuild, + openbox-3.0_rc1.ebuild: + Version bump. + + 26 Sep 2003; Jason Wever openbox-3.0_beta5.ebuild, + openbox-3.0_beta6.ebuild: + Added ~sparc keyword. + +*openbox-3.0_beta6 (26 Sep 2003) + + 26 Sep 2003; Brandon Hale openbox-3.0_beta3.ebuild, + openbox-3.0_beta4.ebuild, openbox-3.0_beta6.ebuild: + Version bump. + +*openbox-3.0_beta5 (25 Sep 2003) + + 25 Sep 2003; Brandon Hale openbox-3.0_beta5.ebuild: + New release to fix some bugs, nothing fun :( + +*openbox-3.0_beta4 (22 Sep 2003) + + 22 Sep 2003; Brandon Hale openbox-3.0_beta4.ebuild: + version bump, some config files + themes have moved once again, see + openbox.org for details. + + 20 Sep 2003; Brandon Hale openbox-3.0_beta1.ebuild, + openbox-3.0_beta2.ebuild, openbox-3.0_beta3.ebuild: + add missing dependency on libxml2, closes #29104 + +*openbox-3.0_beta3 (15 Sep 2003) + + 15 Sep 2003; Brandon Hale openbox-3.0_alpha6.ebuild, + openbox-3.0_alpha7.ebuild, openbox-3.0_alpha8.ebuild, + openbox-3.0_beta3.ebuild: + Version bump + cleanup. + +*openbox-3.0_beta2 (15 Sep 2003) + + 11 Sep 2003; Brandon Hale openbox-3.0_beta2.ebuild: + Added dependency on >=fontconfig-2 + +*openbox-3.0_beta2 (09 Sep 2003) + + 09 Sep 2003; Brandon Hale openbox-3.0_beta2.ebuild: + Version bump, again with the theme format changes =/ + + 05 Sep 2003; Brandon Hale openbox-3.0_beta1.ebuild: + Small tweak to install a session file under /etc/X11/Sessions + +*openbox-3.0_beta1 (03 Sep 2003) + + 03 Sep 2003; Brandon Hale openbox-3.0_beta1.ebuild: + Version bump. + + 03 Sep 2003; Brandon Hale metadata.xml: + Added metadata.xml + +*openbox-3.0_alpha8 (03 Sep 2003) + + 03 Sep 2003; Brandon Hale openbox-3.0_alpha4.ebuild, + openbox-3.0_alpha5.ebuild, openbox-3.0_alpha8.ebuild: + Version bump + cleanup old builds + +*openbox-3.0_alpha7 (31 Aug 2003) + + 31 Aug 2003; Brandon Hale openbox-3.0_alpha7.ebuild: + Version bump! + + 29 Aug 2003; Brandon Hale openbox-3.0_alpha6.ebuild: + Fixed dependencies to include glib and gtk+2 (for obconf) + +*openbox-3.0_alpha6 (24 Aug 2003) + + 24 Aug 2003; Brandon Hale openbox-3.0_alpha6.ebuild: + Version bump. + +*openbox-3.0_alpha5 (20 Aug 2003) + + 20 Aug 2003; Brandon Hale openbox-3.0_alpha5.ebuild: + Version Bump, menu now split to its own file + +*openbox-3.0_alpha4 (02 Aug 2003) + + 02 Aug 2003; Seemant Kulleen openbox-3.0_alpha4.ebuild: + Brandon Hale fixed up the ebuild that mkeadle + wrote up for this alpha version of ob3 + + 18 Jul 2003; Seemant Kulleen openbox-2.3.0.ebuild: + hacky fix to disable NLS being built in this version -- use the MYCONF to + override. commonbox.eclass adjusted to accept this variable + + 24 Jun 2003; Tavis Ormandy openbox-2.3.1.ebuild: + marking ~alpha + + 19 Jun 2003; mkeadle openbox-2.3.0.ebuild, + openbox-2.3.1.ebuild, files/openbox-gcc.patch: + adding minor patch to help with potential compiles against gcc3.3 + + 12 Jun 2003; openbox-2.1.3-r4.ebuild: + fix Header + +*openbox (20 May 2003) + + 03 Jun 2003; mkeadle openbox*.ebuild : + Moved xft usage to USE="truetype" test in commonbox.eclass + + 20 May 2003; mkeadle openbox*.ebuild : + Removed local --enable-xinerama flags and move to a USE test + in commonbox.eclass. + +*openbox-2.3.1 (07 May 2003) + + 19 Jun 2003; mkeadle openbox-2.3.1.ebuild : + 2.3.1 goes back into ~unstable land. Font and NLS issues seem to + be unresolvable. Program authors are focused on name major + release. + + 20 May 2003; mkeadle openbox-2.3.1.ebuild : + Moving into stable x86 land. + + 07 May 2003; mkeadle openbox-2.3.1.ebuild : + New release (royal city). Was a slight issue with non-compile on + gcc 2.95x but that's been fixed now. Cheers. + +*openbox-2.3.0 (07 Feb 2003) + + 18 Apr 2003; foser openbox*.ebuild : + Fixed xft dep to be virtual + + 21 Mar 2003; Jason Wever openbox-2.3.0.ebuild: + Added sparc to keywords. + + 13 Feb 2003; Mark Guertin openbox-2.2.0-r1.ebuild + openbox-2.2.0.ebuild openbox-2.2.1-r1.ebuild openbox-2.2.1-r2.ebuild + openbox-2.2.1.ebuild openbox-2.2.2-r1.ebuild openbox-2.2.2-r2.ebuild + openbox-2.2.2.ebuild openbox-2.2.3.ebuild openbox-2.3.0.ebuild : + set ppc in keywords + + 07 Feb 2003; Matt Keadle openbox-2.3.0.ebuild + files/digest-openbox-2.3.0 + + Bump to latest version. Even though this is considered stable by the + ob team, it is marked ~x86 as it will not build without Xft2 (which + is ~x86 itself). + +*openbox-2.2.3 (02 Jan 2003) + + 02 Jan 2003; Matt Keadle openbox-2.2.3.ebuild + files/digest-openbox-2.2.3 + + Bump to latest version. 2.2.3 takes the 2.2.x series out of testing + to make room for the 3.x branch. This release has officially been + declared stable, and has been moved into unmasked x86 territory. + +*openbox-2.1.3-r4 (10 Dec 2002) + + 10 Dec 2002; Matt Keadle openbox-2.1.3-r4 + files/digest-openbox-2.1.3-r4 + + Left out the fix for xftlsfonts on non-Xft2 systems. + +*openbox-2.2.2-r2 (09 Dec 2002) + + 09 Dec 2002; Matt Keadle openbox-2.2.2-r2.ebuild + files/digest-openbox-2.2.2-r2 + + Openbox 2.2.2 now depends on x11-libs/xft for Xft2. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*openbox-2.2.2 (08 Dec 2002) + + 08 Dec 2002; Matt Keadle openbox-2.2.2.ebuild + files/digest-openbox-2.2.2 + + Bumped to latest devel release + + 08 Dec 2002; Matt Keadle openbox-2.2.2-r1.ebuild + files/digest-openbox-2.2.2-r1 + + Once again repaired to enable xftlsfonts. + +*openbox-2.1.3-r2 (08 Dec 2002) + + 08 Dec 2002; Matt Keadle openbox-2.1.3-r2.ebuild + files/digest-openbox-2.1.3-r2 + + Repared so xftlsfonts gets built instead of being stripped out. + + 08 Dec 2002; Matt Keadle openbox-2.1.3-r3.ebuild + files/digest-openbox-2.1.3-r3 + + Once again repaired to enable xftlsfonts. + +*openbox-2.2.1-r2 (08 Dec 2002) + + 08 Dec 2002; Matt Keadle openbox-2.2.1-r2.ebuild + files/digest-openbox-2.2.1-r2 + + Fixed so that you don't lose antialiase text if you have Xft2 installed. + +*openbox-2.2.1-r1 (25 Nov 2002) + + 25 Nov 2002; Matt Keadle openbox-2.2.1-r1.ebuild + files/digest-openbox-2.2.1-r1 + + Cleaned out some unneeded empty directories and fixed so the button + .xbm files were actually installed. At the moment, Openbox is the + only *box that can use pixmaps as buttons, and the styles contained + in commonbox-styles are not setup to use those pixmaps. New + commonbox-styles release is forthcoming. + +*openbox-2.1.3-r1 (25 Nov 2002) + + 25 Nov 2002; Matt Keadle openbox-2.1.3-r1.ebuild + files/digest-openbox-2.1.3-r1 + + Fixes so NLS catalogs actually get installed to /usr/share/locale. + They were not being installed at all before. A default epistrc file + is now placed as /usr/share/commonbox/epistrc.default + + Removed installation of the xftlsfonts man page, since the xftlsfonts + program is not currently being installed due to Xft2 issues. + +*openbox-2.2.1 (20 Nov 2002) + + 20 Nov 2002; Matt Keadle openbox-2.2.1.ebuild + files/digest-openbox-2.2.1 + + Version bump to latest development release. It starting to get interesting + with Xft1/2. Fluxbox is now making use of Xft for antialiased text. + However, fluxbox and openbox and using opposing versions of Xft. + Currently our xft (2.x) ebuild is masked, which openbox needs/want. I can + do some sedding to remove the compilation to utils/xftlsfonts but that + can't become even a semi-permanent fix. + +*openbox-2.1.3 (4 Nov 2002) + + 4 Nov 2002; Matt Keadle openbox-2.1.3.ebuild + files/digest-openbox-2.1.3 : + + version bump to latest stable release. + +*openbox-2.2.0-r1 (25 Oct 2002) + + 22 Apr 2003; Brandon Low openbox-2.1.2-r1.ebuild, + openbox-2.1.3-r1.ebuild, openbox-2.1.3-r2.ebuild, openbox-2.1.3-r3.ebuild, + openbox-2.1.3-r4.ebuild, openbox-2.1.3.ebuild, openbox-2.2.0-r1.ebuild, + openbox-2.2.1-r1.ebuild, openbox-2.2.1-r2.ebuild, openbox-2.2.1.ebuild, + openbox-2.2.2-r1.ebuild, openbox-2.2.2.ebuild: + Change supersed dependencies + + 25 Oct 2002; Matt Keadle openbox-2.2.0-r1.ebuild + files/digest-openbox-2.2.0-r1 : + + Fix bug 9541, issues with xfree 4.2.1 + +*openbox-2.1.2-r1 (25 Oct 2002) + + 05 Oct 2002; Matt Keadle openbox-2.1.2-r1.ebuild + files/digest-openbox-2.1.2-r1 : + + Fix bug 9541, issues with xfree 4.2.1 + +*openbox-2.2.0 (23 Oct 2002) + + 23 Oct 2002; Matt Keadle openbox-2.2.0.ebuild + files/digest-openbox-2.2.0 : + + version bump to newest devel release + +*openbox-2.1.2 (07 Oct 2002) + + 07 Oct 2002; Matt Keadle openbox-2.1.2.ebuild + files/digest-openbox-2.1.2 : + + version bump + +*openbox-2.1.1 (25 Sep 2002) + + 25 Sep 2002; Matt Keadle openbox-2.1.1.ebuild + files/digest-openbox-2.1.1 : + + version bump, placed in slot "1" as this is the stable version now, also + removed the -dev from the binary. Thanks for the ebuild Brad. New + fieron theme has been merged into commonbox-styles. + +*openbox-2.0.0-r2 (04 Sep 2002) + + 04 Sep 2002; Seemant Kulleen openbox-2.0.0-r2.ebuild + files/digest-openbox-2.0.0-r2 : + + menu is now again in /usr/share/commonbox/menu and nls stuff in + /usr/share/locale. + + 04 Sep 2002; Seemant Kulleen openbox-2.0.0-r1.ebuild + files/digest-openbox-2.0.0-r1 : + + epist and xftlsfonts were not being installed. This corrects that. + Thanks to xOr and gentoo users reporting to him about him (hint: + bugs.gentoo.org people!). + +*openbox-2.0.0 (16 Aug 2002) + + 16 Aug 2002; Seemant Kulleen openbox-2.0.0.ebuild + files/digest-openbox-2.0.0 : + + Version bump for newest development openbox. This one has xinerama + support as well. + +*openbox-1.2.5_beta20020714-r1 (18 jul 2002) + 24 Jul 2002; Mark Guertin : + Added ppc to keywords + + 18 Jul 2002; Spider openbox-1.2.5_beta20020714-r1.ebuild : + updated, now with AA + make sure your ~/.openbox/rc has something like this in it to force AA on if you dont have a AA style : + window.xft.font: arial + window.xft.size: 10 + menu.title.xft.font: arial + menu.title.xft.size: 11 + menu.title.xft.flags: bold + menu.frame.xft.font: arial + menu.frame.xft.size: 11 + toolbar.xft.font: arial + toolbar.xft.size: 11 + + + +*openbox-0.99.3-r1 (14 Jul 2002) + + 14 Jul 2002; Seemant Kulleen openbox-0.99.3-r1.ebuild + files/digest-openbox-0.99.3-r1 : + + Using the commonbox eclass now. + +*openbox-1.2.4 (14 Jul 2002) + + 14 Jul 2002; Seemant Kulleen openbox-1.2.4.ebuild + files/digest-openbox-1.2.4 : + + Version bump for newest stable. No xft/antialiasing. + +*openbox-1.2.5_beta20020714 (14 Jul 2002) + + 14 Jul 2002; Seemant Kulleen + openbox-1.2.5_beta20020714.ebuild files/digest-openbox-1.2.5_beta20020714 : + + cvs snapshot of openbox. has Xft/antialiasing built-in. + +*openbox-1.2.3 (21 Jun 2002) + + 21 Jun 2002; Seemant Kulleen openbox-1.2.3.ebuild + files/digest-openbox-1.2.3 : + + Version bump to newest development, which upstream reports as being quite + stable and of which they encourage the use. + +*openbox-0.99.3 (25 May 2002) + + 25 May 2002; Seemant Kulleen openbox-0.99.3.ebuild + files/digest-openbox-0.99.3 : + + Version bump. + +*openbox-0.99.1 (29 Apr 2002) + + 29 Apr 2002; Seemant Kulleen openbox-0.99.1.ebuild + ChangeLog files/digest-openbox-0.99.1 : + + A window manager that is like blackbox, but more open with respect to + development. It is, for the most part, compatible with blackbox + applications. diff --git a/x11-wm/oroborus/ChangeLog b/x11-wm/oroborus/ChangeLog new file mode 100644 index 00000000..ddaa0430 --- /dev/null +++ b/x11-wm/oroborus/ChangeLog @@ -0,0 +1,148 @@ +# ChangeLog for x11-wm/oroborus +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.40 2014/08/10 19:59:15 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich oroborus-2.0.20.ebuild: + QA: drop trailing '.' from DESCRIPTION + + 19 Oct 2013; Pacho Ramos -oroborus-2.0.18.ebuild, + metadata.xml: + Cleanup due desktop-wm removal + + 04 Jun 2012; Michael Weber oroborus-2.0.20.ebuild: + Fix SRC_URI, EAPI-4 (reported by df, bug 416129) + + 18 Mar 2012; Raúl Porcel oroborus-2.0.18.ebuild, + oroborus-2.0.20.ebuild: + Drop sparc keywords + + 17 Feb 2012; Pawel Hajdan jr oroborus-2.0.20.ebuild: + x86 stable wrt bug #397307 + + 03 Feb 2012; Brent Baude oroborus-2.0.20.ebuild: + Marking oroborus-2.0.20 ppc for bug 397307 + + 03 Feb 2012; Agostino Sarubbo oroborus-2.0.20.ebuild: + Stable for amd64, wrt bug #397307 + +*oroborus-2.0.20 (31 May 2010) + + 31 May 2010; Kacper Kowalik + +oroborus-2.0.20.ebuild: + Version bump + + 21 May 2008; Samuli Suominen -oroborus-2.0.4-r1.ebuild, + -oroborus-2.0.7.ebuild, -oroborus-2.0.9.ebuild, -oroborus-2.0.13.ebuild, + oroborus-2.0.18.ebuild: + Convert to using autotools.eclass, econf, emake and DESTDIR. + + 23 Nov 2007; Dawid Węgliński oroborus-2.0.18.ebuild: + Stable on x86 + + 23 Nov 2007; Samuli Suominen oroborus-2.0.18.ebuild: + amd64 stable too + + 13 Aug 2007; Tobias Scherbaum + oroborus-2.0.18.ebuild: + ppc. stable + + 03 Aug 2007; Gustavo Zacarias + oroborus-2.0.18.ebuild: + Stable on sparc + + 22 Jul 2007; David Shakaryan oroborus-2.0.4-r1.ebuild, + oroborus-2.0.7.ebuild, oroborus-2.0.9.ebuild, oroborus-2.0.13.ebuild, + oroborus-2.0.18.ebuild: + Remove virtual/x11 from dependencies. + + 12 Mar 2007; Raúl Porcel oroborus-2.0.13.ebuild: + x86 stable + + 22 Feb 2007; David Shakaryan oroborus-2.0.4-r1.ebuild, + oroborus-2.0.7.ebuild, oroborus-2.0.9.ebuild, oroborus-2.0.13.ebuild, + oroborus-2.0.18.ebuild: + Fix whitespace. + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + +*oroborus-2.0.18 (01 Jul 2006) + + 01 Jul 2006; Krzysiek Pawlik + +oroborus-2.0.18.ebuild: + Version bump, see bug #133623. + + 15 Mar 2006; Donnie Berkholz ; + oroborus-2.0.4-r1.ebuild, oroborus-2.0.7.ebuild, oroborus-2.0.9.ebuild, + oroborus-2.0.13.ebuild: + (#124064) Add modular X deps. + + 08 May 2005; Herbie Hopkins oroborus-2.0.13.ebuild: + Stable on amd64. + + 07 Mar 2005; Gustavo Zacarias oroborus-2.0.13.ebuild: + Stable on sparc + + 03 Feb 2005; Gustavo Zacarias oroborus-2.0.13.ebuild: + To ~sparc + + 03 Jul 2004; Tom Martin oroborus-2.0.13.ebuild: + Added to ~amd64. + + 03 Jul 2004; Tom Martin oroborus-2.0.13.ebuild: + Fixed HOMEPAGE to point to http://www.oroborus.org/ rather than + http://oroborus.org/oroborus.shtml which returns a 404. + + 27 Jun 2004; Aron Griffis oroborus-2.0.13.ebuild, + oroborus-2.0.4-r1.ebuild, oroborus-2.0.7.ebuild, oroborus-2.0.9.ebuild: + QA - fix use invocation + + 07 May 2004; Brandon Hale oroborus-2.0.13.ebuild, + oroborus-2.0.7.ebuild, oroborus-2.0.9.ebuild: + Remove S= + + 22 Mar 2004; Brandon Hale oroborus-2.0.13.ebuild, + oroborus-2.0.7.ebuild, oroborus-2.0.9.ebuild: + Fix DEPEND-ness, bug #45343 + + 26 Feb 2004; Sven Blumenstein oroborus-2.0.9.ebuild: + KEYWORDS got sparced. + +*oroborus-2.0.13 (09 Jul 2003) + + 09 Jul 2003; Martin Holzer oroborus-2.0.13.ebuild: + Version bumped. ebuild submitted by Soren Harward in #233780 + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + + 21 Oct 2002; Maik Schreiber oroborus-2.0.7.ebuild: + Changed KEYWORDS back to "x86" as it seems the package mask has been + removed already. + +*oroborus-2.0.9 (21 Oct 2002) + + 21 Oct 2002; Maik Schreiber : New version. + + 21 Oct 2002; Maik Schreiber oroborus-2.0.7.ebuild: + Changed "x86" to "~x86" in KEYWORDS. + +*oroborus-2.0.7 (19 Aug 2002) + + 17 Oct 2002; Daniel Ahlberg oroborus-2.0.7.ebuild : + Added IUSE. + + 19 Aug 2002; Maik Schreiber : New version, closes bug + #5776. + +*oroborus-2.0.4-r1 (01 Feb 2002) + + 17 Oct 2002; Daniel Ahlberg oroborus-2.0.4-r1.ebuild : + Added IUSE. + + 01 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-wm/pekwm/ChangeLog b/x11-wm/pekwm/ChangeLog new file mode 100644 index 00000000..74c39b42 --- /dev/null +++ b/x11-wm/pekwm/ChangeLog @@ -0,0 +1,300 @@ +# ChangeLog for x11-wm/pekwm +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/pekwm/ChangeLog,v 1.76 2014/10/23 21:03:38 jer Exp $ + + 23 Oct 2014; Jeroen Roovers -pekwm-0.1.15.ebuild, + -pekwm-0.1.16.ebuild, -files/pekwm-0.1.11-libpng14.patch, metadata.xml: + Old. + + 01 Aug 2014; Raúl Porcel pekwm-0.1.15.ebuild, + pekwm-0.1.16.ebuild, pekwm-0.1.17.ebuild: + Drop sparc keyword + + 13 Jul 2014; Agostino Sarubbo pekwm-0.1.17.ebuild: + Stable for ppc, wrt bug #509342 + + 14 Jun 2014; Pawel Hajdan jr pekwm-0.1.17.ebuild: + x86 stable wrt bug #509342 + + 08 Jun 2014; Chema Alonso pekwm-0.1.17.ebuild: + Stable for amd64 wrt bug #509342 + + 02 May 2014; Jeroen Roovers metadata.xml: + Update e-mail address. + + 02 May 2014; Jeroen Roovers pekwm-0.1.17.ebuild: + Grammar. + +*pekwm-0.1.17 (10 Mar 2014) + + 10 Mar 2014; Jeroen Roovers +pekwm-0.1.17.ebuild, + metadata.xml: + Version bump by Andreas (bug #471340). Make themes optional. + + 02 Feb 2014; Tom Wijsman metadata.xml: + Added Andreas Schlick (ninox+pmg) to metadata.xml, whom will proxy maintain + this package. + + 19 Oct 2013; Pacho Ramos -pekwm-0.1.11.ebuild, + -pekwm-0.1.14.ebuild, metadata.xml: + Cleanup due desktop-wm removal + + 06 Feb 2013; Agostino Sarubbo pekwm-0.1.15.ebuild: + Stable for sparc, wrt bug #453558 + + 26 Jan 2013; Agostino Sarubbo pekwm-0.1.15.ebuild: + Stable for ppc, wrt bug #453558 + + 25 Jan 2013; Agostino Sarubbo pekwm-0.1.15.ebuild: + Stable for amd64, wrt bug #453558 + + 25 Jan 2013; Agostino Sarubbo pekwm-0.1.15.ebuild: + Stable for x86, wrt bug #453558 + +*pekwm-0.1.16 (22 Jan 2013) + + 22 Jan 2013; Jeroen Roovers +pekwm-0.1.16.ebuild: + Version bump. + +*pekwm-0.1.15 (23 Aug 2012) + + 23 Aug 2012; Kacper Kowalik +pekwm-0.1.15.ebuild: + Version bump wrt #430918 by + + 04 May 2012; Jeff Horelick pekwm-0.1.14.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 13 Mar 2012; Kacper Kowalik + -files/pekwm-0.1.12-configure.patch, -pekwm-0.1.12.ebuild: + Drop old + +*pekwm-0.1.14 (13 Mar 2012) + + 13 Mar 2012; Kacper Kowalik +pekwm-0.1.14.ebuild: + Version bump. Fixes bug 393033 by theodor@suremail.info and bug 374017 by + Walther + + 08 Nov 2010; Kacper Kowalik pekwm-0.1.11.ebuild, + pekwm-0.1.12.ebuild: + media-libs/jpeg -> virtual/jpeg + + 08 Jul 2010; Raúl Porcel pekwm-0.1.11.ebuild: + sparc stable wrt #319551 + + 04 Jul 2010; Kacper Kowalik pekwm-0.1.12.ebuild, + +files/pekwm-0.1.12-configure.patch: + Properly detect libpng if USE="-truetype" wrt bug 326803. Thanks to Carlo + Marcelo Arenas Belon for report and patch. + +*pekwm-0.1.12 (02 Jun 2010) + + 02 Jun 2010; Kacper Kowalik +pekwm-0.1.12.ebuild: + Version bump, fixes bug 316727. Thanks to Michal Fojtik + for ebuild and report. + + 25 May 2010; Pacho Ramos pekwm-0.1.11.ebuild: + stable amd64, bug 319551 + + 24 May 2010; pekwm-0.1.11.ebuild: + ppc stable #319551 + + 21 May 2010; Pawel Hajdan jr pekwm-0.1.11.ebuild: + x86 stable wrt bug #319551 + + 09 Mar 2010; Samuli Suominen pekwm-0.1.11.ebuild, + +files/pekwm-0.1.11-libpng14.patch: + Fix building with libpng14. + + 22 Jan 2010; Samuli Suominen pekwm-0.1.11.ebuild: + Require SLOT="0" of media-libs/jpeg for headers. + +*pekwm-0.1.11 (11 Jul 2009) + + 11 Jul 2009; +pekwm-0.1.11.ebuild: + Version bump. (bug #272127) + + 11 Jul 2009; -pekwm-0.1.5.ebuild, -pekwm-0.1.6.ebuild, + -files/pekwm-0.1.6-gcc-4.3.patch, -pekwm-0.1.8.ebuild, + -files/pekwm-0.1.8-mplayer.patch: + Remove older versions. + +*pekwm-0.1.10 (17 Feb 2009) + + 17 Feb 2009; Jim Ramsay +pekwm-0.1.10.ebuild: + Version bump - 0.1.10 is released + + 09 Jan 2009; Rémi Cardona pekwm-0.1.5.ebuild, + pekwm-0.1.6.ebuild, pekwm-0.1.7.ebuild, pekwm-0.1.8.ebuild: + Change virtual/xft dependency to x11-libs/libXft, bug 253771. + +*pekwm-0.1.8 (10 Dec 2008) + + 10 Dec 2008; Ben de Groot + +files/pekwm-0.1.8-mplayer.patch, +pekwm-0.1.8.ebuild: + Version bump, with added upstream patch for mplayer fullscreen, see bug 246356 + + 30 Nov 2008; Raúl Porcel pekwm-0.1.7.ebuild: + sparc stable wrt #245246 + + 20 Nov 2008; Tobias Scherbaum pekwm-0.1.7.ebuild: + ppc stable, bug #245246 + + 19 Nov 2008; Markus Meier pekwm-0.1.7.ebuild: + amd64/x86 stable, bug #245246 + +*pekwm-0.1.7 (20 Sep 2008) + + 20 Sep 2008; Ben de Groot +pekwm-0.1.7.ebuild: + Version bump. Drop no longer needed gcc-4.3 patch. Update SRC_URI. + + 24 Apr 2008; David Shakaryan + +files/pekwm-0.1.6-gcc-4.3.patch, pekwm-0.1.6.ebuild: + Compile with GCC 4.3; patch from Debian modified by Peter Alfredsen. (bug + #218956) + + 09 Sep 2007; Santiago M. Mola pekwm-0.1.5.ebuild, + pekwm-0.1.6.ebuild: + Remove vim swap file which got into themes tarball. Bug #190264 + + 20 Aug 2007; Stuart Longland pekwm-0.1.6.ebuild: + Tested and working on MIPS. Keyworded ~mips as per bug #114498. + +*pekwm-0.1.6 (03 Jun 2007) + + 03 Jun 2007; David Shakaryan +pekwm-0.1.6.ebuild: + Version bump. (bug #180369) + + 06 Mar 2007; Timothy Redaelli pekwm-0.1.5.ebuild: + Add ~x86-fbsd keyword. + Thanks to Rex for reporting wrt bug #169597. + + 23 Dec 2006; David Shakaryan + -files/pekwm-manpath-gentoo.diff, -pekwm-0.1.3-r2.ebuild: + Remove older version. (bug #150608) + + 23 Dec 2006; Tobias Scherbaum pekwm-0.1.5.ebuild: + Stable on ppc wrt bug #150608. + + 18 Dec 2006; Gustavo Zacarias pekwm-0.1.5.ebuild: + Stable on sparc wrt #150608 + + 16 Dec 2006; David Shakaryan pekwm-0.1.5.ebuild: + Add x11-apps/xprop to RDEPEND. (bug #158191) + + 14 Dec 2006; Peter Weller pekwm-0.1.5.ebuild: + Added amd64 keyword wrt bug #150608 + + 14 Dec 2006; Christian Faulhammer pekwm-0.1.5.ebuild: + stable x86, bug #150608 + + 14 Dec 2006; David Shakaryan pekwm-0.1.5.ebuild: + Remove imlib2 dependency and fix support for jpeg/png images. (bug #157749) + + 14 Nov 2006; David Shakaryan pekwm-0.1.3-r2.ebuild: + Fix HOMEPAGE in older ebuild. + + 28 Oct 2006; David Shakaryan pekwm-0.1.5.ebuild: + Remove monolithic X support, move USE checking to pkg_setup(), change make + to emake and use cleaner code. + + 28 Oct 2006; David Shakaryan -pekwm-0.1.4_pre2.ebuild, + -pekwm-0.1.4.ebuild: + Remove older versions. + + 10 Sep 2006; Bryan Østergaard metadata.xml: + Remove fserb from metadata.xml. + +*pekwm-0.1.5 (01 Jul 2006) + + 01 Jul 2006; Krzysiek Pawlik +pekwm-0.1.5.ebuild: + Version bump, see bug #133621. + +*pekwm-0.1.4 (11 Apr 2006) + + 11 Apr 2006; Fernando Serboncini pekwm-0.1.3-r2.ebuild, + pekwm-0.1.4_pre2.ebuild, +pekwm-0.1.4.ebuild: + Version bump. Should work with new modular X. + + 26 Dec 2005; Jason Wever pekwm-0.1.3-r2.ebuild: + Stable on SPARC. + +*pekwm-0.1.4_pre2 (22 May 2005) + + 22 May 2005; Fernando Serboncini + -files/pekwm-20050227-dialog_fix.patch, metadata.xml, + +pekwm-0.1.4_pre2.ebuild, -pekwm-20050129.2.ebuild, + -pekwm-20050227.ebuild, -pekwm-20050227-r1.ebuild: + Version bump. + Removed old development versions, to keep a more sane version numbering + +*pekwm-20050227-r1 (09 Apr 2005) + + 09 Apr 2005; Fernando Serboncini + +files/pekwm-20050227-dialog_fix.patch, +pekwm-20050227-r1.ebuild: + Added patch to fix decorations. Closes #86970. + +*pekwm-20050227 (01 Mar 2005) + + 01 Mar 2005; Fernando Serboncini + pekwm-20050129.2.ebuild, +pekwm-20050227.ebuild: + Version bump. Change theme pack filename. + + 08 Feb 2005; Fernando Serboncini + pekwm-20050129.2.ebuild: + ebuild cleanup + + 02 Feb 2005; Fernando Serboncini + pekwm-20050129.2.ebuild: + Forced imlib2 and themes + +*pekwm-20050129.2 (01 Feb 2005) + + 01 Feb 2005; Fernando Serboncini + +pekwm-20050129.2.ebuild: + DEV Version bump. Added themes and imlib2 support + + 06 Jun 2004; Mamoru KOMACHI -pekwm-0.1.2.ebuild, + -pekwm-0.1.3-r1.ebuild, -pekwm-0.1.3.ebuild: + Removed old ebuilds. + + 07 May 2004; Brandon Hale pekwm-0.1.3-r2.ebuild: + Remove S= + + 27 Apr 2004; Aron Griffis pekwm-0.1.3-r2.ebuild: + Add inherit eutils + + 10 Dec 2003; Jon Portnoy pekwm-0.1.3-r2.ebuild : + AMD64 keyworded. + + 04 Nov 2003; Brandon Hale metadata.xml, + pekwm-0.1.3-r2.ebuild: + Marked 0.1.3-r2 stable on x86, added metadata + +*pekwm-0.1.3-r2 (30 Jul 2003) + + 13 Oct 2003; Mamoru KOMACHI pekwm-0.1.3-r2.ebuild, + files/pekwm-manpath-gentoo.diff: + Fixed man location and html docoment. Added truetype, xinerama and + perl IUSE flag. + + 30 Jul 2003; Brad Cowan pekwm-0.1.3-r2.ebuild: + Moved config files to /etc per upstream request. + +*pekwm-0.1.3-r1 (27 Jul 2003) + + 27 Jul 2003; Brad Cowan pekwm-0.1.3-r1.ebuild: + Fixes. + + 08 Jun 2003; Seemant Kulleen : + version bump + +*pekwm-0.1.2 (19 Nov 2002) + + 16 Feb 2002; Brad Cowan : + + added pkgconfig dependency to check for xft bug# 14664. + + 19 Nov 2002; Brad Cowan pekwm-0.1.2.ebuild, + ChangeLog, files/digest-pekwm-0.1.2 : + + Initial import. diff --git a/x11-wm/plwm/ChangeLog b/x11-wm/plwm/ChangeLog new file mode 100644 index 00000000..a6cde32b --- /dev/null +++ b/x11-wm/plwm/ChangeLog @@ -0,0 +1,84 @@ +# ChangeLog for x11-wm/plwm +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/plwm/ChangeLog,v 1.21 2015/07/27 18:38:45 mgorny Exp $ + +*plwm-2.7_rc1-r1 (27 Jul 2015) + + 27 Jul 2015; Michał Górny +plwm-2.7_rc1-r1.ebuild: + Convert to distutils-r1 + + 10 Aug 2014; Sergei Trofimovich plwm-2.5-r1.ebuild, + plwm-2.7_rc1.ebuild: + QA: drop trailing '.' from DESCRIPTION + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 16 Apr 2011; Raúl Porcel plwm-2.5-r1.ebuild, + plwm-2.7_rc1.ebuild: + Drop alpha keyword + + 14 Jul 2010; Arfrever Frehtes Taifersar Arahesis + plwm-2.5-r1.ebuild: + Pass paths to python_mod_optimize() and python_mod_cleanup(). + + 06 Jul 2010; Arfrever Frehtes Taifersar Arahesis + plwm-2.5-r1.ebuild: + Use PYTHON_DEPEND instead of NEED_PYTHON. + + 13 Jun 2010; Samuli Suominen plwm-2.7_rc1.ebuild: + Force Python 2.x wrt #317043 by Arfrever Frehtes Taifersar Arahesis. + +*plwm-2.7_rc1 (01 Jan 2010) + + 01 Jan 2010; Dirkjan Ochtman +plwm-2.7_rc1.ebuild, + +files/plwm-2.7_rc1-pep0263.patch: + Bump to 2.7rc1 (see bug 281415). + + 27 Aug 2007; Santiago M. Mola + +files/plwm-2.5-pep0263.patch, +files/plwm-2.6_alpha-pep0263.patch, + plwm-2.5-r1.ebuild, plwm-2.6_alpha-r1.ebuild: + Encoding declarations fixed to be Python 2.5 compatible. + + 01 Jul 2007; Santiago M. Mola -plwm-2.5.ebuild, + -plwm-2.6_alpha.ebuild: + Punt broken versions. Closing bug #150610 + + 01 Jul 2007; Raúl Porcel plwm-2.5-r1.ebuild: + alpha/x86 stable wrt #183656 + + 30 Jun 2007; Lars Weiler plwm-2.5-r1.ebuild: + Stable on ppc; bug #183656. + + 30 Jun 2007; Santiago M. Mola +plwm-2.5-r1.ebuild, + +plwm-2.6_alpha-r1: + Revbump. bug #150610 + + 22 Feb 2007; David Shakaryan plwm-2.5.ebuild: + Remove redundant src_compile. + + 06 Feb 2007; Diego Pettenò ChangeLog: + Regenerate digest in Manifest2 format. + + 04 Jun 2004; Thomas Raschbacher + +files/plwm-2.6_alpha.patch, plwm-2.6_alpha.ebuild: + added patch(upstream) for utils/inspect_plwm.py and utils/wmm.py so they work + again + +*plwm-2.6_alpha (03 Jun 2004) + + 03 Jun 2004; Thomas Raschbacher +plwm-2.6_alpha.ebuild: + version bump + now using distutils + installing all docs now (with subdirectories) + + 04 Nov 2003; Brandon Hale metadata.xml, plwm-2.5.ebuild: + Mark as stable on x86, add metadata + +*plwm-2.5 (03 Apr 2003) + + 07 May 2003; Martin Holzer plwm-2.5.ebuild : + Added x86 to Keywords. Closes #20368. + + 03 Apr 2003; Chris Houser plwm-2.5.ebuild, + files/digest-plwm-2.5 : Initial import. diff --git a/x11-wm/qtile/ChangeLog b/x11-wm/qtile/ChangeLog new file mode 100644 index 00000000..e7eaf159 --- /dev/null +++ b/x11-wm/qtile/ChangeLog @@ -0,0 +1,90 @@ +# ChangeLog for x11-wm/qtile +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v 1.19 2015/08/02 01:23:46 radhermit Exp $ + +*qtile-0.10.1 (02 Aug 2015) + + 02 Aug 2015; Tim Harder +qtile-0.10.1.ebuild: + Version bump. + +*qtile-0.10.0 (10 Jul 2015) + + 10 Jul 2015; Tim Harder +qtile-0.10.0.ebuild, + qtile-9999.ebuild: + Version bump. + + 08 Apr 2015; Michał Górny qtile-0.5-r1.ebuild, + qtile-0.6.ebuild, qtile-0.7.0.ebuild, qtile-0.8.0.ebuild: + Drop old Python implementations + +*qtile-0.9.1-r1 (26 Feb 2015) + + 26 Feb 2015; Tim Harder -qtile-0.9.1.ebuild, + +qtile-0.9.1-r1.ebuild, qtile-9999.ebuild: + Add missing pango dep. + +*qtile-0.9.1 (25 Feb 2015) + + 25 Feb 2015; Tim Harder +qtile-0.9.1.ebuild, + qtile-9999.ebuild: + Version bump, disable docs until required sphinx extensions are in the tree. + + 20 Jan 2015; Tim Harder qtile-9999.ebuild: + Use https git repo URL. + + 20 Jan 2015; Tim Harder qtile-9999.ebuild: + Drop old pycairo and xpyb deps. + + 05 Jan 2015; Tim Harder qtile-9999.ebuild: + Update deps. + +*qtile-0.8.0 (27 Aug 2014) + + 27 Aug 2014; Tim Harder +qtile-0.8.0.ebuild: + Version bump. + +*qtile-0.7.0 (04 Apr 2014) + + 04 Apr 2014; Tim Harder +qtile-0.7.0.ebuild, + qtile-9999.ebuild: + Version bump. + + 07 Sep 2013; Tim Harder qtile-9999.ebuild: + Convert to git-r3 eclass and use HTML_DOCS. + + 22 May 2013; Maxim Koltsov qtile-0.5-r1.ebuild, + qtile-0.6.ebuild, qtile-9999.ebuild: + Return multiple python support as xpyb is fixed now. + + 21 May 2013; Tim Harder qtile-0.5-r1.ebuild, + qtile-0.6.ebuild, qtile-9999.ebuild: + Fix python deps and only support a single implementation until xpyb allows + multiple. + + 16 May 2013; Tim Harder qtile-0.5-r1.ebuild: + Update python use flag deps. + + 16 May 2013; Tim Harder -qtile-0.5.ebuild: + Remove old. + +*qtile-0.6 (16 May 2013) + + 16 May 2013; Tim Harder +qtile-0.6.ebuild, + qtile-9999.ebuild: + Version bump and update live ebuild. + + 06 Mar 2013; Maxim Koltsov qtile-9999.ebuild: + Switch 9999 to truly live 'develop' branch per user request. + +*qtile-0.5-r1 (12 Jan 2013) + + 12 Jan 2013; Tim Harder +qtile-0.5-r1.ebuild, + qtile-9999.ebuild: + Revbump, migrate to distutils-r1. + +*qtile-9999 (13 Nov 2012) +*qtile-0.5 (13 Nov 2012) + + 13 Nov 2012; Tim Harder +qtile-0.5.ebuild, + +qtile-9999.ebuild, +files/qtile-session, +metadata.xml: + Initial import, ebuild by me (bug #442820). diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog new file mode 100644 index 00000000..189ca6fd --- /dev/null +++ b/x11-wm/ratpoison/ChangeLog @@ -0,0 +1,428 @@ +# ChangeLog for x11-wm/ratpoison +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.114 2014/11/05 11:26:49 jer Exp $ + + 05 Nov 2014; Jeroen Roovers -ratpoison-1.4.7.ebuild: + Old. + + 01 Nov 2014; Agostino Sarubbo ratpoison-1.4.8.ebuild: + Stable for ppc, wrt bug #526098 + + 30 Oct 2014; Agostino Sarubbo ratpoison-1.4.8.ebuild: + Stable for x86, wrt bug #526098 + + 29 Oct 2014; Agostino Sarubbo ratpoison-1.4.8.ebuild: + Stable for amd64, wrt bug #526098 + + 20 Oct 2014; Jeroen Roovers ratpoison-1.4.8.ebuild: + Stable for HPPA (bug #526098). + + 20 Oct 2014; Jeroen Roovers ratpoison-1.4.8.ebuild, + ratpoison-9999.ebuild: + Remove PN from DESCRIPTION. + + 17 Sep 2014; Jeroen Roovers ratpoison-1.4.8.ebuild, + ratpoison-9999.ebuild: + Remove AC_ARG_ENABLE fail kludge. + +*ratpoison-1.4.8 (16 Sep 2014) + + 16 Sep 2014; Jeroen Roovers -ratpoison-1.4.6.ebuild, + -ratpoison-1.4.6-r1.ebuild, +ratpoison-1.4.8.ebuild: + Version bump. + + 01 Aug 2014; Raúl Porcel ratpoison-1.4.6.ebuild, + ratpoison-1.4.6-r1.ebuild, ratpoison-1.4.7.ebuild: + Drop sparc keyword + + 21 Jul 2014; Andreas K. Huettel + ratpoison-1.4.6.ebuild, ratpoison-1.4.6-r1.ebuild, ratpoison-1.4.7.ebuild, + ratpoison-9999.ebuild: + PodParser becomes Pod-Parser + + 08 Jun 2014; Agostino Sarubbo ratpoison-1.4.7.ebuild: + Stable for ppc, wrt bug #511108 + + 07 Jun 2014; Agostino Sarubbo ratpoison-1.4.7.ebuild: + Stable for x86, wrt bug #511108 + + 02 Jun 2014; Jeroen Roovers ratpoison-1.4.7.ebuild, + ratpoison-9999.ebuild: + Remove obsolete configure --disable-history workaround. + + 02 Jun 2014; Jeroen Roovers ratpoison-1.4.7.ebuild, + ratpoison-9999.ebuild: + Work around configure error interpreting --disable-debug (bug #512168 by + no-person). + + 31 May 2014; Chema Alonso ratpoison-1.4.7.ebuild: + Stable for amd64 wrt bug #511108 + + 24 May 2014; Jeroen Roovers ratpoison-1.4.7.ebuild: + Stable for HPPA (bug #511108). + +*ratpoison-1.4.7 (26 Apr 2014) + + 26 Apr 2014; Jeroen Roovers +ratpoison-1.4.7.ebuild: + Version bump. + + 08 Mar 2014; Jeroen Roovers ratpoison-1.4.6-r1.ebuild: + Fix IUSE sort order. + +*ratpoison-1.4.6-r1 (06 Mar 2014) + + 06 Mar 2014; Jeroen Roovers +ratpoison-1.4.6-r1.ebuild, + ratpoison-9999.ebuild, metadata.xml: + Add USE=sloppy. + +*ratpoison-9999 (29 Jan 2014) + + 29 Jan 2014; Jeroen Roovers +ratpoison-9999.ebuild: + Add live ebuild. + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 10 Oct 2013; Jeroen Roovers metadata.xml: + Maintainership. + + 17 Jul 2013; Jeroen Roovers ratpoison-1.4.6.ebuild, + files/ratpoison.el-gentoo.patch: + Fix path in patch, do not cd in src_prepare(). + + 11 Jun 2013; Jeroen Roovers + -files/ratpoison-1.4.4-glibc210.patch, -files/ratpoison-1.4.5-asneeded.patch, + -files/ratpoisonrc, -ratpoison-1.4.5.ebuild: + Old. + + 25 May 2013; Agostino Sarubbo ratpoison-1.4.6.ebuild: + Stable for sparc, wrt bug #469680 + + 16 May 2013; Agostino Sarubbo ratpoison-1.4.6.ebuild: + Stable for ppc, wrt bug #469680 + + 14 May 2013; Jeroen Roovers ratpoison-1.4.6.ebuild: + Stable for HPPA (bug #469680). + + 14 May 2013; Agostino Sarubbo ratpoison-1.4.6.ebuild: + Stable for x86, wrt bug #469680 + + 14 May 2013; Agostino Sarubbo ratpoison-1.4.6.ebuild: + Stable for amd64, wrt bug #469680 + + 24 Apr 2013; Jeroen Roovers ratpoison-1.4.5.ebuild: + Fix building with automake-1.13. + +*ratpoison-1.4.6 (08 Apr 2013) + + 08 Apr 2013; Jeroen Roovers +ratpoison-1.4.6.ebuild, + files/ratpoison-1.4.5-asneeded.patch, files/ratpoison.el-gentoo.patch: + Version bump. + + 25 Jan 2011; Jeroen Roovers + files/ratpoison-1.4.4-glibc210.patch: + Clean up patch. + + 16 Aug 2010; Jonathan Callen ratpoison-1.4.5.ebuild: + Transfer prefix keywords, bump to EAPI=3 + + 12 Jun 2010; Samuli Suominen + ratpoison-1.4.5.ebuild, +files/ratpoison.desktop: + Install ratpoison.desktop wrt #288851 by Wilke Schwiedop. + + 01 Jun 2010; Kacper Kowalik + ratpoison-1.4.5.ebuild, +files/ratpoison-1.4.5-asneeded.patch: + Fixing build with as-needed wrt bug 310727. Thanks Diego for report. + + 08 Dec 2009; nixnut ratpoison-1.4.5.ebuild: + ppc stable #293517 + + 28 Nov 2009; Tiago Cunha ratpoison-1.4.5.ebuild: + stable sparc, bug 293517 + + 25 Nov 2009; Jeroen Roovers ratpoison-1.4.5.ebuild: + Stable for HPPA (bug #293517). + + 23 Nov 2009; Markus Meier ratpoison-1.4.5.ebuild: + amd64/x86 stable, bug #293517 + +*ratpoison-1.4.5 (23 Sep 2009) + + 23 Sep 2009; Jeroen Roovers -ratpoison-1.4.3.ebuild, + +ratpoison-1.4.5.ebuild: + Version bump. Remove old. + + 01 Aug 2009; Víctor Ostorga ratpoison-1.4.4-r1.ebuild, + +files/ratpoison-1.4.4-glibc210.patch: + Adding patch to compile against glibc 2.10 , bug #274965 + + 11 Jun 2009; Markus Meier ratpoison-1.4.4-r1.ebuild: + amd64 stable, bug #271487 + + 06 Jun 2009; nixnut ratpoison-1.4.4-r1.ebuild: + ppc stable #271487 + + 02 Jun 2009; Raúl Porcel ratpoison-1.4.4-r1.ebuild: + sparc/x86 stable wrt #271487 + + 02 Jun 2009; Jeroen Roovers ratpoison-1.4.4-r1.ebuild: + Stable for HPPA (bug #271487). + + 01 May 2009; Jeroen Roovers ratpoison-1.4.4-r1.ebuild: + Build against x11-libs/libXft by default. + + 01 May 2009; Jeroen Roovers metadata.xml: + Make IUSE=history description more precise. + +*ratpoison-1.4.4-r1 (01 May 2009) + + 01 May 2009; Jeroen Roovers -ratpoison-1.4.1.ebuild, + -ratpoison-1.4.2.ebuild, -ratpoison-1.4.4.ebuild, + +ratpoison-1.4.4-r1.ebuild: + Revision bump to 1.4.4-r1 adding debug USE flag, as well as making libXft + support optional (bug #267965 again). Remove old. + +*ratpoison-1.4.4 (30 Apr 2009) + + 30 Apr 2009; Jeroen Roovers +ratpoison-1.4.4-r1.ebuild, + metadata.xml: + Version bump. Make building libhistory support a default option. + + 30 Nov 2008; Raúl Porcel ratpoison-1.4.3.ebuild: + sparc stable wrt #247131 + + 22 Nov 2008; Markus Meier ratpoison-1.4.3.ebuild: + x86 stable, bug #247131 + + 18 Nov 2008; Jeroen Roovers ratpoison-1.4.3.ebuild: + Stable for HPPA (bug #247131). + + 18 Nov 2008; Tobias Scherbaum + ratpoison-1.4.3.ebuild: + ppc stable, bug #247131 + + 18 Nov 2008; Jeremy Olexa ratpoison-1.4.3.ebuild: + amd64 stable, bug #247131 + + 15 Sep 2008; Ulrich Mueller ratpoison-1.4.1.ebuild, + ratpoison-1.4.2.ebuild, ratpoison-1.4.3.ebuild: + Use elisp-compile instead of elisp-comp, bug 235527. + +*ratpoison-1.4.3 (24 Apr 2008) + + 24 Apr 2008; David Shakaryan +ratpoison-1.4.3.ebuild: + Version bump; clean up ebuild. (bug #214313) + +*ratpoison-1.4.2 (31 Oct 2007) + + 31 Oct 2007; Jeroen Roovers +ratpoison-1.4.2.ebuild: + Version bump. + + 19 Sep 2007; David Shakaryan ratpoison-1.4.1.ebuild: + Remove WANT_AUTOMAKE and WANT_AUTOCONF. + + 19 Sep 2007; David Shakaryan -ratpoison-1.4.0.ebuild: + Remove older version. + + 14 Sep 2007; nixnut ratpoison-1.4.1.ebuild: + Stable on ppc wrt bug 189066 + + 13 Sep 2007; Markus Ullmann ratpoison-1.4.1.ebuild: + Stable on sparc wrt bug #189066 + + 13 Sep 2007; Christian Faulhammer + ratpoison-1.4.1.ebuild: + stable x86, bug 189066 + + 12 Sep 2007; Christoph Mende ratpoison-1.4.1.ebuild: + Stable on amd64 wrt bug #189066 + + 11 Sep 2007; Jeroen Roovers ratpoison-1.4.1.ebuild: + Stable for HPPA (bug #189066). + + 11 Sep 2007; David Shakaryan metadata.xml: + Taking into desktop-wm herd. + + 05 Sep 2007; Christian Heim metadata.xml: + Removing weeve from metadata due to his retirement (see #181019 for + reference). + + 02 Aug 2007; Roy Marples ratpoison-1.4.1.ebuild: + Keyworded ~x86-fbsd, #157553 thanks to Marc Kowarsky. + + 22 Jul 2007; Donnie Berkholz ; + ratpoison-1.4.0.ebuild, ratpoison-1.4.1.ebuild: + Drop virtual/x11 references. + + 12 Apr 2007; Petteri Räty + -ratpoison-1.3.0.ebuild, -ratpoison-1.4.0_beta2.ebuild, + -ratpoison-1.4.0_beta4.ebuild: + Remove ebuilds with broken autotools handling for bug #160061. + + 12 Apr 2007; Christian Faulhammer + ratpoison-1.4.0.ebuild: + stable amd64, bug 160061 + + 07 Apr 2007; Christian Faulhammer + ratpoison-1.4.0.ebuild: + stable x86, bug 160061 + + 01 Apr 2007; Michael Hanselmann + ratpoison-1.4.0.ebuild: + Stable on ppc. + +*ratpoison-1.4.1 (05 Feb 2007) + + 05 Feb 2007; Jason Wever +ratpoison-1.4.1.ebuild: + Version bump. + + 04 Jan 2007; Diego Pettenò ratpoison-1.4.0.ebuild: + Fix broken autotools handling. + + 11 Dec 2006; Jason Wever ratpoison-1.4.0.ebuild: + Fixed PodParser dependency, resolves bug #157680. + + 09 Oct 2006; Gustavo Zacarias + ratpoison-1.4.0.ebuild: + Stable on sparc + + 07 Aug 2006; Jeroen Roovers ratpoison-1.4.0.ebuild: + Stable for HPPA (bug #114474). + + 28 Apr 2006; Marien Zwart + files/digest-ratpoison-1.3.0, files/digest-ratpoison-1.4.0_beta2, + Manifest: + Fixing SHA256 digest, pass four + +*ratpoison-1.4.0 (06 Apr 2006) + + 06 Apr 2006; Jason Wever ratpoison-1.3.0.ebuild, + ratpoison-1.4.0_beta2.ebuild, +ratpoison-1.4.0.ebuild: + Version bump to 1.4.0. Also adjusted 1.3.0 and 1.4.0_beta2 for modular X. + + 13 Feb 2006; Jeroen Roovers ratpoison-1.4.0_beta4.ebuild: + Marked ~hppa (bug #114474). + + 22 Jan 2006; Jason Wever ratpoison-1.4.0_beta4.ebuild: + Added dependencies for X modular wrt bug #119576. + + 02 Nov 2005; Matthew Kennedy + files/50ratpoison-gentoo.el: + Added useful Emacs autoloads. + + 17 Sep 2005; Ciaran McCreesh ChangeLog: + Converted to UTF-8, fixed encoding screwups + +*ratpoison-1.4.0_beta4 (21 May 2005) + + 21 May 2005; Jason Wever files/ratpoison.xsession, + +ratpoison-1.4.0_beta4.ebuild: + Version bump, resolves bug #92386. + + 08 May 2005; Herbie Hopkins ratpoison-1.3.0.ebuild: + Stable on amd64. + +*ratpoison-1.4.0_beta2 (26 Mar 2005) + + 26 Mar 2005; Jason Wever +ratpoison-1.4.0_beta2.ebuild: + Bump that sexy version. + + 11 Dec 2004; Jason Wever ratpoison-1.3.0.ebuild: + Updated HOMEPAGE and SRC_URI to reflect recent move to savannah.nongnu.org. + + 13 Oct 2004; Jason Wever -ratpoison-1.2.2-r1.ebuild, + ratpoison-1.3.0.ebuild, -ratpoison-1.3.0_rc1.ebuild: + Marked 1.3.0 stable for x86 and sparc, and some old version cleanup. + + 30 Aug 2004; Pieter Van den Abeele + ratpoison-1.3.0.ebuild: + Masked ratpoison-1.3.0.ebuild stable for ppc + +*ratpoison-1.3.0 (20 Jun 2004) + + 20 Jun 2004; Jason Wever +files/ratpoison.xsession, + +ratpoison-1.3.0.ebuild: + Version bumpage. + + 27 Apr 2004; Aron Griffis ratpoison-1.3.0_rc1.ebuild: + Add inherit eutils + + 26 Apr 2004; Aron Griffis ratpoison-1.2.2-r1.ebuild, + ratpoison-1.3.0_rc1.ebuild: + Add die following econf for bug 48950 + + 29 Mar 2004; Jason Wever ratpoison-1.1.1.ebuild, + ratpoison-1.2.1.ebuild, ratpoison-1.2.2.ebuild, + ratpoison-1.3.0_beta3-r1.ebuild, ratpoison-1.3.0_beta3-r2.ebuild, + ratpoison-1.3.0_beta3.ebuild, ratpoison-1.3.0_rc1.ebuild: + Old version cleanup, changed x11-base/xfree dependency to virtual/x11. + + 14 Mar 2004; Brad Cowan : + Fixed read-only var assignment. + +*ratpoison-1.3.0_rc1 (23 Nov 2003) + + 23 Nov 2003; Jason Wever ratpoison-1.3.0_rc1.ebuild: + version bump. + +*ratpoison-1.3.0_beta3-r2 (10 Nov 2003) + + 10 Nov 2003; ratpoison-1.3.0_beta3-r2.ebuild: + added emacs USE flag support + + 08 Nov 2003; Brad House + ratpoison-1.3.0_beta3-r1.ebuild: + add ~amd64 flag + +*ratpoison-1.2.2-r1 (15 Oct 2003) + + 15 Oct 2003; Jason Wever ratpoison-1.2.2-r1.ebuild, + ratpoison-1.3.0_beta3-r1.ebuild: + Added XSESSION script so ratpoison is now choosable via xdm/kdm/gdm. + +*ratpoison-1.3.0_beta3 (14 Oct 2003) + + 14 Oct 2003; Jason Wever ratpoison-1.3.0_beta3.ebuild: + Version bump, thanks to Björn Lindström for the ebuild. + Closes bug #31133. + + 02 Jul 2003; Jason Wever metadata.xml: + Added metadata.xml + +*ratpoison-1.2.2 (12 Jun 2003) + + 12 Jun 2003; Jason Wever ratpoison-1.2.2.ebuild: + Another day, another version bump. + +*ratpoison-1.2.1 (11 Jun 2003) + + 11 Jun 2003; Jason Wever ratpoison-1.2.1.ebuild: + version bump. + +*ratpoison-1.1.1 (06 Jun 2002) + + 30 Jan 2003; Jason Wever ratpoison-1.1.1.ebuild : + fixed doins like to actually install ratpoisonrc + + 30 Jan 2003; Jason Wever ratpoison-1.1.1.ebuild : + added ~ppc + + 05 Jan 2003: Jason Wever ratpoison-1.1.1.ebuild : + + Added sparc to KEYWORDS + + 24 Dec 2002; Seemant Kulleen ratpoison-1.1.1.ebuild : + + Ebuild fixed to be an actual ebuild by j2 in #gentoo-dev (Maurizio). + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + + 10 Nov 2002; Jon Nall ratpoison-1.1.1.ebuild : + added ppc to KEYWORDS + + 19 Oct 2002; Jason Wever ratpoison-1.1.1.ebuild, + files/digest-ratpoison-1.1.1: + Initial import. Ebuild submitted by Jason Wever . diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog new file mode 100644 index 00000000..60580257 --- /dev/null +++ b/x11-wm/sawfish/ChangeLog @@ -0,0 +1,577 @@ +# ChangeLog for x11-wm/sawfish +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.137 2015/05/14 07:44:38 mr_bones_ Exp $ + + 14 May 2015; Michael Sterrett sawfish-1.9.1-r2.ebuild: + remove old pango dep + + 01 Aug 2014; Ulrich Müller -sawfish-1.9.1.ebuild, + -sawfish-1.9.1-r1.ebuild: + Remove old. + + 01 Aug 2014; Raúl Porcel sawfish-1.9.1-r2.ebuild: + ia64/sparc stable wrt #507244 + + 20 Jul 2014; Tobias Klausmann sawfish-1.9.1-r2.ebuild: + Stable on alpha, bug #507244 + + 13 Jul 2014; Agostino Sarubbo sawfish-1.9.1-r2.ebuild: + Stable for ppc, wrt bug #507244 + + 23 Jun 2014; Chema Alonso sawfish-1.9.1-r2.ebuild: + Stable for amd64 wrt bug #507244 + + 23 Jun 2014; Chema Alonso sawfish-1.9.1-r2.ebuild: + Add depend on virtual/emacs + + 14 Jun 2014; Pawel Hajdan jr sawfish-1.9.1-r2.ebuild: + x86 stable wrt bug #507244 + +*sawfish-1.9.1-r2 (10 Feb 2014) + + 10 Feb 2014; Ulrich Müller +sawfish-1.9.1-r2.ebuild, + +files/50sawfish-gentoo.el, metadata.xml: + Install sawfish mode for Emacs, controlled by USE=emacs, bug 493114. + + 09 Feb 2014; Pacho Ramos -files/libtool.patch, + -files/sawfish-1.3.3-cflags.patch, -files/sawfish-1.3.3-parallel-make.patch, + -files/sawfish-1.3.5.2-pangoxft.patch, -files/sawfish-1.6.2-xinerama.patch, + -files/sawfish-1.6.3-prompt.patch, -sawfish-1.8.2.ebuild, + -sawfish-1.9.0.ebuild, metadata.xml: + Move to maintainer-needed, drop old + + 08 Dec 2013; Pacho Ramos sawfish-1.9.1-r1.ebuild: + x86 stable, bug #478252 + + 30 Nov 2013; Pacho Ramos sawfish-1.9.1-r1.ebuild: + amd64 stable, bug #478252 + + 11 Apr 2013; Naohiro Aota sawfish-1.9.1-r1.ebuild: + Add ~x86-fbsd wrt bug #157553 + + 09 Apr 2013; Agostino Sarubbo sawfish-1.9.1.ebuild: + Stable for sh, wrt bug #458984 + +*sawfish-1.9.1-r1 (06 Apr 2013) + + 06 Apr 2013; Pacho Ramos + +files/sawfish-1.9.1-firefox.patch, +sawfish-1.9.1-r1.ebuild: + Fix pangox-compat deps (#460498 by ustcscgy) and firefox resizing problem + (#462016 by David Albrecht), drop old. + + 01 Apr 2013; Agostino Sarubbo sawfish-1.9.1.ebuild: + Stable for sparc, wrt bug #458984 + + 01 Apr 2013; Agostino Sarubbo sawfish-1.9.1.ebuild: + Stable for alpha, wrt bug #458984 + + 29 Mar 2013; Agostino Sarubbo sawfish-1.9.1.ebuild: + Stable for ia64, wrt bug #458984 + + 26 Mar 2013; Agostino Sarubbo sawfish-1.9.1.ebuild: + Stable for ppc, wrt bug #458984 + + 25 Mar 2013; Agostino Sarubbo sawfish-1.9.1.ebuild: + Stable for x86, wrt bug #458984 + + 25 Mar 2013; Agostino Sarubbo sawfish-1.9.1.ebuild: + Stable for amd64, wrt bug #458984 + + 28 Oct 2012; Raúl Porcel sawfish-1.9.0.ebuild: + alpha/ia64/sh/sparc stable wrt #427544 + + 16 Oct 2012; Anthony G. Basile sawfish-1.9.0.ebuild: + stable ppc, bug #427544 + + 04 Oct 2012; Agostino Sarubbo sawfish-1.9.0.ebuild: + Stable for amd64, wrt bug #427544 + + 04 Oct 2012; Pawel Hajdan jr sawfish-1.9.0.ebuild: + x86 stable wrt bug #427544 + +*sawfish-1.9.1 (15 Sep 2012) + + 15 Sep 2012; Pacho Ramos +sawfish-1.9.1.ebuild: + Version bump. + +*sawfish-1.9.0 (08 Jul 2012) + + 08 Jul 2012; Pacho Ramos +sawfish-1.9.0.ebuild: + Version bump. + + 04 May 2012; Jeff Horelick sawfish-1.8.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 27 Mar 2012; Pacho Ramos -sawfish-1.3.3.ebuild, + -sawfish-1.6.3.ebuild, metadata.xml: + Drop old. + + 18 Mar 2012; Samuli Suominen sawfish-1.3.3.ebuild: + Remove USE="esd" because media-sound/esound isn't in tree anymore. + + 24 Feb 2012; Alexandre Rostovtsev + sawfish-1.8.2.ebuild: + Depend on pango[X] (bug #405657, thanks to Piotr Szymaniak for reporting). + + 30 Oct 2011; Raúl Porcel sawfish-1.8.2.ebuild: + alpha/ia64/sh/sparc stable wrt #385699 + + 21 Oct 2011; Pawel Hajdan jr sawfish-1.8.2.ebuild: + x86 stable wrt bug #385699 + + 16 Oct 2011; Kacper Kowalik sawfish-1.8.2.ebuild: + ppc stable wrt #385699 + + 14 Oct 2011; Samuli Suominen sawfish-1.8.2.ebuild: + amd64 stable wrt #385699 + +*sawfish-1.8.2 (12 Sep 2011) + + 12 Sep 2011; Pacho Ramos +sawfish-1.8.2.ebuild: + Version bump, drop .la files. + + 07 Aug 2011; Raúl Porcel sawfish-1.6.3.ebuild: + alpha/ia64/sparc stable wrt #376345 + + 06 Aug 2011; Markus Meier sawfish-1.6.3.ebuild: + x86 stable, bug #376345 + + 02 Aug 2011; Markos Chandras sawfish-1.6.3.ebuild: + Stable on amd64 wrt bug #376345 + + 20 Jul 2011; Pacho Ramos sawfish-1.3.3.ebuild: + Force librep-0.17, bug #368031 by taaroa. + + 20 Jul 2011; Pacho Ramos metadata.xml: + Drop maintainer due retirement, bug #81177 + + 29 Mar 2011; Christoph Mende sawfish-1.3.3.ebuild: + Fix gtk+ slot deps + + 27 Mar 2011; Nirbheek Chauhan + -sawfish-1.3.5.2.ebuild, -sawfish-1.5.3.ebuild, -sawfish-1.6.2.ebuild, + sawfish-1.6.3.ebuild: + Fix slot-deps on gnome libs, remove old + +*sawfish-1.6.3 (31 May 2010) + + 31 May 2010; Harald van Dijk +sawfish-1.6.3.ebuild, + +files/sawfish-1.6.3-prompt.patch: + Version bump + +*sawfish-1.6.2 (28 Mar 2010) + + 28 Mar 2010; Harald van Dijk +sawfish-1.6.2.ebuild, + +files/sawfish-1.6.2-xinerama.patch: + Version bump, make libXinerama support optional (#311131) + + 24 Mar 2010; Harald van Dijk sawfish-1.5.3.ebuild: + Add libXinerama to (R)DEPEND, bug #311131 + +*sawfish-1.5.3 (25 Nov 2009) + + 25 Nov 2009; Harald van Dijk +sawfish-1.5.3.ebuild: + Version bump + +*sawfish-1.3.5.2 (08 Mar 2009) + + 08 Mar 2009; Harald van Dijk + +files/sawfish-1.3.5.2-pangoxft.patch, +sawfish-1.3.5.2.ebuild: + Version bump + + 06 Oct 2008; Harald van Dijk + +files/sawfish-1.3.3-cflags.patch, sawfish-1.3.3.ebuild: + Use CFLAGS when compiling gtk-style + + 20 May 2008; Harald van Dijk + -files/sawfish-1.3-shading.patch, -files/sawfish-1.3-state-below.patch, + -files/sawfish-configure-warning.patch, -files/sawfish-kde-menus.patch, + -files/sawfish-xft-menu-utf8.patch, -sawfish-1.3_p20050816-r1.ebuild, + -sawfish-1.3_p20060816.ebuild: + Remove older versions + + 20 May 2008; Raúl Porcel sawfish-1.3.3.ebuild: + alpha/ia64/sparc stable wrt #222525 + + 19 May 2008; Markus Meier sawfish-1.3.3.ebuild: + amd64/x86 stable, bug #222525 + + 19 May 2008; nixnut sawfish-1.3.3.ebuild: + Stable on ppc wrt bug 222525 + + 17 May 2008; Harald van Dijk sawfish-1.3.3.ebuild: + Remove pkg-config from RDEPEND (#217278) + + 21 Feb 2008; Harald van Dijk + +files/sawfish-1.3.3-parallel-make.patch, sawfish-1.3.3.ebuild: + Fix parallel make, bug #210939 + +*sawfish-1.3.3 (19 Feb 2008) + + 19 Feb 2008; Harald van Dijk + -files/sawfish-wm_name.patch, -sawfish-1.3.2.ebuild, + +sawfish-1.3.3.ebuild: + Version bump + + 23 Jan 2008; Harald van Dijk + sawfish-1.3_p20060816.ebuild, sawfish-1.3.2.ebuild: + Use eautoreconf, drop redundant WANT_* variables (mentioned by vapier) + +*sawfish-1.3.2 (22 Jan 2008) +*sawfish-1.3_p20060816 (22 Jan 2008) +*sawfish-1.3_p20050816-r1 (22 Jan 2008) + + 22 Jan 2008; Harald van Dijk -files/Sawfish.desktop, + +files/sawfish-wm_name.patch, +sawfish-1.3_p20050816-r1.ebuild, + +sawfish-1.3_p20060816.ebuild, +sawfish-1.3.2.ebuild, + -sawfish-1.3.20040120.ebuild, -sawfish-1.3.20040120-r1.ebuild, + -sawfish-1.3.20050816.ebuild, -sawfish-1.3.20050816-r1.ebuild, + -sawfish-1.3.20060816.ebuild: + Rename older ebuilds so that they don't show up as higher than 1.3.2, and + add 1.3.2 + + 07 Nov 2007; Raúl Porcel + sawfish-1.3.20060816.ebuild: + alpha/ia64/sparc/x86 stable + + 13 Aug 2007; Tobias Scherbaum + sawfish-1.3.20060816.ebuild: + ppc. stable + + 29 Mar 2007; Markus Rothe + sawfish-1.3.20060816.ebuild: + Added ~ppc64; bug #172608 + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 21 Dec 2006; Saleem Abdulrasool + -files/sawfish-1.0.1-exec.patch, -files/capplet-crash.patch, + -sawfish-1.0.1-r6.ebuild: + gnome-1.x removal + + 13 Nov 2006; Bryan Østergaard + sawfish-1.3.20050816-r1.ebuild: + Stable on Alpha. + + 27 Oct 2006; Harald van Dijk + sawfish-1.3.20060816.ebuild: + Fix use of autotools + + 15 Oct 2006; Aron Griffis + sawfish-1.3.20060816.ebuild: + Mark 1.3.20060816 stable on ia64 + + 10 Oct 2006; Bryan Østergaard + sawfish-1.3.20050816-r1.ebuild: + Stable on ia64. + + 09 Sep 2006; sawfish-1.3.20050816-r1.ebuild: + stable on amd64 + + 04 Sep 2006; Joshua Jackson + sawfish-1.3.20050816-r1.ebuild: + stable x86; bug #145905 + + 04 Sep 2006; Jason Wever + sawfish-1.3.20050816-r1.ebuild: + Stable on SPARC wrt bug #145905. + + 02 Sep 2006; sawfish-1.3.20050816-r1.ebuild: + Stable on ppc wrt bug #145905 + +*sawfish-1.3.20060816 (16 Aug 2006) + + 16 Aug 2006; Harald van Dijk + +files/sawfish-configure-warning.patch, +files/sawfish-kde-menus.patch, + +sawfish-1.3.20060816.ebuild: + Newer snapshot, with patch for KDE menus + + 15 Jun 2006; Harald van Dijk + sawfish-1.3.20040120.ebuild, sawfish-1.3.20040120-r1.ebuild, + sawfish-1.3.20050816.ebuild, sawfish-1.3.20050816-r1.ebuild: + Remove gnuconfig_update call as it's now forced by portage + + 28 Apr 2006; Marien Zwart + files/digest-sawfish-1.0.1-r6, files/digest-sawfish-1.3.20040120, + files/digest-sawfish-1.3.20040120-r1, files/digest-sawfish-1.3.20050816, + Manifest: + Fixing SHA256 digest, pass four + +*sawfish-1.3.20050816-r1 (17 Feb 2006) + + 17 Feb 2006; Aron Griffis + +files/sawfish-xft-menu-utf8.patch, +sawfish-1.3.20050816-r1.ebuild: + Add patch for utf8 rendering with xft #121722 + + 07 Feb 2006; Aron Griffis + sawfish-1.3.20050816.ebuild: + Mark 1.3.20050816 stable on alpha + + 17 Jan 2006; Aron Griffis + sawfish-1.3.20050816.ebuild: + Mark 1.3.20050816 stable on ia64 + + 19 Sep 2005; Harald van Dijk +files/libtool.patch, + sawfish-1.3.20050816.ebuild: + Fix librep libtool mess instead of continuing to try to work around it + + 04 Sep 2005; Harald van Dijk + sawfish-1.3.20050816.ebuild: + No need to install Sawfish.desktop manually anymore + Change snapshot detection a bit + + 02 Sep 2005; Michael Hanselmann + sawfish-1.3.20040120-r1.ebuild: + Stable on ppc. + + 22 Aug 2005; Gustavo Zacarias + sawfish-1.3.20040120-r1.ebuild: + Stable on sparc wrt #103251 + + 21 Aug 2005; Harald van Dijk metadata.xml: + Marking myself as maintainer + + 21 Aug 2005; Aron Griffis + sawfish-1.3.20040120-r1.ebuild: + stable alpha amd64 ia64 x86 + +*sawfish-1.3.20050816 (16 Aug 2005) + + 16 Aug 2005; Harald van Dijk + +sawfish-1.3.20050816.ebuild: + new snapshot with xrandr support + disable themer check since it wasn't built anyway, + and fix nls/LINGUAS handling + + 16 Aug 2005; Harald van Dijk + -files/sawfish-1.2-fullscreen.patch, -files/sawfish-1.2-gtk+-2.2.patch, + sawfish-1.3.20040120-r1.ebuild: + removed sawfish 1.2 patches + partially fixed dependencies for 1.3.20040120-r1 (readline isn't used + anymore, esound version was a bit too low, and added an audiofile minimal + version) + + 23 Jun 2005; Aron Griffis +sawfish-1.0.1-r6.ebuild, + -sawfish-1.2.ebuild: + Resurrect sawfish-1.0.1-r6 instead of sawfish-1.2, since gnome-1 depends on + +sawfish-1.2.ebuild: + Resurrect sawfish-1.2 for gnome-1 + +*sawfish-1.3.20040120-r1 (23 Jun 2005) + + 23 Jun 2005; Aron Griffis -sawfish-1.0.1-r6.ebuild, + +sawfish-1.3.20040120-r1.ebuild: + Reduce DEPEND: remove bogus imlib, respect USE=audiofile #84947 + + 30 Aug 2004; Pieter Van den Abeele + sawfish-1.3.20040120.ebuild: + Masked sawfish-1.3.20040120.ebuild stable for ppc + + 27 Jun 2004; Aron Griffis sawfish-1.0.1-r6.ebuild: + QA - fix use invocation + +*sawfish-1.0.1-r6 (13 May 2004) + + 13 May 2004; Aron Griffis +sawfish-1.0.1-r6.ebuild, + -sawfish-1.2.ebuild: + Restore sawfish-1.0.1 for gnome-1.4 + + 11 May 2004; Aron Griffis +sawfish-1.2.ebuild: + Restore sawfish-1.2 for gnome-1.4 + + 10 May 2004; Aron Griffis -sawfish-1.0.1-r5.ebuild, + -sawfish-1.0.1-r6.ebuild, -sawfish-1.2.ebuild, -sawfish-1.3-r1.ebuild, + -sawfish-1.3-r2.ebuild, -sawfish-1.3-r3.ebuild, -sawfish-1.3.ebuild: + Prune old ebuilds + + 28 Apr 2004; David Holm sawfish-1.3.20040120.ebuild: + Added to ~ppc. + + 26 Feb 2004; Sven Blumenstein + sawfish-1.3.20040120.ebuild: + KEYWORDS got sparced. + + 17 Feb 2004; Aron Griffis sawfish-1.3-r3.ebuild: + Remove deprecated dependency on imlib + + 27 Jan 2004; Aron Griffis sawfish-1.3.20040120.ebuild: + stable on x86, alpha, ia64 + +*sawfish-1.3.20040120 (20 Jan 2004) + + 20 Jan 2004; Aron Griffis sawfish-1.3.20040120.ebuild: + Add cvs snapshot of sawfish which fixes numerous problems + + 01 Dec 2003; Aron Griffis sawfish-1.3-r3.ebuild: + Fix bad DEPEND which would downgrade librep from 0.17 to 0.16.2 + + 24 Nov 2003; Aron Griffis : + Note that the two sawfish-1.3 patches in files/ have been submitted upstream + and accepted. Unknown at this point if there will be a maintenance version + of sawfish released anytime soon. See + http://bugzilla.gnome.org/show_bug.cgi?id=127865 + + 24 Nov 2003; Aron Griffis sawfish-1.3-r3.ebuild: + Stable on ia64 + + 18 Nov 2003; Aron Griffis metadata.xml: + Add myself to metadata.xml + + 18 Nov 2003; Aron Griffis + files/sawfish-1.3-state-below.patch: + Repair bad sawfish-1.3-state-below.patch which was reversed + +*sawfish-1.3-r3 (16 Nov 2003) + + 16 Nov 2003; Aron Griffis sawfish-1.3-r3.ebuild, + files/sawfish-1.3-state-below.patch: + Fix bug 33609: Correct a typo in the sawfish code that prevents gdesklets (and + other programs) from occupying the correct layer. Without this patch, any + program using the _NET_WM_STATE_BELOW hint will always stay on top instead of + on bottom. + +*sawfish-1.3-r2 (27 Oct 2003) + + 27 Oct 2003; Aron Griffis sawfish-1.3-r2.ebuild, + files/sawfish-1.3-shading.patch: + Include shading patch submitted by David Reid in bug 31660 + +*sawfish-1.3-r1 (20 Oct 2003) + + 20 Oct 2003; Aron Griffis sawfish-1.3-r1.ebuild: + Fix sawfish on alpha, re-enable the themer, pay attention to USE=gnome + + 12 Oct 2003; foser sawfish-1.3.ebuild : + use packaged .desktop instead of our own (#29792) + + 01 Apr 2003; Daniel Robbins sawfish-1.3.ebuild: + compile fix for gcc 2.95, closing bug #18294. Unmasking for x86. + +*sawfish-1.3 (25 Mar 2003) + + 06 Mat 2003; foser sawfish-1.3.ebuild : + Include OPTIONS doc (#15405) + + 25 Mar 2003; Daniel Robbins sawfish-1.3.ebuild: + New upstream release. + + 05 Feb 2003; Aron Griffis sawfish-1.2.ebuild : + Mark stable on alpha + + 05 Jan 2003; foser sawfish-1.2.ebuild : + gtk+-2.2 build fix provided by Andy Dustman (bug #12755) + + 31 Dec 2002; Chris Houser sawfish-1.0.1-r6.ebuild : + Added alpha to KEYWORDS + + 17 Dec 2002; Aron Griffis sawfish-1.2.ebuild : + Added ~alpha to KEYWORDS + + 13 Dec 2002; Martin Sclemmer sawfish-1.2.ebuild : + Tweak the fix for compile problems with both freetype-1.3.1 and xft-2.0 + installed. + + 06 Dec 2002; Rodney Rees : + Changed sparc ~sparc keywords + +*sawfish-1.2 (17 Nov 2002) + + 04 Dec 2002; foser sawfish-1.2.ebuild : + Removed non working ranging dependency declaration + + 21 Nov 2002; Martin Sclemmer sawfish-1.2.ebuild : + Fix compile problems with both freetype-1.3.1 and xft-2.0 installed. + + 19 Nov 2002; phoen][x sawfish-1.2.ebuild : + Put sawfish-1.2 into the stable profile. + + 19 Nov 2002; phoen][x sawfish-1.2.ebuild, + files/sawfish-1.2-fullscreen.patch : + Incorporated the fullscreen patch. This closes bug #10904. + + 17 Nov 2002; phoen][x sawfish-1.2.ebuild, + files/digest-sawfish-1.2.ebuild : + Version bump. Forcing the ebuild to use the gtk2 version of sawfish-1.2. + Maybe i'll add some optional USEflag SRC_URI later. + +*sawfish-1.0.1-r6 (15 Oct 2002) + + 20 Oct 2002; Calum Selkirk sawfish-1.0.1-r5.ebuild + sawfish-1.0.1-r6.ebuild : + + Added ppc to KEYWORDS. + + 15 Oct 2002; foser sawfish-1.0.1-r6.ebuild : + Added MAKEOPTS="-j1" (see bug #4728) + +*sawfish-1.0.1-r5 (4 Aug 2002) + 4 Aug 2002; Gabriele Giorgetti sawfish-1.0.1-r5.ebuild: + Corrected the rep-gtk dep to match with the correct gnome1 version. + Also should fix bug #4728 + +*sawfish-2.0 (24 Jun 2002) + 24 Jun 2002; Martin Schlemmer : + Version update. Finally figured out why it moans about the ${S}/src/.libs + not existing ... when using "emake", the build gets out of sync. Also + fixed a problem where the lisp modules tries to use gui.gtk-2.gdk-pixbuf .. + this is now merged with gui.gtk-2.gtk. + +*sawfish-20020612-r1 (19 Jun 2002) + 19 Jun 2002; Martin Schlemmer : + Do not create the .libs directory, even if the build complain it do not + exist, as it causes the lisp stuff to fail building. + +*sawfish-20020524 (12 Jun 2002) + 12 Jun 2002; Gabriele Giorgetti sawfish-20020612.ebuild : + A newer non-working snapshot. + +*sawfish-20020524 (27 May 2002) + 27 May 2002; Spider sawfish-20020524.ebuild : + new snapshot. still doesn't work + +*sawfish-20020419 (22 May 2002) + 22 May 2002; Spider sawfish-20020419.ebuild : + gnome2 snapshots + +*sawfish-1.0.1-r4 (21 May 2002) + 21 May 2002; Spider sawfish-1.0.1-r4.ebuild ChangeLog : + fix broken changelog entry + move rep-gtk to x11-libs + +sawfish-1.0.1-r3 (9 Apr 2002) + 9 Apr ; Spider : + Fix >=x11-lib/gtk+-1.2.nn to =x11-lib/gtk+-1.2* + +*sawfish-1.0.1-r3 (2 April 2002) + + 2 April 2002; Seemant Kulleen sawfish-1.0.1-r3.ebuild : + + Slight nls fix in the install stage -- removed empty ${D}/usr/share/locale + directory. And returned imlib to being a required dependency, instead of + optional. + +*sawfish-1.0.1-r3 (28 Mar 2002) + + 28 Mar 2002; Seemant Kulleen sawfish-1.0.1-r3.ebuild : + + Separate gnome from gtk/gdk-pixbuf stuff, and from sawfish in general, unless + user has gnome in the USE list. + +*sawfish-1.0.1-r2 (16 Mar 2002) + + 16 Mar 2002; M.Schlemmer : + + Fix build errors with libtool-1.4 or later. + +*sawfish-1.0.1-r1 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-wm/selectwm/ChangeLog b/x11-wm/selectwm/ChangeLog new file mode 100644 index 00000000..55457cbb --- /dev/null +++ b/x11-wm/selectwm/ChangeLog @@ -0,0 +1,83 @@ +# ChangeLog for x11-wm/selectwm +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/selectwm/ChangeLog,v 1.27 2015/01/02 21:32:06 mrueg Exp $ + + 02 Jan 2015; Manuel Rüger selectwm-0.4.1.ebuild: + Bump to EAPI 5 + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 04 May 2012; Jeff Horelick selectwm-0.4.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 29 Mar 2011; Christoph Mende selectwm-0.4.1.ebuild: + Fix gtk+ slot deps + + 01 Jun 2010; Kacper Kowalik selectwm-0.4.1.ebuild, + +files/selectwm-0.4.1-nostrip.patch: + Don't strip binaries wrt bug 252124. Thanks Diego for report + + 26 Jul 2009; Ryan Hill selectwm-0.4.1.ebuild, + +files/selectwm-0.4.1-glibc-2.10.patch: + Fix building with glibc-2.10 (bug #273994). + + 19 Jul 2008; Alexis Ballier selectwm-0.4.1.ebuild: + keyword ~x86-fbsd thanks to Davide Italiano , bug + #232265 + + 30 Sep 2007; Santiago M. Mola + +files/selectwm-0.4.1-enable-deprecated-gtk.patch, selectwm-0.4.1.ebuild: + Enable deprecated GTK+ functions and a bit of clean up. + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 08 Dec 2006; Charlie Shepherd + -selectwm-0.4.ebuild, selectwm-0.4.1.ebuild: + Add pkgconfig dep, thanks to Patrick Lauer for reporting; bug 150276 + + 08 May 2005; Herbie Hopkins selectwm-0.4.1.ebuild: + Stable on amd64. + + 12 Feb 2005; Jan Brinkmann selectwm-0.4.1.ebuild: + added ~amd64 to KEYWORDS. fixes #81447 + + 07 Nov 2004; Jason Wever selectwm-0.4.1.ebuild: + Stable on sparc. + + 06 Nov 2004; selectwm-0.4.1.ebuild: + Marked stable on x86. + + 30 Aug 2004; Pieter Van den Abeele + selectwm-0.4.1.ebuild: + Masked selectwm-0.4.1.ebuild stable for ppc + +*selectwm-0.4.1 (17 Jul 2004) + + 17 Jul 2004; Mamoru KOMACHI +selectwm-0.4.1.ebuild: + Version bumped, closing bug #56837 + + 30 Mar 2004; Michael Sterrett selectwm-0.3-r1.ebuild, + selectwm-0.4.ebuild: + don't assign default to S + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*selectwm-0.3-r1 (01 Sep 2002) +*selectwm-0.4 (01 Sep 2002) + + 17 Oct 2002; Daniel Ahlberg selectvm-0.3-r1.ebuild, selectwm-0.4.ebuild : + Added IUSE. + + 01 Sep 2002; Seemant Kulleen selectwm-0.3-r1.ebuild + selectwm-0.4.ebuild : + + USE dependednt NLS checking and ebuild cleanup. Also, added new version + for GTK2 and SLOTified. Thanks to: christian-neumair@web.de (Christian - + Manny Calavera - Neumair) in bug #5638. + +*selectwm-0.3 (08 Jul 2002) + + 08 Jul 2002; Daniel Ahlberg (aliz@gentoo.org> ChangeLog: + Add missing ChangeLog. diff --git a/x11-wm/sithwm/ChangeLog b/x11-wm/sithwm/ChangeLog new file mode 100644 index 00000000..9f8b8f8b --- /dev/null +++ b/x11-wm/sithwm/ChangeLog @@ -0,0 +1,18 @@ +# ChangeLog for x11-wm/sithwm +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sithwm/ChangeLog,v 1.4 2013/10/19 15:30:34 pacho Exp $ + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 23 Dec 2012; Ulrich Müller sithwm-1.2.3.ebuild: + Fix LICENSE, see README file, bug 446800. + + 25 Sep 2012; Michael Weber sithwm-1.2.3.ebuild: + Remove strip flag from install (bug 430818, thanks jer for the fix) + +*sithwm-1.2.3 (04 Jun 2012) + + 04 Jun 2012; Michael Weber +sithwm-1.2.3.ebuild, + +files/sithwm-1.2.3-warnings.patch, +metadata.xml: + Initial import (bug 212633, thanks Jon Daniel) diff --git a/x11-wm/spectrwm/ChangeLog b/x11-wm/spectrwm/ChangeLog new file mode 100644 index 00000000..706373e4 --- /dev/null +++ b/x11-wm/spectrwm/ChangeLog @@ -0,0 +1,133 @@ +# ChangeLog for x11-wm/spectrwm +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/ChangeLog,v 1.18 2015/08/08 08:52:05 xmw Exp $ + + 08 Aug 2015; Michael Weber -spectrwm-2.1.1.ebuild, + -spectrwm-2.2.0.ebuild, -spectrwm-2.3.0.ebuild, -spectrwm-2.4.0.ebuild, + -spectrwm-2.5.0.ebuild: + Drop old versions. + + 09 Jun 2015; Agostino Sarubbo spectrwm-2.6.2.ebuild: + Stable for x86, wrt bug #550938 + + 08 Jun 2015; Agostino Sarubbo spectrwm-2.6.2.ebuild: + Stable for amd64, wrt bug #550938 + +*spectrwm-2.7.2 (01 Jun 2015) + + 01 Jun 2015; Michael Weber +files/spectrwm.desktop, + +spectrwm-2.7.2.ebuild: + Add .desktop file (thanks Andrew Hamilton, bug 489012) and version bump + (thanks Sarah Salzstein). + +*spectrwm-2.5.0 (27 Feb 2015) +*spectrwm-2.4.0 (27 Feb 2015) +*spectrwm-2.6.2 (27 Feb 2015) + + 27 Feb 2015; Michael Weber + +files/spectrwm-2.4.0-Makefile.patch, +files/spectrwm-2.5.0-Makefile.patch, + +files/spectrwm-2.6.2-Makefile.patch, +spectrwm-2.4.0.ebuild, + +spectrwm-2.5.0.ebuild, +spectrwm-2.6.2.ebuild: + Version bumps (bug 502946, thanks Amir Aupov). + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + +*spectrwm-2.3.0 (06 May 2013) + + 06 May 2013; Michael Weber + +files/spectrwm-2.3.0-Makefile.patch, +spectrwm-2.3.0.ebuild: + Version bump + +*spectrwm-2.2.0 (25 Mar 2013) + + 25 Mar 2013; Michael Weber +spectrwm-2.2.0.ebuild, + -spectrwm-2.0.2.ebuild, -spectrwm-2.1.0.ebuild: + Version bump, drop old + + 14 Feb 2013; Agostino Sarubbo spectrwm-2.1.1.ebuild: + Stable for x86, wrt bug #457044 + + 14 Feb 2013; Agostino Sarubbo spectrwm-2.1.1.ebuild: + Stable for amd64, wrt bug #457044 + +*spectrwm-2.1.1 (01 Dec 2012) + + 01 Dec 2012; Michael Weber +spectrwm-2.1.1.ebuild: + Version bump (bug 445290 by elvis4526@gmail.com) + +*spectrwm-2.1.0 (05 Nov 2012) + + 05 Nov 2012; Michael Weber -spectrwm-1.2.0.ebuild, + -files/spectrwm-1.2.0-makefile.patch, +spectrwm-2.1.0.ebuild, + +files/spectrwm-2.1.0-makefile.patch: + Version bump (thanks euscan), drop old. + + 25 Sep 2012; Jeroen Roovers spectrwm-1.2.0.ebuild, + spectrwm-2.0.2.ebuild: + Fix quoting issues. + +*spectrwm-2.0.2 (18 Sep 2012) + + 18 Sep 2012; Michael Weber + +files/spectrwm-2.0.2-makefile.patch, +spectrwm-2.0.2.ebuild, + -files/spectrwm-1.0.0-makefile.patch, -files/spectrwm-1.1.1-makefile.patch, + -spectrwm-1.0.0.ebuild, -spectrwm-1.1.1.ebuild, spectrwm-1.2.0.ebuild: + Version bump (thanks Levon 'noptrix' Kayan), drop old. + +*spectrwm-1.2.0 (01 Aug 2012) + + 01 Aug 2012; Michael Weber + +files/spectrwm-1.2.0-makefile.patch, +spectrwm-1.2.0.ebuild: + Version bump (thanks noptrix for the hint) + +*spectrwm-1.1.1 (09 Jul 2012) + + 09 Jul 2012; Michael Weber + +files/spectrwm-1.1.1-makefile.patch, +spectrwm-1.1.1.ebuild: + Version bump (bug 425510 by Timothy Messier) + + 18 Feb 2012; Michael Weber spectrwm-1.0.0.ebuild: + Fix PREFIX parameter. + +*spectrwm-1.0.0 (18 Feb 2012) + + 18 Feb 2012; Michael Weber +spectrwm-1.0.0.ebuild, + +files/spectrwm-1.0.0-makefile.patch, +metadata.xml: + Project got renamed (fka x11-wm/scrotwm), version bump + +*scrotwm-0.11.0 (14 Feb 2012) + + 14 Feb 2012; Michael Weber scrotwm-0.10.0-r1.ebuild, + +scrotwm-0.11.0.ebuild: + Version bump, thanks Timothy Messier (bug 403497) + +*scrotwm-0.10.0-r1 (14 Feb 2012) + + 14 Feb 2012; Michael Weber +scrotwm-0.10.0-r1.ebuild: + Install documentation and configs (thanks Timothy Messier for the report, bug + 403499) + +*scrotwm-0.10.0 (27 Jan 2012) + + 27 Jan 2012; Michael Weber +scrotwm-0.10.0.ebuild, + +files/scrotwm-0.10.0-makefile.patch: + Version bump (bug 398831, thanks elvis4526 for the hint) + + 11 Nov 2011; Michael Weber -scrotwm-0.9.28.ebuild, + -files/scrotwm-0.9.28-makefile.patch: + Remove old versions + +*scrotwm-0.9.34 (15 Oct 2011) + + 15 Oct 2011; Michael Weber +scrotwm-0.9.34.ebuild, + +files/scrotwm-0.9.34-makefile.patch: + Version bump thanks to elvis4526 for the hint and Agostino Sarubbo for the + patch (bug 386159) + +*scrotwm-0.9.28 (11 Jun 2011) + + 11 Jun 2011; Michael Weber +scrotwm-0.9.28.ebuild, + +files/scrotwm-0.9.28-makefile.patch, +metadata.xml: + Initial import, thanks to Massimo Gengarelli, Nikolay Ostanen and Toffanin + for the initial ebuilds (bug 284350) diff --git a/x11-wm/stumpwm/ChangeLog b/x11-wm/stumpwm/ChangeLog new file mode 100644 index 00000000..e6b0fb92 --- /dev/null +++ b/x11-wm/stumpwm/ChangeLog @@ -0,0 +1,57 @@ +# ChangeLog for x11-wm/stumpwm +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.14 2015/04/14 20:22:47 mrueg Exp $ + + 14 Apr 2015; Manuel Rüger -stumpwm-0.9.7.ebuild: + Remove old. + + 06 Jan 2015; Chema Alonso stumpwm-0.9.9.ebuild, + metadata.xml: + Update flags in metadata + + 06 Jan 2015; Chema Alonso stumpwm-0.9.9.ebuild: + Fix bug 534592. Use require instead of asdf:load-op + + 24 Dec 2014; Ulrich Müller stumpwm-0.9.9.ebuild: + Fix typo in variable name. + +*stumpwm-9999 (23 Dec 2014) +*stumpwm-0.9.9 (23 Dec 2014) + + 23 Dec 2014; Chema Alonso +stumpwm-0.9.9.ebuild, + +stumpwm-9999.ebuild, +files/70stumpwm-gentoo.el: + Bump to version 0.9.9. New live ebuild + + 10 Aug 2014; Sergei Trofimovich stumpwm-0.9.7.ebuild: + QA: drop trailing '.' from DESCRIPTION + + 28 Apr 2014; Chema Alonso metadata.xml: + Take maintainership of package + + 17 Nov 2012; Agostino Sarubbo stumpwm-0.9.7.ebuild: + fix doinfo, wrt bug #442922 + + 21 Jun 2011; Michael Weber -stumpwm-0.9.2.ebuild: + Dropping old version + +*stumpwm-0.9.7 (11 May 2011) + + 11 May 2011; Michael Weber +stumpwm-0.9.7.ebuild: + Version bump (thanks to drg, bug 366769) + + 07 Sep 2009; Petteri Räty stumpwm-0.9.2.ebuild: + Migrate to EAPI 2 in order to get rid of built_with_use. + + 26 Jul 2009; Thilo Bangert metadata.xml: + add tag + + 02 Nov 2008; Jorge Manuel B. S. Vicetto + metadata.xml: + Removing jmglov as a maintainer since he was retired. + +*stumpwm-0.9.2 (03 May 2008) + + 03 May 2008; Josh Glover +files/README.Gentoo, + +metadata.xml, +stumpwm-0.9.2.ebuild: + This package was submitted by Nguyen Thai Ngoc Duy in + bug #219832 diff --git a/x11-wm/subtle/ChangeLog b/x11-wm/subtle/ChangeLog new file mode 100644 index 00000000..66a22d3c --- /dev/null +++ b/x11-wm/subtle/ChangeLog @@ -0,0 +1,42 @@ +# ChangeLog for x11-wm/subtle +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/subtle/ChangeLog,v 1.8 2015/08/03 01:08:09 radhermit Exp $ + + 03 Aug 2015; Tim Harder -subtle-0.10.3008.ebuild, + -subtle-0.11.3224.ebuild, -files/subtle-0.11.3224-flags.patch: + Remove old. + +*subtle-0.11.3244 (03 Aug 2015) + + 03 Aug 2015; Tim Harder +subtle-0.11.3244.ebuild, + subtle-9999.ebuild: + Version bump. + + 18 Sep 2012; Tim Harder + files/subtle-0.11.3224-flags.patch: + Respect proper user flags. + + 20 Jun 2012; Tim Harder subtle-9999.ebuild: + Update live ebuild. + +*subtle-0.11.3224 (20 Jun 2012) + + 20 Jun 2012; Tim Harder +subtle-0.11.3224.ebuild, + +files/subtle-0.11.3224-flags.patch: + Version bump. + + 29 Oct 2011; Tim Harder subtle-0.10.3008.ebuild, + subtle-9999.ebuild: + Remove unused test use flag. + + 19 Sep 2011; Tim Harder subtle-0.10.3008.ebuild, + subtle-9999.ebuild: + Remove unused test setup. + +*subtle-9999 (13 Sep 2011) +*subtle-0.10.3008 (13 Sep 2011) + + 13 Sep 2011; Tim Harder +subtle-0.10.3008.ebuild, + +subtle-9999.ebuild, +metadata.xml: + Initial import (fixes bug #280043 by Tommie). + diff --git a/x11-wm/treewm/ChangeLog b/x11-wm/treewm/ChangeLog new file mode 100644 index 00000000..889fcf94 --- /dev/null +++ b/x11-wm/treewm/ChangeLog @@ -0,0 +1,78 @@ +# ChangeLog for x11-wm/treewm +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/treewm/ChangeLog,v 1.21 2013/10/19 15:31:00 pacho Exp $ + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + +*treewm-0.4.5-r1 (19 Sep 2010) + + 19 Sep 2010; Jeroen Roovers +treewm-0.4.5-r1.ebuild: + Do not install treewm-xprop or treewm-xkill. Instead, point out that the + newer versions in the tree may not work with treewm. Respect LDFLAGS (bug + #334433), CXX and CXXFLAGS. Remove unneeded dependencies. + + 15 Feb 2009; Peter Alfredsen + +files/treewm-0.4.5-gcc43.patch, treewm-0.4.5.ebuild: + Adding gcc-4.3 patch per bug 251845. Thanks to Gene Seto + for the patch. + + 20 Jan 2007; David Shakaryan treewm-0.4.5.ebuild: + Add x11-misc/imake to DEPEND. (bug #162728) + + 12 Dec 2006; Steve Dibb metadata.xml, + -treewm-0.4.4.ebuild: + Add to desktop-wm herd, remove old version, fix copyright header + + 12 Dec 2006; Charlie Shepherd + treewm-0.4.5.ebuild: + Fix modular xorg deps; thanks to Patrick Lauer for reporting; bug 150275 + + 24 Dec 2005; Marcelo Goes treewm-0.4.5.ebuild: + Add compilation fix from bug 86453. Thanks to Francisco Jose Canizares + Santofimia . + + 01 Jul 2004; Jeremy Huddleston treewm-0.4.4.ebuild, + treewm-0.4.5.ebuild: + virtual/glibc -> virtual/libc + + 26 Feb 2004; Sven Blumenstein treewm-0.4.5.ebuild: + Stable on sparc. + +*treewm-0.4.5 (16 Sep 2003) + + 16 Sep 2003; treewm-0.4.5.ebuild: + Version bump, thanks to Rudolf Polzer . + Closes bug #28812. + 18 Feb 2004; Thomas Raschbacher treewm-0.4.5.ebuild: + 0.4.5: Marked stable on x86 + 0.4.4: added sys-apps/chpax dep; Thanks to James Lund + Bug #39542 + +*treewm-0.4.4 (14 Sep 2003) + 14 Sep 2003; Thomas Raschbacher treewm-0.4.4.ebuild: + version bump(finally- after mailing the author :) + +*treewm-0.4.3 (10 Sep 2003) + 12 Sep 2003; Thomas Raschbacher treewm-0.4.3 - digest: + wrong digest + 10 Sep 2003; Brandon Hale treewm-0.4.3.ebuild: + Version bump, thanks to Rudolf Polzer. + +*treewm-0.4.2 (09 Sep 2003) + 09 Sep 2003; Thomas Raschbacher : added metadata.xml + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*treewm-0.4.2 (12 Aug 2002) + + 04 Sep 2002; Matthew Kennedy + treewm-0.4.2.ebuild, files/treewm-0.4.2-gcc3-gentoo.patch, ChangeLog : + + Resolves bug #7443. Big patch for GCC3.2 support. Definitely an + upstreamer. + + 12 Aug 2002; Joachim Blaabjerg treewm-0.4.2.ebuild: + + Initial import. Ebuild submitted by Thomas Raschbacher (LordVan, + ). diff --git a/x11-wm/twm/ChangeLog b/x11-wm/twm/ChangeLog new file mode 100644 index 00000000..f061d918 --- /dev/null +++ b/x11-wm/twm/ChangeLog @@ -0,0 +1,289 @@ +# ChangeLog for x11-wm/twm +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/twm/ChangeLog,v 1.84 2015/07/02 02:17:34 mrueg Exp $ + +*twm-1.0.9 (02 Jul 2015) + + 02 Jul 2015; Manuel Rüger +twm-1.0.9.ebuild, + -twm-1.0.7.ebuild: + Version bump. Remove old. + + 08 Oct 2013; Agostino Sarubbo twm-1.0.8.ebuild: + Stable for x86, wrt bug #475480 + + 07 Oct 2013; Agostino Sarubbo twm-1.0.8.ebuild: + Stable for sparc, wrt bug #475480 + + 06 Oct 2013; Agostino Sarubbo twm-1.0.8.ebuild: + Stable for ia64, wrt bug #475480 + + 05 Oct 2013; Markus Meier twm-1.0.8.ebuild: + arm stable, bug #475480 + + 05 Oct 2013; Agostino Sarubbo twm-1.0.8.ebuild: + Stable for alpha, wrt bug #475480 + + 04 Oct 2013; Agostino Sarubbo twm-1.0.8.ebuild: + Stable for ppc64, wrt bug #475480 + + 03 Oct 2013; Agostino Sarubbo twm-1.0.8.ebuild: + Stable for ppc, wrt bug #475480 + + 02 Oct 2013; Jeroen Roovers twm-1.0.8.ebuild: + Stable for HPPA (bug #475480). + + 29 Sep 2013; Agostino Sarubbo twm-1.0.8.ebuild: + Stable for amd64, wrt bug #475480 + +*twm-1.0.8 (18 Sep 2013) + + 18 Sep 2013; Chí-Thanh Christopher Nguyễn + +twm-1.0.8.ebuild, -twm-1.0.6.ebuild: + Version bump. + + 11 May 2012; Alexis Ballier twm-1.0.7.ebuild: + keyword ~amd64-fbsd + + 03 Oct 2011; Joseph Jezak twm-1.0.7.ebuild: + Marked ppc ppc64 stable for bug #380421. + + 02 Oct 2011; Raúl Porcel twm-1.0.7.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #380421 + + 21 Sep 2011; Jeroen Roovers twm-1.0.7.ebuild: + Stable for HPPA (bug #380421). + + 05 Sep 2011; Markus Meier twm-1.0.7.ebuild: + arm stable, bug #380421 + + 04 Sep 2011; Markus Meier twm-1.0.7.ebuild: + x86 stable, bug #380421 + + 30 Aug 2011; Tony Vroon twm-1.0.7.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug + #380421 filed by Chí-Thanh Christopher Nguyễn. + +*twm-1.0.7 (28 Jul 2011) + + 28 Jul 2011; Chí-Thanh Christopher Nguyễn + +twm-1.0.7.ebuild: + Version bump. + + 07 Mar 2011; Tomáš Chvátal -twm-1.0.5.ebuild: + old + + 05 Mar 2011; Kacper Kowalik twm-1.0.6.ebuild: + ppc64 stable wrt #354237 + + 05 Mar 2011; Raúl Porcel twm-1.0.6.ebuild: + alpha/arm/ia64/s390/sh/sparc stable wrt #354237 + + 23 Feb 2011; Jeroen Roovers twm-1.0.6.ebuild: + Stable for HPPA (bug #354237). + + 15 Feb 2011; Tomáš Chvátal -twm-1.0.4.ebuild: + remove old + + 14 Feb 2011; Kacper Kowalik twm-1.0.6.ebuild: + ppc stable wrt #344827, #354237 + + 12 Feb 2011; Raúl Porcel twm-1.0.5.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #344827 + + 12 Feb 2011; Christian Faulhammer twm-1.0.6.ebuild: + stable x86, bug 354237 + + 12 Feb 2011; Markos Chandras twm-1.0.6.ebuild: + Stable on amd64 wrt bug #354237 + +*twm-1.0.6 (15 Jan 2011) + + 15 Jan 2011; Tomáš Chvátal +twm-1.0.6.ebuild: + Version bump + + 31 Dec 2010; Jeroen Roovers twm-1.0.5.ebuild: + Stable for HPPA (bug #344827). + + 29 Dec 2010; Markus Meier twm-1.0.5.ebuild: + arm stable, bug #344827 + + 25 Dec 2010; Christian Faulhammer twm-1.0.5.ebuild: + x86 stable, bug 344827 + + 23 Dec 2010; Samuli Suominen twm-1.0.5.ebuild: + amd64 stable wrt #344827 + + 19 Dec 2010; Samuli Suominen twm-1.0.5.ebuild: + ppc64 stable wrt #344827 + + 06 Dec 2010; Tomáš Chvátal twm-1.0.5.ebuild: + Fix missing xorg-static disabling. + +*twm-1.0.5 (01 Nov 2010) + + 01 Nov 2010; Tomáš Chvátal +twm-1.0.5.ebuild: + Version bump + + 25 Sep 2010; Mart Raudsepp -twm-1.0.3.ebuild: + Remove old + + 20 Jan 2010; Jonathan Callen twm-1.0.4.ebuild: + Keyword ~amd64-linux/~x86-linux + + 15 Dec 2009; Raúl Porcel twm-1.0.4.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #282290 + + 11 Oct 2009; nixnut ChangeLog: + ppc stable #282290 + + 25 Sep 2009; Rémi Cardona twm-1.0.4.ebuild: + add missing flex and bison deps (fixes bug #221419) + + 15 May 2009; Raúl Porcel twm-1.0.4.ebuild: + arm/s390 stable + + 16 Apr 2009; Jeroen Roovers twm-1.0.4.ebuild: + Stable for HPPA (bug #251832). + + 15 Apr 2009; Raúl Porcel twm-1.0.4.ebuild: + ia64/sh stable wrt #251832 + + 06 Apr 2009; Friedrich Oslage twm-1.0.4.ebuild: + Stable on sparc, bug #251832 + + 05 Apr 2009; Markus Meier twm-1.0.4.ebuild: + x86 stable, bug #251832 + + 05 Apr 2009; Olivier Crête twm-1.0.4.ebuild: + Stable on amd64, bug #251832 + + 03 Apr 2009; Brent Baude twm-1.0.4.ebuild: + Marking twm-1.0.4 ppc64 stable for bug 251832 + + 03 Apr 2009; Brent Baude twm-1.0.4.ebuild: + Marking twm-1.0.4 ppc stable for bug 251832 + +*twm-1.0.4 (10 Mar 2008) + + 10 Mar 2008; Donnie Berkholz ; +twm-1.0.4.ebuild: + Bump. + + 31 Jan 2008; Donnie Berkholz ; -twm-1.0.1.ebuild, + -twm-1.0.2.ebuild: + Clean up. + + 19 Dec 2007; Dawid Węgliński ChangeLog: + Stable on x86 (bug #202087) + + 25 Jun 2007; Joseph Jezak twm-1.0.3.ebuild: + Marked ppc stable for bug #182391. + + 21 Jun 2007; Jeroen Roovers twm-1.0.3.ebuild: + Stable for HPPA (bug #182391). + + 20 Jun 2007; Markus Rothe twm-1.0.3.ebuild: + Stable on ppc64; bug #182391 + + 19 Jun 2007; Gustavo Zacarias twm-1.0.3.ebuild: + Stable on sparc wrt #182391 + + 18 Jun 2007; Raúl Porcel twm-1.0.3.ebuild: + alpha/ia64/x86 stable wrt #182391 + + 18 Jun 2007; Joshua Kinard twm-1.0.3.ebuild: + Stable on mips, per #182391. + + 18 Jun 2007; Christoph Mende twm-1.0.3.ebuild: + Stable on amd64 wrt bug 182391 + +*twm-1.0.3 (01 Dec 2006) + + 01 Dec 2006; Joshua Baergen +twm-1.0.3.ebuild: + Version bump for 7.2RC3. + +*twm-1.0.2 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen +twm-1.0.2.ebuild: + Version bump. + + 19 Jul 2006; Guy Martin twm-1.0.1.ebuild: + Stable on hppa. + + 10 Jul 2006; Aron Griffis twm-1.0.1.ebuild: + Mark 1.0.1 stable on ia64 + + 30 Jun 2006; Donnie Berkholz ; twm-1.0.1.ebuild: + ppc/sparc/mips/alpha/arm/sh stable + + 30 Jun 2006; Chris Gianelloni twm-1.0.1.ebuild: + Stable on amd64. + + 30 Jun 2006; Markus Rothe twm-1.0.1.ebuild: + Stable on ppc64 + + 30 Jun 2006; Donnie Berkholz ; twm-1.0.1.ebuild: + x86 stable. + + 28 Apr 2006; Marien Zwart Manifest: + Fixing SHA256 digest, pass four + + 31 Mar 2006; Diego Pettenò twm-1.0.1.ebuild: + Add ~x86-fbsd keyword. + + 09 Mar 2006; Aron Griffis twm-1.0.1.ebuild: + Mark 1.0.1 ~ia64 + + 14 Feb 2006; Markus Rothe twm-1.0.1.ebuild: + Added ~ppc64 + + 31 Jan 2006; Rene Nussbaumer twm-1.0.1.ebuild: + Unstable on hppa. + + 26 Dec 2005; Joshua Baergen -twm-0.99.2.ebuild: + Pull old versions. + + 26 Dec 2005; Stefaan De Roeck twm-1.0.1.ebuild: + Marked ~alpha + +*twm-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz ; +twm-1.0.1.ebuild: + Bump for 7.0. + + 09 Dec 2005; Donnie Berkholz ; -twm-0.99.1.ebuild: + Pull old versions. + +*twm-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen +twm-0.99.2.ebuild: + Bump for 7.0RC3. + + 11 Nov 2005; Donnie Berkholz ; -twm-0.99.0.ebuild: + Remove old version. + + 07 Nov 2005; Doug Goldstein twm-0.99.0.ebuild, + twm-0.99.1.ebuild: + adding ~ppc keyword + + 30 Oct 2005; twm-0.99.1.ebuild: + Marked ~amd64 + +*twm-0.99.1 (20 Oct 2005) + + 20 Oct 2005; Donnie Berkholz ; +twm-0.99.1.ebuild: + Bump for 7.0 RC1. + + 19 Oct 2005; Donnie Berkholz ; +metadata.xml, + +twm-0.99.0.ebuild: + Move from x11-apps. + + 09 Sep 2005; Donnie Berkholz ; +metadata.xml: + Add metadata. + + 08 Aug 2005; Ferris McCormick twm-0.99.0.ebuild: + Add ~sparc keyword (Modular X testing). + +*twm-0.99.0 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz ; +twm-0.99.0.ebuild: + Initial commit for modular X. diff --git a/x11-wm/vtwm/ChangeLog b/x11-wm/vtwm/ChangeLog new file mode 100644 index 00000000..4d850645 --- /dev/null +++ b/x11-wm/vtwm/ChangeLog @@ -0,0 +1,52 @@ +# ChangeLog for x11-wm/vtwm +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/vtwm/ChangeLog,v 1.12 2013/10/19 15:31:18 pacho Exp $ + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + +*vtwm-5.4.7-r1 (17 Sep 2010) + + 17 Sep 2010; Jeroen Roovers -vtwm-5.4.7.ebuild, + +vtwm-5.4.7-r1.ebuild, +files/vtwm-5.4.7-NO_SOUND_SUPPORT.patch, + +files/vtwm-5.4.7-do-not-rm.patch, + -files/vtwm-5.4.7-dont-use-local-path.patch: + Respect LDFLAGS (bug #335807), CC, CFLAGS. Fix USE=-rplay. Do not rebuild + in src_install(). Have flex and bison in DEPEND. Replace local path patch + with simple sed scripts. Run make depend in src_configure() too so we can + have parallel make in src_compile(). + +*vtwm-5.4.7 (02 Jul 2007) + + 02 Jul 2007; Santiago M. Mola + +files/vtwm-5.4.7-dont-use-local-path.patch, metadata.xml, + vtwm-5.4.6a.ebuild, +vtwm-5.4.7.ebuild: + The Last Version Bump. Thanks to Alexander Skwar. bug #155084 + + 13 Aug 2006; Pieter Van den Abeele vtwm-5.4.6a.ebuild: + Force Makeopts -j1 + + 11 Jun 2006; Krzysiek Pawlik vtwm-5.4.6a.ebuild: + Migrated to modular X. + + 30 Aug 2004; Pieter Van den Abeele vtwm-5.4.6a.ebuild: + Masked vtwm-5.4.6a.ebuild stable for ppc + + 18 Jun 2004; Jason Wever vtwm-5.4.6a.ebuild: + Stable on sparc. + + 05 May 2004; Mamoru KOMACHI vtwm-5.4.6a.ebuild: + Stable on alpha. Don't assign default to S + +*vtwm-5.4.6a (25 Aug 2003) + + 08 Nov 2003; Mamoru KOMACHI metadata.xml, + vtwm-5.4.6a.ebuild: + Marked as stable for x86. Added desktop-wm herd. + + 26 Aug 2003; Mamoru KOMACHI vtwm-5.4.6a.ebuild: + Xsession entry for vtwm should refer to /usr/bin/vtwm + + 25 Aug 2003; Mamoru KOMACHI vtwm-5.4.6a.ebuild: + Initial import. Ebuild submitted by Andrew Casey + This closes Bug #24025 diff --git a/x11-wm/windowlab/ChangeLog b/x11-wm/windowlab/ChangeLog new file mode 100644 index 00000000..d0131ff5 --- /dev/null +++ b/x11-wm/windowlab/ChangeLog @@ -0,0 +1,142 @@ +# ChangeLog for x11-wm/windowlab +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/ChangeLog,v 1.33 2014/08/10 20:00:35 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich windowlab-1.34.ebuild, + windowlab-1.40.ebuild: + QA: drop trailing '.' from DESCRIPTION + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 04 May 2012; Jeff Horelick windowlab-1.34.ebuild, + windowlab-1.40.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + +*windowlab-1.40 (30 May 2010) + + 30 May 2010; Kacper Kowalik + +windowlab-1.40.ebuild, +files/windowlab-1.40-gentoo.diff: + Version bump. Fixes bug 318101. Thanks to Tomáš Hlušička + for report. + + 09 Jan 2009; Rémi Cardona windowlab-1.34.ebuild: + Change virtual/xft dependency to x11-libs/libXft, bug 253771. + + 24 Aug 2007; Santiago M. Mola + -windowlab-1.30.ebuild, -windowlab-1.31.ebuild: + Remove old, broken versions. + + 24 Aug 2007; Tobias Scherbaum + windowlab-1.34.ebuild: + ppc stable, bug #189648 + + 22 Aug 2007; Jurek Bartuszek windowlab-1.34.ebuild: + x86 stable (bug #189648) + + 21 Aug 2007; Christoph Mende windowlab-1.34.ebuild: + Stable on amd64 wrt bug #189648 + + 20 Aug 2007; Stuart Longland windowlab-1.34.ebuild: + Tested and working on MIPS. Keyworded ~mips as per bug #114498. + + 22 Jul 2007; David Shakaryan windowlab-1.30.ebuild, + windowlab-1.31.ebuild: + Remove virtual/x11 from dependencies. + +*windowlab-1.34 (29 Jun 2007) + + 29 Jun 2007; Santiago M. Mola + +files/windowlab-1.34-fixed-font.patch, -windowlab-1.32.ebuild, + +windowlab-1.34.ebuild: + Version bump fixing problems with xft fonts, thanks to Stephen Tallowitz. + Fixes bugs #145907, #145913 and #172307. + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 15 Mar 2006; Donnie Berkholz ; + windowlab-1.30.ebuild, windowlab-1.31.ebuild, windowlab-1.32.ebuild: + (#125526) Add modular X deps, based on work by Stephen Tallowitz. + + 15 Aug 2005; Luis Medinas windowlab-1.31.ebuild: + Marked Stable on AMD64. + + 14 Aug 2005; Michael Hanselmann windowlab-1.31.ebuild: + Stable on ppc. + +*windowlab-1.32 (31 Jul 2005) + + 31 Jul 2005; Mamoru KOMACHI -windowlab-1.24.ebuild, + windowlab-1.31.ebuild, +windowlab-1.32.ebuild: + Version bumped; bug #99932. + + 20 Jul 2005; Herbie Hopkins windowlab-1.30.ebuild: + Stable on amd64. + + 17 Jul 2005; Tobias Scherbaum + windowlab-1.30.ebuild: + ppc stable + +*windowlab-1.31 (02 Jul 2005) + + 02 Jul 2005; Mamoru KOMACHI windowlab-1.30.ebuild, + +windowlab-1.31.ebuild: + Version bumped; bug #96891. + +*windowlab-1.30 (28 May 2005) + + 28 May 2005; Mamoru KOMACHI -windowlab-1.23.ebuild, + -windowlab-1.29.ebuild, +windowlab-1.30.ebuild: + Version bumped; bug #93650. + +*windowlab-1.29 (22 May 2005) + + 22 May 2005; Mamoru KOMACHI +windowlab-1.29.ebuild: + Version bumped. This fixes bug #91188. + + 10 Oct 2004; Mamoru KOMACHI -windowlab-1.17.ebuild, + -windowlab-1.20.ebuild, windowlab-1.24.ebuild: + Stable on x86 and ppc. + + 13 Aug 2004; Tom Martin windowlab-1.24.ebuild: + Marked ~amd64. + +*windowlab-1.24 (24 Jun 2004) + + 24 Jun 2004; Mamoru KOMACHI metadata.xml, + windowlab-1.23.ebuild, +windowlab-1.24.ebuild: + Version bumped. Marked 0.23 as stable. + +*windowlab-1.23 (23 May 2004) + + 23 May 2004; windowlab-1.07.ebuild, + windowlab-1.12.ebuild, windowlab-1.17.ebuild, windowlab-1.20.ebuild, + windowlab-1.23.ebuild: + Version bumped. Don't assign default to S. Marked 1.17 and 1.20 stable on + x86. Added ~ppc to 1.23. Removed old ebuilds. Closing bug #48964 + +*windowlab-1.20 (21 Jan 2004) + + 21 Jan 2004; Nick Hadaway windowlab-1.20.ebuild: + Just a version bump. I love this window manager. + + 04 Nov 2003; Brandon Hale windowlab-1.12.ebuild: + Marking 1.12 stable on x86 + +*windowlab-1.17 (03 Nov 2003) + + 03 Nov 2003; Brandon Hale windowlab-1.17.ebuild: + Version bump. + +*windowlab-1.12 (20 Jul 2003) + + 20 Jul 2003; Nick Hadaway windowlab-1.12.ebuild: + Version bump. Bug fixes and feature enhancements. (Even though the + author has said there will be no more new features) :) + +*windowlab-1.07 (20 Jun 2003) + + 20 Jun 2003; mkeadle windowlab-1.07.ebuild: + initial import. thank go to Bjorn Lindstrom for the + ebuild submission in bug #17617. diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog new file mode 100644 index 00000000..d39d1eb2 --- /dev/null +++ b/x11-wm/windowmaker/ChangeLog @@ -0,0 +1,855 @@ +# ChangeLog for x11-wm/windowmaker +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.154 2015/06/10 15:25:30 voyageur Exp $ + +*windowmaker-9999 (10 Jun 2015) + + 10 Jun 2015; Bernard Cafarelli + +windowmaker-9999.ebuild: + Move live ebuild from gnustep overlay + + 27 May 2015; Pacho Ramos windowmaker-0.92.0-r11.ebuild, + windowmaker-0.95.5-r1.ebuild, windowmaker-0.95.6.ebuild: + Incompatible with app-i18n/scim-anthy[gtk3] (#434138) + + 20 Mar 2015; Justin Lecher files/wmaker.desktop: + Fix desktop file + + 22 Jan 2015; Bernard Cafarelli + windowmaker-0.95.6.ebuild, +files/windowmaker-0.95.6-webp_detection.patch: + Backport webp detection patch from upstream, thanks Charlie Gehlin + in bug #537240 + + 21 Jan 2015; Bernard Cafarelli + windowmaker-0.92.0-r11.ebuild, -windowmaker-0.95.3-r1.ebuild, + -windowmaker-0.95.4.ebuild, -windowmaker-0.95.4-r1.ebuild, + -windowmaker-0.95.5.ebuild, windowmaker-0.95.5-r1.ebuild, + windowmaker-0.95.6.ebuild: + Fix libXpm dependency (conditional in latest package), bug #533912 by Toralf + Förster . Also remove some versions + + 03 Sep 2014; Bernard Cafarelli + windowmaker-0.95.6.ebuild, metadata.xml: + Missing new image formats dependencies, update xrandr configure flag + +*windowmaker-0.95.6 (03 Sep 2014) + + 03 Sep 2014; Bernard Cafarelli + +windowmaker-0.95.6.ebuild: + Version bump, supports more image formats, code cleanups and translation + updates + + 17 May 2014; Agostino Sarubbo windowmaker-0.95.5-r1.ebuild: + Stable for alpha, wrt bug #496082 + + 23 Mar 2014; Agostino Sarubbo windowmaker-0.95.5-r1.ebuild: + Stable for sparc, wrt bug #496082 + + 26 Jan 2014; Agostino Sarubbo windowmaker-0.95.5-r1.ebuild: + Stable for x86, wrt bug #496082 + + 14 Jan 2014; Agostino Sarubbo windowmaker-0.95.5-r1.ebuild: + Stable for ppc, wrt bug #496082 + + 12 Jan 2014; Pacho Ramos windowmaker-0.95.5-r1.ebuild: + amd64 stable, bug #496082 + + 06 Jan 2014; Jeroen Roovers windowmaker-0.95.5-r1.ebuild: + Stable for HPPA (bug #496082). + +*windowmaker-0.95.5-r1 (06 Dec 2013) + + 06 Dec 2013; Bernard Cafarelli + +windowmaker-0.95.5-r1.ebuild, +files/windowmaker-0.95.5-bsd_crash.patch: + Fix crash on BSD, thanks Yuta SATOH in bug #493124 + +*windowmaker-0.95.5 (13 Sep 2013) + + 13 Sep 2013; Bernard Cafarelli + +windowmaker-0.95.5.ebuild: + Version bump, new feature to add drawers in dock + + 27 Jul 2013; Alexis Ballier + windowmaker-0.95.4-r1.ebuild: + keyword ~amd64-fbsd thanks to Yuta SATOH, bug #477644 + +*windowmaker-0.95.4-r1 (10 Apr 2013) + + 10 Apr 2013; Bernard Cafarelli + -windowmaker-0.95.2.ebuild, +windowmaker-0.95.4-r1.ebuild: + EAPI bump and libpng slot dependency + +*windowmaker-0.95.4 (10 Jan 2013) + + 10 Jan 2013; Bernard Cafarelli + -windowmaker-0.95.3.ebuild, +windowmaker-0.95.4.ebuild: + Version bump, keep underlinking patch as it was committed just after + tag/release + + 14 Aug 2012; Chí-Thanh Christopher Nguyễn + windowmaker-0.95.3-r1.ebuild: + Keyword ~arm. + +*windowmaker-0.95.3-r1 (11 Jul 2012) + + 11 Jul 2012; Bernard Cafarelli + +windowmaker-0.95.3-r1.ebuild, + +files/windowmaker-0.95.3-fix_underlinking.patch: + Fix underlinking on libWMaker, bug #425788 + +*windowmaker-0.95.3 (07 Jun 2012) + + 07 Jun 2012; Bernard Cafarelli + -windowmaker-0.95.1.ebuild, windowmaker-0.95.2.ebuild, + +windowmaker-0.95.3.ebuild: + Version bump, bug #417417. Do not enable xrandr by default, as recommended + upstream + + 21 May 2012; Samuli Suominen + windowmaker-0.95.1.ebuild, windowmaker-0.95.2.ebuild: + inherit eutils for make_desktop_entry + + 15 Mar 2012; Bernard Cafarelli + windowmaker-0.95.1.ebuild, windowmaker-0.95.2.ebuild: + Add missing libXmu dependency, thanks Piotr Szymaniak in bug #408325 + +*windowmaker-0.95.2 (14 Feb 2012) + + 14 Feb 2012; Bernard Cafarelli + +windowmaker-0.95.2.ebuild: + Version bump, with official tarball now + +*windowmaker-0.95.1 (10 Feb 2012) + + 10 Feb 2012; Bernard Cafarelli + +windowmaker-0.95.1.ebuild, metadata.xml: + New version! Integrates the compilation fixes/new features of our patchsets, + and adds some new features too (tab completion in run dialog, inotify + detection of configuration changes...). Fixes bug #398351 + + 12 Nov 2011; Justin Lecher windowmaker-0.92.0-r11.ebuild, + metadata.xml: + Corrected slotting for png and tiff, resorted ebuild to fit common sense + order, removed unnessesary die and illegal ebeep + + 23 Oct 2011; Samuli Suominen + -windowmaker-0.92.0-r9.ebuild, -windowmaker-0.92.0-r10.ebuild: + old + + 23 Oct 2011; Raúl Porcel windowmaker-0.92.0-r11.ebuild: + alpha/sparc stable wrt #385799 + + 15 Oct 2011; Kacper Kowalik + windowmaker-0.92.0-r11.ebuild: + ppc stable wrt #385799 + + 11 Oct 2011; Jeroen Roovers windowmaker-0.92.0-r11.ebuild: + Stable for HPPA (bug #385799). + + 08 Oct 2011; Pawel Hajdan jr + windowmaker-0.92.0-r11.ebuild: + x86 stable wrt bug #385799 + + 08 Oct 2011; Samuli Suominen + windowmaker-0.92.0-r11.ebuild: + amd64 stable wrt #385799 + + 28 Sep 2011; Samuli Suominen + windowmaker-0.92.0-r11.ebuild: + Use gentoo mirrors. + + 17 Sep 2011; Samuli Suominen + windowmaker-0.92.0-r11.ebuild: + Fix building with libpng15 (bump patchset to 5) wrt #383213 by Diego Elio + Pettenò and Ian Stakenvicius + +*windowmaker-0.92.0-r11 (21 Apr 2011) + + 21 Apr 2011; Bernard Cafarelli + +windowmaker-0.92.0-r11.ebuild: + Use FHS layout for WPrefs, to keep in sync with the new default gnustep + layout + + 08 Nov 2010; Bernard Cafarelli + -files/0.91.0/wlist-0.9x.patch, + -files/0.91.0/singleclick-shadeormaxopts-0.9x.patch2, + -windowmaker-0.92.0-r7.ebuild, -windowmaker-0.92.0-r8.ebuild, + windowmaker-0.92.0-r9.ebuild, windowmaker-0.92.0-r10.ebuild, + -files/0.92.0/windowmaker-0.92.0-configure.patch, + -files/0.92.0/windowmaker-0.92.0-fullscreen.patch, + -files/0.92.0/windowmaker-0.92.0-gcc41.patch, + -files/0.92.0/windowmaker-0.92.0-gif-before-ungif.patch, + -files/0.92.0/windowmaker-0.92.0-math_h.patch, + -files/0.92.0/windowmaker-0.92.0-qtdialogsfix.patch: + Move to virtual/jpeg, drop old versions + + 19 Oct 2010; Jeroen Roovers windowmaker-0.92.0-r9.ebuild: + Stable for HPPA (bug #330525). + + 14 Oct 2010; Brent Baude windowmaker-0.92.0-r9.ebuild: + stable ppc, bug 330525 + + 19 Sep 2010; Raúl Porcel + windowmaker-0.92.0-r9.ebuild: + alpha/sparc stable wrt #330525 + +*windowmaker-0.92.0-r10 (25 Aug 2010) + + 25 Aug 2010; Fabian Groffen + +windowmaker-0.92.0-r10.ebuild: + Revbump to bump EAPI to 3, and to drop configure problem with gnustepdir + + 24 Aug 2010; Christian Faulhammer + windowmaker-0.92.0-r9.ebuild: + stable x86, bug 330525 + + 20 Aug 2010; Markos Chandras + windowmaker-0.92.0-r9.ebuild: + Stable on amd64 wrt bug #330525 + + 14 Jul 2010; Jeroen Roovers windowmaker-0.92.0-r8.ebuild: + Stable for HPPA (bug #322741). + + 10 Jul 2010; Raúl Porcel + windowmaker-0.92.0-r8.ebuild: + alpha/sparc stable wrt #322741 + + 03 Jul 2010; Samuli Suominen + windowmaker-0.92.0-r8.ebuild: + ppc64 stable wrt #322741 + +*windowmaker-0.92.0-r9 (28 Jun 2010) + + 28 Jun 2010; Bernard Cafarelli + +windowmaker-0.92.0-r9.ebuild: + Do not use alloca in libwraster, patch from AltLinux, fixes bug #265465 + + 26 Jun 2010; windowmaker-0.92.0-r8.ebuild: + ppc stable #324153 + + 24 Jun 2010; Pacho Ramos windowmaker-0.92.0-r8.ebuild: + stable amd64, bug 322741 + + 12 Jun 2010; Pawel Hajdan jr + windowmaker-0.92.0-r8.ebuild: + x86 stable wrt bug #322741 + + 08 Mar 2010; Samuli Suominen + windowmaker-0.92.0-r8.ebuild: + Fix building with libpng14. + + 22 Jan 2010; Samuli Suominen + windowmaker-0.92.0-r8.ebuild: + Require SLOT="0" of media-libs/jpeg for headers. + + 07 Jan 2010; Fabian Groffen + windowmaker-0.92.0-r7.ebuild, windowmaker-0.92.0-r8.ebuild: + depend on x11-libs/libXinerama for USE=xinerama, thanks Brad Laue in bug + #299934 + +*windowmaker-0.92.0-r8 (28 Oct 2009) + + 28 Oct 2009; Fabian Groffen + +windowmaker-0.92.0-r8.ebuild: + Bump, add many patches from upstream's HG, possibly fix some segfaults + here and there, like bug #289949. Make compatible for Prefix. Added + Prefix keywords. + + 26 Aug 2008; Fabian Groffen metadata.xml, + -windowmaker-0.92.0-r3.ebuild, -windowmaker-0.92.0-r4.ebuild, + windowmaker-0.92.0-r7.ebuild: + Add vdesktop USE-flag for Robert Wolf in bug #234066, remove old + + 26 Aug 2008; Jeroen Roovers windowmaker-0.92.0-r7.ebuild: + Stable for HPPA (bug #234066). + + 09 Aug 2008; Raúl Porcel + windowmaker-0.92.0-r7.ebuild: + alpha/sparc/x86 stable wrt #234066 + + 09 Aug 2008; Thomas Anderson + windowmaker-0.92.0-r7.ebuild: + stable amd64, bug 234066 + + 08 Aug 2008; Markus Rothe + windowmaker-0.92.0-r7.ebuild: + Stable on ppc64; bug #234066 + + 08 Aug 2008; nixnut windowmaker-0.92.0-r7.ebuild: + Stable on ppc wrt bug 234066 + + 07 Aug 2008; Doug Goldstein metadata.xml: + add GLEP 56 USE flag desc from use.local.desc + + 18 Jun 2008; Harald van Dijk + windowmaker-0.92.0-r7.ebuild: + Don't try to add -lresolv, configure picks it up already (#226931) + + 08 Dec 2007; Bernard Cafarelli + -files/0.91.0/64bit+endian-fixes-0.9x.patch, + -files/0.91.0/maximize-fix-0.9x.patch, -files/0.91.0/menufocus.patch, + -windowmaker-0.91.0-r1.ebuild: + Dropping old version, please use 0.92.0-r* + +*windowmaker-0.92.0-r7 (22 Nov 2007) + + 22 Nov 2007; Harald van Dijk + -windowmaker-0.92.0-r6.ebuild, +windowmaker-0.92.0-r7.ebuild: + Get rid of gettextlib, so that fontconfig works (#199414) + +*windowmaker-0.92.0-r6 (21 Nov 2007) + + 21 Nov 2007; Fabian Groffen + -files/0.92.0/windowmaker-0.92.0-as-needed.patch, + +files/0.92.0/windowmaker-0.92.0-math_h.patch, + -windowmaker-0.92.0-r5.ebuild, +windowmaker-0.92.0-r6.ebuild: + Drop nowings patch that I accidentially enabled, this should make the + as-needed patch obsolete, and fix bug #199414. Retained Harald's math.h + fixes by splitting it off in a new patch. + + 18 Nov 2007; Harald van Dijk + +files/0.92.0/windowmaker-0.92.0-as-needed.patch, + windowmaker-0.92.0-r5.ebuild: + Fix building with --as-needed (#199520) + Add missing quotes in ebuild for repoman complaints + +*windowmaker-0.92.0-r5 (13 Nov 2007) + + 13 Nov 2007; Fabian Groffen + +windowmaker-0.92.0-r5.ebuild: + Backport WindowMaker 0.92.0-r5 from Prefix. This revision bump includes a + lot of patches which fix misc issues, and add some cool features, like a + bouncing dock icon upon program start. This is in line with Fedora + packaging. + + 03 Oct 2007; Raúl Porcel + windowmaker-0.92.0-r4.ebuild: + Re-add ~sparc wrt #189372 + + 21 Sep 2007; Bernard Cafarelli + windowmaker-0.92.0-r4.ebuild: + Temporary removal of ~sparc keyword, until gnustep-make-2.0 is available for + this arch + + 21 Sep 2007; Bernard Cafarelli + windowmaker-0.92.0-r4.ebuild: + Only do egnustep_env when USE=gnustep is set, bug #193111 + + 17 Sep 2007; Fabian Groffen + windowmaker-0.92.0-r4.ebuild: + Take egnustep_env out of the loop so that we don't get a rediculously long + LDFLAGS with many times the same paths + + 11 Sep 2007; Bernard Cafarelli + +files/0.92.0/windowmaker-0.92.0-configure.patch: + Add missing patch, bug #192104 + +*windowmaker-0.92.0-r4 (10 Sep 2007) + + 10 Sep 2007; Bernard Cafarelli + +windowmaker-0.92.0-r4.ebuild: + Ebuild cleanup, includes: + * themes path in some default menus (bug #187092) + * locale path fixed (bug #103698) + * WPrefs.app in GNUstep System domain (bug #170467) + * uses new GNUstep eclasses + * internal ebuild cleanups + + 02 Aug 2007; Roy Marples + windowmaker-0.91.0-r1.ebuild, windowmaker-0.92.0-r3.ebuild: + Keyworded ~x86-fbsd, #157553 thanks to Marc Kowarsky. + + 22 Jul 2007; Donnie Berkholz ; + windowmaker-0.91.0-r1.ebuild, windowmaker-0.92.0-r3.ebuild: + Drop virtual/x11 references. + + 10 Apr 2007; Jeroen Roovers windowmaker-0.92.0-r3.ebuild: + Stable for HPPA (bug #173537). + + 07 Apr 2007; Fabian Groffen + windowmaker-0.91.0-r1.ebuild, windowmaker-0.92.0-r3.ebuild: + Add x11-libs/libXt dependency, bug #173705, thanks to Ron Lockwood-Childs + + 20 Mar 2007; Michael Sterrett + -files/0.80.2/wlist.patch, + -files/0.80.2/windowmaker-0.80.2-r1-gentoo.patch, + -files/0.80.2/gtk2flickerfix.patch, -files/0.80.2/wmfpo.patch, + -files/0.80.2/trance.patch.WM-0.80.2.diff, + -files/0.80.2/xinerama.patch.bz2, -windowmaker-0.80.2-r4.ebuild: + remove old crufty version + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 04 Jan 2007; Diego Pettenò + windowmaker-0.92.0-r3.ebuild: + Get rid of comment that triggers as false positive. + + 26 Dec 2006; Tom Gall + windowmaker-0.92.0-r3.ebuild: + stable on ppc64 + + 20 Aug 2006; Luis Medinas + windowmaker-0.92.0-r3.ebuild: + Added ~ppc64 keyword requested by Kugelfang. + + 18 Aug 2006; Luis Medinas + windowmaker-0.92.0-r3.ebuild: + Stable on mips. Bug #130839. + + 24 Apr 2006; Gustavo Zacarias + windowmaker-0.92.0-r3.ebuild: + Stable on sparc wrt #130839 + + 23 Apr 2006; Thomas Cort windowmaker-0.92.0-r3.ebuild: + Stable on alpha wrt Bug #130839. + + 22 Apr 2006; Tobias Scherbaum + windowmaker-0.92.0-r3.ebuild: + ppc stable, bug #130839 + + 22 Apr 2006; Luis Medinas + windowmaker-0.92.0-r3.ebuild: + Stable on amd64. Bug #130839. + + 22 Apr 2006; Chris Gianelloni + windowmaker-0.92.0-r3.ebuild: + Stable on x86 wrt bug #130839. + + 06 Apr 2006; Luis Medinas + windowmaker-0.80.2-r2.ebuild, windowmaker-0.80.2-r4.ebuild, + windowmaker-0.91.0-r1.ebuild, windowmaker-0.92.0-r1.ebuild, + windowmaker-0.92.0-r2.ebuild, windowmaker-0.92.0-r3.ebuild: + Update Homepage thanks to Alexander Skwar on + bug #128428. + + 05 Apr 2006; Luis Medinas + windowmaker-0.91.0-r1.ebuild, -windowmaker-0.91.0-r7.ebuild, + windowmaker-0.92.0-r1.ebuild, windowmaker-0.92.0-r2.ebuild, + windowmaker-0.92.0-r3.ebuild: + More X modular love. + +*windowmaker-0.92.0-r3 (31 Jan 2006) + + 31 Jan 2006; Luis Medinas + +files/0.92.0/windowmaker-0.92.0-qtdialogsfix.patch, + windowmaker-0.80.2-r2.ebuild, windowmaker-0.80.2-r4.ebuild, + +windowmaker-0.92.0-r3.ebuild: + Added a patch to fix qt dialogs thanks to Dejan Lesjak + closes bug #120187. Modular X love to 0.80 series. + + 12 Jan 2006; Luis Medinas + windowmaker-0.80.2-r2.ebuild, windowmaker-0.80.2-r4.ebuild, + windowmaker-0.92.0-r2.ebuild: + Fix dependency of 0.80.2 version to depend only of giflib. Filter -Os flag + that seems to be broken fixes bug #105155. + +*windowmaker-0.92.0-r2 (10 Jan 2006) + + 10 Jan 2006; Luis Medinas + +files/0.92.0/windowmaker-0.92.0-fullscreen.patch, + +windowmaker-0.92.0-r2.ebuild: + Added a patch to fix fullscreen requests thanks to Bernard Cafarelli + closes bug #118119. Clean up the ebuild. + + 10 Jan 2006; Luis Medinas metadata.xml: + Set myself as maintainer. + + 08 Jan 2006; Michael Hanselmann metadata.xml: + Remove retiring dev from metadata. + + 28 Dec 2005; Mark Loeser + +files/0.92.0/windowmaker-0.92.0-gcc41.patch, + windowmaker-0.92.0-r1.ebuild: + Added patch to fix compilation with gcc-4.1. Thanks to Robert Marmorstein + for finding the patch; bug #113476 + + 24 Dec 2005; Carsten Lohrke + windowmaker-0.91.0-r1.ebuild: + removed libungif from dependencies, #115290 + + 17 Sep 2005; Ciaran McCreesh ChangeLog: + Converted to UTF-8, fixed encoding screwups + + 12 Jul 2005; Stephen P. Becker + windowmaker-0.91.0-r1.ebuild: + stable on mips + +*windowmaker-0.92.0-r1 (06 Jul 2005) + + 06 Jul 2005; Armando Di Cianno + -windowmaker-0.92.0.ebuild, +windowmaker-0.92.0-r1.ebuild: + Fixes for bug 97960 and bug 97961 + + 05 Jul 2005; Armando Di Cianno + windowmaker-0.92.0.ebuild: + Fixes for bug 97959 + + 05 Jul 2005; Armando Di Cianno + windowmaker-0.92.0.ebuild: + amd64/mmx fixes for bug 97963 ; more changes + + 05 Jul 2005; Armando Di Cianno + windowmaker-0.92.0.ebuild: + amd64/mmx fixes for bug 97963 + +*windowmaker-0.92.0 (04 Jul 2005) + + 04 Jul 2005; Armando Di Cianno + +windowmaker-0.92.0.ebuild: + Version bump + + 24 Jun 2005; Armando Di Cianno + windowmaker-0.80.2-r2.ebuild, windowmaker-0.80.2-r4.ebuild, + windowmaker-0.91.0-r1.ebuild, windowmaker-0.91.0-r7.ebuild: + Fixes for RDEPEND not drawing in correct binary packages if emerge -K; bug + 39777 + + 23 Jun 2005; Armando Di Cianno + -files/singleclick-shadeormaxopts-0.9x.patch, + +files/0.80.2/gtk2flickerfix.patch, -files/wlist-0.9x.patch, + +files/0.80.2/xinerama.patch.bz2, + +files/0.91.0/64bit+endian-fixes-0.9x.patch, + +files/0.91.0/maximize-fix-0.9x.patch, +files/0.91.0/wlist-0.9x.patch, + -files/singleclick-shadeormaxopts-0.9x.patch2, + +files/0.80.2/windowmaker-0.80.2-r1-gentoo.patch, + +files/0.80.2/wlist.patch, +files/0.91.0/menufocus.patch, + -files/20_endian+64bit.diff, + +files/0.91.0/singleclick-shadeormaxopts-0.9x.patch2, + -files/windowmaker-0.80.2-r1-gentoo.patch, + +files/0.80.2/trance.patch.WM-0.80.2.diff, +files/0.80.2/wmfpo.patch, + -files/gtk2flickerfix.patch, -files/64bit+endian-fixes-0.9x.patch, + -files/maximize-fix-0.9x.patch, -files/trance.patch.WM-0.80.2.diff, + -files/menufocus.patch, -files/wlist.patch, -files/wmfpo.patch, + -files/xinerama.patch.bz2, windowmaker-0.80.2-r2.ebuild, + windowmaker-0.80.2-r4.ebuild, windowmaker-0.91.0-r1.ebuild, + windowmaker-0.91.0-r7.ebuild: + Cleanup of windowmaker ebuild files, patches, etc + + 23 Jun 2005; Armando Di Cianno + -windowmaker-0.80.2-r3.ebuild, -windowmaker-0.91.0-r6.ebuild: + Pruned old windowmaker ebuilds + +*windowmaker-0.91.0-r7 (23 Jun 2005) + + 23 Jun 2005; Armando Di Cianno + +files/maximize-fix-0.9x.patch, +windowmaker-0.91.0-r7.ebuild: + Fixes for bug 71301 (regarding maximize/unmaximize issues) + + 23 Jun 2005; Armando Di Cianno + -windowmaker-0.91.0-r4.ebuild, -windowmaker-0.91.0-r5.ebuild: + Pruned old revisions + +*windowmaker-0.91.0-r6 (23 Jun 2005) + + 23 Jun 2005; Armando Di Cianno + +files/singleclick-shadeormaxopts-0.9x.patch2, + -windowmaker-0.91.0-r2.ebuild, -windowmaker-0.91.0-r3.ebuild, + +windowmaker-0.91.0-r6.ebuild: + Fixes for earlier fixes to fix bug 90119 (can't move dock) + +*windowmaker-0.91.0-r5 (23 Jun 2005) + + 23 Jun 2005; Jonathan Smith + +windowmaker-0.91.0-r5.ebuild: + #47074: made windowmaker show up in gdm options + + 07 Apr 2005; Simon Stelling + windowmaker-0.91.0-r1.ebuild: + stable on amd64 + + 24 Mar 2005; Armando Di Cianno + windowmaker-0.91.0-r4.ebuild: + Yet again, more changes per bug 85993 + + 22 Mar 2005; Armando Di Cianno + windowmaker-0.91.0-r4.ebuild: + argh...forgot to remove a change + + 21 Mar 2005; Armando Di Cianno + windowmaker-0.91.0-r4.ebuild: + fixes for giflib changes that caused bug 85993 + + 20 Mar 2005; Armando Di Cianno metadata.xml, + windowmaker-0.91.0-r4.ebuild: + libtoolize fixes for bug 85993 + + 20 Mar 2005; Armando Di Cianno + windowmaker-0.91.0-r1.ebuild, windowmaker-0.91.0-r2.ebuild, + windowmaker-0.91.0-r3.ebuild, windowmaker-0.91.0-r4.ebuild: + Removed useless USE flag + +*windowmaker-0.91.0-r4 (18 Mar 2005) + + 18 Mar 2005; Armando Di Cianno + +windowmaker-0.91.0-r4.ebuild: + giflib fixes; bug 85720 + +*windowmaker-0.91.0-r3 (17 Mar 2005) + + 17 Mar 2005; Armando Di Cianno -files/xinerama.patch, + +files/xinerama.patch.bz2, -windowmaker-0.80.2-r1.ebuild, + windowmaker-0.80.2-r2.ebuild, windowmaker-0.80.2-r3.ebuild, + windowmaker-0.80.2-r4.ebuild, -windowmaker-0.90.0.ebuild, + windowmaker-0.91.0-r3.ebuild, -windowmaker-0.91.0.ebuild: + bzipped xinerama.patch for older windowmaker ebuilds, as it crossed 20k; + removed old windowmaker ebuilds; re-added ~mips keyworded to latest + windowmaker rev, as gnustep use flag is now masked for mips, removing the + breakage + + 10 Jan 2005; Armando Di Cianno + windowmaker-0.91.0-r1.ebuild, windowmaker-0.91.0-r2.ebuild, + windowmaker-0.91.0.ebuild: + Syntactical changes for bug 69872; grammer fixes, too + + 09 Jan 2005; : + windowmaker-0.91.0-r2.ebuild: + Added fix to crash on app launch in windowmaker-0.91.0-r2.ebuild. + + 30 Nov 2004; Bryan Østergaard + windowmaker-0.91.0-r1.ebuild: + Stable on alpha, bug 68857. + + 26 Nov 2004; Jason Wever windowmaker-0.91.0-r1.ebuild: + Stable on sparc wrt securit bug #68857. + + 26 Nov 2004; Joseph Jezak + windowmaker-0.91.0-r1.ebuild: + Marked ppc stable for bug #68857. + + 24 Nov 2004; Olivier Crete windowmaker-0.91.0-r1.ebuild: + Marking stable on x86 per security bug #68857 + + 23 Nov 2004; Jeremy Huddleston + +files/wmaker.desktop, windowmaker-0.91.0-r1.ebuild: + Stable amd64... bug #68857. + + 14 Nov 2004; Hardave Riar windowmaker-0.90.0.ebuild, + windowmaker-0.91.0-r1.ebuild: + Added ~mips, bug #68857. + +*windowmaker-0.91.0-r1 (11 Nov 2004) + + 11 Nov 2004; Armando Di Cianno + +windowmaker-0.91.0-r1.ebuild: + Mass Update: gnustep.eclass revamped to allow configurable root install; + gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions + bumped where files would change); some KEYWORDS were accidentally dropped + between version bumps of packages -- this has been resolved; windowmaker + correctly supports gnustep now + + 07 Nov 2004; Simon Stelling windowmaker-0.91.0.ebuild: + added ~amd64 + + 05 Nov 2004; Simon Stelling windowmaker-0.90.0.ebuild: + added ~amd64 + + 01 Nov 2004; Gustavo Zacarias + windowmaker-0.91.0.ebuild: + Keyworded ~sparc + + 31 Oct 2004; Bryan Østergaard + windowmaker-0.90.0.ebuild: + ~alpha keyword. + + 30 Oct 2004; Michele Noberasco windowmaker-0.91.0.ebuild: + Added ~x86 keyword... + +*windowmaker-0.91.0 (29 Oct 2004) + + 29 Oct 2004; Armando Di Cianno + windowmaker-0.90.0.ebuild, +windowmaker-0.91.0.ebuild: + Version bump; new version for upstream changes for better NETWM support; + keyworded for ~ppc + + 29 Oct 2004; Armando Di Cianno : + Added depend for media-libs/fontconfig to 0.90.0 + + 28 Oct 2004; Armando Di Cianno + windowmaker-0.90.0.ebuild: + Fixed einfo typo about location of WPrefs.app + + 26 Oct 2004; Michele Noberasco windowmaker-0.90.0.ebuild: + Added ~x86 keyword... + + 24 Oct 2004; Jason Wever windowmaker-0.90.0.ebuild: + Added ~sparc keyword wrt bug #68729. + +*windowmaker-0.90.0 (24 Oct 2004) + + 24 Oct 2004; Armando Di Cianno + +windowmaker-0.90.0.ebuild: + Version bump; keyworded for ~ppc; new version supports anti-aliased fonts -- + finally ;-) -- as well as NETWM support for better GNOME 2 and KDE 3 use. + + 30 Aug 2004; Pieter Van den Abeele + windowmaker-0.80.2-r3.ebuild, windowmaker-0.80.2-r4.ebuild: + Masked windowmaker-0.80.2-r4.ebuild stable for ppc + + 30 Aug 2004; Pieter Van den Abeele + windowmaker-0.80.2-r3.ebuild: + Masked windowmaker-0.80.2-r3.ebuild stable for ppc + + 30 Aug 2004; Pieter Van den Abeele : + Masked windowmaker-0.80.2-r2.ebuild stable for ppc + + 25 Jul 2004; Michele Noberasco windowmaker-0.80.2-r4.ebuild: + Fixed non existing dodoc entry BUGFORUM to BUGFORM. + + 23 Jul 2004; Tom Gall windowmaker-0.80.2-r4.ebuild: + stable on ppc64 + +*windowmaker-0.80.2-r4 (07 Jun 2004) + + 17 Jun 2004; Armando Di Cianno + metadata.xml, windowmaker-0.80.2-r4.ebuild: + Added windowmaker to gnustep herd. Added ~ARCH for ppc64. + + 07 Jun 2004; Nick Hadaway + windowmaker-0.80.2-r4.ebuild, files/wmfpo.patch, + files/gtk2flickerfix.patch: + A new release of WindowMaker coming from upstream cvs will be real + soon now but these two updates are very nice. Pretty soon + windowmaker will be more popular than gnome and kde combined! muhaha! + GTK+2 applications should no longer fight for focus and the wmfpo patch + adds options in WPrefs.app for single-click window raising and window + maximizing instead of shading. Thanks to bug submitters and testers + on #38481 and #49804. + + 27 Apr 2004; Aron Griffis + windowmaker-0.80.2-r1.ebuild, windowmaker-0.80.2-r2.ebuild: + Add inherit eutils + + 22 Jul 2003; Daniel Ahlberg windowmaker-0.80.3-r3.ebuild : + Changed flags alteration. + + 19 Jul 2003; Nick Hadaway windowmaker-0.80.2-r3.ebuild: + Added a xinerama patch. + +*windowmaker-0.80.2-r3 (10 Jul 2003) + + 10 Jul 2003; Nick Hadaway windowmaker-0.80.2-r3.ebuild, + file/wlist.patch, files/trance.patch.WM-0.80.2.diff: + Scroll with arrow keys and a menu transparency patch. :) + + 19 Jun 2003; Joshua Kinard windowmaker-0.80.2-r2.ebuild: + Added ~mips to KEYWORDS. + + 12 Jun 2003; Seemant Kulleen + windowmaker-0.80.2-r1.ebuild, windowmaker-0.80.2-r2.ebuild: + xpm is provided by xfree + +*windowmaker-0.80.2-r2 (06 Jun 2003) + + 06 Jun 2003; robh windowmaker-0.80.2-r2.ebuild: + fixed the path for WPrefs. Thanks to Eric Shattow + +*windowmaker-0.80.2-r1 + + 05 Jun 2003; robh windowmaker-0.80.1-r2.ebuild, + windowmaker-0.80.2.ebuild, files/windowmaker-0.80.1-gentoo.patch: + moved /usr/share/GNUstep sillyness to /usr/lib/GNUstep. closes #10870. + removed old versions. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*windowmaker-0.80.2 (10 Nov 2002) + + 13 Nov 2002; Nick Hadaway windowmaker-0.80.2.ebuild : + Marked all arches stable. + + 10 Nov 2002; Nick Hadaway windowmaker-0.80.2.ebuild : + Version bump. Fixes a potential buffer overflow. + +*windowmaker-0.80.1-r2 (17 Jul 2002) + + 21 Oct 2002; Nick Hadaway + windowmaker-0.80.1-r2.ebuild : + Changed the description at lostlogic's request. :) + + 28 Sep 2002; Nick Hadaway + windowmaker-0.80.1-r2.ebuild : + Removed wmfpo comments completely as it has been merged into the + gentoo patch + + 27 Sep 2002; Nick Hadaway + windowmaker-0.80.1-r2.ebuild : + Commented out wmfpo-81.patch as it no longer appears in the files + directory. + + 13 Sep 2002; Owen Stampflee : + Added PPC to KEYWORDS. + + 06 Aug 2002; Nick Hadaway windowmaker-0.80.1-r2.ebuild, + files/wmfpo-81.patch, files/windowmaker-0.80.1-gentoo.patch : + Updated the wmfpo patch for 0.80.1. Added to the gentoo patch to + address bug #5975. Cleaned up xpm comment. Deleted unneeded ebuilds + and files. + + 17 Jul 2002; Nick Hadaway + windowmaker-0.80.1-r2.ebuild : + Uncommented the wmfpo-80.patch as it still works with this latest version. + Closes bug #5139. + +*windowmaker-0.80.1-r2 (13 Jul 2002) + + 13 Jul 2002; Nick Hadaway + windowmaker-0.80.1-r2.ebuild files/digest-windowmaker-0.80.1-r1: + + Changed WPrefs.app utility to install in /usr/share/GNUstep instead of + /usr/GNUstep. Closes bug #4893. This ebuild also does not require + gnustep-env. + +*windowmaker-0.80.1-r1 (03 Jul 2002) + + 03 Jul 2002; Seemant Kulleen + windowmaker-0.80.1-r1.ebuild files/digest-windowmaker-0.80.1-r1 : + + lwj the upstream developer for Taiwanese + translations gave us a patch to make it compile and install correctly. + +*windowmaker-0.80.1 (02 Jul 2002) + + 02 Jul 2002; Seemant Kulleen windowmaker-0.80.1.ebuild + files/digest-windowmaker-0.80.1 : + + Version bump. Removed Taiwanese translations installation. + +*windowmaker-0.80.0-r3 (10 May 2002) + 10 May 2002; José Alberto Suárez López windowmaker-0.80.0-r3.ebuild : + added a comment about the libxpm. + +*windowmaker-0.80.0-r3 (8 May 2002) + 8 May 2002; José Alberto Suárez López windowmaker-0.80.0-r3.ebuild : + fix a error in the url of the WindowMaker-extra. + +*windowmaker-0.80.0-r3 (18 Apr 2002) + 18 Apr 2002; Spider windowmaker-0.80.0-r3.ebuild: + remove "xpm" dependency since this is in XFree now. + +*windowmaker-0.80.0-r3 (18 Apr 2002) + 18 Apr 2002; Spider windowmaker-0.80.0-r3.ebuild: + removed an extra ) in the gif? part + +*windowmaker-0.80.0-r3 (12 Apr 2002) + + 12 Apr 2002; Seemant Kulleen windowmaker-0.80.0-r3.ebuild: + + Removed the ungif USE flag in favour of the gif USE flag. Also, adjusted + the libpng dependency to reflect the 1.2.1 release of that library. + +*windowmaker-0.80.0-r2 (2 Apr 2002) + + 2 Apr 2002; Seemant Kulleen windowmaker-0.80.0-r2.ebuild: + + Added USE dependent nls and sound compilation. + +*windowmaker-0.80.0-r1 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-wm/wm2/ChangeLog b/x11-wm/wm2/ChangeLog new file mode 100644 index 00000000..76649c6b --- /dev/null +++ b/x11-wm/wm2/ChangeLog @@ -0,0 +1,58 @@ +# ChangeLog for x11-wm/wm2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wm2/ChangeLog,v 1.17 2015/05/14 07:48:10 mr_bones_ Exp $ + + 14 May 2015; Michael Sterrett wm2-4-r1.ebuild: + EAPI=5 + + 24 Aug 2014; Michael Palimaka -wm2-4.ebuild: + Remove old. + + 09 Aug 2014; Agostino Sarubbo wm2-4-r1.ebuild: + Stable for ppc, wrt bug #393817 + + 19 Oct 2013; Pacho Ramos metadata.xml: + Cleanup due desktop-wm removal + + 18 Dec 2011; Pawel Hajdan jr wm2-4-r1.ebuild: + x86 stable wrt bug #393817 + + 16 Dec 2011; Agostino Sarubbo wm2-4-r1.ebuild: + Stable for AMD64, wrt bug #393817 + +*wm2-4-r1 (26 Aug 2010) + + 26 Aug 2010; Kacper Kowalik +wm2-4-r1.ebuild: + Respect user flags wrt bug 334681. Thanks to Diego for the report. + + 30 Jun 2007; Santiago M. Mola + files/wm2-4-gentoo.patch, wm2-4.ebuild: + Fixed build on amd64. Thanks to angelos and vapier. bug #153575 + + 21 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + + 15 Mar 2006; Donnie Berkholz ; wm2-4.ebuild: + (#122540) Add modular X deps, based on work of Santiago M. Mola. + + 20 Jul 2005; Herbie Hopkins wm2-4.ebuild: + Stable on amd64. + + 01 Jul 2005; Joseph Jezak wm2-4.ebuild: + Marked ppc stable for bug #97646. + + 21 Jun 2005; Danny van Dyk wm2-4.ebuild: + Marked ~amd64. + + 10 May 2005; David Holm wm2-4.ebuild: + Added to ~ppc. + + 26 Apr 2004; Mamoru KOMACHI wm2-4.ebuild: + Marked stable on x86. Don't assign default to S. inherit eutils for epatch. + +*wm2-4 (20 Oct 2003) + + 20 Oct 2003; Mamoru KOMACHI wm2-4.ebuild, + files/wm2-4-gentoo.patch: + Initial import. Ebuild submitted by Satoshi Fuktommy + This closes Bug #17129. diff --git a/x11-wm/wmfs/ChangeLog b/x11-wm/wmfs/ChangeLog new file mode 100644 index 00000000..d1f99a37 --- /dev/null +++ b/x11-wm/wmfs/ChangeLog @@ -0,0 +1,24 @@ +# ChangeLog for x11-wm/wmfs +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmfs/ChangeLog,v 1.4 2015/07/28 05:57:16 jer Exp $ + +*wmfs-99999999 (28 Jul 2015) + + 28 Jul 2015; Jeroen Roovers +wmfs-99999999.ebuild, + +files/wmfs-99999999-desktop.patch: + Live ebuild. + + 28 Jul 2015; Jeroen Roovers wmfs-201003.ebuild: + Depend on media-libs/imlib2[X] (bug #556014 by Toralf Förster). + + 08 Jun 2015; Jeroen Roovers wmfs-201003.ebuild, + files/wmfs-201003-desktop.patch: + Desktop entry goes into xsessions. + +*wmfs-201003 (08 Jun 2015) + + 08 Jun 2015; Jeroen Roovers +wmfs-201003.ebuild, + +files/wmfs-201003-desktop.patch, +files/wmfs-201003-pthread.patch, + +metadata.xml: + Initial commit. + diff --git a/x11-wm/wmii/ChangeLog b/x11-wm/wmii/ChangeLog new file mode 100644 index 00000000..45a70700 --- /dev/null +++ b/x11-wm/wmii/ChangeLog @@ -0,0 +1,204 @@ +# ChangeLog for x11-wm/wmii +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmii/ChangeLog,v 1.46 2013/10/19 15:42:25 pacho Exp $ + +*wmii-3.9.2-r4 (19 Oct 2013) + + 19 Oct 2013; Pacho Ramos +wmii-3.9.2-r4.ebuild, + -wmii-3.9.2-r3.ebuild: + Build dynamically (#273332) + + 19 Oct 2013; Pacho Ramos -wmii-3.9.2-r2.ebuild, + metadata.xml: + Cleanup due desktop-wm removal + + 09 Apr 2013; Naohiro Aota wmii-3.9.2-r3.ebuild: + Add ~x86-fbsd wrt bug #157553 + + 04 May 2012; Jeff Horelick wmii-3.9.2-r2.ebuild, + wmii-3.9.2-r3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + +*wmii-3.9.2-r3 (05 Mar 2012) + + 05 Mar 2012; Samuli Suominen +wmii-3.9.2-r3.ebuild: + Revision bump to force rebuild against -r3 of libixp wrt #393299 + + 04 Dec 2011; Samuli Suominen -wmii-3.9.2-r1.ebuild: + old + +*wmii-3.9.2-r2 (04 Dec 2011) + + 04 Dec 2011; Samuli Suominen +wmii-3.9.2-r2.ebuild: + Use system copy of sys-libs/libixp wrt #323037 + + 29 May 2011; Kacper Kowalik wmii-3.9.2-r1.ebuild: + Fix underlinking wrt #369115 + + 08 Feb 2011; Kacper Kowalik wmii-3.9.2-r1.ebuild: + Added ~ppc wrt #323039 + + 29 Aug 2010; Kacper Kowalik wmii-3.9.2-r1.ebuild: + Fix build with gmake 3.82 wrt bug 335083. Thanks to Diego for the report. + + 26 Jun 2010; Samuli Suominen wmii-3.9.2-r1.ebuild: + Respect AR, and avoid running sed. + +*wmii-3.9.2-r1 (26 Jun 2010) + + 26 Jun 2010; Jeroen Roovers -wmii-3.9.2.ebuild, + +wmii-3.9.2-r1.ebuild: + Respect CC. + +*wmii-3.9.2 (26 Jun 2010) + + 26 Jun 2010; Samuli Suominen +wmii-3.9.2.ebuild: + Version bump. + + 22 Jun 2010; Jeroen Roovers wmii-3.6-r2.ebuild, + wmii-3.9.ebuild: + Marked ~hppa (bug #323039). + + 12 Jun 2010; Samuli Suominen wmii-3.9.ebuild: + Remove x11-misc/dmenu RDEPEND wrt #323673 by Kris Maglione. + +*wmii-3.9 (07 Jun 2010) + + 07 Jun 2010; Samuli Suominen +wmii-3.9.ebuild: + Version bump wrt #291176 by Jeroen Roovers. + + 02 Jun 2010; Torsten Veller metadata.xml: + Remove omp from metadata.xml (#147119) + + 13 Jul 2009; wmii-3.6-r1.ebuild, wmii-3.6-r2.ebuild: + Does not work with libixp versions newer than 0.4. (bug #277638) + + 11 Jun 2009; Christian Faulhammer wmii-3.6-r1.ebuild, + wmii-3.6-r2.ebuild, +files/wmii-3.6-64bit-safe.patch: + fix abort on 64bit architectures (bug 231299 by Alex 'wired' Alexander + ); correct HOMEPAGE and add + media-fonts/font-misc-misc as dependency (forums by superwutze) + +*wmii-3.6-r2 (24 Apr 2008) + + 24 Apr 2008; David Shakaryan +wmii-3.6-r2.ebuild: + Fix launching of dmenu; thanks to Casey Carter. (bug #214224) + +*wmii-3.6-r1 (19 Nov 2007) + + 19 Nov 2007; David Shakaryan -wmii-3.6.ebuild, + +wmii-3.6-r1.ebuild: + Rid paths of temporary install directory. (bug #199551) + + 19 Nov 2007; David Shakaryan wmii-3.5.1.ebuild: + Depend on correct version of libixp for older release. (bug #199556) + + 19 Nov 2007; David Shakaryan -wmii-3.6_rc2.ebuild: + Remove older version. + + 19 Nov 2007; David Shakaryan wmii-3.6.ebuild: + Depend on correct version of libixp. (bug #199522) + +*wmii-3.6 (18 Nov 2007) + + 18 Nov 2007; David Shakaryan +wmii-3.6.ebuild: + Version bump. + + 09 Oct 2007; David Shakaryan wmii-3.5.1.ebuild, + wmii-3.6_rc2.ebuild: + Add xmessage and xsetroot dependencies. (bug #195126) + + 01 Aug 2007; David Shakaryan wmii-2.ebuild: + Add x11-apps/xmessage and x11-apps/xsetroot to RDEPEND. (bug #144783) + + 22 Jul 2007; David Shakaryan wmii-2.ebuild: + Remove virtual/x11 from dependencies. + +*wmii-3.6_rc2 (09 Feb 2007) + + 09 Feb 2007; David Shakaryan + -files/wmii-20070116-WMState.patch, +wmii-3.6_rc2.ebuild, + -wmii-20070116.ebuild, -wmii-20070116-r1.ebuild: + Version bump. (bug #165800) + +*wmii-20070116-r1 (30 Jan 2007) + + 30 Jan 2007; David Shakaryan + +files/wmii-20070116-WMState.patch, +wmii-20070116-r1.ebuild: + Apply xprop/gtk d'n'd patch; thanks to Roland Kammerer. (bug #164429) + +*wmii-20070116 (30 Jan 2007) + + 30 Jan 2007; David Shakaryan +wmii-20070116.ebuild: + Version bump to 20070116 snapshot; thanks to Armando Di Cianno. (bug #164429) + + 20 Jan 2007; Markus Rothe wmii-3.5.1.ebuild: + Added ~ppc64 + + 17 Jan 2007; David Shakaryan wmii-3.5.1.ebuild: + Fix sed expression. (bug #160328) + + 28 Dec 2006; David Shakaryan files/wmii.desktop, + metadata.xml, +wmii-3.5.1.ebuild: + Major version bump and add myself as maintainer. (bug #117143) + + 14 Jul 2006; Torsten Veller wmii-2.ebuild: + Added x11-apps/xdpyinfo to RDEPEND. Reported by Michael P. in bug #138756. + + 13 Apr 2006; Stephanie Lockwood-Childs wmii-2.ebuild: + marking ~ppc (Bug #129463, reported by Stephan Weller) + + 24 Jan 2006; Torsten Veller -wmii-1.1.ebuild, + wmii-2.ebuild: + Removed old version. Added support for modular X. + +*wmii-2 (12 Aug 2005) + + 12 Aug 2005; Torsten Veller +files/wmii-2_050802.patch, + +wmii-2.ebuild: + New release. + +*wmii-1.1 (13 Jun 2005) + + 13 Jun 2005; Torsten Veller -wmii-1.ebuild, + +wmii-1.1.ebuild: + Version bump. Thanks to Yann Lamontagne (bug #95973). + + 04 Jun 2005; Olivier Crête wmii-1.ebuild: + Add ~amd64 keyword per bug #94998 + +*wmii-1 (01 Jun 2005) + + 01 Jun 2005; Torsten Veller -wmii-0.20050510.ebuild, + +wmii-1.ebuild: + First Relese. Removed cairo support because it's really broken. + + 14 May 2005; Rene Nussbaumer + wmii-0.20050510.ebuild: + added ~hppa + +*wmii-0.20050510 (11 May 2005) + + 11 May 2005; Torsten Veller -wmii-0.20050506.ebuild, + +wmii-0.20050510.ebuild: + New snapshot. + +*wmii-0.20050506 (06 May 2005) + + 06 May 2005; Torsten Veller metadata.xml, + -wmii-0.20050504.ebuild, +wmii-0.20050506.ebuild: + New snap. + +*wmii-0.20050504 (04 May 2005) + + 04 May 2005; Torsten Veller -wmii-0.20050420.ebuild, + +wmii-0.20050504.ebuild: + New snapshot. + +*wmii-0.20050420 (21 Apr 2005) + + 21 Apr 2005; Torsten Veller +files/wmii.desktop, + +metadata.xml, +wmii-0.20050420.ebuild: + Initial commit. + Package.masked because it's a pre-release snapshot. + Thanks to Ingo Bormuth, René Nussbaumer in bug #83500. diff --git a/x11-wm/xmonad-contrib/ChangeLog b/x11-wm/xmonad-contrib/ChangeLog new file mode 100644 index 00000000..46764abf --- /dev/null +++ b/x11-wm/xmonad-contrib/ChangeLog @@ -0,0 +1,144 @@ +# ChangeLog for x11-wm/xmonad-contrib +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/ChangeLog,v 1.30 2015/08/08 13:45:49 slyfox Exp $ + + 08 Aug 2015; Sergei Trofimovich + xmonad-contrib-0.11.4.ebuild: + Added missing old-time and old-locale depends for ghc-7.10 (bug #556864 by Joe + Kappus) + + 01 Aug 2015; Sergei Trofimovich + xmonad-contrib-0.11.4.ebuild: + Disable debugging info. + +*xmonad-contrib-0.11.4 (03 Apr 2015) + + 03 Apr 2015; Mark Wright + +files/xmonad-contrib-0.11.4-import-Applicative.patch, + +xmonad-contrib-0.11.4.ebuild: + Bump xmonad-contrib to 0.11.4 + + 11 May 2014; Sergei Trofimovich + -xmonad-contrib-0.10.ebuild, -xmonad-contrib-0.11.1.ebuild, + -xmonad-contrib-0.11.ebuild: + Drop old (found by Patrick Lauer in bug #510012). + + 21 Feb 2014; Sergei Trofimovich + +files/xmonad-contrib-0.11.2-ghc-7.8.patch, xmonad-contrib-0.11.2.ebuild: + Add ghc-7.8 support. + + 29 Jul 2013; Agostino Sarubbo xmonad-contrib-0.11.2.ebuild: + Stable for x86, wrt bug #478288 + + 27 Jul 2013; Agostino Sarubbo xmonad-contrib-0.11.2.ebuild: + Stable for amd64, wrt bug #478288 + +*xmonad-contrib-0.11.2 (27 Jul 2013) + + 27 Jul 2013; Sergei Trofimovich + +xmonad-contrib-0.11.2.ebuild: + Version bump (fixes CVE-2013-1436). + +*xmonad-contrib-0.11.1 (04 Apr 2013) + + 04 Apr 2013; Mark Wright +xmonad-contrib-0.11.1.ebuild, + metadata.xml: + Thanks to eternalfuzzy1 for reporting, fix Bug 464496 - x11-wm/xmonad- + contrib-0.11.1 version bump (fixes compile error with latest dev-haskell/x11). + +*xmonad-contrib-0.11 (02 Jan 2013) + + 02 Jan 2013; Sergei Trofimovich + +xmonad-contrib-0.11.ebuild: + Version bump. + + 16 Dec 2012; Sergei Trofimovich + -xmonad-contrib-0.9.2.ebuild, -xmonad-contrib-0.9.ebuild: + Removed old (bug #439444 by azemilian). + + 16 Dec 2012; Agostino Sarubbo xmonad-contrib-0.10.ebuild: + Stable for x86, wrt bug #447462 + + 16 Dec 2012; Agostino Sarubbo xmonad-contrib-0.10.ebuild: + Stable for amd64, wrt bug #447462 + + 12 Sep 2012; Alexander Vershilov + xmonad-contrib-0.10.ebuild, xmonad-contrib-0.9.2.ebuild, + xmonad-contrib-0.9.ebuild: + move x11-wm/xmonad-contrib/xmonad-contrib-0.9.2.ebuild ebuild to + mirror://hackage + + 13 Apr 2012; Ulrich Müller xmonad-contrib-0.9.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. + + 15 Mar 2012; Mark Wright xmonad-contrib-0.10.ebuild: + added dev-haskell/random depend (reported by styx) + + 06 Mar 2012; Mark Wright xmonad-contrib-0.10.ebuild: + Add ~ppc64 keywords to xmonad-contrib 0.10, thanks to EM3RY for testing. + +*xmonad-contrib-0.10 (22 Nov 2011) + + 22 Nov 2011; Sergei Trofimovich + +xmonad-contrib-0.10.ebuild: + Version bump (bug #391161 by Mike Limansky) + +*xmonad-contrib-0.9.2 (11 May 2011) + + 11 May 2011; Sergei Trofimovich + -xmonad-contrib-0.5.ebuild, -xmonad-contrib-0.6.ebuild, + -xmonad-contrib-0.7.ebuild, -xmonad-contrib-0.8.ebuild, + -xmonad-contrib-0.8.1.ebuild, +xmonad-contrib-0.9.2.ebuild: + Version bump. Drop sparc keyword. Drop old. + + 19 Apr 2011; Thomas Kahle xmonad-contrib-0.9.ebuild: + x86 stable per bug 359843 + + 22 Mar 2011; Christoph Mende xmonad-contrib-0.9.ebuild: + Stable on amd64 wrt bug #359843 + + 24 Feb 2010; Markos Chandras + xmonad-contrib-0.8.1.ebuild: + Stable on amd64 wrt bug #297347 + + 31 Dec 2009; Christian Faulhammer + xmonad-contrib-0.8.1.ebuild: + stable x86, bug 297347 + + 27 Oct 2009; xmonad-contrib-0.9.ebuild: + Add utf8-string as a mandatory dep + +*xmonad-contrib-0.9 (26 Oct 2009) + + 26 Oct 2009; +xmonad-contrib-0.9.ebuild: + Version bump + +*xmonad-contrib-0.8.1 (31 Jul 2009) + + 31 Jul 2009; Lennart Kolmodin + +xmonad-contrib-0.8.1.ebuild: + Version bump. + +*xmonad-contrib-0.8 (06 Sep 2008) + + 06 Sep 2008; Lennart Kolmodin + +xmonad-contrib-0.8.ebuild: + Bump package to match xmonad-0.8 + +*xmonad-contrib-0.7 (11 Apr 2008) + + 11 Apr 2008; Lennart Kolmodin + +xmonad-contrib-0.7.ebuild: + Version bump. + +*xmonad-contrib-0.6 (02 Feb 2008) + + 02 Feb 2008; Lennart Kolmodin + +xmonad-contrib-0.6.ebuild: + Version bump, xft still disabled + +*xmonad-contrib-0.5 (16 Dec 2007) + + 16 Dec 2007; Lennart Kolmodin +metadata.xml, + +xmonad-contrib-0.5.ebuild: + Initial import. xmonad-contrib is a library of extensions to x11-wm/xmonad. diff --git a/x11-wm/xmonad/ChangeLog b/x11-wm/xmonad/ChangeLog new file mode 100644 index 00000000..b4efe3e5 --- /dev/null +++ b/x11-wm/xmonad/ChangeLog @@ -0,0 +1,156 @@ +# ChangeLog for x11-wm/xmonad +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad/ChangeLog,v 1.39 2015/04/03 04:46:15 gienah Exp $ + +*xmonad-0.11.1 (03 Apr 2015) + + 03 Apr 2015; Mark Wright +xmonad-0.11.1.ebuild: + Bump xmonad to 0.11.1 + + 20 Mar 2015; Justin Lecher files/xmonad.desktop: + Fix desktop file + +*xmonad-0.11-r3 (27 Feb 2015) + + 27 Feb 2015; Sergei Trofimovich + +files/xmonad-0.11-ghc-7.10.patch, +files/xmonad-0.11-sample.patch, + +files/xmonad-check-repeat.patch, +xmonad-0.11-r3.ebuild, metadata.xml: + x11-wm/xmonad: fix sample (thanks to NP-Hardass) + + 11 May 2014; Sergei Trofimovich -xmonad-0.10.ebuild, + -xmonad-0.11.ebuild: + Drop old (found by Patrick Lauer in bug #510012). + + 29 Jul 2013; Agostino Sarubbo xmonad-0.11-r1.ebuild: + Stable for x86, wrt bug #478288 + + 27 Jul 2013; Agostino Sarubbo xmonad-0.11-r1.ebuild: + Stable for amd64, wrt bug #478288 + + 11 May 2013; Sergei Trofimovich xmonad-0.10.ebuild: + Added missing depend on 'dev-haskell/extensible-exceptions' (bug #468502 by + ghdebhekei3n at yopmail.com). + +*xmonad-0.11-r1 (05 Jan 2013) + + 05 Jan 2013; Sergei Trofimovich +xmonad-0.11-r1.ebuild: + restored session file, example config and man (reported by mimi_vx) + + 01 Jan 2013; Sergei Trofimovich xmonad-0.11.ebuild: + Tuned sort order for keywords. + +*xmonad-0.11 (01 Jan 2013) + + 01 Jan 2013; +xmonad-0.11.ebuild, xmonad-0.10.ebuild: + xmonad-0.11 release + + 16 Dec 2012; Sergei Trofimovich + -files/xmonad-0.9.2-unbreak-haddock.patch, -xmonad-0.9.2.ebuild, + -xmonad-0.9.ebuild: + Removed old (bug #439444 by azemilian). + + 16 Dec 2012; Agostino Sarubbo xmonad-0.10.ebuild: + Stable for x86, wrt bug #447462 + + 16 Dec 2012; Agostino Sarubbo xmonad-0.10.ebuild: + Stable for amd64, wrt bug #447462 + + 12 Sep 2012; Alexander Vershilov xmonad-0.10.ebuild, + xmonad-0.9.2.ebuild, xmonad-0.9.ebuild: + move x11-wm/xmonad/xmonad-0.10.ebuild ebuild to mirror://hackage + + 13 Apr 2012; Ulrich Müller xmonad-0.9.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. + + 10 Mar 2012; Sergei Trofimovich metadata.xml, + xmonad-0.10.ebuild: + Added USE=default-term to be frendlier to user. Default config contains xterm + by default. Added x11-apps/xmessage depend (used to show configuration build + error). + + 04 Mar 2012; Mark Wright xmonad-0.10.ebuild: + Add ~ppc64 keywords to xmonad 0.10, thanks to EM3RY for testing. + +*xmonad-0.10 (22 Nov 2011) + + 22 Nov 2011; Sergei Trofimovich +xmonad-0.10.ebuild: + Version bump (bug #391161 by Mike Limansky) + +*xmonad-0.9.2 (11 May 2011) + + 11 May 2011; Sergei Trofimovich -xmonad-0.5.ebuild, + -xmonad-0.5-r1.ebuild, -xmonad-0.6.ebuild, -xmonad-0.7.ebuild, + -xmonad-0.8.ebuild, -xmonad-0.8.1.ebuild, +xmonad-0.9.2.ebuild, + +files/xmonad-0.9.2-unbreak-haddock.patch: + Version bump. Drop old. + + 19 Apr 2011; Thomas Kahle xmonad-0.9.ebuild: + x86 stable per bug 359843 + + 22 Mar 2011; Christoph Mende xmonad-0.9.ebuild: + Stable on amd64 wrt bug #359843 + + 01 Jul 2010; Jeroen Roovers xmonad-0.7.ebuild, + xmonad-0.8.ebuild, xmonad-0.8.1.ebuild, xmonad-0.9.ebuild: + Drop support for ghc and darcs. + + 24 Feb 2010; Markos Chandras xmonad-0.8.1.ebuild: + Stable on amd64 wrt bug #297347 + + 31 Dec 2009; Christian Faulhammer xmonad-0.8.1.ebuild: + stable x86, bug 297347 + +*xmonad-0.9 (26 Oct 2009) + + 26 Oct 2009; +xmonad-0.9.ebuild: + Version bump + + 04 Aug 2009; Markus Meier xmonad-0.8.ebuild: + x86 stable, bug #278543 + + 31 Jul 2009; Lennart Kolmodin xmonad-0.8.ebuild: + Patch 0.8 so it compiles with ghc 6.10. + +*xmonad-0.8.1 (31 Jul 2009) + + 31 Jul 2009; Lennart Kolmodin +xmonad-0.8.1.ebuild: + Version bump (compatibility with ghc-6.10). + + 21 Jul 2009; xmonad-0.8.ebuild: + Marked stable on AMD64 as requested by Lennart Kolmodin + in bug #278543. + +*xmonad-0.8 (06 Sep 2008) + + 06 Sep 2008; Lennart Kolmodin +xmonad-0.8.ebuild: + Bump to 0.8, introducing avoidStruts + + 07 Aug 2008; Jeroen Roovers xmonad-0.7.ebuild: + Marked ~hppa too. + +*xmonad-0.7 (11 Apr 2008) + + 11 Apr 2008; Lennart Kolmodin files/xmonad.desktop, + +xmonad-0.7.ebuild: + Version bump to 0.7, and set proper Type in the xmonad.desktop file. + +*xmonad-0.6 (02 Feb 2008) + + 02 Feb 2008; Lennart Kolmodin +xmonad-0.6.ebuild: + Version bump + + 14 Jan 2008; Lennart Kolmodin xmonad-0.5-r1.ebuild: + Update the ebuild with recommendations and hints in pkg_postinst. + Patch by "Ivan Miljenovic" . + +*xmonad-0.5-r1 (02 Jan 2008) + + 02 Jan 2008; Lennart Kolmodin +xmonad-0.5-r1.ebuild: + Install configuration instruction and sample config + +*xmonad-0.5 (16 Dec 2007) + + 16 Dec 2007; Lennart Kolmodin +files/xmonad.desktop, + +metadata.xml, +xmonad-0.5.ebuild: + Initial import. xmonad is a tiling window manager for X. xmonad is + extensible in Haskell, allowing for powerful customisation. diff --git a/x11-wm/xpra/ChangeLog b/x11-wm/xpra/ChangeLog new file mode 100644 index 00000000..71674bbc --- /dev/null +++ b/x11-wm/xpra/ChangeLog @@ -0,0 +1,621 @@ +# ChangeLog for x11-wm/xpra +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.126 2015/08/05 09:03:39 xmw Exp $ + +*xpra-0.15.4 (05 Aug 2015) + + 05 Aug 2015; Michael Weber +xpra-0.15.4.ebuild: + Version bump. + + 21 Jul 2015; Michael Weber xpra-0.15.3.ebuild: + Remove bundled rencode. + + 21 Jul 2015; Michael Weber xpra-0.15.3.ebuild: + Add RDEPEND=dev-python/rencode (thanks Maks Polunin, bug 552768). + +*xpra-0.15.3 (21 Jul 2015) +*xpra-0.14.27 (21 Jul 2015) + + 21 Jul 2015; Michael Weber +xpra-0.14.27.ebuild, + +xpra-0.15.3.ebuild, -xpra-0.14.18.ebuild, -xpra-0.14.25.ebuild, + -xpra-0.15.0.ebuild: + Version bumps, cleanup old ones. + + 07 Jun 2015; Michael Weber xpra-0.14.25.ebuild: + Add USE=x265 + +*xpra-0.15.0 (07 Jun 2015) + + 07 Jun 2015; Michael Weber +files/xpra-0.15.0-prefix.patch, + +xpra-0.15.0.ebuild, metadata.xml: + Version bump + +*xpra-0.14.25 (07 Jun 2015) + + 07 Jun 2015; Michael Weber +xpra-0.14.25.ebuild: + Version bump. + + 07 Jun 2015; Michael Weber -files/xpra-0.7.4-prefix.patch, + -files/xpra-0.8.0-prefix.patch, -files/xpra-0.9.5-PIL.patch, + -files/xpra-0.9.5-opengl-auto.patch, -xpra-0.10.12-r1.ebuild, + -xpra-0.14.12-r1.ebuild, -xpra-0.14.12.ebuild, -xpra-0.9.8.ebuild: + Drop old versions + + 06 Jun 2015; Mike Gilbert -xpra-0.8.8.ebuild: + Remove old version depending on dev-python/imaging, bug 471566. + + 08 Apr 2015; Michał Górny xpra-0.8.8.ebuild: + Drop old Python implementations + +*xpra-0.14.18 (04 Feb 2015) + + 04 Feb 2015; Michael Weber +xpra-0.14.18.ebuild: + Version bump + +*xpra-0.14.12-r1 (01 Feb 2015) + + 01 Feb 2015; Michał Górny +xpra-0.14.12-r1.ebuild: + Introduce USE=libav to control the preferred implementation. Add subslot op to + force rebuilds on ABI change. + + 27 Dec 2014; Agostino Sarubbo xpra-0.11.6.ebuild: + Stable for amd64, wrt bug #512864 + + 26 Nov 2014; Manuel Rüger xpra-0.14.12.ebuild: + Fix malformed CVS Header. + +*xpra-0.14.12 (25 Nov 2014) + + 25 Nov 2014; Michael Weber +files/xpra-0.14.0-prefix.patch, + +xpra-0.14.12.ebuild, +xpra-0.14.3.ebuild, -xpra-0.13.7.ebuild: + Version bump (thanks Christohper Harrington, bug 522488). + +*xpra-0.13.9 (19 Aug 2014) + + 19 Aug 2014; Michael Weber +xpra-0.13.9.ebuild, + -xpra-0.13.3.ebuild: + Version bump + + 26 Jul 2014; Pawel Hajdan jr xpra-0.11.6.ebuild: + x86 stable wrt bug #512864 + +*xpra-0.13.7 (12 Jul 2014) + + 12 Jul 2014; Michael Weber +xpra-0.13.7.ebuild, + -xpra-0.13.2.ebuild: + Version bump (bug 513724) + +*xpra-0.13.3 (11 Jun 2014) + + 11 Jun 2014; Michael Weber +xpra-0.13.3.ebuild, + -xpra-0.13.1.ebuild: + Version bump (bug 512828) + +*xpra-0.13.2 (02 Jun 2014) + + 02 Jun 2014; Michael Weber +xpra-0.13.2.ebuild, + -xpra-0.12.6.ebuild: + Version bump + +*xpra-0.13.1 (30 May 2014) + + 30 May 2014; Michael Weber + +files/xpra-0.13.1-ignore-gentoo-no-compile.patch, +xpra-0.13.1.ebuild: + Version bump + +*xpra-0.12.7 (30 May 2014) + + 30 May 2014; Michael Weber +xpra-0.12.7.ebuild, + -xpra-0.12.5.ebuild: + Version bump + +*xpra-0.12.6 (19 May 2014) + + 19 May 2014; Michael Weber +xpra-0.12.6.ebuild, + -xpra-0.12.3.ebuild, -xpra-0.12.4.ebuild: + Version bump + +*xpra-0.12.5 (08 May 2014) + + 08 May 2014; Michael Weber +xpra-0.12.5.ebuild: + Version bump + +*xpra-0.12.4 (28 Apr 2014) + + 28 Apr 2014; Michael Weber +xpra-0.12.4.ebuild, + -xpra-0.12.1.ebuild, -xpra-0.12.2.ebuild: + Version bump + + 26 Apr 2014; Pacho Ramos xpra-0.10.12-r1.ebuild, + xpra-0.11.6.ebuild, xpra-0.12.1.ebuild, xpra-0.12.2.ebuild, + xpra-0.12.3.ebuild, xpra-0.9.8.ebuild: + Adapt to latest pygobject don't providing python2.6 support + +*xpra-0.12.3 (22 Apr 2014) + + 22 Apr 2014; Michael Weber +xpra-0.12.3.ebuild: + Version bump. + +*xpra-0.12.2 (09 Apr 2014) + + 09 Apr 2014; Michael Weber +xpra-0.12.2.ebuild, + -xpra-0.11.4.ebuild, -xpra-0.12.0.ebuild: + Version bump. + + 06 Apr 2014; Gilles Dartiguelongue xpra-0.9.8.ebuild, + xpra-0.10.12-r1.ebuild, xpra-0.11.4.ebuild, xpra-0.11.6.ebuild, + xpra-0.12.0.ebuild, xpra-0.12.1.ebuild: + Pin gst-python to 0.10 slot. + +*xpra-0.12.1 (29 Mar 2014) + + 29 Mar 2014; Michael Weber +xpra-0.12.1.ebuild: + Version bump + +*xpra-0.12.0 (27 Mar 2014) + + 27 Mar 2014; Michael Weber +files/xpra-0.12.0-prefix.patch, + +xpra-0.12.0.ebuild: + Version bump + +*xpra-0.11.6 (20 Mar 2014) + + 20 Mar 2014; Michael Weber +xpra-0.11.6.ebuild, + -xpra-0.11.2.ebuild, -xpra-0.11.3.ebuild: + Version bump, remove old. + +*xpra-0.11.4 (04 Mar 2014) + + 04 Mar 2014; Michael Weber +xpra-0.11.4.ebuild: + Version bump. + +*xpra-0.11.3 (19 Feb 2014) + + 19 Feb 2014; Michael Weber +xpra-0.11.3.ebuild: + Version bump fixing bug 501268. + +*xpra-0.11.2 (06 Feb 2014) + + 06 Feb 2014; Michael Weber +xpra-0.11.2.ebuild, + -xpra-0.11.0.ebuild, -xpra-0.11.1.ebuild: + Version bump including patches mentioned on bug 499530, thanks all. + +*xpra-0.11.1 (27 Jan 2014) + + 27 Jan 2014; Michael Weber +xpra-0.11.1.ebuild: + Version bump + +*xpra-0.11.0 (23 Jan 2014) + + 23 Jan 2014; Michael Weber +xpra-0.11.0.ebuild, + -xpra-0.10.4.ebuild, -xpra-0.10.7.ebuild, -xpra-0.7.8.ebuild: + Version bump, drop old ones. + +*xpra-0.10.12-r1 (19 Jan 2014) + + 19 Jan 2014; Michael Weber + +files/xpra-0.10.12-launcher.patch, +xpra-0.10.12-r1.ebuild, + -xpra-0.10.12.ebuild: + Fix launcher (bug 498278, thanks Torsten Kaiser). + +*xpra-0.10.12 (14 Jan 2014) + + 14 Jan 2014; Michael Weber +xpra-0.10.12.ebuild, + metadata.xml: + Version bump + +*xpra-0.10.7 (22 Oct 2013) + + 22 Oct 2013; Michael Weber +xpra-0.10.7.ebuild, + -xpra-0.10.6.ebuild: + Version bump, drop old.. + +*xpra-0.10.6 (21 Oct 2013) + + 21 Oct 2013; Michael Weber +xpra-0.10.6.ebuild, + -xpra-0.10.2.ebuild: + Version bump, drop old. + +*xpra-0.10.4 (24 Sep 2013) + + 24 Sep 2013; Michael Weber +xpra-0.10.4.ebuild, + -xpra-0.10.1.ebuild: + Version bump, drop old. + + 05 Sep 2013; Michał Górny xpra-0.8.8.ebuild: + Clean up PYTHON_COMPAT from old implementations. + +*xpra-0.10.2 (04 Sep 2013) + + 04 Sep 2013; Michael Weber +xpra-0.10.2.ebuild, + -xpra-0.10.0.ebuild: + Version bump, drop old. + + 30 Aug 2013; Benda Xu +files/xpra-0.10.1-prefix.patch, + xpra-0.10.1.ebuild: + patch runtime /etc directory for Prefix. bug 482988. Thanks to Michael for + reviewing. + +*xpra-0.10.1 (22 Aug 2013) + + 22 Aug 2013; Michael Weber +xpra-0.10.1.ebuild, + xpra-0.10.0.ebuild: + Version bump + + 16 Aug 2013; Michael Weber metadata.xml, xpra-0.10.0.ebuild: + Required use, add gtk+:2 dep. Building against gtk+:3 or qt4 doesn't work. + +*xpra-0.10.0 (15 Aug 2013) + + 15 Aug 2013; Michael Weber +xpra-0.10.0.ebuild, + -xpra-0.9.5-r2.ebuild, -xpra-0.9.6.ebuild, -xpra-0.9.7.ebuild, metadata.xml: + Version bump, drop old version + + 11 Aug 2013; Alexis Ballier xpra-0.8.8.ebuild, + xpra-0.9.5-r2.ebuild, xpra-0.9.6.ebuild, xpra-0.9.7.ebuild, + xpra-0.9.8.ebuild: + depend on ffmpeg:0 + +*xpra-0.9.8 (03 Aug 2013) + + 03 Aug 2013; Michael Weber +xpra-0.9.8.ebuild: + Version bump + +*xpra-0.9.7 (24 Jul 2013) + + 24 Jul 2013; Michael Weber +xpra-0.9.7.ebuild, + -xpra-0.9.5-r1.ebuild: + Version bump, drop old. + + 03 Jul 2013; Michael Weber + files/xpra-0.9.5-opengl-auto.patch: + reference upstream changeset + +*xpra-0.9.6 (03 Jul 2013) + + 03 Jul 2013; Michael Weber +xpra-0.9.6.ebuild, + files/xpra-0.9.5-PIL.patch, files/xpra-0.9.5-opengl-auto.patch: + Version bump, add references to upstream bug reports. + +*xpra-0.9.5-r2 (24 Jun 2013) + + 24 Jun 2013; Michael Weber + +files/xpra-0.9.5-opengl-auto.patch, +xpra-0.9.5-r2.ebuild: + Revbump to add IUSE=opengl (bug 470274, thanks Oliver Freyermuth). Make opengl + default to auto and improve --help output. Replace configuration patches with + setup.py --with/--without syntax. IUSE=sound adopted from upstream, but + untested. + + 17 Jun 2013; Michael Weber -xpra-0.9.4-r1.ebuild, + -xpra-0.9.4.ebuild, -xpra-0.9.5.ebuild: + Drop old. + + 17 Jun 2013; Michael Weber metadata.xml: + fix metadata.xml + +*xpra-0.9.4-r1 (09 Jun 2013) +*xpra-0.9.5-r1 (09 Jun 2013) + + 09 Jun 2013; Michael Weber +files/xpra-0.9.5-PIL.patch, + +xpra-0.9.4-r1.ebuild, +xpra-0.9.5-r1.ebuild, -xpra-0.9.3.ebuild: + Fix PIL imports (bug 471566, thanks Arfrever) + + 09 Jun 2013; Mike Gilbert xpra-0.9.5.ebuild: + Revert PIL virtual change; see bug 471566. + +*xpra-0.9.5 (07 Jun 2013) + + 07 Jun 2013; Michael Weber +xpra-0.9.5.ebuild: + Version bump, PIL virtual + +*xpra-0.9.4 (31 May 2013) + + 31 May 2013; Michael Weber +xpra-0.9.4.ebuild, + -xpra-0.9.2.ebuild: + Version bump, drop old. + + 24 May 2013; Michael Weber metadata.xml: + Updated metadata.xml + +*xpra-0.9.3 (24 May 2013) + + 24 May 2013; Michael Weber +xpra-0.9.3.ebuild: + Version bump + + 15 May 2013; Agostino Sarubbo xpra-0.8.8.ebuild: + Stable for x86, wrt bug #469916 + + 15 May 2013; Agostino Sarubbo xpra-0.8.8.ebuild: + Stable for amd64, wrt bug #469916 + +*xpra-0.9.2 (15 May 2013) + + 15 May 2013; Michael Weber +xpra-0.9.2.ebuild: + Version bump + + 15 May 2013; Michael Weber -xpra-0.7.5.ebuild, + -xpra-0.8.1-r1.ebuild, -xpra-0.8.6-r1.ebuild, -xpra-0.8.7-r1.ebuild, + -xpra-0.8.7.ebuild: + Drop old versions + +*xpra-0.8.8 (13 Mar 2013) + + 13 Mar 2013; Michael Weber +xpra-0.8.8.ebuild: + Version bump + +*xpra-0.8.7-r1 (02 Mar 2013) + + 02 Mar 2013; Michael Weber +xpra-0.8.7-r1.ebuild: + Revbump to force server? ( xorg-server[xvbf] ) + +*xpra-0.8.7 (01 Mar 2013) + + 01 Mar 2013; Michael Weber +xpra-0.8.7.ebuild: + Version bump + +*xpra-0.8.6-r1 (26 Feb 2013) + + 26 Feb 2013; Michael Weber -xpra-0.8.4.ebuild, + -xpra-0.8.5.ebuild, -xpra-0.8.6.ebuild, +xpra-0.8.6-r1.ebuild: + Revbump to address x264 libav situation (bug 459218, thanks Oliver + Freyermuth). Drop old versions. + + 25 Feb 2013; Agostino Sarubbo xpra-0.7.8.ebuild: + Stable for x86, wrt bug #459110 + + 25 Feb 2013; Agostino Sarubbo xpra-0.7.8.ebuild: + Stable for amd64, wrt bug #459110 + +*xpra-0.8.6 (25 Feb 2013) + + 25 Feb 2013; Michael Weber +xpra-0.8.6.ebuild: + Version bump + + 23 Feb 2013; Michael Weber xpra-0.8.4.ebuild, + xpra-0.8.5.ebuild: + Apply old-libav.patch for ffmpeg and +xpra-0.8.5.ebuild: + Version bump + +*xpra-0.8.4 (13 Feb 2013) + + 13 Feb 2013; Michael Weber -xpra-0.7.6.ebuild, + -xpra-0.8.0-r1.ebuild, +xpra-0.8.4.ebuild: + Version bump, drop old + +*xpra-0.8.1-r1 (05 Feb 2013) +*xpra-0.8.0-r1 (05 Feb 2013) + + 05 Feb 2013; Michael Weber -xpra-0.8.0.ebuild, + +xpra-0.8.0-r1.ebuild, -xpra-0.8.1.ebuild, +xpra-0.8.1-r1.ebuild: + Fix README removals on reduced USE flag situations (thanks Francisco Vazquez + for reporting bug 455098) + +*xpra-0.8.1 (04 Feb 2013) + + 04 Feb 2013; Michael Weber +xpra-0.8.1.ebuild: + Version bump + +*xpra-0.8.0 (01 Feb 2013) + + 01 Feb 2013; Michael Weber +xpra-0.8.0.ebuild, + +files/xpra-0.8.0-prefix.patch: + Version bump + + 24 Jan 2013; Agostino Sarubbo xpra-0.7.5.ebuild: + Stable for x86, wrt bug #453288 + + 24 Jan 2013; Agostino Sarubbo xpra-0.7.5.ebuild: + Stable for amd64, wrt bug #453288 + +*xpra-0.7.8 (21 Jan 2013) + + 21 Jan 2013; Michael Weber -xpra-0.6.4.ebuild, + -xpra-0.7.4.ebuild, +xpra-0.7.8.ebuild: + Version bump, drop old. + +*xpra-0.7.6 (11 Jan 2013) + + 11 Jan 2013; Michael Weber +xpra-0.7.6.ebuild: + Version bump (thanks euscan) + + 07 Dec 2012; Michael Weber metadata.xml: + Remove unused local USE flag descriptions + +*xpra-0.7.5 (07 Dec 2012) + + 07 Dec 2012; Michael Weber -xpra-0.7.2.ebuild, + -xpra-0.7.3.ebuild, +xpra-0.7.5.ebuild: + Version bump (euscan), drop old. + + 30 Nov 2012; Michael Weber xpra-0.7.4.ebuild, + +files/xpra-0.7.4-prefix.patch: + Prefix support by Benda Xu (bug 445332). + +*xpra-0.7.4 (18 Nov 2012) + + 18 Nov 2012; Michael Weber +xpra-0.7.4.ebuild: + Version bump + +*xpra-0.7.3 (13 Nov 2012) + + 13 Nov 2012; Michael Weber -xpra-0.7.1-r1.ebuild, + +xpra-0.7.3.ebuild: + Version bump + +*xpra-0.7.2 (07 Nov 2012) + + 07 Nov 2012; Michael Weber -xpra-0.4.2.ebuild, + -xpra-0.5.6.ebuild, +xpra-0.7.2.ebuild: + Version bump, drop old. + +*xpra-0.7.1-r1 (29 Oct 2012) + + 29 Oct 2012; Michael Weber -xpra-0.7.1.ebuild, + +xpra-0.7.1-r1.ebuild, +files/xpra-0.7.1-ignore-gentoo-no-compile.patch: + Revbump to address .so situation. + +*xpra-0.7.1 (22 Oct 2012) + + 22 Oct 2012; Michael Weber -xpra-0.7.0.ebuild, + -files/xpra-0.7.0-ignore-gentoo-no-compile.patch, +xpra-0.7.1.ebuild: + Version bump + + 16 Oct 2012; Michael Weber xpra-0.6.4.ebuild, + xpra-0.7.0.ebuild: + Python3 preparations + + 16 Oct 2012; Michael Weber xpra-0.6.4.ebuild, + xpra-0.7.0.ebuild: + Fix patch location (thanks redneb, bug 438472), reestablish USE server + + 16 Oct 2012; Michael Weber xpra-0.7.0.ebuild: + Fix src_install (thanks Gary E. Miller, bug 438526) + + 14 Oct 2012; Michael Weber xpra-0.7.0.ebuild: + Fix README files and warn about Xorg permissions. + +*xpra-0.7.0 (14 Oct 2012) + + 14 Oct 2012; Michael Weber -xpra-0.5.3.ebuild, + -xpra-0.6.0.ebuild, xpra-0.6.4.ebuild, +xpra-0.7.0.ebuild, + +files/xpra-0.7.0-ignore-gentoo-no-compile.patch, metadata.xml: + Version bump, add setxkbmap dep (thanks redneb, bug 437614), add keywords to + 0.6 series, drop old. + +*xpra-0.6.4 (06 Oct 2012) +*xpra-0.5.6 (06 Oct 2012) + + 06 Oct 2012; Michael Weber -xpra-0.5.2.ebuild, + +xpra-0.5.6.ebuild, +xpra-0.6.4.ebuild: + Version bump + +*xpra-0.5.3 (05 Sep 2012) + + 05 Sep 2012; Michael Weber +xpra-0.5.3.ebuild, + xpra-0.6.0.ebuild: + Upstream dropped 0.6.0 release. Version bump to 0.5.3. + +*xpra-0.5.2 (29 Aug 2012) + + 29 Aug 2012; Michael Weber +xpra-0.5.2.ebuild, + -xpra-0.5.0.ebuild, -xpra-0.5.1.ebuild: + Version bump, drop old + +*xpra-0.6.0 (27 Aug 2012) +*xpra-0.5.1 (27 Aug 2012) + + 27 Aug 2012; Michael Weber +xpra-0.5.1.ebuild, + +xpra-0.6.0.ebuild, -xpra-0.4.1.ebuild, metadata.xml: + Version bump + +*xpra-0.5.0 (20 Aug 2012) + + 20 Aug 2012; Michael Weber +xpra-0.5.0.ebuild: + Version bump + + 17 Aug 2012; Michael Weber xpra-0.4.2.ebuild: + Fix whitespaces. + +*xpra-0.4.2 (17 Aug 2012) + + 17 Aug 2012; Michael Weber +xpra-0.4.2.ebuild: + Version bump. + + 04 Aug 2012; Michael Weber -xpra-0.4.0.ebuild, + xpra-0.4.1.ebuild: + Define cython dependency (bug 429624, thanks igel), drop old. + +*xpra-0.4.1 (01 Aug 2012) + + 01 Aug 2012; Michael Weber +xpra-0.4.1.ebuild, + -xpra-0.3.3.ebuild: + Version bump, drop old. + +*xpra-0.4.0 (23 Jul 2012) + + 23 Jul 2012; Michael Weber +xpra-0.4.0.ebuild, + -xpra-0.2.0-r1.ebuild, -xpra-0.3.1.ebuild, -xpra-0.3.2.ebuild: + Version bump + +*xpra-0.3.3 (15 Jul 2012) + + 15 Jul 2012; Michael Weber +xpra-0.3.3.ebuild: + Version bump + + 11 Jun 2012; Benda Xu xpra-0.3.2.ebuild: + keyword ~x86-linux + + 06 Jun 2012; Benda Xu xpra-0.3.2.ebuild: + keyword ~amd64-linux + +*xpra-0.3.2 (04 Jun 2012) + + 04 Jun 2012; Michael Weber -xpra-0.1.0.1.ebuild, + +xpra-0.3.2.ebuild: + Version bump, remove old. + + 30 May 2012; Michael Weber xpra-0.3.1.ebuild: + Disable python 3 + +*xpra-0.3.1 (29 May 2012) + + 29 May 2012; Michael Weber +xpra-0.3.1.ebuild: + Version bump, python 3 support. + +*xpra-0.2.0-r1 (23 May 2012) + + 23 May 2012; Michael Weber -xpra-0.2.0.ebuild, + +xpra-0.2.0-r1.ebuild: + Add USE flags ffmpeg and x264 (thans soxx) + + 21 May 2012; Michael Weber xpra-0.2.0.ebuild: + fix dependency on dev-python/cython (bug 416631, thanks Benjamin Bannier) + +*xpra-0.2.0 (15 May 2012) + + 15 May 2012; Michael Weber +xpra-0.2.0.ebuild: + Version bump + + 04 May 2012; Jeff Horelick xpra-0.1.0.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 06 Apr 2012; Michael Weber -xpra-0.0.7.36.ebuild: + Remove old version + +*xpra-0.1.0.1 (25 Mar 2012) + + 25 Mar 2012; Michael Weber -xpra-0.0.7.32.ebuild, + -xpra-0.0.7.35.ebuild, +xpra-0.1.0.1.ebuild: + Version bump (thanks Violet, bug 409447) + +*xpra-0.0.7.36 (28 Feb 2012) + + 28 Feb 2012; Michael Weber +xpra-0.0.7.36.ebuild: + Version bump, thanks soxx. + + 20 Feb 2012; Mike Gilbert metadata.xml: + Drop no-herd. + +*xpra-0.0.7.35 (05 Feb 2012) + + 05 Feb 2012; Michael Weber -xpra-0.0.7.30.ebuild, + +xpra-0.0.7.35.ebuild: + Version bump, thanks soxx + +*xpra-0.0.7.32 (17 Dec 2011) + + 17 Dec 2011; Michael Weber +xpra-0.0.7.32.ebuild: + Version bump, thanks Antoine Martin for the hint. + + 04 Nov 2011; Michael Weber xpra-0.0.7.30.ebuild: + Add server patch + +*xpra-0.0.7.30 (04 Nov 2011) + + 04 Nov 2011; Michael Weber +xpra-0.0.7.30.ebuild, + +metadata.xml: + Initial import (thanks to Antoine Martin, soxx, bug 352974, bug 353661) -- cgit v1.2.3-65-gdbad