summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-04-22 14:01:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-04-22 14:01:40 +0000
commit9c8da6ed493c584b0c3c4efb0bf6c5d91b9e9a2a (patch)
treef4f228ed5f3ee339199f9c7cf654874e8cab80a8 /xfce-extra
parentold (diff)
downloadgentoo-2-9c8da6ed493c584b0c3c4efb0bf6c5d91b9e9a2a.tar.gz
gentoo-2-9c8da6ed493c584b0c3c4efb0bf6c5d91b9e9a2a.tar.bz2
gentoo-2-9c8da6ed493c584b0c3c4efb0bf6c5d91b9e9a2a.zip
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-cpufreq-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild32
2 files changed, 5 insertions, 33 deletions
diff --git a/xfce-extra/xfce4-cpufreq-plugin/ChangeLog b/xfce-extra/xfce4-cpufreq-plugin/ChangeLog
index f678798b3eae..7698cd3126de 100644
--- a/xfce-extra/xfce4-cpufreq-plugin/ChangeLog
+++ b/xfce-extra/xfce4-cpufreq-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-cpufreq-plugin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/ChangeLog,v 1.14 2014/04/16 07:50:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/ChangeLog,v 1.15 2014/04/22 14:01:40 ssuominen Exp $
+
+ 22 Apr 2014; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-cpufreq-plugin-1.0.0.ebuild:
+ old
16 Apr 2014; Agostino Sarubbo <ago@gentoo.org>
xfce4-cpufreq-plugin-1.1.0.ebuild:
diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild
deleted file mode 100644
index 6eee5847fd37..000000000000
--- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild,v 1.9 2013/08/04 11:59:30 maekke Exp $
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="A panel plugin for showing information about cpufreq settings"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfcegui4-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}