# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # REQUIRES MODIFIED ROX.ECLASS FILE FOR PROPER HANDLING # See Bug #106774 DESCRIPTION="Edit is a simple text editor for ROX Desktop" HOMEPAGE="http://rox.sourceforge.net/" SRC_URI="mirror://sourceforge/rox/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" ROX_LIB_VER=1.9.14 APPNAME=Edit S=${WORKDIR}/${P} inherit rox # do some cleanup. Edit 2.0 has CVS dirs included pkg_preinst() { find ${D}/usr/lib/rox/${APPNAME} -name 'CVS' | xargs rm -fr rm -f ${D}/usr/lib/rox/${APPNAME}/.cvsignore rm -fr ${D}/usr/lib/rox/${APPNAME}/tests }