summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2008-02-19 18:52:22 +0000
committerHarald van Dijk <truedfx@gentoo.org>2008-02-19 18:52:22 +0000
commit2dea138e7c74aaf7476486c5ad8384787a1652db (patch)
tree1e9b76ccde93603896dec7e1463908617ccf332c /x11-wm/sawfish
parentwhitespace (diff)
downloadgentoo-2-2dea138e7c74aaf7476486c5ad8384787a1652db.tar.gz
gentoo-2-2dea138e7c74aaf7476486c5ad8384787a1652db.tar.bz2
gentoo-2-2dea138e7c74aaf7476486c5ad8384787a1652db.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r--x11-wm/sawfish/ChangeLog9
-rw-r--r--x11-wm/sawfish/files/sawfish-wm_name.patch16
-rw-r--r--x11-wm/sawfish/sawfish-1.3.3.ebuild (renamed from x11-wm/sawfish/sawfish-1.3.2.ebuild)11
3 files changed, 11 insertions, 25 deletions
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog
index 935dd5b4c09b..21633037d752 100644
--- a/x11-wm/sawfish/ChangeLog
+++ b/x11-wm/sawfish/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-wm/sawfish
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.81 2008/01/23 06:06:52 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.82 2008/02/19 18:52:21 truedfx Exp $
+
+*sawfish-1.3.3 (19 Feb 2008)
+
+ 19 Feb 2008; Harald van Dijk <truedfx@gentoo.org>
+ -files/sawfish-wm_name.patch, -sawfish-1.3.2.ebuild,
+ +sawfish-1.3.3.ebuild:
+ Version bump
23 Jan 2008; Harald van Dijk <truedfx@gentoo.org>
sawfish-1.3_p20060816.ebuild, sawfish-1.3.2.ebuild:
diff --git a/x11-wm/sawfish/files/sawfish-wm_name.patch b/x11-wm/sawfish/files/sawfish-wm_name.patch
deleted file mode 100644
index e14ad4943625..000000000000
--- a/x11-wm/sawfish/files/sawfish-wm_name.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-# http://mail.gnome.org/archives/sawfish-list/2008-January/msg00064.html
-
---- sawfish-1.3.2/src/events.c
-+++ sawfish-1.3.2/src/events.c
-@@ -550,11 +550,6 @@
- }
- }
-
-- /* No point in updating the rest if we have the _NET ones. They won't
-- be used anyways. */
-- if (w->net_name != Qnil)
-- return FALSE;
--
- if (xproperty.atom == XA_WM_NAME)
- {
- if (str == Qnil)
diff --git a/x11-wm/sawfish/sawfish-1.3.2.ebuild b/x11-wm/sawfish/sawfish-1.3.3.ebuild
index 0fbf06f5adef..3f933de3f07e 100644
--- a/x11-wm/sawfish/sawfish-1.3.2.ebuild
+++ b/x11-wm/sawfish/sawfish-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.2.ebuild,v 1.2 2008/01/23 06:06:52 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.3.ebuild,v 1.1 2008/02/19 18:52:21 truedfx Exp $
# detect cvs snapshots; fex. 1.3_p20040120
[[ $PV == *_p[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] ]]
@@ -15,16 +15,14 @@ fi
DESCRIPTION="Extensible window manager using a Lisp-based scripting language"
HOMEPAGE="http://sawmill.sourceforge.net/"
if (( snapshot )); then
- SRC_URI="mirror://gentoo/${P}.tar.bz2"
+ SRC_URI="mirror://gentoo/${P/_p/.}.tar.bz2"
else
SRC_URI="mirror://sourceforge/sawmill/${P}.tar.gz"
fi
LICENSE="GPL-2"
SLOT="0"
-# Will remain masked until a report of a segfault on the mailing list
-# is resolved
-KEYWORDS="" # ~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="gnome esd nls audiofile pango"
DEPEND=">=dev-util/pkgconfig-0.12.0
@@ -44,7 +42,6 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/libtool.patch
- epatch "${FILESDIR}"/${PN}-wm_name.patch
if (( snapshot )); then
eautoreconf
@@ -94,8 +91,6 @@ src_compile() {
# (see bug 18294)
sed -i -e 's:REP_CFLAGS=:REP_CFLAGS=-I/usr/include/freetype2 :' Makedefs
- # Parallel build didn't work, but appears to work now. This needs
- # extra checking before this version is unmasked.
emake || die "make failed"
}