diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-09-27 22:19:36 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-09-27 22:19:36 +0000 |
commit | 62d04c0cb26eec4d8b6eefcc58b2f6a90bd49062 (patch) | |
tree | 53953e4862ad43c12f498bc9f6cfc9ae2c7d7620 /rox-extra/find/find-007.ebuild | |
parent | Mask testing version of jabberd-1* (diff) | |
download | gentoo-2-62d04c0cb26eec4d8b6eefcc58b2f6a90bd49062.tar.gz gentoo-2-62d04c0cb26eec4d8b6eefcc58b2f6a90bd49062.tar.bz2 gentoo-2-62d04c0cb26eec4d8b6eefcc58b2f6a90bd49062.zip |
Version bump to Find-007 (Bug #107080), also accepting maintainer role.
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'rox-extra/find/find-007.ebuild')
-rw-r--r-- | rox-extra/find/find-007.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/rox-extra/find/find-007.ebuild b/rox-extra/find/find-007.ebuild new file mode 100644 index 000000000000..d6e737de195e --- /dev/null +++ b/rox-extra/find/find-007.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/find/find-007.ebuild,v 1.1 2006/09/27 22:19:36 lack Exp $ + +inherit rox + +MY_PN="Find" +DESCRIPTION="Find - A file Finder utility for ROX by Ken Hayber." +HOMEPAGE="http://www.hayber.us/rox/Find" +SRC_URI="http://www.hayber.us/rox/find/${MY_PN}-${PV}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +ROX_LIB_VER=2.0.0 + +APPNAME=${MY_PN} +S=${WORKDIR} + |