summaryrefslogtreecommitdiff
path: root/app-office/fet/fet-5.38.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/fet/fet-5.38.1.ebuild')
-rw-r--r--app-office/fet/fet-5.38.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-office/fet/fet-5.38.1.ebuild b/app-office/fet/fet-5.38.1.ebuild
deleted file mode 100644
index caa834ce..00000000
--- a/app-office/fet/fet-5.38.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit eutils qmake-utils
-
-DESCRIPTION="Opensource school/high-school/university timetable scheduling software"
-HOMEPAGE="http://lalescu.ro/liviu/fet/"
-SRC_URI="http://lalescu.ro/liviu/${PN}/download/${P}.tar.bz2"
-
-LICENSE="AGPL3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtprintsupport:5
- dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}"
-
-src_configure () {
- eqmake5 ${PN}.pro
-}
-
-src_install () {
- emake INSTALL_ROOT=${D} install || die
-}