summaryrefslogtreecommitdiff
path: root/app-editors/notepadqq/notepadqq-0.53.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-03 08:28:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-03 08:28:27 +0100
commite7b82539c6de4448bc06a918d90553c420957eb7 (patch)
treef73b8861ea41ec2b6b3f6ab07688499a9be33ec6 /app-editors/notepadqq/notepadqq-0.53.0.ebuild
parent1cbdaed74126480f27d46a654f0009f71cbe55ea (diff)
complete https://bugs.redcorelinux.org/task/25 (update notepadqq to v1.0.1)
Diffstat (limited to 'app-editors/notepadqq/notepadqq-0.53.0.ebuild')
-rw-r--r--app-editors/notepadqq/notepadqq-0.53.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-editors/notepadqq/notepadqq-0.53.0.ebuild b/app-editors/notepadqq/notepadqq-0.53.0.ebuild
deleted file mode 100644
index 3deaceaf..00000000
--- a/app-editors/notepadqq/notepadqq-0.53.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /dev-util/notepadqq-9999.ebuild,v 0.1 frostwork $
-
-EAPI=5
-inherit eutils qmake-utils git-r3
-
-DESCRIPTION="Notepad++-like editor for Linux"
-EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
-EGIT_COMMIT="3b0751277fb268ec72b466b37d0f0977c536bc1b"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtscript:5
- dev-qt/qtwidgets:5
- dev-qt/qtwebkit:5
- dev-qt/qtsvg:5
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- eqmake5 PREFIX="${EPREFIX}/usr" ${PN}.pro
-}
-
-src_install() {
- make INSTALL_ROOT=${D} install || die
-}