summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2006-05-18 16:10:53 +0000
committerPatrick McLean <chutzpah@gentoo.org>2006-05-18 16:10:53 +0000
commit5bf2047ffd5e4f0b6fe7f2876722dc3dd33771e0 (patch)
tree413d05e062fba591926e98a4791fae4d9cc44e1e /x11-misc/devilspie
parentVersion bump, #133570. (diff)
downloadgentoo-2-5bf2047ffd5e4f0b6fe7f2876722dc3dd33771e0.tar.gz
gentoo-2-5bf2047ffd5e4f0b6fe7f2876722dc3dd33771e0.tar.bz2
gentoo-2-5bf2047ffd5e4f0b6fe7f2876722dc3dd33771e0.zip
Remove DISABLE_DEPRICATED definitions from Makefile.{in,am} to fix bug #133697.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'x11-misc/devilspie')
-rw-r--r--x11-misc/devilspie/ChangeLog5
-rw-r--r--x11-misc/devilspie/devilspie-0.16.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/devilspie/ChangeLog b/x11-misc/devilspie/ChangeLog
index 27d702e4ada6..7d44f91aaaba 100644
--- a/x11-misc/devilspie/ChangeLog
+++ b/x11-misc/devilspie/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/devilspie
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/ChangeLog,v 1.23 2006/04/16 22:58:11 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/ChangeLog,v 1.24 2006/05/18 16:10:53 chutzpah Exp $
+
+ 18 May 2006; Patrick McLean <chutzpah@gentoo.org> devilspie-0.16.ebuild:
+ Remove DISABLE_DEPRICATED definitions from Makefile.{in,am} to fix bug #133697.
16 Apr 2006; Michael Hanselmann <hansmi@gentoo.org> devilspie-0.16.ebuild:
Stable on ppc.
diff --git a/x11-misc/devilspie/devilspie-0.16.ebuild b/x11-misc/devilspie/devilspie-0.16.ebuild
index 561ebd8d3b20..1b8532bfd526 100644
--- a/x11-misc/devilspie/devilspie-0.16.ebuild
+++ b/x11-misc/devilspie/devilspie-0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/devilspie-0.16.ebuild,v 1.4 2006/04/16 22:58:11 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/devilspie-0.16.ebuild,v 1.5 2006/05/18 16:10:53 chutzpah Exp $
inherit eutils
@@ -32,6 +32,7 @@ src_unpack() {
epatch "${FILESDIR}/${P}-README.patch"
cp "${FILESDIR}/SYNTAX-${PV}" SYNTAX
+ sed -ri '/G(|DK|TK)_DISABLE_DEPRECATED/ d' src/Makefile.{in,am}
}