summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 19:18:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 19:18:35 +0000
commit6ac305a4a3efb9be218c55f45fb585aec0ffd061 (patch)
tree3ca505bd954944333b6d6cada5fb936e500cbf12 /app-misc/oneko
parentAdded SLOT, KEYWORDS, LICENSE, and RDEPEND. (diff)
downloadgentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.gz
gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.bz2
gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.zip
repoman'd
Diffstat (limited to 'app-misc/oneko')
-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
}
-
-