summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/iiimcf/iiimcf-11.4_p1467.ebuild')
-rw-r--r--app-i18n/iiimcf/iiimcf-11.4_p1467.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-i18n/iiimcf/iiimcf-11.4_p1467.ebuild b/app-i18n/iiimcf/iiimcf-11.4_p1467.ebuild
deleted file mode 100644
index acd1459a8176..000000000000
--- a/app-i18n/iiimcf/iiimcf-11.4_p1467.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/iiimcf/iiimcf-11.4_p1467.ebuild,v 1.2 2005/01/01 14:28:32 eradicator Exp $
-
-inherit iiimf
-
-IUSE="X gtk emacs"
-#IUSE="java"
-
-DESCRIPTION="IIIMCF is a client framework for IIIMF"
-
-KEYWORDS="x86"
-RDEPEND="X? ( =app-i18n/iiimxcf-${PV} )
- gtk? ( =app-i18n/iiimgcf-${PV} )
- emacs? ( =app-emacs/iiimecf-${PV} )"
-# java? ( virtual/jre )
-
-pkg_setup() {
-
- use X \
- || use gtk \
- || use emacs \
- || die "You must specify at least one of USE flags."
- # || use java \
-}
-
-src_compile() {
-
- return
-}
-
-src_install() {
-
- return
-}