diff options
author | 2002-08-02 17:54:50 +0000 | |
---|---|---|
committer | 2002-08-02 17:54:50 +0000 | |
commit | 7b4b8e0aaccc790f509044a6edccbba55e21a557 (patch) | |
tree | d708463815828325e7e8c2edae9e9c246f43256f /x11-misc/bbapm | |
parent | modernised (diff) | |
download | historical-7b4b8e0aaccc790f509044a6edccbba55e21a557.tar.gz historical-7b4b8e0aaccc790f509044a6edccbba55e21a557.tar.bz2 historical-7b4b8e0aaccc790f509044a6edccbba55e21a557.zip |
modernised
Diffstat (limited to 'x11-misc/bbapm')
-rw-r--r-- | x11-misc/bbapm/bbapm-0.0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/bbapm/bbapm-0.0.1-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild b/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild index 61b74dfecdf5..ed0b430d06a7 100644 --- a/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild +++ b/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild,v 1.5 2002/08/01 11:59:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild,v 1.6 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox advanced power management tool" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND=">=x11-wm/blackbox-0.61 - >=sys-apps/apmd-3.0.1" + >=sys-apps/apmd-3.0.1" src_compile() { ./configure --prefix=/usr --host=${CHOST} || die diff --git a/x11-misc/bbapm/bbapm-0.0.1-r2.ebuild b/x11-misc/bbapm/bbapm-0.0.1-r2.ebuild index c7dad60187b5..5510af9dd4d4 100644 --- a/x11-misc/bbapm/bbapm-0.0.1-r2.ebuild +++ b/x11-misc/bbapm/bbapm-0.0.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbapm/bbapm-0.0.1-r2.ebuild,v 1.4 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbapm/bbapm-0.0.1-r2.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox advanced power management tool" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/blackbox - >=sys-apps/apmd-3.0.1" + >=sys-apps/apmd-3.0.1" src_compile() { ./configure --prefix=/usr --host=${CHOST} || die |