diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-14 12:54:24 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-14 12:54:24 +0000 |
commit | 94c82918086ad4462b51f74be09f923a17514391 (patch) | |
tree | 6ed2c5395b150556d8a0d649bf30538cdfca044f /x11-misc/bbacpi | |
parent | remove old ebuilds. (diff) | |
download | gentoo-2-94c82918086ad4462b51f74be09f923a17514391.tar.gz gentoo-2-94c82918086ad4462b51f74be09f923a17514391.tar.bz2 gentoo-2-94c82918086ad4462b51f74be09f923a17514391.zip |
initial commit to fix #75980
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/bbacpi')
-rw-r--r-- | x11-misc/bbacpi/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/bbacpi/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/bbacpi/bbacpi-0.1.3.ebuild | 23 | ||||
-rw-r--r-- | x11-misc/bbacpi/files/digest-bbacpi-0.1.3 | 1 | ||||
-rw-r--r-- | x11-misc/bbacpi/metadata.xml | 13 |
5 files changed, 49 insertions, 0 deletions
diff --git a/x11-misc/bbacpi/ChangeLog b/x11-misc/bbacpi/ChangeLog new file mode 100644 index 000000000000..5fcafd8d2c1a --- /dev/null +++ b/x11-misc/bbacpi/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/bbacpi +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.1 2005/06/14 12:54:24 smithj Exp $ + +*bbacpi-0.1.3 (14 Jun 2005) + + 14 Jun 2005; Jonathan Smith <smithj@gentoo.org> +metadata.xml, + +bbacpi-0.1.3.ebuild: + initial commit to fix #75980 + diff --git a/x11-misc/bbacpi/Manifest b/x11-misc/bbacpi/Manifest new file mode 100644 index 000000000000..307396ecc931 --- /dev/null +++ b/x11-misc/bbacpi/Manifest @@ -0,0 +1,2 @@ +MD5 061f90255ac3fe13783238474c31d131 bbacpi-0.1.3.ebuild 552 +MD5 29428b5a4489a6e940310901d6e00b63 files/digest-bbacpi-0.1.3 64 diff --git a/x11-misc/bbacpi/bbacpi-0.1.3.ebuild b/x11-misc/bbacpi/bbacpi-0.1.3.ebuild new file mode 100644 index 000000000000..5d19b1875757 --- /dev/null +++ b/x11-misc/bbacpi/bbacpi-0.1.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.3.ebuild,v 1.1 2005/06/14 12:54:24 smithj Exp $ + +DESCRIPTION="ACPI monitor for X11" +SRC_URI="mirror://sourceforge/bbacpi/${P}.tar.gz" +HOMEPAGE="http://bbacpi.sourceforge.net" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/x11 + virtual/blackbox + >=x11-libs/gtk+-2.4.9-r1 + >=media-libs/imlib-1.9.14-r3 + >=x11-misc/xdialog-2.1.1 + sys-power/acpi + sys-power/acpid" + +src_install () { + einstall || die "install failed" + dodoc README COPYING AUTHORS BUGS ChangeLog TODO +} diff --git a/x11-misc/bbacpi/files/digest-bbacpi-0.1.3 b/x11-misc/bbacpi/files/digest-bbacpi-0.1.3 new file mode 100644 index 000000000000..c72ca13492ce --- /dev/null +++ b/x11-misc/bbacpi/files/digest-bbacpi-0.1.3 @@ -0,0 +1 @@ +MD5 fe51d7b557ca6f7b88940d62a90c8070 bbacpi-0.1.3.tar.gz 161417 diff --git a/x11-misc/bbacpi/metadata.xml b/x11-misc/bbacpi/metadata.xml new file mode 100644 index 000000000000..382fbd3b1dca --- /dev/null +++ b/x11-misc/bbacpi/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>desktop-misc@gentoo.org</herd> +<maintainer> +<email>smithj@gentoo.org</email> +<name>Jonathan Smith</name> +</maintainer> +<longdescription lang="en"> +Utility for viewing ACPI data via X11 +</longdescription> +</pkgmetadata> + |