diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-12-19 03:02:42 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-12-19 03:02:42 +0000 |
commit | e96c0c607bdc7a7535fc2be6b19fb6b1c082a5ba (patch) | |
tree | 6da052f2a162f30e2a355055adefdd8611369920 /app-office/fet/fet-5.38.1.ebuild | |
parent | f658868b6e504639221a1bc5545225b04742fff1 (diff) |
winter overlay cleanup
Diffstat (limited to 'app-office/fet/fet-5.38.1.ebuild')
-rw-r--r-- | app-office/fet/fet-5.38.1.ebuild | 29 |
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 -} |