diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 19:18:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 19:18:35 +0000 |
commit | 6ac305a4a3efb9be218c55f45fb585aec0ffd061 (patch) | |
tree | 3ca505bd954944333b6d6cada5fb936e500cbf12 /app-misc/xbatt | |
parent | Added SLOT, KEYWORDS, LICENSE, and RDEPEND. (diff) | |
download | gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.gz gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.bz2 gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.zip |
repoman'd
Diffstat (limited to 'app-misc/xbatt')
-rw-r--r-- | app-misc/xbatt/xbatt-1.2.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-misc/xbatt/xbatt-1.2.1.ebuild b/app-misc/xbatt/xbatt-1.2.1.ebuild index 101ec6dc4669..ab7bfd3912fc 100644 --- a/app-misc/xbatt/xbatt-1.2.1.ebuild +++ b/app-misc/xbatt/xbatt-1.2.1.ebuild @@ -1,12 +1,16 @@ # Copyright 2001-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/xbatt/xbatt-1.2.1.ebuild,v 1.3 2002/07/11 06:30:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xbatt/xbatt-1.2.1.ebuild,v 1.4 2002/07/25 19:18:35 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Notebook battery indicataor for X" SRC_URI="http://www.clave.gr.jp/~eto/xbatt/${P}.tar.gz" HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/" +SLOT="0" +LICENSE="as-is|BSD" +KEYWORDS="x86" + DEPEND="virtual/x11" src_compile() { |