diff options
-rw-r--r-- | x11-plugins/gkrellweather/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/Manifest | 18 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild | 8 |
3 files changed, 24 insertions, 9 deletions
diff --git a/x11-plugins/gkrellweather/ChangeLog b/x11-plugins/gkrellweather/ChangeLog index 005120f1ad82..737eb0195bd4 100644 --- a/x11-plugins/gkrellweather/ChangeLog +++ b/x11-plugins/gkrellweather/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellweather -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.18 2004/07/09 23:50:16 slarti Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.19 2005/04/27 16:52:09 herbs Exp $ + + 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org> gkrellweather-2.0.6.ebuild: + multilib fixes 10 Jul 2004; Tom Martin <slarti@gentoo.org> gkrellweather-2.0.6.ebuild: Marked ~amd64. diff --git a/x11-plugins/gkrellweather/Manifest b/x11-plugins/gkrellweather/Manifest index b1ce30101dad..059e41860f5f 100644 --- a/x11-plugins/gkrellweather/Manifest +++ b/x11-plugins/gkrellweather/Manifest @@ -1,6 +1,16 @@ -MD5 de35d8f600d3d75d8075a8d848787013 metadata.xml 223 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 e38379346d149459c341c58e182267c9 gkrellweather-0.2.7-r2.ebuild 997 -MD5 d98c3870ac4cc99f2a7b54a9e753ac90 ChangeLog 3271 -MD5 f96db5dcdedafa216a93e015e963ea6d gkrellweather-2.0.6.ebuild 1004 -MD5 d31faae71487ebf3fcf81bf89cb7861f files/digest-gkrellweather-2.0.6 67 +MD5 bba5c42f7906d5b52621110c8e646436 ChangeLog 3365 +MD5 de35d8f600d3d75d8075a8d848787013 metadata.xml 223 +MD5 0b1b30c658ad91b321c0879f9c50614e gkrellweather-2.0.6.ebuild 1031 MD5 7a8cb4e990a4380049aeb67f5a05f5f4 files/digest-gkrellweather-0.2.7-r2 142 +MD5 d31faae71487ebf3fcf81bf89cb7861f files/digest-gkrellweather-2.0.6 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCb8NR2G5bA0cA/ScRAg2WAJ0e02D29Gb35eYvfzD8w3kJ87+GJgCdHiDU +LoMf4JbLIRvqw4pN8ly+56k= +=5QJ3 +-----END PGP SIGNATURE----- diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild index 51ef7407e9be..fda63aeead7a 100644 --- a/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild +++ b/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild,v 1.10 2004/07/09 23:50:16 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild,v 1.11 2005/04/27 16:52:09 herbs Exp $ + +inherit multilib IUSE="" DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weather @@ -37,7 +39,7 @@ src_install () { exeinto /usr/bin newexe GrabWeather GrabWeather2 - insinto /usr/lib/gkrellm2/plugins + insinto /usr/$(get_libdir)/gkrellm2/plugins doins gkrellweather.so dodoc README ChangeLog COPYING } |