diff options
author | 2002-07-10 16:17:58 +0000 | |
---|---|---|
committer | 2002-07-10 16:17:58 +0000 | |
commit | d85ae73b449f0153f4e7905b9a9c82c517b4e3fb (patch) | |
tree | f595c567910ff206ea183d507365cea2f7964a97 /sys-apps/apmd/apmd-3.0.2-r2.ebuild | |
parent | added ChamgeLog (diff) | |
download | gentoo-2-d85ae73b449f0153f4e7905b9a9c82c517b4e3fb.tar.gz gentoo-2-d85ae73b449f0153f4e7905b9a9c82c517b4e3fb.tar.bz2 gentoo-2-d85ae73b449f0153f4e7905b9a9c82c517b4e3fb.zip |
Added LICENSE tag
Diffstat (limited to 'sys-apps/apmd/apmd-3.0.2-r2.ebuild')
-rw-r--r-- | sys-apps/apmd/apmd-3.0.2-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/apmd/apmd-3.0.2-r2.ebuild b/sys-apps/apmd/apmd-3.0.2-r2.ebuild index 9d84d1f6e1c1..876e3eab50a3 100644 --- a/sys-apps/apmd/apmd-3.0.2-r2.ebuild +++ b/sys-apps/apmd/apmd-3.0.2-r2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.0.2-r2.ebuild,v 1.1 2002/05/03 19:54:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.0.2-r2.ebuild,v 1.2 2002/07/10 16:17:55 aliz Exp $ DESCRIPTION="Advanced Power Management Daemon" HOMEPAGE="http://www.worldvisions.ca/~apenwarr/apmd/" SRC_URI="http://www.worldvisions.ca/~apenwarr/apmd/${P}.tar.gz" S=${WORKDIR}/${PN} +LICENSE="GPL-2 LGPL-2" DEPEND="virtual/glibc >=sys-apps/debianutils-1.16 X? ( virtual/x11 )" |