diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-plugins/gkrellm-bgchanger | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-plugins/gkrellm-bgchanger')
5 files changed, 79 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-bgchanger/Manifest b/x11-plugins/gkrellm-bgchanger/Manifest new file mode 100644 index 000000000000..8d209eee13ac --- /dev/null +++ b/x11-plugins/gkrellm-bgchanger/Manifest @@ -0,0 +1,2 @@ +DIST gkrellmbgchg2-0.1.10.tar.gz 17667 SHA256 ecd27ef920b8193bd5fe9ec08285fa672eb8c8d457ede7e2e38c44a44433845b SHA512 09abe6a378b96f7a3a47ac1aee02f82ff1aabc2dd3caf9cc1bfa9484100945364ed0d9e94ea8eab07995ae80b9131bce3836d932702991e37bd974cfab651e2c WHIRLPOOL 115befc5c6bc2427d7765e48f391744d7d8fedcc26ab315655f01d1745f51009d46b56ed7d91a11591838f832fa4d1cb7c6e62ee09ee3c971cb8c7057fb08d3a +DIST gkrellmbgchg2-0.1.11.tar.gz 24164 SHA256 0cbb8c1f8638c7443105d3a8b7b4565333e8c233648c1d831b4289a71ef23d26 SHA512 648f56260e756d23ce616efb863e5746a7400a3fd7df135fc3b7548ac07ebb058e9c4f7c76af92cc2c4942ba6c1108b6e294b72afe831de6285e2329ca7c4803 WHIRLPOOL 8737ccfb37910911f14e156266387c38cfe341046547fcfb054dccbe3c4e7630913d8112fae6fa6448896fbaa8866babaef0107ca0b2d520c61d2ea47cb80a0d 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..9fb445006324 --- /dev/null +++ b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.10.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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" diff --git a/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r1.ebuild b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r1.ebuild new file mode 100644 index 000000000000..a999fdd488b1 --- /dev/null +++ b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit gkrellm-plugin toolchain-funcs + +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" + +src_prepare() { + sed -i "s:local/::" Makefile || die + tc-export CC +} 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..9fb445006324 --- /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 +# $Id$ + +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" diff --git a/x11-plugins/gkrellm-bgchanger/metadata.xml b/x11-plugins/gkrellm-bgchanger/metadata.xml new file mode 100644 index 000000000000..a03f5d8b381b --- /dev/null +++ b/x11-plugins/gkrellm-bgchanger/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-dock</herd> +</pkgmetadata> |