diff options
author | 2009-08-25 13:38:35 +0000 | |
---|---|---|
committer | 2009-08-25 13:38:35 +0000 | |
commit | 2d27ae8d224c95628c33d4c263c51125d8f516ac (patch) | |
tree | a9c5bc9b0cc8d0adde5019aa8dcdaec916777494 /xfce-extra/xfce4-diskperf-plugin | |
parent | alpha/arm/ia64/s390/sh/sparc stable wrt #281950 (diff) | |
download | gentoo-2-2d27ae8d224c95628c33d4c263c51125d8f516ac.tar.gz gentoo-2-2d27ae8d224c95628c33d4c263c51125d8f516ac.tar.bz2 gentoo-2-2d27ae8d224c95628c33d4c263c51125d8f516ac.zip |
Rename xfce4-diskperf to xfce4-diskperf-plugin.
(Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'xfce-extra/xfce4-diskperf-plugin')
-rw-r--r-- | xfce-extra/xfce4-diskperf-plugin/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-diskperf-plugin/metadata.xml | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.2.0.ebuild | 26 |
3 files changed, 41 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-diskperf-plugin/ChangeLog b/xfce-extra/xfce4-diskperf-plugin/ChangeLog new file mode 100644 index 000000000000..55bdb2dc80e7 --- /dev/null +++ b/xfce-extra/xfce4-diskperf-plugin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for xfce-extra/xfce4-diskperf-plugin +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v 1.1 2009/08/25 13:38:35 ssuominen Exp $ + +*xfce4-diskperf-plugin-2.2.0 (25 Aug 2009) + + 25 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-diskperf-plugin-2.2.0.ebuild: + Rename xfce4-diskperf to xfce4-diskperf-plugin. + diff --git a/xfce-extra/xfce4-diskperf-plugin/metadata.xml b/xfce-extra/xfce4-diskperf-plugin/metadata.xml new file mode 100644 index 000000000000..d56729e92f8e --- /dev/null +++ b/xfce-extra/xfce4-diskperf-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-diskperf-plugin/xfce4-diskperf-plugin-2.2.0.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.2.0.ebuild new file mode 100644 index 000000000000..acfc5e2826af --- /dev/null +++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.2.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.2.0.ebuild,v 1.1 2009/08/25 13:38:35 ssuominen Exp $ + +EAPI=2 +inherit xfconf + +DESCRIPTION="Disk usage and performance panel plugin" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/2.2/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +IUSE="debug" + +RDEPEND=">=xfce-base/xfce4-panel-4.3.90" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS README" + XFCONF="--disable-dependency-tracking + $(use_enable debug)" +} |