diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 19:12:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 19:12:31 +0000 |
commit | 47483c8e6b59702a2889ee5c6b4a52d35405318e (patch) | |
tree | 3201549c62961d56316516d8967f6389fc27ae0f /x11-wm | |
parent | Drop ppc-macos keyword, remove darwin patch and conditionals. (diff) | |
download | gentoo-2-47483c8e6b59702a2889ee5c6b4a52d35405318e.tar.gz gentoo-2-47483c8e6b59702a2889ee5c6b4a52d35405318e.tar.bz2 gentoo-2-47483c8e6b59702a2889ee5c6b4a52d35405318e.zip |
Get rid of comment that triggers as false positive.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index a80f326b97c7..5ad8116e8704 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/windowmaker -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.75 2006/12/27 03:55:09 tgall Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.76 2007/01/04 19:12:31 flameeyes Exp $ + + 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + windowmaker-0.92.0-r3.ebuild: + Get rid of comment that triggers as false positive. 26 Dec 2006; Tom Gall <tgall@gentoo.org> windowmaker-0.92.0-r3.ebuild: diff --git a/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild index 7c904dbb41b6..e5594a6a355a 100644 --- a/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild,v 1.13 2006/12/27 03:55:09 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild,v 1.14 2007/01/04 19:12:31 flameeyes Exp $ inherit eutils gnustep-funcs flag-o-matic multilib @@ -82,10 +82,6 @@ src_compile() { --with-pixmapdir=/usr/share/pixmaps \ ${myconf} || die -# # call here needed as some users report breakage with one of the above -# # patches (though patched after autoreconf) -# libtoolize --copy --force - # # don't know if zh_TW is still non-functional, but leaving it out still # # for now # cd ${S}/po @@ -149,7 +145,7 @@ src_install() { emake install DESTDIR=${D} || die "windowmaker: install has failed." dodoc AUTHORS BUGFORM BUGS ChangeLog COPYING* INSTALL* FAQ* \ - MIRRORS README* NEWS TODO + MIRRORS README* NEWS TODO # WindowMaker Extra cd ../WindowMaker-extra-0.1 |