Parent Directory
|
Revision Log
ppc stable (bug 410601) (Portage version: 2.1.10.63/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.4.0.ebuild,v 1.4 2012/04/07 14:52:10 maekke Exp $ |
| 4 | |
| 5 | inherit gnustep-2 |
| 6 | |
| 7 | MY_P=${P/easyd/EasyD} |
| 8 | DESCRIPTION="GNUstep app that lets you easily see the differences between two text files." |
| 9 | HOMEPAGE="http://wiki.gnustep.org/index.php/EasyDiff.app" |
| 10 | SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${MY_P}.tar.gz" |
| 11 | |
| 12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
| 14 | KEYWORDS="amd64 ppc x86" |
| 15 | IUSE="cvs" |
| 16 | |
| 17 | RDEPEND="cvs? ( dev-vcs/cvs )" |
| 18 | |
| 19 | S=${WORKDIR}/${MY_P} |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |