summaryrefslogtreecommitdiff
path: root/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/e16keyedit/e16keyedit-0.7.ebuild')
-rw-r--r--x11-misc/e16keyedit/e16keyedit-0.7.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-misc/e16keyedit/e16keyedit-0.7.ebuild b/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
deleted file mode 100644
index 922f01990443..000000000000
--- a/x11-misc/e16keyedit/e16keyedit-0.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Key binding editor for enlightenment 16"
-HOMEPAGE="https://www.enlightenment.org/"
-SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"
-
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="=x11-libs/gtk+-2*"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf --enable-gtk2
-}