diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-08 08:30:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-08 08:30:58 +0000 |
commit | 79903e6c0eb37835e5ad4b1ba004b6b0a7c4262d (patch) | |
tree | eee76c76ce869f0429513757c4649e1b832acb07 /x11-misc/bbacpi | |
parent | Fix "make install" with latest coreutils wrt #327353 by Michael M. Tung. (diff) | |
download | gentoo-2-79903e6c0eb37835e5ad4b1ba004b6b0a7c4262d.tar.gz gentoo-2-79903e6c0eb37835e5ad4b1ba004b6b0a7c4262d.tar.bz2 gentoo-2-79903e6c0eb37835e5ad4b1ba004b6b0a7c4262d.zip |
x86 stable, only documentation fixes and cosmetics, remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/bbacpi')
-rw-r--r-- | x11-misc/bbacpi/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild | 13 | ||||
-rw-r--r-- | x11-misc/bbacpi/bbacpi-0.1.5.ebuild | 31 |
3 files changed, 11 insertions, 39 deletions
diff --git a/x11-misc/bbacpi/ChangeLog b/x11-misc/bbacpi/ChangeLog index 62af6641e9da..0059333f8886 100644 --- a/x11-misc/bbacpi/ChangeLog +++ b/x11-misc/bbacpi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbacpi # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.9 2010/03/03 20:20:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.10 2010/07/08 08:30:58 ssuominen Exp $ + + 08 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> + bbacpi-0.1.5-r1.ebuild: + x86 stable *bbacpi-0.1.5-r1 (03 Mar 2010) diff --git a/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild b/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild index 890dffdd061c..2851eb50fc21 100644 --- a/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild +++ b/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2010 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-r1.ebuild,v 1.1 2010/03/03 20:20:59 hwoarang Exp $ - -EAPI="2" +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild,v 1.2 2010/07/08 08:30:58 ssuominen Exp $ +EAPI=2 inherit eutils DESCRIPTION="ACPI monitor for X11" @@ -12,7 +11,7 @@ SRC_URI="mirror://sourceforge/bbacpi/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="virtual/blackbox @@ -26,7 +25,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-noextraquals.diff } -src_install () { - einstall || die "einstall failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" +src_install() { + einstall || die + dodoc AUTHORS ChangeLog README || die } diff --git a/x11-misc/bbacpi/bbacpi-0.1.5.ebuild b/x11-misc/bbacpi/bbacpi-0.1.5.ebuild deleted file mode 100644 index 8bccec28d622..000000000000 --- a/x11-misc/bbacpi/bbacpi-0.1.5.ebuild +++ /dev/null @@ -1,31 +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.5.ebuild,v 1.3 2006/11/05 21:54:11 dirtyepic Exp $ - -inherit eutils - -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_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-noextraquals.diff -} - -src_install () { - einstall || die "install failed" - dodoc README AUTHORS BUGS ChangeLog TODO -} |