diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-10-02 13:53:01 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-10-02 13:53:01 +0000 |
commit | e80b606fef3dd4fb85cd6abbe41dffaca25a33b8 (patch) | |
tree | 861b4ca542377d9fa84b1d216eb2d4af04226384 /rox-extra/diff/diff-2.1.4.ebuild | |
parent | Version bump to 2.1.7 (imported from breamygentoo.net, big thanks to Peter Hy... (diff) | |
download | gentoo-2-e80b606fef3dd4fb85cd6abbe41dffaca25a33b8.tar.gz gentoo-2-e80b606fef3dd4fb85cd6abbe41dffaca25a33b8.tar.bz2 gentoo-2-e80b606fef3dd4fb85cd6abbe41dffaca25a33b8.zip |
Version bump to 2.1.4 (imported from breakmygentoo.net, big thanks to Peter Hyman). Also accepting maintainer role.
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'rox-extra/diff/diff-2.1.4.ebuild')
-rw-r--r-- | rox-extra/diff/diff-2.1.4.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/rox-extra/diff/diff-2.1.4.ebuild b/rox-extra/diff/diff-2.1.4.ebuild new file mode 100644 index 000000000000..9043b50fa6ad --- /dev/null +++ b/rox-extra/diff/diff-2.1.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/diff-2.1.4.ebuild,v 1.1 2006/10/02 13:53:01 lack Exp $ + +inherit rox + +MY_PN="Diff" +DESCRIPTION="This diff program for ROX that provides DND functionality. By Stephen Watson" +HOMEPAGE="http://www.kerofin.demon.co.uk/rox/diff.html" +SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~x86" + +ROX_CLIB_VER=2.1.8 +KEEP_SRC=true + +APPNAME=${MY_PN} +S=${WORKDIR} + |