diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:24:38 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:24:38 +0000 |
commit | 784a6dae22faaa7546021ba92f99406fbe83df7f (patch) | |
tree | fbc745d721fb771609814ba565708ca9460fa12b /x11-misc/bbacpi | |
parent | Fixed DEPEND for modular X, removed old version. (diff) | |
download | historical-784a6dae22faaa7546021ba92f99406fbe83df7f.tar.gz historical-784a6dae22faaa7546021ba92f99406fbe83df7f.tar.bz2 historical-784a6dae22faaa7546021ba92f99406fbe83df7f.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/bbacpi')
-rw-r--r-- | x11-misc/bbacpi/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/bbacpi/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/bbacpi/bbacpi-0.1.3.ebuild | 7 |
3 files changed, 10 insertions, 8 deletions
diff --git a/x11-misc/bbacpi/ChangeLog b/x11-misc/bbacpi/ChangeLog index cb794ac3356a..6b902b7c72ca 100644 --- a/x11-misc/bbacpi/ChangeLog +++ b/x11-misc/bbacpi/ChangeLog @@ -1,6 +1,9 @@ # 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.3 2005/11/01 14:11:49 nelchael Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.4 2006/01/15 16:24:38 nelchael Exp $ + + 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> bbacpi-0.1.3.ebuild: + Fixed DEPEND for modular X. 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> bbacpi-0.1.3.ebuild: Fixed dodoc not to install COPYING and/or INSTALL. diff --git a/x11-misc/bbacpi/Manifest b/x11-misc/bbacpi/Manifest index 912ca4072704..96de711f2404 100644 --- a/x11-misc/bbacpi/Manifest +++ b/x11-misc/bbacpi/Manifest @@ -1,4 +1,4 @@ -MD5 4e2ffe19815a773ad8e8e41776f7e6b6 ChangeLog 568 -MD5 0227aa9544bdef73c28e8eda835db05c bbacpi-0.1.3.ebuild 644 +MD5 ebbe9f0c0ecfdf776933e19e60088d7e ChangeLog 673 +MD5 5b5a6994c249a058d7515be3c6a3c8cb bbacpi-0.1.3.ebuild 631 MD5 29428b5a4489a6e940310901d6e00b63 files/digest-bbacpi-0.1.3 64 MD5 63386012f26a419e69ec9f0cb6e188e3 metadata.xml 339 diff --git a/x11-misc/bbacpi/bbacpi-0.1.3.ebuild b/x11-misc/bbacpi/bbacpi-0.1.3.ebuild index bed5a15e0fb5..6d6d16805fb7 100644 --- a/x11-misc/bbacpi/bbacpi-0.1.3.ebuild +++ b/x11-misc/bbacpi/bbacpi-0.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.3 2005/11/01 14:11:49 nelchael Exp $ +# $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" @@ -9,8 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/x11 - virtual/blackbox +DEPEND="virtual/blackbox >=x11-libs/gtk+-2.4.9-r1 >=media-libs/imlib-1.9.14-r3 >=x11-misc/xdialog-2.1.1 |