[gentoo-commits] gentoo-x86 commit in x11-plugins/wmswallow: ChangeLog wmswallow-0.6.1-r1.ebuild

2015-04-01 Thread Bernard Cafarelli (voyageur)
voyageur15/04/01 15:22:06

  Modified: ChangeLog wmswallow-0.6.1-r1.ebuild
  Log:
  Fix compilation with format-security, bug #544644
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.12 x11-plugins/wmswallow/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   27 Mar 2015 16:28:48 -  1.11
+++ ChangeLog   1 Apr 2015 15:22:06 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmswallow
 # Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.11 
2015/03/27 16:28:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.12 
2015/04/01 15:22:06 voyageur Exp $
+
+  01 Apr 2015; Bernard Cafarelli voyag...@gentoo.org
+  wmswallow-0.6.1-r1.ebuild, +files/wmswallow-0.6.1-format-security.patch:
+  Fix compilation with format-security, bug #544644
 
   27 Mar 2015; Agostino Sarubbo a...@gentoo.org wmswallow-0.6.1-r1.ebuild:
   Stable for amd64, wrt bug #541774



1.3  x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild?r1=1.2r2=1.3

Index: wmswallow-0.6.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmswallow-0.6.1-r1.ebuild   27 Mar 2015 16:28:48 -  1.2
+++ wmswallow-0.6.1-r1.ebuild   1 Apr 2015 15:22:06 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild,v 1.2 
2015/03/27 16:28:48 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild,v 1.3 
2015/04/01 15:22:06 voyageur Exp $
 
 EAPI=5
-inherit toolchain-funcs
+inherit eutils toolchain-funcs
 
 DESCRIPTION=A dock applet to make any application dockable
 HOMEPAGE=http://burse.uni-hamburg.de/~friedel/software/wmswallow.html;
@@ -22,6 +22,7 @@
 S=${WORKDIR}/wmswallow
 
 src_prepare() {
+   epatch ${FILESDIR}/${P}-format-security.patch
sed -e s:\${OBJS} -o:\${OBJS} \${LDFLAGS} -o: \
-e /LIBS/s/-lXext/-lX11 \0/\
-i Makefile || die






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmswallow: ChangeLog wmswallow-0.6.1-r1.ebuild

2015-01-20 Thread Bernard Cafarelli (voyageur)
voyageur15/01/20 16:34:32

  Modified: ChangeLog
  Added:wmswallow-0.6.1-r1.ebuild
  Log:
  Finally fix underlinking, bug #370111
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.10 x11-plugins/wmswallow/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   10 Aug 2014 20:09:04 -  1.9
+++ ChangeLog   20 Jan 2015 16:34:32 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/wmswallow
-# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.9 
2014/08/10 20:09:04 slyfox Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.10 
2015/01/20 16:34:32 voyageur Exp $
+
+*wmswallow-0.6.1-r1 (20 Jan 2015)
+
+  20 Jan 2015; Bernard Cafarelli voyag...@gentoo.org
+  +wmswallow-0.6.1-r1.ebuild:
+  Finally fix underlinking, bug #370111
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org wmswallow-0.6.1.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild?rev=1.1content-type=text/plain

Index: wmswallow-0.6.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild,v 1.1 
2015/01/20 16:34:32 voyageur Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION=A dock applet to make any application dockable
HOMEPAGE=http://burse.uni-hamburg.de/~friedel/software/wmswallow.html;
SRC_URI=http://burse.uni-hamburg.de/~friedel/software/wmswallow/${PN}.tar.Z;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=x11-libs/libX11
x11-libs/libXext
DEPEND=${RDEPEND}
x11-proto/xproto

S=${WORKDIR}/wmswallow

src_prepare() {
sed -e s:\${OBJS} -o:\${OBJS} \${LDFLAGS} -o: \
-e /LIBS/s/-lXext/-lX11 \0/\
-i Makefile || die
}

src_compile() {
emake CC=$(tc-getCC) CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} xfree
}

src_install() {
dobin wmswallow
dodoc CHANGELOG README todo
}