summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-02-09 10:41:37 +0000
committerPacho Ramos <pacho@gentoo.org>2014-02-09 10:41:37 +0000
commit1599efb413b5bccbec06359dd8e6128e8c897a3d (patch)
tree590c55139825e4b53dd17a1e800cab19155e1d41 /x11-wm/sawfish
parentStable for ppc, wrt bug #494008 (diff)
downloadgentoo-2-1599efb413b5bccbec06359dd8e6128e8c897a3d.tar.gz
gentoo-2-1599efb413b5bccbec06359dd8e6128e8c897a3d.tar.bz2
gentoo-2-1599efb413b5bccbec06359dd8e6128e8c897a3d.zip
Move to maintainer-needed, drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r--x11-wm/sawfish/ChangeLog11
-rw-r--r--x11-wm/sawfish/files/libtool.patch20
-rw-r--r--x11-wm/sawfish/files/sawfish-1.3.3-cflags.patch11
-rw-r--r--x11-wm/sawfish/files/sawfish-1.3.3-parallel-make.patch11
-rw-r--r--x11-wm/sawfish/files/sawfish-1.3.5.2-pangoxft.patch21
-rw-r--r--x11-wm/sawfish/files/sawfish-1.6.2-xinerama.patch20
-rw-r--r--x11-wm/sawfish/files/sawfish-1.6.3-prompt.patch22
-rw-r--r--x11-wm/sawfish/metadata.xml2
-rw-r--r--x11-wm/sawfish/sawfish-1.8.2.ebuild75
-rw-r--r--x11-wm/sawfish/sawfish-1.9.0.ebuild58
10 files changed, 10 insertions, 241 deletions
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog
index 9a394b98842e..6e05a967b9c0 100644
--- a/x11-wm/sawfish/ChangeLog
+++ b/x11-wm/sawfish/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-wm/sawfish
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.127 2013/12/08 19:56:44 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.128 2014/02/09 10:41:37 pacho Exp $
+
+ 09 Feb 2014; Pacho Ramos <pacho@gentoo.org> -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 <pacho@gentoo.org> sawfish-1.9.1-r1.ebuild:
x86 stable, bug #478252
diff --git a/x11-wm/sawfish/files/libtool.patch b/x11-wm/sawfish/files/libtool.patch
deleted file mode 100644
index ac2ea55d50ea..000000000000
--- a/x11-wm/sawfish/files/libtool.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- sawfish.orig/src/Makefile.in
-+++ sawfish/src/Makefile.in
-@@ -43,7 +43,7 @@
- all : sawfish libclient.o $(DL_OBJS) .libexec gtk-style
-
- sawfish : $(OBJS) $(LIBOBJS)
-- $(rep_LIBTOOL) --mode=link $(CC) -export-dynamic $(LDFLAGS) \
-+ $(rep_LIBTOOL) --mode=link --tag=CC $(CC) -export-dynamic $(LDFLAGS) \
- -o sawfish $(OBJS) $(LIBOBJS) $(REP_LIBS) $(PANGO_LIBS) \
- $(IMAGE_LIBS) $(X11_LIBS) $(EXTRA_X11_LIBS) $(LIBS)
-
-@@ -54,7 +54,7 @@
- $(rep_DL_LD) $(LDFLAGS) -o $@ $< $(ESD_LIBS) $(AUDIOFILE_LIBS)
-
- libclient_.lo : libclient.c
-- $(rep_LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
-+ $(rep_LIBTOOL) --mode=compile --tag=CC $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
-
- client.la : client.lo libclient_.lo
- $(rep_DL_LD) $(LDFLAGS) -o $@ $^ $(X11_LIBS) $(REP_LIBS) $(LIBS)
diff --git a/x11-wm/sawfish/files/sawfish-1.3.3-cflags.patch b/x11-wm/sawfish/files/sawfish-1.3.3-cflags.patch
deleted file mode 100644
index b3cd2f3cdfe7..000000000000
--- a/x11-wm/sawfish/files/sawfish-1.3.3-cflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sawfish-1.3.3/src/Makefile.in
-+++ sawfish-1.3.3/src/Makefile.in
-@@ -60,7 +60,7 @@
- $(rep_DL_LD) $(LDFLAGS) -o $@ $^ $(X11_LIBS) $(REP_LIBS) $(LIBS)
-
- gtk-style : gtk-style.c
-- $(CC) $(CPPFLAGS) $(GTK_CFLAGS) $(LDFLAGS) -o $@ $< $(GTK_LIBS) $(LIBS)
-+ $(CC) $(CFLAGS) $(CPPFLAGS) $(GTK_CFLAGS) $(LDFLAGS) -o $@ $< $(GTK_LIBS) $(LIBS)
-
- install : all installdirs
- for p in sawfish; do \
diff --git a/x11-wm/sawfish/files/sawfish-1.3.3-parallel-make.patch b/x11-wm/sawfish/files/sawfish-1.3.3-parallel-make.patch
deleted file mode 100644
index 7708f9237b39..000000000000
--- a/x11-wm/sawfish/files/sawfish-1.3.3-parallel-make.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sawfish/src/Makefile.in
-+++ sawfish/src/Makefile.in
-@@ -88,7 +88,7 @@
- $(SHELL) $< $(DESTDIR)$(bindir) $(DESTDIR)$(repexecdir)/sawfish \
- $(foreach x,$(DL_DIRS),$(DESTDIR)$(sawfishexecdir)/$(x))
-
--.libexec :
-+.libexec : $(DL_OBJS)
- $(SHELL) $(srcdir)/fake-libexec
-
- clean :
diff --git a/x11-wm/sawfish/files/sawfish-1.3.5.2-pangoxft.patch b/x11-wm/sawfish/files/sawfish-1.3.5.2-pangoxft.patch
deleted file mode 100644
index f335cba1b4da..000000000000
--- a/x11-wm/sawfish/files/sawfish-1.3.5.2-pangoxft.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- sawfish-1.3.5.2/configure.in
-+++ sawfish-1.3.5.2/configure.in
-@@ -134,15 +134,15 @@
- dnl Checks for pango
- PKG_CHECK_MODULES(PANGO, pango >= 1.8.0,
- [if $PKG_CONFIG --exists pangoxft; then
-- AC_DEFINE(HAVE_PANGO_XFT, 1)
-+ AC_DEFINE(HAVE_PANGO_XFT, 1, [Have pangoxft])
- PANGO_MODULES="pangoxft pangox"
- dnl for sawfish.gtk.widgets.font
- have_pango_xft=yes
- AC_SUBST(have_pango_xft)
- fi
- if test "x$PANGO_MODULES" != x; then
-- AC_DEFINE(HAVE_PANGO, 1)
-+ AC_DEFINE(HAVE_PANGO, 1, [Have pango])
-- AC_DEFINE(HAVE_PANGO_X, 1)
-+ AC_DEFINE(HAVE_PANGO_X, 1, [Have pangox])
- PANGO_LIBS=`$PKG_CONFIG --libs $PANGO_MODULES`
- PANGO_CFLAGS=`$PKG_CONFIG --cflags $PANGO_MODULES`
- fi], [: nothing])
diff --git a/x11-wm/sawfish/files/sawfish-1.6.2-xinerama.patch b/x11-wm/sawfish/files/sawfish-1.6.2-xinerama.patch
deleted file mode 100644
index 747c96f2b85e..000000000000
--- a/x11-wm/sawfish/files/sawfish-1.6.2-xinerama.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- sawfish-1.6.2/configure.in
-+++ sawfish-1.6.2/configure.in
-@@ -81,11 +81,17 @@
- XFT_LIBS=""
- XFT_CFLAGS=""
-
-+AC_ARG_WITH([xinerama], [AS_HELP_STRING([--with-xinerama], [Include Xinerama support])], [], [with_xinerama=yes])
-+
-+if test "$with_xinerama" != "no"; then
-+
- PKG_CHECK_MODULES(libXineRama, xinerama >= 1.0
- ,XINERAMA_LIBS="-lXinerama"
- AC_DEFINE(HAVE_X11_EXTENSIONS_XINERAMA_H, 1, [Have xinerama])
- ,AC_MSG_ERROR([cannot locate libXineRama]))
-
-+fi
-+
- PKG_CHECK_MODULES(libXRandR, xrandr >= 1.0
- ,XRANDR_LIBS="-lXrandr"
- AC_DEFINE(HAVE_X11_EXTENSIONS_XRANDR_H, 1, [Have xrandr])
diff --git a/x11-wm/sawfish/files/sawfish-1.6.3-prompt.patch b/x11-wm/sawfish/files/sawfish-1.6.3-prompt.patch
deleted file mode 100644
index 7666746ab770..000000000000
--- a/x11-wm/sawfish/files/sawfish-1.6.3-prompt.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- sawfish/lisp/sawfish/wm/util/prompt.jl
-+++ sawfish/lisp/sawfish/wm/util/prompt.jl
-@@ -121,10 +121,15 @@
- ;; Compilation hack: ensure that the compiler doesn't complain when
- ;; these are treated like functions and passed values.
- (eval-when-compile
-- (setq prompt-completion-fun (lambda (#!rest) nil)
-- prompt-validation-fun (lambda (#!rest) nil)
-- prompt-abbrev-fun (lambda (#!rest) nil)
-- prompt-display-fun (lambda (#!rest) nil)))
-+ (progn
-+ (defvar prompt-completion-fun nil)
-+ (defvar prompt-validation-fun nil)
-+ (defvar prompt-abbrev-fun nil)
-+ (defvar prompt-display-fun nil)
-+ (setq prompt-completion-fun (lambda (#!rest) nil)
-+ prompt-validation-fun (lambda (#!rest) nil)
-+ prompt-abbrev-fun (lambda (#!rest) nil)
-+ prompt-display-fun (lambda (#!rest) nil))))
-
-
- ;; From merlin
diff --git a/x11-wm/sawfish/metadata.xml b/x11-wm/sawfish/metadata.xml
index 6e0e2ecb48ca..4538a68724a6 100644
--- a/x11-wm/sawfish/metadata.xml
+++ b/x11-wm/sawfish/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>gnome</herd>
+<maintainer><email>maintainer-needed@gentoo.org</email></maintainer>
</pkgmetadata>
diff --git a/x11-wm/sawfish/sawfish-1.8.2.ebuild b/x11-wm/sawfish/sawfish-1.8.2.ebuild
deleted file mode 100644
index 448e2506fa3c..000000000000
--- a/x11-wm/sawfish/sawfish-1.8.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.8.2.ebuild,v 1.7 2012/05/04 08:58:58 jdhore Exp $
-
-EAPI="4"
-
-# 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] ]]
-(( snapshot = !$? ))
-
-if (( snapshot )); then
- inherit eutils autotools
-else
- inherit eutils
-fi
-
-DESCRIPTION="Extensible window manager using a Lisp-based scripting language"
-HOMEPAGE="http://sawfish.wikia.com/"
-if (( snapshot )); then
- SRC_URI="mirror://gentoo/${P/_p/.}.tar.bz2"
-else
- SRC_URI="http://download.tuxfamily.org/sawfish/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2 Artistic-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sh sparc x86"
-IUSE="nls xinerama"
-
-RDEPEND=">=dev-libs/librep-0.92.0
- >=x11-libs/rep-gtk-0.90.4
- >=x11-libs/pango-1.8.0[X]
- >=x11-libs/gtk+-2.12.0:2
- nls? ( sys-devel/gettext )
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-if (( snapshot )); then
- S="${WORKDIR}/${PN}"
-fi
-
-src_prepare() {
- if (( snapshot )); then
- eautoreconf
- fi
-}
-
-src_configure() {
- set -- \
- $(use_with xinerama) \
- --with-gdk-pixbuf \
- --disable-static
-
- if ! use nls; then
- # Use a space because configure script reads --enable-linguas="" as
- # "install everything"
- # Don't use --disable-linguas, because that means --enable-linguas="no",
- # which means "install Norwegian translations"
- set -- "$@" --enable-linguas=" "
- elif [[ "${LINGUAS+set}" == "set" ]]; then
- strip-linguas -i po
- set -- "$@" --enable-linguas=" ${LINGUAS} "
- else
- set -- "$@" --enable-linguas=""
- fi
-
- econf "$@"
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
- dodoc AUTHORS ChangeLog DOC FAQ NEWS OPTIONS README README.IMPORTANT TODO
-}
diff --git a/x11-wm/sawfish/sawfish-1.9.0.ebuild b/x11-wm/sawfish/sawfish-1.9.0.ebuild
deleted file mode 100644
index 34bc1c0fbb98..000000000000
--- a/x11-wm/sawfish/sawfish-1.9.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.0.ebuild,v 1.5 2012/10/28 16:39:36 armin76 Exp $
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Extensible window manager using a Lisp-based scripting language"
-HOMEPAGE="http://sawfish.wikia.com/"
-if (( snapshot )); then
- SRC_URI="mirror://gentoo/${P/_p/.}.tar.bz2"
-else
- SRC_URI="http://download.tuxfamily.org/sawfish/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2 Artistic-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sh sparc x86"
-IUSE="nls xinerama"
-
-RDEPEND=">=dev-libs/librep-0.92.1
- >=x11-libs/rep-gtk-0.90.7
- >=x11-libs/pango-1.8.0[X]
- >=x11-libs/gtk+-2.24.0:2
- x11-libs/libXtst
- nls? ( sys-devel/gettext )
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- set -- \
- $(use_with xinerama) \
- --with-gdk-pixbuf \
- --disable-static
-
- if ! use nls; then
- # Use a space because configure script reads --enable-linguas="" as
- # "install everything"
- # Don't use --disable-linguas, because that means --enable-linguas="no",
- # which means "install Norwegian translations"
- set -- "$@" --enable-linguas=" "
- elif [[ "${LINGUAS+set}" == "set" ]]; then
- strip-linguas -i po
- set -- "$@" --enable-linguas=" ${LINGUAS} "
- else
- set -- "$@" --enable-linguas=""
- fi
-
- econf "$@"
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
- dodoc AUTHORS ChangeLog DOC FAQ NEWS OPTIONS README README.IMPORTANT TODO
-}