summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-08-29 10:52:59 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-08-29 10:52:59 +0000
commit12fede24be9b7708a892775ea05070537d7db43c (patch)
treea26d3b2b1e3371af8376b59abed0a50fb0f3cc10 /x11-wm/openbox
parentVersion bump. #432664 (diff)
downloadgentoo-2-12fede24be9b7708a892775ea05070537d7db43c.tar.gz
gentoo-2-12fede24be9b7708a892775ea05070537d7db43c.tar.bz2
gentoo-2-12fede24be9b7708a892775ea05070537d7db43c.zip
respect flags, don't run autopoint twice, add verbosity for live ebuild
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r--x11-wm/openbox/ChangeLog7
-rw-r--r--x11-wm/openbox/openbox-3.5.0-r1.ebuild8
-rw-r--r--x11-wm/openbox/openbox-3.5.0_p20111019-r2.ebuild8
-rw-r--r--x11-wm/openbox/openbox-3.5.0_p20111019.ebuild8
-rw-r--r--x11-wm/openbox/openbox-9999.ebuild7
5 files changed, 26 insertions, 12 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog
index 9dee10fc5843..f80dbf1be62f 100644
--- a/x11-wm/openbox/ChangeLog
+++ b/x11-wm/openbox/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-wm/openbox
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.252 2012/08/27 10:29:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.253 2012/08/29 10:52:59 hasufell Exp $
+
+ 29 Aug 2012; Julian Ospald <hasufell@gentoo.org> 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)
diff --git a/x11-wm/openbox/openbox-3.5.0-r1.ebuild b/x11-wm/openbox/openbox-3.5.0-r1.ebuild
index 96bd7a009c5e..a83659d490d9 100644
--- a/x11-wm/openbox/openbox-3.5.0-r1.ebuild
+++ b/x11-wm/openbox/openbox-3.5.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0-r1.ebuild,v 1.12 2012/06/04 19:00:52 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0-r1.ebuild,v 1.13 2012/08/29 10:52:59 hasufell Exp $
EAPI="2"
inherit multilib autotools eutils
@@ -36,9 +36,11 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch
epatch "${FILESDIR}"/${PN}-as-needed.patch
epatch "${FILESDIR}"/${P}-configure-imlib2.patch
- sed -i -e "s:-O0 -ggdb ::" "${S}"/m4/openbox.m4 || die
+ sed -i \
+ -e "s:-O0 -ggdb ::" \
+ -e 's/-fno-strict-aliasing//' \
+ "${S}"/m4/openbox.m4 || die
epatch_user
- eautopoint
eautoreconf
}
diff --git a/x11-wm/openbox/openbox-3.5.0_p20111019-r2.ebuild b/x11-wm/openbox/openbox-3.5.0_p20111019-r2.ebuild
index 4d41d6b85d29..6b977e630b57 100644
--- a/x11-wm/openbox/openbox-3.5.0_p20111019-r2.ebuild
+++ b/x11-wm/openbox/openbox-3.5.0_p20111019-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20111019-r2.ebuild,v 1.1 2012/08/27 10:29:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20111019-r2.ebuild,v 1.2 2012/08/29 10:52:59 hasufell Exp $
EAPI="2"
inherit multilib autotools eutils
@@ -39,9 +39,11 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch
epatch "${FILESDIR}"/${P/_p*/}-gtk34.patch
epatch "${FILESDIR}"/${P/_p*/}-fix-desktop-files.patch
- sed -i -e "s:-O0 -ggdb ::" "${S}"/m4/openbox.m4 || die
+ sed -i \
+ -e "s:-O0 -ggdb ::" \
+ -e 's/-fno-strict-aliasing//' \
+ "${S}"/m4/openbox.m4 || die
epatch_user
- eautopoint
eautoreconf
}
diff --git a/x11-wm/openbox/openbox-3.5.0_p20111019.ebuild b/x11-wm/openbox/openbox-3.5.0_p20111019.ebuild
index fa65cb3f69ee..e2d4b9dfa104 100644
--- a/x11-wm/openbox/openbox-3.5.0_p20111019.ebuild
+++ b/x11-wm/openbox/openbox-3.5.0_p20111019.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20111019.ebuild,v 1.9 2012/08/14 22:07:42 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20111019.ebuild,v 1.10 2012/08/29 10:52:59 hasufell Exp $
EAPI="2"
inherit multilib autotools eutils
@@ -36,9 +36,11 @@ S="${WORKDIR}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch
- sed -i -e "s:-O0 -ggdb ::" "${S}"/m4/openbox.m4 || die
+ sed -i \
+ -e "s:-O0 -ggdb ::" \
+ -e 's/-fno-strict-aliasing//' \
+ "${S}"/m4/openbox.m4 || die
epatch_user
- eautopoint
eautoreconf
}
diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-9999.ebuild
index eaeaa65f3aed..68e585b75457 100644
--- a/x11-wm/openbox/openbox-9999.ebuild
+++ b/x11-wm/openbox/openbox-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-9999.ebuild,v 1.19 2012/08/27 10:29:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-9999.ebuild,v 1.20 2012/08/29 10:52:59 hasufell Exp $
EAPI="2"
inherit multilib autotools eutils git-2
@@ -40,13 +40,16 @@ src_prepare() {
# Lets try to replace docbook-to-man with docbook2man.pl since
# Gentoo does not provide (why?) a docbook-to-man package
sed -i -e "s:docbook-to-man:docbook2man.pl:" "${S}"/Makefile.am
+ sed -i \
+ -e 's/-fno-strict-aliasing//' \
+ m4/openbox.m4 || die
epatch_user
- eautopoint
eautoreconf
}
src_configure() {
econf \
+ --disable-silent-rules \
--docdir=/usr/share/doc/${PF} \
$(use_enable debug) \
$(use_enable imlib imlib2) \