summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2012-08-30 00:21:20 +0000
committerJim Ramsay <lack@gentoo.org>2012-08-30 00:21:20 +0000
commitdd2ebf665c8db43d3243ec4c3543628c4e0c3555 (patch)
tree154d7de67f3dd6d77866a1613c0971202b107152 /x11-plugins/gkrellm-bgchanger
parentVersion bump: 7.3.646 is released (diff)
downloadgentoo-2-dd2ebf665c8db43d3243ec4c3543628c4e0c3555.tar.gz
gentoo-2-dd2ebf665c8db43d3243ec4c3543628c4e0c3555.tar.bz2
gentoo-2-dd2ebf665c8db43d3243ec4c3543628c4e0c3555.zip
Version bump: 0.1.11
(Portage version: 2.1.11.10/cvs/Linux x86_64)
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.ebuild5
-rw-r--r--x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11.ebuild22
3 files changed, 33 insertions, 4 deletions
diff --git a/x11-plugins/gkrellm-bgchanger/ChangeLog b/x11-plugins/gkrellm-bgchanger/ChangeLog
index baabfe7bb011..df614c431522 100644
--- a/x11-plugins/gkrellm-bgchanger/ChangeLog
+++ b/x11-plugins/gkrellm-bgchanger/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/gkrellm-bgchanger
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bgchanger/ChangeLog,v 1.23 2011/01/20 04:39:14 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bgchanger/ChangeLog,v 1.24 2012/08/30 00:21:20 lack Exp $
+
+*gkrellm-bgchanger-0.1.11 (30 Aug 2012)
+
+ 30 Aug 2012; Jim Ramsay <jim_ramsay@gentoo.org>
+ +gkrellm-bgchanger-0.1.11.ebuild, gkrellm-bgchanger-0.1.10.ebuild:
+ Version bump: 0.1.11
20 Jan 2011; Diego E. Pettenò <flameeyes@gentoo.org>
-gkrellm-bgchanger-0.1.7.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
index 6b2ed67ae958..7d5b938b353b 100644
--- a/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.10.ebuild
+++ b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.10.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.10.ebuild,v 1.2 2012/08/30 00:21:20 lack Exp $
+EAPI=4
inherit gkrellm-plugin
IUSE=""
diff --git a/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11.ebuild b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11.ebuild
new file mode 100644
index 000000000000..73d92bca384b
--- /dev/null
+++ b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 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.11.ebuild,v 1.1 2012/08/30 00:21:20 lack Exp $
+
+EAPI=4
+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"