summaryrefslogtreecommitdiff
path: root/x11-themes/terminology-themes/terminology-themes-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/terminology-themes/terminology-themes-9999.ebuild')
-rw-r--r--x11-themes/terminology-themes/terminology-themes-9999.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-themes/terminology-themes/terminology-themes-9999.ebuild b/x11-themes/terminology-themes/terminology-themes-9999.ebuild
deleted file mode 100644
index 316ef7845b87..000000000000
--- a/x11-themes/terminology-themes/terminology-themes-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit git-r3 xdg-utils
-
-DESCRIPTION="Color schemes for the Terminology terminal emulator"
-HOMEPAGE="https://charlesmilette.net/terminology-themes/"
-SRC_URI=""
-
-EGIT_REPO_URI="https://github.com/sylveon/terminology-themes"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="dev-libs/efl"
-RDEPEND="x11-terms/terminology"
-
-src_prepare() {
- default
- xdg_environment_reset
-}
-
-src_compile() {
- emake -j1
-}