diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-11-13 07:18:42 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-11-13 07:18:42 +0000 |
commit | b6a9ba7bde22f06fce526d559c25f912fdb440b0 (patch) | |
tree | 54a5adf5734b6804711c0dec8fd88ea8249c1e68 /x11-plugins | |
parent | initial import (diff) | |
download | historical-b6a9ba7bde22f06fce526d559c25f912fdb440b0.tar.gz historical-b6a9ba7bde22f06fce526d559c25f912fdb440b0.tar.bz2 historical-b6a9ba7bde22f06fce526d559c25f912fdb440b0.zip |
Removing condition for patch, so gcc4 can compile this too
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmtz/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmtz/Manifest | 16 | ||||
-rw-r--r-- | x11-plugins/wmtz/wmtz-0.7.ebuild | 5 |
3 files changed, 18 insertions, 8 deletions
diff --git a/x11-plugins/wmtz/ChangeLog b/x11-plugins/wmtz/ChangeLog index 150502b3b44d..26c2a2e4919d 100644 --- a/x11-plugins/wmtz/ChangeLog +++ b/x11-plugins/wmtz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtz # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.12 2005/11/11 11:13:23 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.13 2005/11/13 07:18:42 morfic Exp $ + + 13 Nov 2005; Daniel Goller <morfic@gentoo.org> wmtz-0.7.ebuild: + Removing condition for patch, so gcc4 can compile this too 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmtz-0.7.ebuild: Removed COPYING and INSTALL from dodoc. diff --git a/x11-plugins/wmtz/Manifest b/x11-plugins/wmtz/Manifest index b329ae5a8e35..a0723877ce4d 100644 --- a/x11-plugins/wmtz/Manifest +++ b/x11-plugins/wmtz/Manifest @@ -1,6 +1,16 @@ -MD5 d578993a8fe9e54fd7d8daadf9ccb94a wmtz-0.7.ebuild 934 -MD5 9d6e95356f6dc6f9c2acc98cd3bf6bb2 ChangeLog 1521 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 54929baf79793e54f538e4c20495d95e ChangeLog 1650 MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 -MD5 87d237cba796423d80d030a210401ed0 files/wmtz.c.patch 465 +MD5 a70cf080daa7c0c960b276f6ba41643d wmtz-0.7.ebuild 854 MD5 6efb0655a3f8a17ecd56106d4d39ebda files/digest-wmtz-0.7 59 MD5 f44970f0cb57d7fca808329d20d45902 files/wmtz-0.7-gcc34.patch 336 +MD5 87d237cba796423d80d030a210401ed0 files/wmtz.c.patch 465 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDdujl/aM9DdBw91cRAqTfAJ46r8rhLSbwxiKnZYpypDPdKoT0wQCcCHps +mTB7LBbfDqBD79jTXAD+Gpg= +=DtG6 +-----END PGP SIGNATURE----- diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild index a8d970a2b720..8441cae4339e 100644 --- a/x11-plugins/wmtz/wmtz-0.7.ebuild +++ b/x11-plugins/wmtz/wmtz-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.13 2005/11/11 11:13:23 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.14 2005/11/13 07:18:42 morfic Exp $ inherit eutils toolchain-funcs @@ -20,10 +20,7 @@ src_unpack() { cd ${S} #apply both patches to compile with gcc-3.4 closing bug #64556 - if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] - then epatch ${FILESDIR}/wmtz-0.7-gcc34.patch - fi } src_compile() { |