diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-24 21:33:46 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-24 21:33:46 +0000 |
commit | 3c8d474a51ca841cd709ab864cbc432db7cd64d0 (patch) | |
tree | b652b2813153b93027222b5e1eaec793a2fbbd86 /xfce-extra/xfce4-cpugraph | |
parent | updated DEPEND to use virtual/ada, fixed quotations (diff) | |
download | gentoo-2-3c8d474a51ca841cd709ab864cbc432db7cd64d0.tar.gz gentoo-2-3c8d474a51ca841cd709ab864cbc432db7cd64d0.tar.bz2 gentoo-2-3c8d474a51ca841cd709ab864cbc432db7cd64d0.zip |
remove old
(Portage version: 2.1.4)
Diffstat (limited to 'xfce-extra/xfce4-cpugraph')
4 files changed, 0 insertions, 49 deletions
diff --git a/xfce-extra/xfce4-cpugraph/files/digest-xfce4-cpugraph-0.3.0-r1 b/xfce-extra/xfce4-cpugraph/files/digest-xfce4-cpugraph-0.3.0-r1 deleted file mode 100644 index 1ef6d7cab54c..000000000000 --- a/xfce-extra/xfce4-cpugraph/files/digest-xfce4-cpugraph-0.3.0-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b2ff93a62845289c4a8ed7d45faa7a1f xfce4-cpugraph-plugin-0.3.0.tar.bz2 102638 -RMD160 99c309b3bf0ab622a9b95df9b568808a6c034055 xfce4-cpugraph-plugin-0.3.0.tar.bz2 102638 -SHA256 eb6c2eee5f3d56a3202a9affb33242c3434bfbaeb0d7fe02cf267e64e85f3825 xfce4-cpugraph-plugin-0.3.0.tar.bz2 102638 diff --git a/xfce-extra/xfce4-cpugraph/files/xfce4-cpugraph-0.3.0-asneeded.patch b/xfce-extra/xfce4-cpugraph/files/xfce4-cpugraph-0.3.0-asneeded.patch deleted file mode 100644 index 5c44c7d34d67..000000000000 --- a/xfce-extra/xfce4-cpugraph/files/xfce4-cpugraph-0.3.0-asneeded.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur xfce4-cpugraph-plugin-0.3.0.orig/panel-plugin/Makefile.am xfce4-cpugraph-plugin-0.3.0/panel-plugin/Makefile.am ---- xfce4-cpugraph-plugin-0.3.0.orig/panel-plugin/Makefile.am 2005-09-30 14:12:14.000000000 +0300 -+++ xfce4-cpugraph-plugin-0.3.0/panel-plugin/Makefile.am 2007-01-21 23:31:59.000000000 +0200 -@@ -5,7 +5,7 @@ - -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ - @LIBXFCE4PANEL_CFLAGS@ - --xfce4_cpugraph_plugin_LDFLAGS = \ -+xfce4_cpugraph_plugin_LDADD = \ - @LIBXFCE4PANEL_LIBS@ - - xfce4_cpugraph_plugin_SOURCES = \ diff --git a/xfce-extra/xfce4-cpugraph/files/xfce4-cpugraph-0.3.0-sizeof.patch b/xfce-extra/xfce4-cpugraph/files/xfce4-cpugraph-0.3.0-sizeof.patch deleted file mode 100644 index 5c59a96f49bd..000000000000 --- a/xfce-extra/xfce4-cpugraph/files/xfce4-cpugraph-0.3.0-sizeof.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur xfce4-cpugraph-plugin-0.3.0.orig/panel-plugin/cpu.c xfce4-cpugraph-plugin-0.3.0/panel-plugin/cpu.c ---- xfce4-cpugraph-plugin-0.3.0.orig/panel-plugin/cpu.c 2005-10-09 12:06:46.000000000 +0300 -+++ xfce4-cpugraph-plugin-0.3.0/panel-plugin/cpu.c 2007-08-04 16:31:31.000000000 +0300 -@@ -626,7 +626,7 @@ - base->m_CPUUsage = GetCPUUsage (&base->m_OldUsage, &base->m_OldTotal); - - memmove (base->m_History + 1, base->m_History, -- (base->m_Values - 1) * sizeof (int)); -+ (base->m_Values - 1) * sizeof (long)); - base->m_History[0] = base->m_CPUUsage; - - /* Tooltip */ diff --git a/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0-r1.ebuild b/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0-r1.ebuild deleted file mode 100644 index 70a438c1d158..000000000000 --- a/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0-r1.ebuild,v 1.8 2007/10/15 15:25:07 drac Exp $ - -inherit autotools eutils xfce44 - -xfce44 - -DESCRIPTION="CPU load panel plugin" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" - -DEPEND=">=xfce-extra/xfce4-dev-tools-${XFCE_MASTER_VERSION}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-sizeof.patch - epatch "${FILESDIR}"/${P}-asneeded.patch - AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf -} - -xfce44_goodies_panel_plugin |