diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
commit | c2ff7cd25002d14a131511ba640f1daa80f4091a (patch) | |
tree | f4065e171c063bc2ab678b9be056a7f428f0f0c8 /x11-misc/bbapm | |
parent | modernised (diff) | |
download | gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.tar.gz gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.tar.bz2 gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.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 |