summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2010-10-31 15:08:15 +0000
committerJim Ramsay <lack@gentoo.org>2010-10-31 15:08:15 +0000
commit0c6d65ca2123c1cadf6bc6c4f1c9376f1219ebe7 (patch)
treeccfd8ddda754915f1a6c1e277c3e8171d75a0685 /x11-plugins/gkrellm-bgchanger
parentAdded missing linking libs (diff)
downloadgentoo-2-0c6d65ca2123c1cadf6bc6c4f1c9376f1219ebe7.tar.gz
gentoo-2-0c6d65ca2123c1cadf6bc6c4f1c9376f1219ebe7.tar.bz2
gentoo-2-0c6d65ca2123c1cadf6bc6c4f1c9376f1219ebe7.zip
Version bump: 0.1.10 is released. Bug #338971
(Portage version: 2.1.9.14/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/gkrellm-bgchanger')
-rw-r--r--x11-plugins/gkrellm-bgchanger/ChangeLog10
-rw-r--r--x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.10.ebuild21
2 files changed, 29 insertions, 2 deletions
diff --git a/x11-plugins/gkrellm-bgchanger/ChangeLog b/x11-plugins/gkrellm-bgchanger/ChangeLog
index ab397fde89d8..cf83d29ad8bc 100644
--- a/x11-plugins/gkrellm-bgchanger/ChangeLog
+++ b/x11-plugins/gkrellm-bgchanger/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/gkrellm-bgchanger
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bgchanger/ChangeLog,v 1.21 2007/06/12 21:00:25 lack Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bgchanger/ChangeLog,v 1.22 2010/10/31 15:08:15 lack Exp $
+
+*gkrellm-bgchanger-0.1.10 (31 Oct 2010)
+
+ 31 Oct 2010; Jim Ramsay <lack@gentoo.org>
+ +gkrellm-bgchanger-0.1.10.ebuild:
+ Version bump: 0.1.10 is released. Bug #338971
12 Jun 2007; Jim Ramsay <lack@gentoo.org> -gkrellm-bgchanger-0.1.0.ebuild,
-gkrellm-bgchanger-0.1.2.ebuild:
diff --git a/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.10.ebuild b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.10.ebuild
new file mode 100644
index 000000000000..6b2ed67ae958
--- /dev/null
+++ b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.10.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.10.ebuild,v 1.1 2010/10/31 15:08:15 lack Exp $
+
+inherit gkrellm-plugin
+
+IUSE=""
+
+MY_PN=gkrellmbgchg2
+MY_P=${MY_PN}-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Plugin for GKrellM2 to change your desktop background"
+HOMEPAGE="http://www.bender-suhl.de/stefan/english/comp/gkrellmbgchg.html"
+SRC_URI="http://www.bender-suhl.de/stefan/comp/sources/${MY_P}.tar.gz"
+
+SLOT="2"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+
+PLUGIN_SO=gkrellmbgchg.so
+PLUGIN_DOCS="bgchg_info.sh kdewallpaper.sh"