diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-24 03:33:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-24 03:33:10 +0100 |
commit | 4e132f1f3cdc4966d5493078cb394f33cbc392b9 (patch) | |
tree | 9b1a1907fd8f0bd3d76cb1d223bd3209715ce242 /app-editors/notepadqq/notepadqq-1.2.0.ebuild | |
parent | ba99df89fd07a4f3ed2d083249a758ae6a2a04c9 (diff) |
app-editors/notepadqq : version bump
Diffstat (limited to 'app-editors/notepadqq/notepadqq-1.2.0.ebuild')
-rw-r--r-- | app-editors/notepadqq/notepadqq-1.2.0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-editors/notepadqq/notepadqq-1.2.0.ebuild b/app-editors/notepadqq/notepadqq-1.2.0.ebuild deleted file mode 100644 index d724ed8a..00000000 --- a/app-editors/notepadqq/notepadqq-1.2.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="ab074d30e02d49e0fe6957c1523e7fed239aff7d" - -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 -} |