diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-10 14:01:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-10 14:01:40 +0000 |
commit | cdeb450a413624503d871fe3e111f580e70d8934 (patch) | |
tree | ffb4d5b0ec3b6a4342effaefd5311d1650c0749a | |
parent | new package (diff) | |
download | gentoo-2-cdeb450a413624503d871fe3e111f580e70d8934.tar.gz gentoo-2-cdeb450a413624503d871fe3e111f580e70d8934.tar.bz2 gentoo-2-cdeb450a413624503d871fe3e111f580e70d8934.zip |
license info
-rw-r--r-- | x11-misc/xdaliclock/xdaliclock-2.19.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/xdaliclock/xdaliclock-2.19.ebuild b/x11-misc/xdaliclock/xdaliclock-2.19.ebuild index 8939adb77581..bbfd75956123 100644 --- a/x11-misc/xdaliclock/xdaliclock-2.19.ebuild +++ b/x11-misc/xdaliclock/xdaliclock-2.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaliclock/xdaliclock-2.19.ebuild,v 1.1 2002/11/10 13:59:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaliclock/xdaliclock-2.19.ebuild,v 1.2 2002/11/10 14:01:40 seemant Exp $ S=${WORKDIR}/${P}/X11 DESCRIPTION=" Dali Clock is a digital clock. When a digit changes, it melts into its new shape." @@ -8,7 +8,7 @@ HOMEPAGE="http://www.jwz.org/xdaliclock/" SRC_URI="http://www.jwz.org/${PN}/${P}.tar.gz" SLOT="0" -LICENSE="" +LICENSE="BSD" KEYWORDS="x86" IUSE="" @@ -20,4 +20,6 @@ src_install() { dodir /usr/bin dodir /usr/share/man/man1 einstall || die + + dodoc README } |