summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-03-18 07:38:01 +0000
committerSamuli Suominen <drac@gentoo.org>2007-03-18 07:38:01 +0000
commit9af3e48f1e2b7c342990420d5a63e19e5ae96eaa (patch)
treef86f460112211435395dbc386697a2b6ef55cea1 /xfce-extra
parentRemove unused version. (diff)
downloadgentoo-2-9af3e48f1e2b7c342990420d5a63e19e5ae96eaa.tar.gz
gentoo-2-9af3e48f1e2b7c342990420d5a63e19e5ae96eaa.tar.bz2
gentoo-2-9af3e48f1e2b7c342990420d5a63e19e5ae96eaa.zip
Remove unused version.
(Portage version: 2.1.2.2)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-battery/files/ac_adapter.patch15
-rw-r--r--xfce-extra/xfce4-battery/files/digest-xfce4-battery-0.3.0-r23
-rw-r--r--xfce-extra/xfce4-battery/xfce4-battery-0.3.0-r2.ebuild18
3 files changed, 0 insertions, 36 deletions
diff --git a/xfce-extra/xfce4-battery/files/ac_adapter.patch b/xfce-extra/xfce4-battery/files/ac_adapter.patch
deleted file mode 100644
index e1626d85d9d7..000000000000
--- a/xfce-extra/xfce4-battery/files/ac_adapter.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur xfce4-battery-plugin-0.3.0.orig/panel-plugin/libacpi.c xfce4-battery-plugin-0.3.0/panel-plugin/libacpi.c
---- xfce4-battery-plugin-0.3.0.orig/panel-plugin/libacpi.c 2003-09-09 09:49:16.000000000 -0400
-+++ xfce4-battery-plugin-0.3.0/panel-plugin/libacpi.c 2006-04-09 13:37:21.000000000 -0400
-@@ -277,7 +277,10 @@
- if (!(acpi = fopen ("/proc/acpi/ac_adapter/ACAD/state", "r")))
- if (!(acpi = fopen ("/proc/acpi/ac_adapter/AC/state", "r")))
- if (!(acpi = fopen ("/proc/acpi/ac_adapter/ADP1/state", "r")))
-- return -1;
-+ if (!(acpi = fopen ("/proc/acpi/ac_adapter/AC0/state", "r")))
-+ if (!(acpi = fopen ("/proc/acpi/ac_adapter/ADP0/state", "r")))
-+ if (!(acpi = fopen ("/proc/acpi/ac_adapter/C11B/state", "r")))
-+ return -1;
-
- fread (buf, 512, 1, acpi);
- fclose (acpi);
diff --git a/xfce-extra/xfce4-battery/files/digest-xfce4-battery-0.3.0-r2 b/xfce-extra/xfce4-battery/files/digest-xfce4-battery-0.3.0-r2
deleted file mode 100644
index f16f06205cb8..000000000000
--- a/xfce-extra/xfce4-battery/files/digest-xfce4-battery-0.3.0-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 04e121df1ff264281e56e12a8ff5f155 xfce4-battery-plugin-0.3.0.tar.gz 322286
-RMD160 3fbf0f1cf8851b59967105a95b43c8d1adf5417e xfce4-battery-plugin-0.3.0.tar.gz 322286
-SHA256 8044995f61f12fcd8ec2a44739293ed0adbe7adf04587aee3a31630fb5bb93b4 xfce4-battery-plugin-0.3.0.tar.gz 322286
diff --git a/xfce-extra/xfce4-battery/xfce4-battery-0.3.0-r2.ebuild b/xfce-extra/xfce4-battery/xfce4-battery-0.3.0-r2.ebuild
deleted file mode 100644
index 330983c0c9cc..000000000000
--- a/xfce-extra/xfce4-battery/xfce4-battery-0.3.0-r2.ebuild
+++ /dev/null
@@ -1,18 +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-battery/xfce4-battery-0.3.0-r2.ebuild,v 1.13 2007/03/02 23:08:48 drac Exp $
-
-inherit xfce42 eutils
-
-DESCRIPTION="Xfce4 panel battery monitor plugin"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
-
-RDEPEND=">=xfce-base/xfce4-panel-3.99.2"
-
-goodies_plugin
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/ac_adapter.patch
-}