summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2006-02-08 08:10:30 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2006-02-08 08:10:30 +0000
commitb02cf188a0d30c71b6c57e207b1b32f9e17a300f (patch)
treee5ffbb8f46ad4bd3f69cd7cfa81a7b9f3621a768 /x11-plugins/wmpower
parentFix #121453 (configure fails with new coreutils) and remove old version (diff)
downloadgentoo-2-b02cf188a0d30c71b6c57e207b1b32f9e17a300f.tar.gz
gentoo-2-b02cf188a0d30c71b6c57e207b1b32f9e17a300f.tar.bz2
gentoo-2-b02cf188a0d30c71b6c57e207b1b32f9e17a300f.zip
Wiped out older release.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmpower')
-rw-r--r--x11-plugins/wmpower/ChangeLog7
-rw-r--r--x11-plugins/wmpower/files/digest-wmpower-0.4.11
-rw-r--r--x11-plugins/wmpower/wmpower-0.4.1.ebuild37
3 files changed, 5 insertions, 40 deletions
diff --git a/x11-plugins/wmpower/ChangeLog b/x11-plugins/wmpower/ChangeLog
index 00d654cbda35..a3a77155508e 100644
--- a/x11-plugins/wmpower/ChangeLog
+++ b/x11-plugins/wmpower/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for x11-plugins/wmpower
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/ChangeLog,v 1.25 2006/02/07 21:14:22 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/ChangeLog,v 1.26 2006/02/08 08:10:30 s4t4n Exp $
+
+ 08 Feb 2006; Michele Noberasco <s4t4n@gentoo.org> wmpower-0.4.1.ebuild:
+ Wiped out older release.
07 Feb 2006; Simon Stelling <blubb@gentoo.org> wmpower-0.4.2.ebuild:
- stable on amd64
+ stable on amd64.
31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmpower-0.4.1.ebuild,
wmpower-0.4.2.ebuild:
diff --git a/x11-plugins/wmpower/files/digest-wmpower-0.4.1 b/x11-plugins/wmpower/files/digest-wmpower-0.4.1
deleted file mode 100644
index a91de7ec9bba..000000000000
--- a/x11-plugins/wmpower/files/digest-wmpower-0.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b0dd1629a8d8c913d0da6b5da2ba9581 wmpower-0.4.1.tar.bz2 96115
diff --git a/x11-plugins/wmpower/wmpower-0.4.1.ebuild b/x11-plugins/wmpower/wmpower-0.4.1.ebuild
deleted file mode 100644
index 50f257186ae8..000000000000
--- a/x11-plugins/wmpower/wmpower-0.4.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.1.ebuild,v 1.6 2006/01/31 20:31:20 nelchael Exp $
-
-IUSE=""
-
-DESCRIPTION="WMaker DockApp to get (and set) power management status for laptops. Supports APM and ACPI kernels. Supports CPUfreq. Also has special support for Toshiba, Dell and Compal hardware."
-HOMEPAGE="http://wmpower.sourceforge.net/"
-SRC_URI="mirror://sourceforge/wmpower/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ppc"
-
-RDEPEND="|| ( (
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm )
- virtual/x11 )"
-DEPEND="${RDEPEND}
- || ( (
- x11-proto/xproto
- x11-proto/xextproto )
- virtual/x11 )"
-
-src_compile()
-{
- # override wmpower self-calculated cflags
- econf MY_CFLAGS="${CFLAGS}" || die "Configuration failed"
- emake prefix="/usr/" || die "Compilation failed"
-}
-
-src_install()
-{
- einstall || die "Installation failed"
- dodoc AUTHORS BUGS ChangeLog LEGGIMI NEWS README README.compal THANKS TODO
-}