summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/oneko/oneko-1.2.ebuild')
-rw-r--r--app-misc/oneko/oneko-1.2.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/oneko/oneko-1.2.ebuild b/app-misc/oneko/oneko-1.2.ebuild
index c85fd982ad85..df6fa9364871 100644
--- a/app-misc/oneko/oneko-1.2.ebuild
+++ b/app-misc/oneko/oneko-1.2.ebuild
@@ -1,15 +1,17 @@
#Copyright 2002 Gentoo Technologies, Inc.
#Distributed under the terms of the GNU General Public License v2
-#Author John Stalker <stalker@math.princeton.edu>
-#$Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2.ebuild,v 1.1 2002/02/09 12:15:28 verwilst Exp $
+#$Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2.ebuild,v 1.2 2002/07/25 19:18:34 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A cat (or dog) which chases the mouse around the screen"
SRC_URI="http://agtoys.sourceforge.net/oneko/${P}.tar.gz"
HOMEPAGE="http://agtoys.sourceforge.net"
+
SLOT="0"
-DEPEND="virtual/glibc
- >=x11-base/xfree-4.1.0"
+LICENSE="BSD"
+KEYWORDS="x86"
+
+DEPEND="x11-base/xfree"
src_compile() {
@@ -25,5 +27,3 @@ src_install () {
doman oneko.1x
dodoc oneko.1x.html oneko.1.html README README-NEW
}
-
-