diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:43:55 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:43:55 +0000 |
commit | 9ca8abfa3e7c7ac3216f3c62ed94e8721ad25e98 (patch) | |
tree | cbcf76daa39685ea00139ec8b375d2c8839a866c /x11-plugins/gkrellm-mailwatch | |
parent | Stable on alpha + ia64. (diff) | |
download | historical-9ca8abfa3e7c7ac3216f3c62ed94e8721ad25e98.tar.gz historical-9ca8abfa3e7c7ac3216f3c62ed94e8721ad25e98.tar.bz2 historical-9ca8abfa3e7c7ac3216f3c62ed94e8721ad25e98.zip |
Stable on amd64.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'x11-plugins/gkrellm-mailwatch')
-rw-r--r-- | x11-plugins/gkrellm-mailwatch/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/gkrellm-mailwatch/Manifest | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild | 10 |
3 files changed, 15 insertions, 9 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/ChangeLog b/x11-plugins/gkrellm-mailwatch/ChangeLog index b57cceec1f1b..23a3960a0d6d 100644 --- a/x11-plugins/gkrellm-mailwatch/ChangeLog +++ b/x11-plugins/gkrellm-mailwatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellm-mailwatch -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.19 2004/09/02 18:22:39 pvdabeel Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.20 2005/04/27 20:39:26 herbs Exp $ + + 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org> + gkrellm-mailwatch-2.4.3.ebuild: + Stable on amd64. 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> gkrellm-mailwatch-2.4.3.ebuild: diff --git a/x11-plugins/gkrellm-mailwatch/Manifest b/x11-plugins/gkrellm-mailwatch/Manifest index 6cb5c59e8105..fbc0b9daabab 100644 --- a/x11-plugins/gkrellm-mailwatch/Manifest +++ b/x11-plugins/gkrellm-mailwatch/Manifest @@ -1,8 +1,8 @@ -MD5 8caeb984e290cf05b395a36866492b61 ChangeLog 2638 MD5 db558289a4e71052d83af0615a8db5f7 gkrellm-mailwatch-0.7.2.ebuild 729 -MD5 c65a695a63a5f11217b7b7e37896180b gkrellm-mailwatch-2.4.2.ebuild 676 -MD5 fbf01564a4e7e5aba7982c7f14fa581b gkrellm-mailwatch-2.4.3.ebuild 685 +MD5 ddcf5423a28f5c078868bf2d6ac31ec6 gkrellm-mailwatch-2.4.3.ebuild 712 +MD5 8607a1b7a6c99dda591653486e8b78cf ChangeLog 2741 MD5 de35d8f600d3d75d8075a8d848787013 metadata.xml 223 +MD5 c65a695a63a5f11217b7b7e37896180b gkrellm-mailwatch-2.4.2.ebuild 676 MD5 2682942f3d6fdc5a9af73fdf2102ec9f files/digest-gkrellm-mailwatch-0.7.2 66 MD5 336ae67c677d06e8c118ed8e7b70482a files/digest-gkrellm-mailwatch-2.4.2 74 MD5 d8d7837bb4a476bc2a713d77aabb87e0 files/digest-gkrellm-mailwatch-2.4.3 74 diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild index 7467a66821b7..fda50be934ad 100644 --- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild +++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.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/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild,v 1.4 2004/09/02 18:22:39 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild,v 1.5 2005/04/27 20:39:26 herbs Exp $ + +inherit multilib IUSE="" S=${WORKDIR}/${PN} @@ -12,14 +14,14 @@ DEPEND="=app-admin/gkrellm-2*" SLOT="2" LICENSE="GPL-2" -KEYWORDS="~x86 ppc ~sparc ~alpha ~amd64" +KEYWORDS="~x86 ppc ~sparc ~alpha amd64" src_compile() { emake || die } src_install () { - exeinto /usr/lib/gkrellm2/plugins + exeinto /usr/$(get_libdir)/gkrellm2/plugins doexe mailwatch.so dodoc README Changelog } |