diff options
author | 2008-03-16 15:36:07 +0000 | |
---|---|---|
committer | 2008-03-16 15:36:07 +0000 | |
commit | 2bff2930b94337cf0c800e12b46124ae06dadbd3 (patch) | |
tree | cd23974345df9e98f87b269b1f0e1a755741b69d /rox-extra/edit/edit-2.0.ebuild | |
parent | amd64 stable wrt #208934, thanks to Jon and Matthias. (diff) | |
download | historical-2bff2930b94337cf0c800e12b46124ae06dadbd3.tar.gz historical-2bff2930b94337cf0c800e12b46124ae06dadbd3.tar.bz2 historical-2bff2930b94337cf0c800e12b46124ae06dadbd3.zip |
Version cleanup, and fixing small syntax issues
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'rox-extra/edit/edit-2.0.ebuild')
-rw-r--r-- | rox-extra/edit/edit-2.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/rox-extra/edit/edit-2.0.ebuild b/rox-extra/edit/edit-2.0.ebuild deleted file mode 100644 index 9ab8885fd7b7..000000000000 --- a/rox-extra/edit/edit-2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/edit/edit-2.0.ebuild,v 1.6 2008/03/16 15:29:49 lack Exp $ - -ROX_LIB_VER=1.9.14 -inherit rox - -APPNAME=Edit - -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 x86" -IUSE="" - -# 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 -} |