summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-08-27 20:12:55 +0000
committerMichael Weber <xmw@gentoo.org>2013-08-27 20:12:55 +0000
commit7e7300d2967eee37e12c803d39b5aeea6555ea3f (patch)
tree1df017fbbe089952223a78a693a9cb7f3fa63a59 /x11-wm/cwm
parentadd ~x86, bug #469558 (diff)
downloadgentoo-2-7e7300d2967eee37e12c803d39b5aeea6555ea3f.tar.gz
gentoo-2-7e7300d2967eee37e12c803d39b5aeea6555ea3f.tar.bz2
gentoo-2-7e7300d2967eee37e12c803d39b5aeea6555ea3f.zip
Update live ebuild.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'x11-wm/cwm')
-rw-r--r--x11-wm/cwm/ChangeLog7
-rw-r--r--x11-wm/cwm/cwm-9999.ebuild9
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-wm/cwm/ChangeLog b/x11-wm/cwm/ChangeLog
index cdcc603e4dac..4702705d8ba8 100644
--- a/x11-wm/cwm/ChangeLog
+++ b/x11-wm/cwm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/cwm
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v 1.43 2012/10/06 12:33:54 xmw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v 1.44 2013/08/27 20:12:55 xmw Exp $
+
+ 27 Aug 2013; Michael Weber <xmw@gentoo.org> cwm-9999.ebuild:
+ Update live ebuild.
06 Oct 2012; Michael Weber <xmw@gentoo.org> cwm-9999.ebuild:
Add xmw patches as USE=-vanilla.
diff --git a/x11-wm/cwm/cwm-9999.ebuild b/x11-wm/cwm/cwm-9999.ebuild
index a6e53cadb16d..67bee50c035d 100644
--- a/x11-wm/cwm/cwm-9999.ebuild
+++ b/x11-wm/cwm/cwm-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-9999.ebuild,v 1.4 2012/10/06 12:33:54 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-9999.ebuild,v 1.5 2013/08/27 20:12:55 xmw Exp $
-EAPI=4
+EAPI=5
-inherit flag-o-matic toolchain-funcs git-2
+inherit toolchain-funcs git-2
DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
@@ -32,7 +32,6 @@ pkg_setup() {
}
src_compile() {
- #append-cflags -D_GNU_SOURCE #bug 417047
emake CFLAGS="${CFLAGS} -D_GNU_SOURCE" CC="$(tc-getCC)"
}