diff options
Diffstat (limited to 'gnustep-apps/terminal/terminal-0.9.5_pre20050315.ebuild')
-rw-r--r-- | gnustep-apps/terminal/terminal-0.9.5_pre20050315.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnustep-apps/terminal/terminal-0.9.5_pre20050315.ebuild b/gnustep-apps/terminal/terminal-0.9.5_pre20050315.ebuild deleted file mode 100644 index e9617a19eeef..000000000000 --- a/gnustep-apps/terminal/terminal-0.9.5_pre20050315.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.5_pre20050315.ebuild,v 1.3 2006/03/25 23:02:30 grobian Exp $ - -ECVS_CVS_COMMAND="cvs -q" -ECVS_SERVER="cvs.savannah.nongnu.org:/sources/backbone" -ECVS_USER="anoncvs" -ECVS_PASS="anoncvs" -ECVS_AUTH="pserver" -ECVS_MODULE="System" -ECVS_CO_OPTS="-P -D ${PV/*_pre}" -ECVS_UP_OPTS="-dP -D ${PV/*_pre}" -ECVS_TOP_DIR="${DISTDIR}/cvs-src/cvs.savannah.nongnu.org-backbone" -inherit gnustep cvs - -S=${WORKDIR}/${ECVS_MODULE}/Applications/${PN/t/T} - -DESCRIPTION="A terminal emulator for GNUstep" -HOMEPAGE="http://www.nongnu.org/terminal/" - -KEYWORDS="~x86 ~ppc" -LICENSE="GPL-2" -SLOT="0" - -IUSE="" -DEPEND="${GS_DEPEND}" -RDEPEND="${GS_RDEPEND}" - -egnustep_install_domain "System" |