diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-01 21:44:04 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-01 21:44:04 +0000 |
commit | e58aa514e5f5554a1c5f02dc76fe857f00f2f88a (patch) | |
tree | dc6d6338cb80769e1cf144752d191d52bf7a3c46 /app-editors | |
parent | f6984b72ee0c50bf2c43037fd69192106c845204 (diff) |
app-editors/notepadqq : ebuild present in gentoo now, so drop from here
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/notepadqq/Manifest | 1 | ||||
-rw-r--r-- | app-editors/notepadqq/notepadqq-1.4.8-r1.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/app-editors/notepadqq/Manifest b/app-editors/notepadqq/Manifest deleted file mode 100644 index a9032777..00000000 --- a/app-editors/notepadqq/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST notepadqq-1.4.8.tar.gz 4418925 BLAKE2B 91d993fd952609a7255c6541e97580b5dd01e6902cb6a84b77da7fbf8bc52a9a07ba85845d33e5801d539d8c560804b69947df965550dfb981e228330ea46ffd SHA512 fa1937b75a378fb81486a871a5b736f6ba216cd4b71f99e342e457de65ea034c2ee4d2c9f42754c4737671ccb1083fb1e6c946240ab2094042125430578141fa diff --git a/app-editors/notepadqq/notepadqq-1.4.8-r1.ebuild b/app-editors/notepadqq/notepadqq-1.4.8-r1.ebuild deleted file mode 100644 index 178211f6..00000000 --- a/app-editors/notepadqq/notepadqq-1.4.8-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils qmake-utils - -DESCRIPTION="Notepad++-like editor for Linux" -SRC_URI="https://github.com/notepadqq/notepadqq/archive/v${PV}.tar.gz -> ${P}.tar.gz" -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 -} |