summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-25 13:22:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-25 13:22:44 +0000
commit2cff4263d47daa7dd39ed137389aaa02f317eb1c (patch)
treeb477bbb11ecb8e37eaa0004e1f60aaff66849f85
parentkeyword ~x86-fbsd (diff)
downloadgentoo-2-2cff4263d47daa7dd39ed137389aaa02f317eb1c.tar.gz
gentoo-2-2cff4263d47daa7dd39ed137389aaa02f317eb1c.tar.bz2
gentoo-2-2cff4263d47daa7dd39ed137389aaa02f317eb1c.zip
Rename xfce4-timer to xfce4-timer-plugin.
(Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r--xfce-extra/xfce4-timer-plugin/ChangeLog10
-rw-r--r--xfce-extra/xfce4-timer-plugin/metadata.xml5
-rw-r--r--xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild27
3 files changed, 42 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-timer-plugin/ChangeLog b/xfce-extra/xfce4-timer-plugin/ChangeLog
new file mode 100644
index 000000000000..a7f270cb9d7a
--- /dev/null
+++ b/xfce-extra/xfce4-timer-plugin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for xfce-extra/xfce4-timer-plugin
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.1 2009/08/25 13:22:44 ssuominen Exp $
+
+*xfce4-timer-plugin-0.6.1 (25 Aug 2009)
+
+ 25 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-timer-plugin-0.6.1.ebuild:
+ Rename xfce4-timer to xfce4-timer-plugin.
+
diff --git a/xfce-extra/xfce4-timer-plugin/metadata.xml b/xfce-extra/xfce4-timer-plugin/metadata.xml
new file mode 100644
index 000000000000..d56729e92f8e
--- /dev/null
+++ b/xfce-extra/xfce4-timer-plugin/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>xfce</herd>
+</pkgmetadata>
diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild
new file mode 100644
index 000000000000..f8909d906be7
--- /dev/null
+++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.1.ebuild,v 1.1 2009/08/25 13:22:44 ssuominen Exp $
+
+EAPI=2
+inherit xfconf
+
+DESCRIPTION="Timer plugin for Xfce4 panel"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=xfce-base/xfce4-panel-4.3.20
+ >=xfce-base/libxfcegui4-4.2
+ >=xfce-base/libxfce4util-4.3"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool"
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog README TODO"
+ XFCONF="--disable-dependency-tracking"
+}