From c1e60818c02e3d51a9cbcd54cb620464558c364f Mon Sep 17 00:00:00 2001 From: KronoZed Date: Sat, 1 Oct 2016 12:35:46 +0300 Subject: [PATCH] Delete litetran-9999.ebuild --- app-office/litetran/litetran-9999.ebuild | 25 ------------------------ 1 file changed, 25 deletions(-) delete mode 100644 app-office/litetran/litetran-9999.ebuild diff --git a/app-office/litetran/litetran-9999.ebuild b/app-office/litetran/litetran-9999.ebuild deleted file mode 100644 index 00be723..0000000 --- a/app-office/litetran/litetran-9999.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit cmake-utils git-2 - -DESCRIPTION="Very simple GUI for text translation (like google translate)." -HOMEPAGE="http://flareguner.github.io/litetran/" -EGIT_REPO_URI="https://bitbucket.org/gfarniev/litetran.git" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=">=dev-util/cmake-2.8.10 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/linguist-tools:5 - dev-qt/qtmultimedia:5 - dev-qt/qtwidgets:5" - -RDEPEND="${DEPEND}"