diff options
author | Jonathan Smith <smithj@gentoo.org> | 2006-04-10 19:23:19 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2006-04-10 19:23:19 +0000 |
commit | 53bfa1f5262a3e02f1936534f59577cae80e3187 (patch) | |
tree | 5ce208223d58394b557ca7bc6b485ca4628c3bf9 /x11-misc/bbacpi | |
parent | x86 stable, removed stale ebuild (diff) | |
download | gentoo-2-53bfa1f5262a3e02f1936534f59577cae80e3187.tar.gz gentoo-2-53bfa1f5262a3e02f1936534f59577cae80e3187.tar.bz2 gentoo-2-53bfa1f5262a3e02f1936534f59577cae80e3187.zip |
x86 stable and removed stale versions
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'x11-misc/bbacpi')
-rw-r--r-- | x11-misc/bbacpi/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/bbacpi/bbacpi-0.1.3.ebuild | 22 | ||||
-rw-r--r-- | x11-misc/bbacpi/bbacpi-0.1.5.ebuild | 4 |
3 files changed, 7 insertions, 25 deletions
diff --git a/x11-misc/bbacpi/ChangeLog b/x11-misc/bbacpi/ChangeLog index acb56ccda545..5b24d674b20c 100644 --- a/x11-misc/bbacpi/ChangeLog +++ b/x11-misc/bbacpi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbacpi # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.5 2006/02/11 16:22:05 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.6 2006/04/10 19:23:19 smithj Exp $ + + 10 Apr 2006; <smithj@gentoo.org> -bbacpi-0.1.3.ebuild, + bbacpi-0.1.5.ebuild: + x86 stable and removed stale versions *bbacpi-0.1.5 (11 Feb 2006) diff --git a/x11-misc/bbacpi/bbacpi-0.1.3.ebuild b/x11-misc/bbacpi/bbacpi-0.1.3.ebuild deleted file mode 100644 index 6d6d16805fb7..000000000000 --- a/x11-misc/bbacpi/bbacpi-0.1.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2006 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.4 2006/01/15 16:24:38 nelchael 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/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 AUTHORS BUGS ChangeLog TODO -} diff --git a/x11-misc/bbacpi/bbacpi-0.1.5.ebuild b/x11-misc/bbacpi/bbacpi-0.1.5.ebuild index 0782bd3d61f4..30d0cf7e05f5 100644 --- a/x11-misc/bbacpi/bbacpi-0.1.5.ebuild +++ b/x11-misc/bbacpi/bbacpi-0.1.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5.ebuild,v 1.1 2006/02/11 16:22:05 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5.ebuild,v 1.2 2006/04/10 19:23:19 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" +KEYWORDS="x86" IUSE="" DEPEND="virtual/blackbox >=x11-libs/gtk+-2.4.9-r1 |