summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2003-11-18 16:13:12 +0000
committerIan Leitch <port001@gentoo.org>2003-11-18 16:13:12 +0000
commit34b6ede871862ad57287619eb710d67f91f0fa24 (patch)
treee27fd4649dbf541caeb8cefaf67694cee1217ef6 /x11-misc
parentMoved from app-misc to x11-misc, metadata.xml created (diff)
downloadgentoo-2-34b6ede871862ad57287619eb710d67f91f0fa24.tar.gz
gentoo-2-34b6ede871862ad57287619eb710d67f91f0fa24.tar.bz2
gentoo-2-34b6ede871862ad57287619eb710d67f91f0fa24.zip
Moved from app-misc to x11-misc, metadata.xml created
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xbatt/ChangeLog21
-rw-r--r--x11-misc/xbatt/Manifest4
-rw-r--r--x11-misc/xbatt/files/digest-xbatt-1.2.11
-rw-r--r--x11-misc/xbatt/metadata.xml5
-rw-r--r--x11-misc/xbatt/xbatt-1.2.1.ebuild24
5 files changed, 53 insertions, 2 deletions
diff --git a/x11-misc/xbatt/ChangeLog b/x11-misc/xbatt/ChangeLog
new file mode 100644
index 000000000000..ec068f6ac4c7
--- /dev/null
+++ b/x11-misc/xbatt/ChangeLog
@@ -0,0 +1,21 @@
+# ChangeLog for app-misc/xbatt
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.1 2003/11/18 16:13:08 port001 Exp $
+
+*xbatt-1.2.1 (18 Nov 2003)
+
+ 18 Nov 2003; Ian Leitch <port001@gentoo.org> xbatt-1.2.1.ebuild:
+ Moved from app-misc to x11-misc, metadata.xml created
+
+*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/x11-misc/xbatt/Manifest b/x11-misc/xbatt/Manifest
index fa950bc21f64..5f63f268f467 100644
--- a/x11-misc/xbatt/Manifest
+++ b/x11-misc/xbatt/Manifest
@@ -1,4 +1,4 @@
-MD5 4b078a9b253964720f777dccea05b3ab xbatt-1.2.1.ebuild 599
-MD5 980e0d5e03fb1fb432b101794055b5fc ChangeLog 774
+MD5 1b305b50367cf45f445f38d6183facdd xbatt-1.2.1.ebuild 598
+MD5 9ff5d1e52f41161893128099ff614e03 ChangeLog 925
MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 434b5f8aaaecfd0bb84633cae4a5a233 files/digest-xbatt-1.2.1 62
diff --git a/x11-misc/xbatt/files/digest-xbatt-1.2.1 b/x11-misc/xbatt/files/digest-xbatt-1.2.1
new file mode 100644
index 000000000000..e2d5d94741de
--- /dev/null
+++ b/x11-misc/xbatt/files/digest-xbatt-1.2.1
@@ -0,0 +1 @@
+MD5 4ad4d31cd70182ffdad31e0cc885c433 xbatt-1.2.1.tar.gz 12779
diff --git a/x11-misc/xbatt/metadata.xml b/x11-misc/xbatt/metadata.xml
new file mode 100644
index 000000000000..2518313f5241
--- /dev/null
+++ b/x11-misc/xbatt/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>desktop-misc</herd>
+</pkgmetadata>
diff --git a/x11-misc/xbatt/xbatt-1.2.1.ebuild b/x11-misc/xbatt/xbatt-1.2.1.ebuild
new file mode 100644
index 000000000000..16e1521538b9
--- /dev/null
+++ b/x11-misc/xbatt/xbatt-1.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1.ebuild,v 1.1 2003/11/18 16:13:08 port001 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
+}