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 | |
parent | ba99df89fd07a4f3ed2d083249a758ae6a2a04c9 (diff) |
app-editors/notepadqq : version bump
Diffstat (limited to 'app-editors/notepadqq')
-rw-r--r-- | app-editors/notepadqq/Manifest | 1 | ||||
-rw-r--r-- | app-editors/notepadqq/notepadqq-1.3.6.ebuild (renamed from app-editors/notepadqq/notepadqq-1.2.0.ebuild) | 7 |
2 files changed, 3 insertions, 5 deletions
diff --git a/app-editors/notepadqq/Manifest b/app-editors/notepadqq/Manifest new file mode 100644 index 00000000..93dc4ba1 --- /dev/null +++ b/app-editors/notepadqq/Manifest @@ -0,0 +1 @@ +DIST notepadqq-1.3.6.tar.gz 2325426 BLAKE2B 4cbebe772f224f36803a4ce7598bd4ceee588e8b3a70d2e3c371a8fce8ee810289cca9ec2add8c620aa7354d11210b1b451c731fa8eff2571da0a29e9bd59f51 SHA512 1940b2e7e68c1dfdcf6ebbcbe21f5816c083d6546271af845a3698940d23a823a01949299f8e4e2d3edbbcba0dd52fa0df28b2e26c29bdf29ae7003ff0c800f2 diff --git a/app-editors/notepadqq/notepadqq-1.2.0.ebuild b/app-editors/notepadqq/notepadqq-1.3.6.ebuild index d724ed8a..7c50b727 100644 --- a/app-editors/notepadqq/notepadqq-1.2.0.ebuild +++ b/app-editors/notepadqq/notepadqq-1.3.6.ebuild @@ -1,14 +1,11 @@ # 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 +inherit eutils qmake-utils DESCRIPTION="Notepad++-like editor for Linux" -EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" -EGIT_COMMIT="ab074d30e02d49e0fe6957c1523e7fed239aff7d" - +SRC_URI="https://github.com/notepadqq/notepadqq/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" |