From edf02479e75bdaa9a77f6cce62d4fa37f36f1adf Mon Sep 17 00:00:00 2001 From: Heinrich Wendel Date: Thu, 2 Oct 2003 14:09:59 +0000 Subject: changelog:p --- x11-plugins/i8krellm/ChangeLog | 7 +++- x11-plugins/i8krellm/Manifest | 5 +-- x11-plugins/i8krellm/files/digest-i8krellm-2.2 | 1 - x11-plugins/i8krellm/i8krellm-2.2.ebuild | 49 ----------------------- x11-plugins/i8krellm/i8krellm-2.5.ebuild | 54 ++++++++++++++++++++++++++ 5 files changed, 62 insertions(+), 54 deletions(-) delete mode 100644 x11-plugins/i8krellm/files/digest-i8krellm-2.2 delete mode 100644 x11-plugins/i8krellm/i8krellm-2.2.ebuild create mode 100644 x11-plugins/i8krellm/i8krellm-2.5.ebuild (limited to 'x11-plugins') diff --git a/x11-plugins/i8krellm/ChangeLog b/x11-plugins/i8krellm/ChangeLog index b1eba33fdd35..5a970501dfab 100644 --- a/x11-plugins/i8krellm/ChangeLog +++ b/x11-plugins/i8krellm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/i8krellm # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/i8krellm/ChangeLog,v 1.3 2003/03/27 05:28:19 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/i8krellm/ChangeLog,v 1.4 2003/10/02 14:09:55 lanius Exp $ + +*i8krellm-2.5 (02 Oct 2003) + + 02 Oct 2003; Heinrich Wendel i8krellm-2.5.ebuild: + version bump *i8krellm-2.3 (13 Feb 2003) diff --git a/x11-plugins/i8krellm/Manifest b/x11-plugins/i8krellm/Manifest index e611b7df825b..c2ad3b3ccdec 100644 --- a/x11-plugins/i8krellm/Manifest +++ b/x11-plugins/i8krellm/Manifest @@ -1,5 +1,4 @@ -MD5 a0dfd3d206bebf41f7bd40f9459f480c ChangeLog 897 -MD5 c1c7ceb563ec802ef24d196cd166c195 i8krellm-2.2.ebuild 1017 +MD5 86fc53cf9787f5603e6635210c9364fb ChangeLog 1012 MD5 5fa8fb1b32a6b97acc58bb1008e3c942 i8krellm-2.3.ebuild 1017 -MD5 9d0436e9dc7193b745be92add188f91c files/digest-i8krellm-2.2 63 +MD5 255fe49f4f045ce9e9b26c173b54626a i8krellm-2.5.ebuild 1246 MD5 d3fcf98bdcd86e56476425aa160f8574 files/digest-i8krellm-2.3 63 diff --git a/x11-plugins/i8krellm/files/digest-i8krellm-2.2 b/x11-plugins/i8krellm/files/digest-i8krellm-2.2 deleted file mode 100644 index df8a167425c3..000000000000 --- a/x11-plugins/i8krellm/files/digest-i8krellm-2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 52a2ad0f8418fc2e17f439a136be90e6 i8krellm-2.2.tar.gz 14596 diff --git a/x11-plugins/i8krellm/i8krellm-2.2.ebuild b/x11-plugins/i8krellm/i8krellm-2.2.ebuild deleted file mode 100644 index 7b0beb96656d..000000000000 --- a/x11-plugins/i8krellm/i8krellm-2.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/i8krellm/i8krellm-2.2.ebuild,v 1.4 2003/09/06 05:45:17 msterret Exp $ - -IUSE="gtk2" - -S=${WORKDIR}/${P} -DESCRIPTION="GKrellM2 Plugin for the Dell Inspiron and Latitude notebooks" -SRC_URI="http://www.coding-zone.com/${P}.tar.gz" -HOMEPAGE="http://www.coding-zone.com/i8krellm.phtml" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 -ppc -sparc -alpha -mips -hppa" - -DEPEND="app-admin/gkrellm - x11-libs/gtk+ - gtk2? ( =x11-libs/gtk+-2* - =app-admin/gkrellm-2* ) - >=sys-apps/i8kutils-1.5" - -src_compile() { - - if [ -f /usr/bin/gkrellm ] - then - emake || die - fi - - if [ -f /usr/bin/gkrellm2 ] - then - emake i8krellm2 || die - fi -} - -src_install () { - - if [ -f /usr/bin/gkrellm ] - then - insinto /usr/lib/gkrellm/plugins - doins i8krellm.so - fi - - if [ -f /usr/bin/gkrellm2 ] - then - insinto /usr/lib/gkrellm2/plugins - doins i8krellm2.so - fi - dodoc README Changelog AUTHORS -} diff --git a/x11-plugins/i8krellm/i8krellm-2.5.ebuild b/x11-plugins/i8krellm/i8krellm-2.5.ebuild new file mode 100644 index 000000000000..807d42209eb9 --- /dev/null +++ b/x11-plugins/i8krellm/i8krellm-2.5.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/i8krellm/i8krellm-2.5.ebuild,v 1.1 2003/10/02 14:09:55 lanius Exp $ + +IUSE="gtk2" + +S=${WORKDIR}/${P} +DESCRIPTION="GKrellM2 Plugin for the Dell Inspiron and Latitude notebooks" +SRC_URI="http://www.coding-zone.com/${P}.tar.gz" +HOMEPAGE="http://www.coding-zone.com/i8krellm.phtml" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 -ppc -sparc -alpha -mips -hppa" + +DEPEND="app-admin/gkrellm + x11-libs/gtk+ + gtk2? ( =x11-libs/gtk+-2* + =app-admin/gkrellm-2* ) + >=sys-apps/i8kutils-1.5" + +src_compile() { + + if [ -f /usr/bin/gkrellm ] + then + emake i8krellm1 || die + fi + + if [ -f /usr/bin/gkrellm2 ] + then + emake || die + fi +} + +src_install () { + + if [ -f /usr/bin/gkrellm ] + then + insinto /usr/lib/gkrellm/plugins + doins i8krellm1.so + fi + + if [ -f /usr/bin/gkrellm2 ] + then + insinto /usr/lib/gkrellm2/plugins + doins i8krellm.so + fi + dodoc README Changelog AUTHORS + + einfo "PLEASE NOTE that the module is renamed:" + einfo " gkrellm2: i8krellm (it was i8krellm2 in the past)" + einfo " grellm: i8krellm1 (the former i8krellm)" + einfo "Make sure to switch your plugin to the new one." +} -- cgit v1.2.3-65-gdbad