+++ /dev/null
-# ChangeLog for x11-plugins/wmbatppc
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbatppc/ChangeLog,v 1.8 2006/01/24 22:13:04 nelchael Exp $
-
- 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmbatppc-2.4.ebuild:
- Fixed DEPEND for modular X.
-
- 25 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmbatppc-2.4.ebuild:
- OK, I should not be doing this since I own no ppc hardware, but I got
- several reports that this is working nicely, so... stable for ppc.
- wmbatppc-1.0-r1.ebuild:
- Wipe out old ebuilds...
-
-*wmbatppc-2.4 (17 Jul 2004)
-
- 17 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmbatppc-2.4.ebuild:
- Version bump. Closes #43256, reported by John Steele Scott.
- wmbatppc-1.0-r1.ebuild:
- Fix SLOT value. Fix DEPEND.
-
- 13 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> * :
- Relocate this to x11-plugins, assign to the desktop-dock herd.
-
- 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
- wmbatppc-1.0-r1.ebuild:
- QA - IUSE fix
-
- 04 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> wmbatppc-1.0-r1.ebuild:
- This seems to be ppc only, not for amd64
-
-*wmbatppc-1.0-r1 (04 Jun 2002)
-
- 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
-
- Relocated to x11-plugins
-
- 04 Jun 2002; Olivier Reisch <doctomoe@gentoo.org> wmbatppc-1.0-r1.ebuild:
-
- Initial release of the wmbatppc ebuild. Thanks to theim@umd.umich.edu
- (Todd Heim) who contributed this ebuild.
+++ /dev/null
-MD5 b6cbd1ee4e2f979282af3efd4453ac7f ChangeLog 1466
-MD5 926ec328cde6d69edb946e570c91b184 files/digest-wmbatppc-2.4 63
-MD5 ab273b424c9630cbfa1872a7058cdf53 files/wmbatppc-2.4-cflags.patch 410
-MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
-MD5 f54ca1ca562a9258fb6c41b18128839d wmbatppc-2.4.ebuild 753
+++ /dev/null
---- Makefile 2004-07-17 20:59:18.140689352 +0200
-+++ Makefile 2004-07-17 21:00:09.883823200 +0200
-@@ -6,7 +6,7 @@
- INSTALL = /usr/bin/install
- LIBDIR = -L/usr/X11R6/lib
- LIBS = -lXpm -lXext -lX11 -lm $(shell /usr/bin/xosd-config --libs)
--FLAGS = -O2 -DENABLE_XOSD $(shell /usr/bin/xosd-config --cflags)
-+FLAGS = ${CFLAGS} -DENABLE_XOSD $(shell /usr/bin/xosd-config --cflags)
- OBJS = wmgeneral.o
-
- default:all
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbatppc/wmbatppc-2.4.ebuild,v 1.3 2006/01/24 22:13:04 nelchael Exp $
-
-inherit eutils
-
-DESCRIPTION="small battery-monitoring dockapp for G3/G4 laptops"
-HOMEPAGE="http://titelou.free.fr/wmbatppc/"
-SRC_URI="http://titelou.free.fr/wmbatppc/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ppc"
-IUSE=""
-
-DEPEND=">=app-laptop/pmud-0.10.1-r2
- >=x11-libs/xosd-2.2.5-r1"
-
-src_unpack()
-{
- unpack ${A}
- cd ${S}
-
- # Make it honour Gentoo CFLAGS
- epatch ${FILESDIR}/wmbatppc-2.4-cflags.patch
-}
-
-src_compile()
-{
- emake || die "Compilation failed"
-}
-
-src_install()
-{
- dobin wmbatppc || die
- doman wmbatppc.1
-}