summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/xbatt/ChangeLog16
-rw-r--r--app-misc/xbatt/Manifest3
-rw-r--r--app-misc/xbatt/files/digest-xbatt-1.2.11
-rw-r--r--app-misc/xbatt/xbatt-1.2.1.ebuild24
4 files changed, 0 insertions, 44 deletions
diff --git a/app-misc/xbatt/ChangeLog b/app-misc/xbatt/ChangeLog
deleted file mode 100644
index dde358ace285..000000000000
--- a/app-misc/xbatt/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for app-misc/xbatt
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xbatt/ChangeLog,v 1.3 2003/03/27 05:28:19 vladimir Exp $
-
-*xbatt-1.2.1 (1 Feb 2002)
-
- 26 Mar 2003; Graham Forest <vladimir@gentoo.org> xbatt-1.2.1.ebuild:
- Automated cleanup of LICENSE
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/app-misc/xbatt/Manifest b/app-misc/xbatt/Manifest
deleted file mode 100644
index 39ae44b44728..000000000000
--- a/app-misc/xbatt/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 980e0d5e03fb1fb432b101794055b5fc ChangeLog 774
-MD5 4b078a9b253964720f777dccea05b3ab xbatt-1.2.1.ebuild 599
-MD5 434b5f8aaaecfd0bb84633cae4a5a233 files/digest-xbatt-1.2.1 62
diff --git a/app-misc/xbatt/files/digest-xbatt-1.2.1 b/app-misc/xbatt/files/digest-xbatt-1.2.1
deleted file mode 100644
index e2d5d94741de..000000000000
--- a/app-misc/xbatt/files/digest-xbatt-1.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4ad4d31cd70182ffdad31e0cc885c433 xbatt-1.2.1.tar.gz 12779
diff --git a/app-misc/xbatt/xbatt-1.2.1.ebuild b/app-misc/xbatt/xbatt-1.2.1.ebuild
deleted file mode 100644
index e4689f041468..000000000000
--- a/app-misc/xbatt/xbatt-1.2.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xbatt/xbatt-1.2.1.ebuild,v 1.8 2003/03/27 05:28:19 vladimir Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Notebook battery indicataor for X"
-SRC_URI="http://www.clave.gr.jp/~eto/xbatt/${P}.tar.gz"
-HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/"
-
-SLOT="0"
-LICENSE="as-is | BSD"
-KEYWORDS="x86 ppc"
-
-DEPEND="virtual/x11"
-
-src_compile() {
- xmkmf || die
- make xbatt || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc README* COPYRIGHT
-}