diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:07:11 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:07:11 +0000 |
commit | a42d1dd9464548272b6769c4441027514ef6ddd5 (patch) | |
tree | ff09bd496eaace0312e9c43cf6a35e7e1cdc4e94 /x11-plugins/gkrellmms | |
parent | restore the make proto thing (diff) | |
download | gentoo-2-a42d1dd9464548272b6769c4441027514ef6ddd5.tar.gz gentoo-2-a42d1dd9464548272b6769c4441027514ef6ddd5.tar.bz2 gentoo-2-a42d1dd9464548272b6769c4441027514ef6ddd5.zip |
multilib fixes
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins/gkrellmms')
-rw-r--r-- | x11-plugins/gkrellmms/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellmms/Manifest | 8 | ||||
-rw-r--r-- | x11-plugins/gkrellmms/gkrellmms-2.1.21.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/x11-plugins/gkrellmms/ChangeLog b/x11-plugins/gkrellmms/ChangeLog index 358210c64556..0fd9302794f8 100644 --- a/x11-plugins/gkrellmms/ChangeLog +++ b/x11-plugins/gkrellmms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellmms # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.39 2005/04/07 17:09:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.40 2005/04/27 20:07:11 herbs Exp $ + + 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org> gkrellmms-2.1.21.ebuild: + multilib fixes 07 Apr 2005; Simon Stelling <blubb@gentoo.org> gkrellmms-2.1.21.ebuild: stable on amd64 diff --git a/x11-plugins/gkrellmms/Manifest b/x11-plugins/gkrellmms/Manifest index 9a8b128a095a..520b7261e213 100644 --- a/x11-plugins/gkrellmms/Manifest +++ b/x11-plugins/gkrellmms/Manifest @@ -1,10 +1,10 @@ -MD5 391a5ac9dd7477dcd11ced0414e82dcc ChangeLog 5720 MD5 832c9f70b38243ed07208cf01a547dbe gkrellmms-0.5.6.ebuild 673 MD5 5501ba1300cfb20d4e05256536ec9a66 gkrellmms-0.5.8.ebuild 663 MD5 a67111a4b5d1a3d792451325589841eb gkrellmms-2.1.15.ebuild 697 -MD5 889c6a242410e1a95e171a0a5ff2807d gkrellmms-2.1.21.ebuild 697 +MD5 a56ad5cd556bc37ff7e76369caaca8e3 ChangeLog 5812 MD5 de35d8f600d3d75d8075a8d848787013 metadata.xml 223 -MD5 ac569c5ef1a94fe768b2a043f1d5c7c6 files/digest-gkrellmms-0.5.6 66 -MD5 09b80fad84214e723be0b9f8867c4479 files/digest-gkrellmms-0.5.8 66 +MD5 446ddfe2a587e3b9bff4206f3f6d9c3f gkrellmms-2.1.21.ebuild 725 MD5 cb1a862a255479deb2b1e80dd39fd1ba files/digest-gkrellmms-2.1.15 67 MD5 28292acdeda41917477cff7da333acf6 files/digest-gkrellmms-2.1.21 67 +MD5 ac569c5ef1a94fe768b2a043f1d5c7c6 files/digest-gkrellmms-0.5.6 66 +MD5 09b80fad84214e723be0b9f8867c4479 files/digest-gkrellmms-0.5.8 66 diff --git a/x11-plugins/gkrellmms/gkrellmms-2.1.21.ebuild b/x11-plugins/gkrellmms/gkrellmms-2.1.21.ebuild index 1a9cc151bbdf..4f83ced39bf9 100644 --- a/x11-plugins/gkrellmms/gkrellmms-2.1.21.ebuild +++ b/x11-plugins/gkrellmms/gkrellmms-2.1.21.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/gkrellmms-2.1.21.ebuild,v 1.4 2005/04/07 17:09:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/gkrellmms-2.1.21.ebuild,v 1.5 2005/04/27 20:07:11 herbs Exp $ + +inherit multilib IUSE="" S=${WORKDIR}/${PN} @@ -20,7 +22,7 @@ src_compile() { } src_install () { - exeinto /usr/lib/gkrellm2/plugins + exeinto /usr/$(get_libdir)/gkrellm2/plugins newexe gkrellmms.so gkrellmms2.so dodoc README Changelog FAQ Themes } |