diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-11-06 11:58:18 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-11-06 11:58:18 +0000 |
commit | 2b62592010fa19faecbd2404fdb966477b8ec487 (patch) | |
tree | 8f0e4b9f18de9b988e3d3eddf821857c73e71ae4 /x11-plugins | |
parent | changed ebuild to allow Haskell optimizations (diff) | |
download | historical-2b62592010fa19faecbd2404fdb966477b8ec487.tar.gz historical-2b62592010fa19faecbd2404fdb966477b8ec487.tar.bz2 historical-2b62592010fa19faecbd2404fdb966477b8ec487.zip |
Fixed bug #70141. Thanks to Matt Taylor <liverbugg@juno.com>.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmsensormon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmsensormon/Manifest | 18 | ||||
-rw-r--r-- | x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild | 3 |
3 files changed, 19 insertions, 7 deletions
diff --git a/x11-plugins/wmsensormon/ChangeLog b/x11-plugins/wmsensormon/ChangeLog index 19404f40dc72..4b458d8f195d 100644 --- a/x11-plugins/wmsensormon/ChangeLog +++ b/x11-plugins/wmsensormon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsensormon # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/ChangeLog,v 1.7 2004/10/19 09:01:41 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/ChangeLog,v 1.8 2004/11/06 11:58:18 pyrania Exp $ + + 06 Nov 2004; <pyrania@gentoo.org> wmsensormon-1.2.0.ebuild: + Fixed bug #70141. Thanks to Matt Taylor <liverbugg@juno.com>. 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> wmsensormon-1.2.0.ebuild: Stable on amd64. diff --git a/x11-plugins/wmsensormon/Manifest b/x11-plugins/wmsensormon/Manifest index 9e9a8f6cb0b9..187d4fa86404 100644 --- a/x11-plugins/wmsensormon/Manifest +++ b/x11-plugins/wmsensormon/Manifest @@ -1,6 +1,16 @@ -MD5 388d05b76b5355578baaf5b903b16c66 ChangeLog 804 -MD5 d5b96897c2047239f4fa533645e2e0a8 metadata.xml 463 -MD5 98a6ba9574e249a0a277c8c39e28a2f6 wmsensormon-1.2.0.ebuild 868 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 db3d85ed3933810c4dbf96e6d2989db2 ChangeLog 930 MD5 25056be8596fdf020d64bff0f30f1d46 wmsensormon-1.2_beta.ebuild 872 -MD5 32701f3c1822efc908eba59bf6db0c2b files/digest-wmsensormon-1.2.0 68 +MD5 531c408504c5236dcad5d9796bd8df39 wmsensormon-1.2.0.ebuild 839 +MD5 d5b96897c2047239f4fa533645e2e0a8 metadata.xml 463 MD5 c2a7f98d9997f51f020c3e1113ed7257 files/digest-wmsensormon-1.2_beta 71 +MD5 32701f3c1822efc908eba59bf6db0c2b files/digest-wmsensormon-1.2.0 68 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBjLy3I7fK2cqeyXkRAitXAJ4t5/P/iZAKjHeZT/wSBIMzaqULZgCg9x26 +lnsLxKOhTTubP/CjlO0cfUE= +=tOlm +-----END PGP SIGNATURE----- diff --git a/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild b/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild index eb40283395c5..df929f840d93 100644 --- a/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild +++ b/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild,v 1.4 2004/10/19 09:01:41 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild,v 1.5 2004/11/06 11:58:18 pyrania Exp $ IUSE="" S=${WORKDIR}/${P/_/-}/${PN} @@ -25,7 +25,6 @@ src_install () { cd ${S} dobin wmsensormon #unbzip manpage - Will be updated in 1.2 release - bzip2 -d wmsensormon.1.bz2 doman wmsensormon.1 cd .. dodoc CHANGELOG COPYING INSTALL README TODO |