summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2021-12-11 01:42:15 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2021-12-11 01:42:44 +0300
commitc3cbdb1bfabf62d5b7649cf422ae302d88cd5832 (patch)
treec783489cfbe33e6f1a09ee5c77371f331371e72c /x11-misc
parentx11-misc/e16-keyedit: drop gtk2 support (diff)
downloadgentoo-c3cbdb1bfabf62d5b7649cf422ae302d88cd5832.tar.gz
gentoo-c3cbdb1bfabf62d5b7649cf422ae302d88cd5832.tar.bz2
gentoo-c3cbdb1bfabf62d5b7649cf422ae302d88cd5832.zip
x11-misc/e16-keyedit: drop old
Closes: https://bugs.gentoo.org/769044 Package-Manager: Portage-3.0.29, Repoman-3.0.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild28
-rw-r--r--x11-misc/e16-keyedit/metadata.xml3
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild b/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild
deleted file mode 100644
index 5e260218fef3..000000000000
--- a/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Key binding editor for Enlightenment DR16"
-HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
-SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT-with-advertising"
-SLOT="0"
-IUSE="gtk2"
-
-BDEPEND="
- virtual/pkgconfig
-"
-DEPEND="
- gtk2? ( x11-libs/gtk+:2 )
- !gtk2? ( x11-libs/gtk+:3 )
-"
-RDEPEND="${DEPEND}
- !x11-misc/e16keyedit
-"
-
-src_configure() {
- econf --with-gtk=$(usex gtk2 gtk2 gtk3)
-}
diff --git a/x11-misc/e16-keyedit/metadata.xml b/x11-misc/e16-keyedit/metadata.xml
index 99c019473c9d..c351ebbf5c9d 100644
--- a/x11-misc/e16-keyedit/metadata.xml
+++ b/x11-misc/e16-keyedit/metadata.xml
@@ -5,9 +5,6 @@
<email>bircoph@gentoo.org</email>
<name>Andrew Savchenko</name>
</maintainer>
- <use>
- <flag name="gtk2">Build with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3</flag>
- </use>
<upstream>
<remote-id type="sourceforge">enlightenment</remote-id>
</upstream>