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 | 561e3ec2d8c2ca7fe26e41be6657c261c0ac099e (patch) | |
tree | ad028cd559c9f1b94c799be46e647a7973f584e7 /app-misc/xbatt | |
parent | Added SLOT, KEYWORDS, LICENSE, and RDEPEND. (diff) | |
download | historical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.tar.gz historical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.tar.bz2 historical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.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() { |