summaryrefslogtreecommitdiff
path: root/app-editors/ne
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /app-editors/ne
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'app-editors/ne')
-rw-r--r--app-editors/ne/Manifest4
-rw-r--r--app-editors/ne/ne-3.3.0.ebuild52
-rw-r--r--app-editors/ne/ne-3.3.1.ebuild8
3 files changed, 5 insertions, 59 deletions
diff --git a/app-editors/ne/Manifest b/app-editors/ne/Manifest
index 183b8543b394..5f39ca454312 100644
--- a/app-editors/ne/Manifest
+++ b/app-editors/ne/Manifest
@@ -1,6 +1,4 @@
AUX ne-3.3.1-respect-CFLAGS.patch 453 BLAKE2B 70436e0380dfad01abb57a28b1ce5dcc44832499ad64cb7de4e22589da768ffe592c705415c3a61d818911679352ebf129132e14d2dbabc880b6cf0403245ed2 SHA512 66fa5081a63d281df49588429af6837eb3299bc6c704bbf5ac71ed9387140b5d4941c5d2ebfe49577f8d5dbff5cf9adcabb69e8d83eb7197a8f3fe77f2524524
-DIST ne-3.3.0.tar.gz 1173159 BLAKE2B a4be3fd37a0a79b440290846184bc50551cfb9b73dc50c0376110f3603233879b396f67a87e2f9defe9c0cbc42c963e66bc43ab5396f8ccb27e5b6182c429006 SHA512 73a1bbc5a9f62354834288e25b8f4bf2b0d2ff6faf3408108b217305e2c9d8fed768b5a3c3fd21df7b3bf75a3f9c71ea899a8b3f528b560a8e5e66accd442919
DIST ne-3.3.1.tar.gz 1138072 BLAKE2B 8494ff955b456bbac2e82823ee155980f8fab5a1071d0bfd6a987f1ed0724129ab2ecb70737547836b592369b45daf5e499d50d7230b04c5eabfd1536a56271f SHA512 d8c1d8cd9bbafcc7c8c485ca4454d6979be3d33ae918139865ce5f76e428f165043707c95c2e440bd9bccd00c67ce81a41f87f94b85cae3518c4749233718123
-EBUILD ne-3.3.0.ebuild 1091 BLAKE2B 78860027854e0c4e21491f82c3a749775553ebdda8da81f72cdcc543dc44bb969f01126347376ef2df50663f7e9b0635ec9c383314177871c9ae4f971cee7d4d SHA512 2fdb544933a70387450e0ae2e601cacbe3642f3a06f1586254196738745390fac2086ac0b982674a209655478914320fbda1e95e9628c06ef4e8373a1e1c4c75
-EBUILD ne-3.3.1.ebuild 1178 BLAKE2B 02a0735074b5779ddc5eaeee498ec855e42691dd1ac40460a4f0340e883a20ed0abd73955b21b5fee4be4498ed8738fd517af761125a7ba00e2e69b939ddae6a SHA512 dd2b418676fcf1d3f51fe80d6e1ee4081a5f8cfbd6964d245ffd394124cb6daaa16a704a248380e34c0b013e801ee2448834ed586315723f656b8bc15fab65b1
+EBUILD ne-3.3.1.ebuild 1169 BLAKE2B fd5cddafed3ed186295fecf0b8a81bc8411c6260edbc77f1d1798db4bd2383bcf8653eaa8e893fc513322d5c375d85a30a6f9179a340e03dfce3fdbb37a44ad5 SHA512 4a61b70ce2d9908ba059d0a25a173cb545a2d63a3fca6320f95d6a2ba85c7b23a07fda041caa180ac1eaf7c08d356c4b52ad71b9cd0910d01d6121cbf04eb39b
MISC metadata.xml 241 BLAKE2B f2a34a0b5cd4a0d080704beb40861ad791adc8bb9247b6f2325de22149c64014255241e7f52ab3fea6cc3297c344ee45a9be9fdc76b665bf5e098354cdab5345 SHA512 b7184fdd7455ee5c40cfcaba2405c7d7627abb2f04e298a098656674c101d2ba08e8522a5614a1968139e4beddcb35f0e22c93dc7c052d698ce0134409807315
diff --git a/app-editors/ne/ne-3.3.0.ebuild b/app-editors/ne/ne-3.3.0.ebuild
deleted file mode 100644
index 87aaff065bf8..000000000000
--- a/app-editors/ne/ne-3.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic toolchain-funcs
-
-DESCRIPTION="The nice editor, easy to use for the beginner and powerful for the wizard"
-HOMEPAGE="https://ne.di.unimi.it/"
-SRC_URI="https://ne.di.unimi.it/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="sys-libs/ncurses:="
-RDEPEND="
- ${DEPEND}
- dev-lang/perl
-"
-
-HTML_DOCS=( doc/html/. )
-
-src_prepare() {
- default
-
- sed -i -e 's/-O3//' src/makefile || die
-}
-
-src_configure() {
- # bug #776799
- sed -i -e "s/-lcurses/$($(tc-getPKG_CONFIG) --libs ncurses)/" src/makefile || die
-}
-
-src_compile() {
- append-cflags -std=c11
- emake -C src CC="$(tc-getCC)" \
- NE_GLOBAL_DIR="/usr/share/${PN}" \
- OPTS="${CFLAGS}" \
- "${PN}"
-}
-
-src_install() {
- dobin "src/${PN}"
-
- insinto "/usr/share/${PN}/syntax"
- doins syntax/*.jsf
-
- doman "doc/${PN}.1"
- dodoc CHANGES README.md NEWS doc/*.{txt,pdf,texinfo} doc/default.*
-}
diff --git a/app-editors/ne/ne-3.3.1.ebuild b/app-editors/ne/ne-3.3.1.ebuild
index 6fa202479207..01b23dac9558 100644
--- a/app-editors/ne/ne-3.3.1.ebuild
+++ b/app-editors/ne/ne-3.3.1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit autotools flag-o-matic toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="The nice editor, easy to use for the beginner and powerful for the wizard"
HOMEPAGE="https://ne.di.unimi.it/"
SRC_URI="https://ne.di.unimi.it/${P}.tar.gz"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"