* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-03-22 8:27 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2022-03-22 8:27 UTC (permalink / raw
To: gentoo-commits
commit: f1d14fd556a033b31394b31e561e2f62267ef815
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 08:25:24 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 08:25:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d14fd5
app-editors/zile: Don't call vala_setup when installing a binpkg
Closes: https://bugs.gentoo.org/835778
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/zile/{zile-2.6.2-r1.ebuild => zile-2.6.2-r2.ebuild} | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/app-editors/zile/zile-2.6.2-r1.ebuild b/app-editors/zile/zile-2.6.2-r2.ebuild
similarity index 90%
rename from app-editors/zile/zile-2.6.2-r1.ebuild
rename to app-editors/zile/zile-2.6.2-r2.ebuild
index 5381d2b0a454..397db8e3c0d1 100644
--- a/app-editors/zile/zile-2.6.2-r1.ebuild
+++ b/app-editors/zile/zile-2.6.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
@@ -30,12 +30,9 @@ DOCS="README THANKS"
QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
-pkg_setup() {
- vala_setup
-}
-
src_prepare() {
default
+ vala_setup
rm *_vala.stamp || die
}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2024-10-29 14:23 Andreas K. Hüttel
0 siblings, 0 replies; 55+ messages in thread
From: Andreas K. Hüttel @ 2024-10-29 14:23 UTC (permalink / raw
To: gentoo-commits
commit: 5b6a6d2f95599460905ece4cbe266cf643517f64
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 14:08:02 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 14:08:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6a6d2f
app-editors/zile: drop 2.4.15
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
app-editors/zile/Manifest | 1 -
app-editors/zile/zile-2.4.15.ebuild | 48 -------------------------------------
2 files changed, 49 deletions(-)
diff --git a/app-editors/zile/Manifest b/app-editors/zile/Manifest
index fb9194a4c5e5..ba1561a3565d 100644
--- a/app-editors/zile/Manifest
+++ b/app-editors/zile/Manifest
@@ -1,2 +1 @@
-DIST zile-2.4.15.tar.gz 1490611 BLAKE2B 3744ab2459edf9b0dc9ca976c5f37625d06e0766e3a1fbb59112fe375af6f6cc5e8c068dcb127b338091f3130d32190ad4bc3a79eac7f9a4f87b46723d5a4a82 SHA512 e2a04c280ae0c0038e6ef18abec0be55063a472f77a511bf31459712be24659edcaa2d1c861d7c00bdab87a1881af03d14eb561047c386cbff5f90b13b1a2575
DIST zile-2.6.2.tar.gz 1152751 BLAKE2B db51b534c8d76e1def91bbfe49cab501ff1bccd6fbeddd5622d8fca3695305c53e480eed1978e880621e09955e2b98519cfa02cf259006a08d1a8722122148ea SHA512 16d5cece403fc215d53b35c31fe6f743d53d7a01cdc7d101cabe6760173539c9c31e092b29c374f28a723708027f6de626fcfee302962848091f85078fa81761
diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild
deleted file mode 100644
index 05b1686856f7..000000000000
--- a/app-editors/zile/zile-2.4.15.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Zile is a small Emacs clone"
-HOMEPAGE="https://www.gnu.org/software/zile/"
-SRC_URI="mirror://gnu/zile/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="acl"
-
-RDEPEND=">=dev-libs/boehm-gc-7.2:=
- sys-libs/ncurses:0=
- acl? ( virtual/acl )"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="dev-lang/perl
- sys-apps/help2man
- virtual/pkgconfig"
-
-# AUTHORS, FAQ, and NEWS are installed by the build system
-DOCS="README THANKS"
-
-QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
-QA_CONFIG_IMPL_DECL_SKIP=(MIN) #923835 (false positive)
-
-src_configure() {
- econf \
- $(use_enable acl) \
- CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
-}
-
-src_test() {
- if tput cup 0 0 >/dev/null || tput cuu1 >/dev/null; then
- # We have a sane terminal that can move the cursor
- emake check
- else
- ewarn "Terminal type \"${TERM}\" is too stupid to run zile"
- ewarn "Running the tests with unset TERM instead"
- ( unset TERM; emake check )
- fi
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2024-02-05 20:41 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2024-02-05 20:41 UTC (permalink / raw
To: gentoo-commits
commit: f9ffc30bb96302548a5982556271d3e03c1f05ef
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 5 20:40:03 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 5 20:40:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ffc30b
app-editors/zile: Silence false positive QA warning
Bug: https://bugs.gentoo.org/923835
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/zile/zile-2.4.15.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild
index cf27836594ab..05b1686856f7 100644
--- a/app-editors/zile/zile-2.4.15.ebuild
+++ b/app-editors/zile/zile-2.4.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -28,6 +28,7 @@ BDEPEND="dev-lang/perl
DOCS="README THANKS"
QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
+QA_CONFIG_IMPL_DECL_SKIP=(MIN) #923835 (false positive)
src_configure() {
econf \
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2023-01-01 14:48 David Seifert
0 siblings, 0 replies; 55+ messages in thread
From: David Seifert @ 2023-01-01 14:48 UTC (permalink / raw
To: gentoo-commits
commit: e611fcbe44eba2aa2fcfdf6d5338bbd1ba05c7bf
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 1 14:47:42 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 1 14:47:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e611fcbe
app-editors/zile: remove stale VALA_MIN_API_VERSION
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-editors/zile/zile-2.6.2-r2.ebuild b/app-editors/zile/zile-2.6.2-r2.ebuild
index 75aaf6867941..083a925bf551 100644
--- a/app-editors/zile/zile-2.6.2-r2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-VALA_MIN_API_VERSION=0.52
inherit toolchain-funcs vala
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-06-08 8:31 Yixun Lan
0 siblings, 0 replies; 55+ messages in thread
From: Yixun Lan @ 2022-06-08 8:31 UTC (permalink / raw
To: gentoo-commits
commit: 64d50323465125de8bdb1be56e1cf249a01707d9
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 08:15:23 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 08:31:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d50323
app-editors/zile: keyword 2.6.2-r2 for ~riscv
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r2.ebuild b/app-editors/zile/zile-2.6.2-r2.ebuild
index 096f834386b5..75aaf6867941 100644
--- a/app-editors/zile/zile-2.6.2-r2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ppc ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-04-14 8:11 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2022-04-14 8:11 UTC (permalink / raw
To: gentoo-commits
commit: 53e8e9814bd0006812412b3029ba0361ccefe587
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 08:10:36 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 08:10:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e8e981
app-editors/zile: sparc stable wrt bug #835557
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r2.ebuild b/app-editors/zile/zile-2.6.2-r2.ebuild
index 5f7b13501b1d..096f834386b5 100644
--- a/app-editors/zile/zile-2.6.2-r2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-04-02 7:46 Arthur Zamarin
0 siblings, 0 replies; 55+ messages in thread
From: Arthur Zamarin @ 2022-04-02 7:46 UTC (permalink / raw
To: gentoo-commits
commit: 97aaf2ae942484908ea38e5e0b7da0c52f30e513
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 07:46:08 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 07:46:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97aaf2ae
app-editors/zile: Stabilize 2.6.2-r2 arm64, #835557
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r2.ebuild b/app-editors/zile/zile-2.6.2-r2.ebuild
index de379302dff2..5f7b13501b1d 100644
--- a/app-editors/zile/zile-2.6.2-r2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-03-29 7:27 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2022-03-29 7:27 UTC (permalink / raw
To: gentoo-commits
commit: 3f6d5f7caf49390a739391a52702e91807a32cfc
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 07:22:16 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 07:22:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6d5f7c
app-editors/zile: amd64 stable wrt bug #835557
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r2.ebuild b/app-editors/zile/zile-2.6.2-r2.ebuild
index 3e323ffb3313..de379302dff2 100644
--- a/app-editors/zile/zile-2.6.2-r2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-03-28 6:53 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2022-03-28 6:53 UTC (permalink / raw
To: gentoo-commits
commit: c89b0142e4e84d9d49409274ef0922048dedd440
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 06:52:57 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 06:52:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89b0142
app-editors/zile: x86 stable wrt bug #835557
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r2.ebuild b/app-editors/zile/zile-2.6.2-r2.ebuild
index c6686d5649d1..3e323ffb3313 100644
--- a/app-editors/zile/zile-2.6.2-r2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-03-28 6:52 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2022-03-28 6:52 UTC (permalink / raw
To: gentoo-commits
commit: f030af1837f4da2f56f45c13d32a28ee583b4a6f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 06:51:57 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 06:51:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f030af18
app-editors/zile: ppc stable wrt bug #835557
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r2.ebuild b/app-editors/zile/zile-2.6.2-r2.ebuild
index b631ef17bdc3..c6686d5649d1 100644
--- a/app-editors/zile/zile-2.6.2-r2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-03-26 16:54 Arthur Zamarin
0 siblings, 0 replies; 55+ messages in thread
From: Arthur Zamarin @ 2022-03-26 16:54 UTC (permalink / raw
To: gentoo-commits
commit: 474925af2dde2c4cc5c13d7315697be543c6f1ad
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 16:53:53 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 16:53:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474925af
app-editors/zile: Stabilize 2.6.2-r2 arm, #835557
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r2.ebuild b/app-editors/zile/zile-2.6.2-r2.ebuild
index 397db8e3c0d1..b631ef17bdc3 100644
--- a/app-editors/zile/zile-2.6.2-r2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-03-21 9:18 Jakov Smolić
0 siblings, 0 replies; 55+ messages in thread
From: Jakov Smolić @ 2022-03-21 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 476a1541832514390d12cfbcb10ca1b47bb05bd0
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 09:17:06 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 09:17:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476a1541
app-editors/zile: Stabilize 2.6.2-r1 arm64, #835557
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r1.ebuild b/app-editors/zile/zile-2.6.2-r1.ebuild
index b7fa5c7239ff..5381d2b0a454 100644
--- a/app-editors/zile/zile-2.6.2-r1.ebuild
+++ b/app-editors/zile/zile-2.6.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-03-19 19:21 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2022-03-19 19:21 UTC (permalink / raw
To: gentoo-commits
commit: a5522e68bc1dea820913a5cb6df595dd2c81fa77
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 19:21:48 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 19:21:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5522e68
app-editors/zile: x86 stable wrt bug #835557
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r1.ebuild b/app-editors/zile/zile-2.6.2-r1.ebuild
index ec4b59563aee..b7fa5c7239ff 100644
--- a/app-editors/zile/zile-2.6.2-r1.ebuild
+++ b/app-editors/zile/zile-2.6.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-03-19 7:56 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2022-03-19 7:56 UTC (permalink / raw
To: gentoo-commits
commit: 7b1107776d001ecae0c771c8e25735d97cc9f25b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 07:56:09 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 07:56:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b110777
app-editors/zile: sparc stable wrt bug #835557
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r1.ebuild b/app-editors/zile/zile-2.6.2-r1.ebuild
index 170a953804e9..ec4b59563aee 100644
--- a/app-editors/zile/zile-2.6.2-r1.ebuild
+++ b/app-editors/zile/zile-2.6.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-03-19 7:53 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2022-03-19 7:53 UTC (permalink / raw
To: gentoo-commits
commit: 4b0e204af2f488ffbd6cf0a60b463006de15f773
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 07:50:36 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 07:50:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0e204a
app-editors/zile: amd64 stable wrt bug #835557
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r1.ebuild b/app-editors/zile/zile-2.6.2-r1.ebuild
index 1a8029c54d0b..170a953804e9 100644
--- a/app-editors/zile/zile-2.6.2-r1.ebuild
+++ b/app-editors/zile/zile-2.6.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-03-18 18:09 Sam James
0 siblings, 0 replies; 55+ messages in thread
From: Sam James @ 2022-03-18 18:09 UTC (permalink / raw
To: gentoo-commits
commit: 0f5416aedfcaf4873d0bb0a3d435793804df66ad
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 18:06:11 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 18:08:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5416ae
app-editors/zile: Stabilize 2.6.2-r1 ppc, #835557
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/zile/zile-2.6.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.6.2-r1.ebuild b/app-editors/zile/zile-2.6.2-r1.ebuild
index fe415806455a..1a8029c54d0b 100644
--- a/app-editors/zile/zile-2.6.2-r1.ebuild
+++ b/app-editors/zile/zile-2.6.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-02-20 9:35 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2022-02-20 9:35 UTC (permalink / raw
To: gentoo-commits
commit: a7a98f2cc2658ef65bc1b1f2d52ec280f6275318
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 18:51:00 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 09:35:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a98f2c
app-editors/zile: Bump to EAPI 8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/zile/{zile-2.6.2.ebuild => zile-2.6.2-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/app-editors/zile/zile-2.6.2.ebuild b/app-editors/zile/zile-2.6.2-r1.ebuild
similarity index 96%
rename from app-editors/zile/zile-2.6.2.ebuild
rename to app-editors/zile/zile-2.6.2-r1.ebuild
index dc7e5f762427..fe415806455a 100644
--- a/app-editors/zile/zile-2.6.2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
VALA_MIN_API_VERSION=0.52
inherit toolchain-funcs vala
@@ -30,10 +30,13 @@ DOCS="README THANKS"
QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
+pkg_setup() {
+ vala_setup
+}
+
src_prepare() {
default
rm *_vala.stamp || die
- vala_src_prepare
}
src_configure() {
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2022-02-14 15:59 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2022-02-14 15:59 UTC (permalink / raw
To: gentoo-commits
commit: 8fd517336456fd66caa4c7951aa070a2bf83d474
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 14 15:57:13 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 14 15:58:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd51733
app-editors/zile: Version bump to 2.6.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/zile/Manifest | 1 +
app-editors/zile/zile-2.6.2.ebuild | 52 ++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/app-editors/zile/Manifest b/app-editors/zile/Manifest
index ec186e19f4ea..be2b2966c69b 100644
--- a/app-editors/zile/Manifest
+++ b/app-editors/zile/Manifest
@@ -1,2 +1,3 @@
DIST zile-2.3.24.tar.gz 953962 BLAKE2B 242f0f9532a536d5ba36664031cf86eba753239c0f6dcd47c086496628a730bdd0a9112dc1ffd26965068f6d66d35d3ad3c92fc2753e129adf9a5923321e2cdf SHA512 8361f42436ae9ca150f09d830096b7a3fb0089d58bffe5ad7538b5ec5cd4e0e50085213e938db1a95e2922db845d1d2f36841a65fe1b9b72f60cd930dd8f09b9
DIST zile-2.4.15.tar.gz 1490611 BLAKE2B 3744ab2459edf9b0dc9ca976c5f37625d06e0766e3a1fbb59112fe375af6f6cc5e8c068dcb127b338091f3130d32190ad4bc3a79eac7f9a4f87b46723d5a4a82 SHA512 e2a04c280ae0c0038e6ef18abec0be55063a472f77a511bf31459712be24659edcaa2d1c861d7c00bdab87a1881af03d14eb561047c386cbff5f90b13b1a2575
+DIST zile-2.6.2.tar.gz 1152751 BLAKE2B db51b534c8d76e1def91bbfe49cab501ff1bccd6fbeddd5622d8fca3695305c53e480eed1978e880621e09955e2b98519cfa02cf259006a08d1a8722122148ea SHA512 16d5cece403fc215d53b35c31fe6f743d53d7a01cdc7d101cabe6760173539c9c31e092b29c374f28a723708027f6de626fcfee302962848091f85078fa81761
diff --git a/app-editors/zile/zile-2.6.2.ebuild b/app-editors/zile/zile-2.6.2.ebuild
new file mode 100644
index 000000000000..dc7e5f762427
--- /dev/null
+++ b/app-editors/zile/zile-2.6.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION=0.52
+
+inherit toolchain-funcs vala
+
+DESCRIPTION="Zile is a small Emacs clone"
+HOMEPAGE="https://www.gnu.org/software/zile/"
+SRC_URI="mirror://gnu/zile/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+RDEPEND="dev-libs/glib:2
+ dev-libs/libgee:0.8=
+ sys-libs/ncurses:0="
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="dev-lang/perl
+ sys-apps/help2man
+ virtual/pkgconfig
+ $(vala_depend)"
+
+# AUTHORS, FAQ, and NEWS are installed by the build system
+DOCS="README THANKS"
+
+QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
+
+src_prepare() {
+ default
+ rm *_vala.stamp || die
+ vala_src_prepare
+}
+
+src_configure() {
+ econf CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
+}
+
+src_test() {
+ if tput cup 0 0 >/dev/null || tput cuu1 >/dev/null; then
+ # We have a sane terminal that can move the cursor
+ emake check
+ else
+ ewarn "Terminal type \"${TERM}\" is too stupid to run zile"
+ ewarn "Running the tests with unset TERM instead"
+ ( unset TERM; emake check )
+ fi
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2021-02-15 8:44 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2021-02-15 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 764a33bb72a408954b8ac84af8f882227d03ca99
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 08:43:48 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 08:44:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764a33bb
app-editors/zile: Remove old
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/zile/Manifest | 1 -
app-editors/zile/zile-2.4.14.ebuild | 56 -------------------------------------
2 files changed, 57 deletions(-)
diff --git a/app-editors/zile/Manifest b/app-editors/zile/Manifest
index 639d68d9087..ec186e19f4e 100644
--- a/app-editors/zile/Manifest
+++ b/app-editors/zile/Manifest
@@ -1,3 +1,2 @@
DIST zile-2.3.24.tar.gz 953962 BLAKE2B 242f0f9532a536d5ba36664031cf86eba753239c0f6dcd47c086496628a730bdd0a9112dc1ffd26965068f6d66d35d3ad3c92fc2753e129adf9a5923321e2cdf SHA512 8361f42436ae9ca150f09d830096b7a3fb0089d58bffe5ad7538b5ec5cd4e0e50085213e938db1a95e2922db845d1d2f36841a65fe1b9b72f60cd930dd8f09b9
-DIST zile-2.4.14.tar.gz 1385314 BLAKE2B 43815e87bb037a8de42b00510ce8addd748fe2a639f78e736c7fe6220c972ce600a8db557dd592065bb27e1d35a5d3a42b6a4a8d5d76eefc4274a8ce27b1d9c2 SHA512 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc
DIST zile-2.4.15.tar.gz 1490611 BLAKE2B 3744ab2459edf9b0dc9ca976c5f37625d06e0766e3a1fbb59112fe375af6f6cc5e8c068dcb127b338091f3130d32190ad4bc3a79eac7f9a4f87b46723d5a4a82 SHA512 e2a04c280ae0c0038e6ef18abec0be55063a472f77a511bf31459712be24659edcaa2d1c861d7c00bdab87a1881af03d14eb561047c386cbff5f90b13b1a2575
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
deleted file mode 100644
index 38cea8b08e8..00000000000
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Zile is a small Emacs clone"
-HOMEPAGE="https://www.gnu.org/software/zile/"
-SRC_URI="mirror://gnu/zile/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="acl test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-libs/boehm-gc-7.2:=
- sys-libs/ncurses:0=
- acl? ( virtual/acl )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? ( dev-lang/perl )"
-
-QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
-
-src_configure() {
- # --without-emacs to suppress tests for GNU Emacs #630652
- econf \
- --without-emacs \
- --disable-valgrind-tests \
- $(use_enable acl) \
- CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
-}
-
-src_test() {
- if tput cup 0 0 >/dev/null || tput cuu1 >/dev/null; then
- # We have a sane terminal that can move the cursor
- emake check
- else
- ewarn "Terminal type \"${TERM}\" is too stupid to run zile"
- ewarn "Running the tests with unset TERM instead"
- ( unset TERM; emake check )
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- # AUTHORS, FAQ, and NEWS are installed by the build system
- dodoc README THANKS
-
- # Zile should never install charset.alias (even on non-glibc arches)
- rm -f "${ED}"/usr/lib/charset.alias
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2021-02-15 1:49 Sam James
0 siblings, 0 replies; 55+ messages in thread
From: Sam James @ 2021-02-15 1:49 UTC (permalink / raw
To: gentoo-commits
commit: 3701c01b18854933135720373b0534fe087ba90e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 01:48:53 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 01:48:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3701c01b
app-editors/zile: Stabilize 2.4.15 arm, #768519
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/zile/zile-2.4.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild
index e60fa98210e..0a31cf74459 100644
--- a/app-editors/zile/zile-2.4.15.ebuild
+++ b/app-editors/zile/zile-2.4.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="acl"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2021-02-14 2:10 Sam James
0 siblings, 0 replies; 55+ messages in thread
From: Sam James @ 2021-02-14 2:10 UTC (permalink / raw
To: gentoo-commits
commit: 9def095ef92d53d947cd425bb84da053092c2cdd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 02:09:54 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 02:09:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9def095e
app-editors/zile: Stabilize 2.4.15 arm64, #768519
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/zile/zile-2.4.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild
index 24ee6b12100..e60fa98210e 100644
--- a/app-editors/zile/zile-2.4.15.ebuild
+++ b/app-editors/zile/zile-2.4.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="acl"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2021-02-07 1:07 Sam James
0 siblings, 0 replies; 55+ messages in thread
From: Sam James @ 2021-02-07 1:07 UTC (permalink / raw
To: gentoo-commits
commit: f74a893856aea43a5b1b5f90c81576eed75ddf10
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 7 01:06:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 01:06:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74a8938
app-editors/zile: Stabilize 2.4.15 ppc, #768519
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/zile/zile-2.4.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild
index 9c4d88357f4..24ee6b12100 100644
--- a/app-editors/zile/zile-2.4.15.ebuild
+++ b/app-editors/zile/zile-2.4.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="acl"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2021-02-04 14:09 Sam James
0 siblings, 0 replies; 55+ messages in thread
From: Sam James @ 2021-02-04 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 7a9dc73acabd40b033d79825a7fca17831e99543
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 14:08:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 14:08:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9dc73a
app-editors/zile: Stabilize 2.4.15 amd64, #768519
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/zile/zile-2.4.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild
index a762a5fcec5..9c4d88357f4 100644
--- a/app-editors/zile/zile-2.4.15.ebuild
+++ b/app-editors/zile/zile-2.4.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="acl"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2021-02-04 8:12 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2021-02-04 8:12 UTC (permalink / raw
To: gentoo-commits
commit: 784fc0212c9d9f39d0c62f3201bcf92ff3fc2957
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 08:12:39 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 08:12:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784fc021
app-editors/zile: x86 stable wrt bug #768519
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.4.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild
index ee8285d03a7..a762a5fcec5 100644
--- a/app-editors/zile/zile-2.4.15.ebuild
+++ b/app-editors/zile/zile-2.4.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="acl"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2021-02-04 8:00 Sam James
0 siblings, 0 replies; 55+ messages in thread
From: Sam James @ 2021-02-04 8:00 UTC (permalink / raw
To: gentoo-commits
commit: cb4d989c202ebbf9e2f9b2b5453650d2dc9f6782
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 08:00:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 08:00:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4d989c
app-editors/zile: Stabilize 2.4.15 sparc, #768519
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/zile/zile-2.4.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild
index 07c97a015ba..ee8285d03a7 100644
--- a/app-editors/zile/zile-2.4.15.ebuild
+++ b/app-editors/zile/zile-2.4.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="acl"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2021-01-06 13:03 Fabian Groffen
0 siblings, 0 replies; 55+ messages in thread
From: Fabian Groffen @ 2021-01-06 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 1c75b69f60997aee61801c77e662ee33507962ba
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 13:03:40 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 13:03:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c75b69f
app-editors/zile: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-editors/zile/zile-2.3.24-r2.ebuild | 4 ++--
app-editors/zile/zile-2.4.14.ebuild | 4 ++--
app-editors/zile/zile-2.4.15.ebuild | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild
index c796a61701f..a283c37c087 100644
--- a/app-editors/zile/zile-2.3.24-r2.ebuild
+++ b/app-editors/zile/zile-2.3.24-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="test valgrind"
RESTRICT="!test? ( test )"
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index 06dc725535f..38cea8b08e8 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="acl test"
RESTRICT="!test? ( test )"
diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild
index 16a2248ef54..07c97a015ba 100644
--- a/app-editors/zile/zile-2.4.15.ebuild
+++ b/app-editors/zile/zile-2.4.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="acl"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2021-01-02 14:02 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2021-01-02 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 676d75b9277896e54cbc8c3cc5632e55842c9413
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 10:14:31 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 14:02:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676d75b9
app-editors/zile: Version bump to 2.4.15
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/zile/Manifest | 1 +
app-editors/zile/zile-2.4.15.ebuild | 47 +++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/app-editors/zile/Manifest b/app-editors/zile/Manifest
index 70e83d7e2d8..639d68d9087 100644
--- a/app-editors/zile/Manifest
+++ b/app-editors/zile/Manifest
@@ -1,2 +1,3 @@
DIST zile-2.3.24.tar.gz 953962 BLAKE2B 242f0f9532a536d5ba36664031cf86eba753239c0f6dcd47c086496628a730bdd0a9112dc1ffd26965068f6d66d35d3ad3c92fc2753e129adf9a5923321e2cdf SHA512 8361f42436ae9ca150f09d830096b7a3fb0089d58bffe5ad7538b5ec5cd4e0e50085213e938db1a95e2922db845d1d2f36841a65fe1b9b72f60cd930dd8f09b9
DIST zile-2.4.14.tar.gz 1385314 BLAKE2B 43815e87bb037a8de42b00510ce8addd748fe2a639f78e736c7fe6220c972ce600a8db557dd592065bb27e1d35a5d3a42b6a4a8d5d76eefc4274a8ce27b1d9c2 SHA512 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc
+DIST zile-2.4.15.tar.gz 1490611 BLAKE2B 3744ab2459edf9b0dc9ca976c5f37625d06e0766e3a1fbb59112fe375af6f6cc5e8c068dcb127b338091f3130d32190ad4bc3a79eac7f9a4f87b46723d5a4a82 SHA512 e2a04c280ae0c0038e6ef18abec0be55063a472f77a511bf31459712be24659edcaa2d1c861d7c00bdab87a1881af03d14eb561047c386cbff5f90b13b1a2575
diff --git a/app-editors/zile/zile-2.4.15.ebuild b/app-editors/zile/zile-2.4.15.ebuild
new file mode 100644
index 00000000000..16a2248ef54
--- /dev/null
+++ b/app-editors/zile/zile-2.4.15.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Zile is a small Emacs clone"
+HOMEPAGE="https://www.gnu.org/software/zile/"
+SRC_URI="mirror://gnu/zile/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="acl"
+
+RDEPEND=">=dev-libs/boehm-gc-7.2:=
+ sys-libs/ncurses:0=
+ acl? ( virtual/acl )"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="dev-lang/perl
+ sys-apps/help2man
+ virtual/pkgconfig"
+
+# AUTHORS, FAQ, and NEWS are installed by the build system
+DOCS="README THANKS"
+
+QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
+
+src_configure() {
+ econf \
+ $(use_enable acl) \
+ CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
+}
+
+src_test() {
+ if tput cup 0 0 >/dev/null || tput cuu1 >/dev/null; then
+ # We have a sane terminal that can move the cursor
+ emake check
+ else
+ ewarn "Terminal type \"${TERM}\" is too stupid to run zile"
+ ewarn "Running the tests with unset TERM instead"
+ ( unset TERM; emake check )
+ fi
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2019-09-13 21:24 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2019-09-13 21:24 UTC (permalink / raw
To: gentoo-commits
commit: f2f441fd4e5444cacd0866974cfa56a0f8250db7
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 21:24:19 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 21:24:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f441fd
app-editors/zile: Remove old.
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/zile/Manifest | 1 -
app-editors/zile/zile-2.4.11.ebuild | 38 -------------------------------------
2 files changed, 39 deletions(-)
diff --git a/app-editors/zile/Manifest b/app-editors/zile/Manifest
index 6266bf7b6da..70e83d7e2d8 100644
--- a/app-editors/zile/Manifest
+++ b/app-editors/zile/Manifest
@@ -1,3 +1,2 @@
DIST zile-2.3.24.tar.gz 953962 BLAKE2B 242f0f9532a536d5ba36664031cf86eba753239c0f6dcd47c086496628a730bdd0a9112dc1ffd26965068f6d66d35d3ad3c92fc2753e129adf9a5923321e2cdf SHA512 8361f42436ae9ca150f09d830096b7a3fb0089d58bffe5ad7538b5ec5cd4e0e50085213e938db1a95e2922db845d1d2f36841a65fe1b9b72f60cd930dd8f09b9
-DIST zile-2.4.11.tar.gz 1293707 BLAKE2B 30317856303cd093e767f7c057fab74cddcd49e95d8218b550e343d689914db02c82c5f35c66335e0685df9113dcbef93b4640fcf42438fb600f360b82c4e396 SHA512 dbcbae98d8b9fc7ea71abc8ad0c4248edf1498a731172e800dd4b1fd598597924cc61e24fbfce5eb44dd2b3a0b2aea416c6373843a450e19cc8c98aa83d6ae0e
DIST zile-2.4.14.tar.gz 1385314 BLAKE2B 43815e87bb037a8de42b00510ce8addd748fe2a639f78e736c7fe6220c972ce600a8db557dd592065bb27e1d35a5d3a42b6a4a8d5d76eefc4274a8ce27b1d9c2 SHA512 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc
diff --git a/app-editors/zile/zile-2.4.11.ebuild b/app-editors/zile/zile-2.4.11.ebuild
deleted file mode 100644
index ca00137322a..00000000000
--- a/app-editors/zile/zile-2.4.11.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Zile is a small Emacs clone"
-HOMEPAGE="https://www.gnu.org/software/zile/"
-SRC_URI="mirror://gnu/zile/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="acl test"
-
-RDEPEND=">=dev-libs/boehm-gc-7.2
- sys-libs/ncurses:0
- acl? ( virtual/acl )"
-
-DEPEND="${RDEPEND}
- test? ( dev-lang/perl )"
-
-QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
-
-src_configure() {
- econf \
- --docdir="${EPREFIX}"/usr/share/doc/${PF} \
- $(use_enable acl)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- # AUTHORS, FAQ, and NEWS are installed by the build system
- dodoc README THANKS
-
- # Zile should never install charset.alias (even on non-glibc arches)
- rm -f "${ED}"/usr/lib/charset.alias
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2019-09-13 18:13 Mikle Kolyada
0 siblings, 0 replies; 55+ messages in thread
From: Mikle Kolyada @ 2019-09-13 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 01207b6eed5486594db80a81d24c5c86786fe330
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 18:12:43 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 18:12:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01207b6e
app-editors/zile: arm stable wrt bug #692400
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
app-editors/zile/zile-2.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index 9bb0819cd38..ac47a50b378 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2019-08-25 16:29 Aaron Bauman
0 siblings, 0 replies; 55+ messages in thread
From: Aaron Bauman @ 2019-08-25 16:29 UTC (permalink / raw
To: gentoo-commits
commit: 0da6389fb9c03fa2d01c1a68d3e2b582e6b3089d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 16:29:35 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 16:29:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da6389f
app-editors/zile: arm64 stable (bug #692400)
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="arm64"
app-editors/zile/zile-2.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index eeeb58d7df9..9bb0819cd38 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2019-08-23 16:33 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2019-08-23 16:33 UTC (permalink / raw
To: gentoo-commits
commit: 360157f0fd39e150dfc6f3a763efcdc44b859f41
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 16:32:42 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 16:32:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360157f0
app-editors/zile: alpha stable wrt bug #692400
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index c0b04ac3056..eeeb58d7df9 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2019-08-23 12:53 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2019-08-23 12:53 UTC (permalink / raw
To: gentoo-commits
commit: f728d911484e40db553c1780bdde91e329b98323
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 12:53:13 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 12:53:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f728d911
app-editors/zile: sparc stable wrt bug #692400
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index a0467b9c941..c0b04ac3056 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2019-08-19 11:37 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2019-08-19 11:37 UTC (permalink / raw
To: gentoo-commits
commit: 43a9ae1de417cf7655ee8f3d13953b168e5b4045
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 11:36:28 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 11:36:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a9ae1d
app-editors/zile: x86 stable wrt bug #692400
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index 9201253f96e..a0467b9c941 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2019-08-19 5:43 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2019-08-19 5:43 UTC (permalink / raw
To: gentoo-commits
commit: c4d07dc6e9e38db6e8456b44df52cd43ddcde1b6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 05:42:53 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 05:42:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d07dc6
app-editors/zile: amd64 stable wrt bug #692400
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/zile/zile-2.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index 234a0c76ce1..9201253f96e 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2019-08-18 10:10 Sergei Trofimovich
0 siblings, 0 replies; 55+ messages in thread
From: Sergei Trofimovich @ 2019-08-18 10:10 UTC (permalink / raw
To: gentoo-commits
commit: 6ca794e8ecc40f0163ff242a4bfff59b51084753
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 10:10:16 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 10:10:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca794e8
app-editors/zile: stable 2.4.14 for ppc, bug #692400
Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
app-editors/zile/zile-2.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index fee1725ba71..234a0c76ce1 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2019-08-17 22:55 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2019-08-17 22:55 UTC (permalink / raw
To: gentoo-commits
commit: 6122c8c9b76a50d69964cfff654eb6d067f08306
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 22:55:25 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 22:55:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6122c8c9
app-editors/zile: Add conditional test restriction.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/zile/zile-2.3.24-r2.ebuild | 3 ++-
app-editors/zile/zile-2.4.14.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild
index f60cd5b9ec3..ed5b64501fb 100644
--- a/app-editors/zile/zile-2.3.24-r2.ebuild
+++ b/app-editors/zile/zile-2.3.24-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,6 +13,7 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test valgrind"
+RESTRICT="!test? ( test )"
RDEPEND="sys-libs/ncurses:0="
DEPEND="${RDEPEND}
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index 42fcd64fc45..fee1725ba71 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,6 +13,7 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
+RESTRICT="!test? ( test )"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
sys-libs/ncurses:0=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-06-04 19:25 Mart Raudsepp
0 siblings, 0 replies; 55+ messages in thread
From: Mart Raudsepp @ 2018-06-04 19:25 UTC (permalink / raw
To: gentoo-commits
commit: 97980a2051eb6f57a79698e3aef56be9e9140ac9
Author: Alex Bennée <alex.bennee <AT> linaro <DOT> org>
AuthorDate: Wed May 16 12:10:30 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jun 4 18:56:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97980a20
app-editors/zile: add ~arm64 keyword
app-editors/zile/zile-2.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index 6b6774de68e..42fcd64fc45 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-04-01 15:54 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2018-04-01 15:54 UTC (permalink / raw
To: gentoo-commits
commit: 291382abef4baa1d7e1165f6e4fd828b49b6f8b1
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 1 15:52:48 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 1 15:54:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291382ab
app-editors/zile: Remove old.
Package-Manager: Portage-2.3.27, Repoman-2.3.9
app-editors/zile/Manifest | 1 -
app-editors/zile/zile-2.4.13.ebuild | 55 -------------------------------------
2 files changed, 56 deletions(-)
diff --git a/app-editors/zile/Manifest b/app-editors/zile/Manifest
index c37bb9589d3..6266bf7b6da 100644
--- a/app-editors/zile/Manifest
+++ b/app-editors/zile/Manifest
@@ -1,4 +1,3 @@
DIST zile-2.3.24.tar.gz 953962 BLAKE2B 242f0f9532a536d5ba36664031cf86eba753239c0f6dcd47c086496628a730bdd0a9112dc1ffd26965068f6d66d35d3ad3c92fc2753e129adf9a5923321e2cdf SHA512 8361f42436ae9ca150f09d830096b7a3fb0089d58bffe5ad7538b5ec5cd4e0e50085213e938db1a95e2922db845d1d2f36841a65fe1b9b72f60cd930dd8f09b9
DIST zile-2.4.11.tar.gz 1293707 BLAKE2B 30317856303cd093e767f7c057fab74cddcd49e95d8218b550e343d689914db02c82c5f35c66335e0685df9113dcbef93b4640fcf42438fb600f360b82c4e396 SHA512 dbcbae98d8b9fc7ea71abc8ad0c4248edf1498a731172e800dd4b1fd598597924cc61e24fbfce5eb44dd2b3a0b2aea416c6373843a450e19cc8c98aa83d6ae0e
-DIST zile-2.4.13.tar.gz 1296379 BLAKE2B 00dce642e6b452f66fd06e70a7f9e9047abb2c79af7fbc0c9150da37bfda31027c06c43028e22b657ce6a948f2e3e89375a6f5bddfe5222aa69f843cc5fc3ec9 SHA512 ada0eabe6285894ab4c25fa71c3ca6f07f0df2d36ad64f92037cb1b02d7b898dbd64fa47ef96800b7d995a5958ddec525e0d849a427e1f9bf14da944a4c30e88
DIST zile-2.4.14.tar.gz 1385314 BLAKE2B 43815e87bb037a8de42b00510ce8addd748fe2a639f78e736c7fe6220c972ce600a8db557dd592065bb27e1d35a5d3a42b6a4a8d5d76eefc4274a8ce27b1d9c2 SHA512 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
deleted file mode 100644
index 7143e7bbf0f..00000000000
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Zile is a small Emacs clone"
-HOMEPAGE="https://www.gnu.org/software/zile/"
-SRC_URI="mirror://gnu/zile/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="acl test"
-
-RDEPEND=">=dev-libs/boehm-gc-7.2:=
- sys-libs/ncurses:0=
- acl? ( virtual/acl )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? ( dev-lang/perl )"
-
-QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
-
-src_configure() {
- # --without-emacs to suppress tests for GNU Emacs #630652
- econf \
- --docdir="${EPREFIX}"/usr/share/doc/${PF} \
- --without-emacs \
- $(use_enable acl) \
- CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
-}
-
-src_test() {
- if tput cup 0 0 >/dev/null || tput cuu1 >/dev/null; then
- # We have a sane terminal that can move the cursor
- emake check
- else
- ewarn "Terminal type \"${TERM}\" is too stupid to run zile"
- ewarn "Running the tests with unset TERM instead"
- ( unset TERM; emake check )
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- # AUTHORS, FAQ, and NEWS are installed by the build system
- dodoc README THANKS
-
- # Zile should never install charset.alias (even on non-glibc arches)
- rm -f "${ED}"/usr/lib/charset.alias
-}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-04-01 14:22 Sergei Trofimovich
0 siblings, 0 replies; 55+ messages in thread
From: Sergei Trofimovich @ 2018-04-01 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 8acdef3341a14788ae1afab5695fd3151f958d2e
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 1 14:21:39 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr 1 14:21:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acdef33
app-editors/zile: stable 2.4.13 for ppc, bug #646084
Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"
app-editors/zile/zile-2.4.13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
index 98fa830eec2..7143e7bbf0f 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-03-28 5:05 Markus Meier
0 siblings, 0 replies; 55+ messages in thread
From: Markus Meier @ 2018-03-28 5:05 UTC (permalink / raw
To: gentoo-commits
commit: dc83b6dd777728d0b45f56ddfbc9ba2c108be10e
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 05:03:21 2018 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 05:03:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc83b6dd
app-editors/zile: arm stable, bug #646084
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
app-editors/zile/zile-2.4.13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
index 3dc64eeaba9..98fa830eec2 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-03-04 17:07 Tobias Klausmann
0 siblings, 0 replies; 55+ messages in thread
From: Tobias Klausmann @ 2018-03-04 17:07 UTC (permalink / raw
To: gentoo-commits
commit: fa973ed7596503b43d1be990cf4a2f29c82d31fb
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 4 16:29:15 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Mar 4 17:07:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa973ed7
app-editors/zile-2.4.13-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/646084
app-editors/zile/zile-2.4.13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
index 2ee7ba44002..3dc64eeaba9 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-02-22 9:05 Agostino Sarubbo
0 siblings, 0 replies; 55+ messages in thread
From: Agostino Sarubbo @ 2018-02-22 9:05 UTC (permalink / raw
To: gentoo-commits
commit: 4af967b7cdd562d8119851541ebfe4a753afa4d2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 09:03:00 2018 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 09:05:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af967b7
app-editors/zile: amd64 stable wrt bug #646084
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
app-editors/zile/zile-2.4.13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
index 9f1ac547e51..2ee7ba44002 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-02-08 22:13 Sergei Trofimovich
0 siblings, 0 replies; 55+ messages in thread
From: Sergei Trofimovich @ 2018-02-08 22:13 UTC (permalink / raw
To: gentoo-commits
commit: 818171096b31f0e6d5b6f5a65b8227b3f6b6bd15
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Feb 8 22:02:19 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 8 22:13:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81817109
app-editors/zile: stable 2.4.13 for sparc, bug #646084
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
app-editors/zile/zile-2.4.13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
index 52a77f4ede3..9f1ac547e51 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-02-08 21:13 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2018-02-08 21:13 UTC (permalink / raw
To: gentoo-commits
commit: bb5c2d4765d595b56004ddd06acd8b671d049aec
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 8 21:13:04 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 8 21:13:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5c2d47
app-editors/zile: Run tests with a sane terminal type.
Closes: https://bugs.gentoo.org/646912
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-editors/zile/zile-2.3.24-r2.ebuild | 11 +++++++++++
app-editors/zile/zile-2.4.13.ebuild | 11 +++++++++++
app-editors/zile/zile-2.4.14.ebuild | 11 +++++++++++
3 files changed, 33 insertions(+)
diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild
index bc74d29787a..f60cd5b9ec3 100644
--- a/app-editors/zile/zile-2.3.24-r2.ebuild
+++ b/app-editors/zile/zile-2.3.24-r2.ebuild
@@ -29,6 +29,17 @@ src_configure() {
CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
}
+src_test() {
+ if tput cup 0 0 >/dev/null || tput cuu1 >/dev/null; then
+ # We have a sane terminal that can move the cursor
+ emake check
+ else
+ ewarn "Terminal type \"${TERM}\" is too stupid to run zile"
+ ewarn "Running the tests with TERM=vt100 instead"
+ TERM=vt100 emake check
+ fi
+}
+
src_install() {
emake DESTDIR="${D}" install
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
index d6136b4f5a1..52a77f4ede3 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -33,6 +33,17 @@ src_configure() {
CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
}
+src_test() {
+ if tput cup 0 0 >/dev/null || tput cuu1 >/dev/null; then
+ # We have a sane terminal that can move the cursor
+ emake check
+ else
+ ewarn "Terminal type \"${TERM}\" is too stupid to run zile"
+ ewarn "Running the tests with unset TERM instead"
+ ( unset TERM; emake check )
+ fi
+}
+
src_install() {
emake DESTDIR="${D}" install
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index 3438a470a0a..6b6774de68e 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -34,6 +34,17 @@ src_configure() {
CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
}
+src_test() {
+ if tput cup 0 0 >/dev/null || tput cuu1 >/dev/null; then
+ # We have a sane terminal that can move the cursor
+ emake check
+ else
+ ewarn "Terminal type \"${TERM}\" is too stupid to run zile"
+ ewarn "Running the tests with unset TERM instead"
+ ( unset TERM; emake check )
+ fi
+}
+
src_install() {
emake DESTDIR="${D}" install
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-02-07 22:27 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2018-02-07 22:27 UTC (permalink / raw
To: gentoo-commits
commit: c646da6efad8ea922cf6f47487c2907fd41cdaa5
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 7 22:11:15 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 7 22:25:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c646da6e
app-editors/zile: Retrieve list of ncurses libs from pkg-config.
Fixes build failure with sys-apps/ncurses[tinfo].
Closes: https://bugs.gentoo.org/646916
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-editors/zile/zile-2.3.24-r2.ebuild | 6 +++++-
app-editors/zile/zile-2.4.13.ebuild | 6 +++++-
app-editors/zile/zile-2.4.14.ebuild | 6 +++++-
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild
index ff2a5d21a82..bc74d29787a 100644
--- a/app-editors/zile/zile-2.3.24-r2.ebuild
+++ b/app-editors/zile/zile-2.3.24-r2.ebuild
@@ -3,6 +3,8 @@
EAPI=6
+inherit toolchain-funcs
+
DESCRIPTION="Zile is a small Emacs clone"
HOMEPAGE="https://www.gnu.org/software/zile/"
SRC_URI="mirror://gnu/zile/${P}.tar.gz"
@@ -14,6 +16,7 @@ IUSE="test valgrind"
RDEPEND="sys-libs/ncurses:0="
DEPEND="${RDEPEND}
+ virtual/pkgconfig
test? ( valgrind? ( dev-util/valgrind ) )"
PATCHES=("${FILESDIR}"/${P}-{userhome,gets}.patch)
@@ -22,7 +25,8 @@ src_configure() {
# --without-emacs to suppress tests for GNU Emacs #630652
econf \
--without-emacs \
- $(use test && use_with valgrind || echo "--without-valgrind")
+ $(use test && use_with valgrind || echo "--without-valgrind") \
+ CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
}
src_install() {
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
index d7578b2406f..d6136b4f5a1 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -3,6 +3,8 @@
EAPI=6
+inherit toolchain-funcs
+
DESCRIPTION="Zile is a small Emacs clone"
HOMEPAGE="https://www.gnu.org/software/zile/"
SRC_URI="mirror://gnu/zile/${P}.tar.gz"
@@ -17,6 +19,7 @@ RDEPEND=">=dev-libs/boehm-gc-7.2:=
acl? ( virtual/acl )"
DEPEND="${RDEPEND}
+ virtual/pkgconfig
test? ( dev-lang/perl )"
QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
@@ -26,7 +29,8 @@ src_configure() {
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--without-emacs \
- $(use_enable acl)
+ $(use_enable acl) \
+ CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
}
src_install() {
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index 3754cfad686..3438a470a0a 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -3,6 +3,8 @@
EAPI=6
+inherit toolchain-funcs
+
DESCRIPTION="Zile is a small Emacs clone"
HOMEPAGE="https://www.gnu.org/software/zile/"
SRC_URI="mirror://gnu/zile/${P}.tar.gz"
@@ -17,6 +19,7 @@ RDEPEND=">=dev-libs/boehm-gc-7.2:=
acl? ( virtual/acl )"
DEPEND="${RDEPEND}
+ virtual/pkgconfig
test? ( dev-lang/perl )"
QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
@@ -27,7 +30,8 @@ src_configure() {
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--without-emacs \
--disable-valgrind-tests \
- $(use_enable acl)
+ $(use_enable acl) \
+ CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
}
src_install() {
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-02-07 6:04 Thomas Deutschmann
0 siblings, 0 replies; 55+ messages in thread
From: Thomas Deutschmann @ 2018-02-07 6:04 UTC (permalink / raw
To: gentoo-commits
commit: 513fac71d2377637484ce4f7fcd565b3b51284b1
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 7 06:04:33 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Feb 7 06:04:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513fac71
app-editors/zile: x86 stable (bug #646084)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-editors/zile/zile-2.4.13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
index 6afde291687..d7578b2406f 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-02-06 20:58 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2018-02-06 20:58 UTC (permalink / raw
To: gentoo-commits
commit: e0b524ed9cd8575ce258ac8db28ce152947ca984
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 20:52:01 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 20:57:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b524ed
app-editors/zile: Disable valgrind tests (because they fail).
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-editors/zile/zile-2.4.14.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index dc81ee11b4d..4d9e14c8baa 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -26,6 +26,7 @@ src_configure() {
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--without-emacs \
+ --disable-valgrind-tests \
$(use_enable acl)
}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-02-06 20:58 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2018-02-06 20:58 UTC (permalink / raw
To: gentoo-commits
commit: 449265da845d704902e7affbcc707f14c6c8fcfe
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 20:47:22 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 20:57:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449265da
app-editors/zile: Suppress running the tests for GNU Emacs.
Closes: https://bugs.gentoo.org/630652
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-editors/zile/zile-2.3.24-r2.ebuild | 7 +++++--
app-editors/zile/zile-2.4.13.ebuild | 2 ++
app-editors/zile/zile-2.4.14.ebuild | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild
index 49d18af5637..0f710c8c197 100644
--- a/app-editors/zile/zile-2.3.24-r2.ebuild
+++ b/app-editors/zile/zile-2.3.24-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,10 @@ DEPEND="${RDEPEND}
PATCHES=("${FILESDIR}"/${P}-{userhome,gets}.patch)
src_configure() {
- econf $(use test && use_with valgrind || echo "--without-valgrind")
+ # --without-emacs to suppress tests for GNU Emacs #630652
+ econf \
+ --without-emacs \
+ $(use test && use_with valgrind || echo "--without-valgrind")
}
src_install() {
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
index 74d312cf2c5..dc81ee11b4d 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -22,8 +22,10 @@ DEPEND="${RDEPEND}
QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
src_configure() {
+ # --without-emacs to suppress tests for GNU Emacs #630652
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
+ --without-emacs \
$(use_enable acl)
}
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index 74d312cf2c5..dc81ee11b4d 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -22,8 +22,10 @@ DEPEND="${RDEPEND}
QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
src_configure() {
+ # --without-emacs to suppress tests for GNU Emacs #630652
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
+ --without-emacs \
$(use_enable acl)
}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-02-06 20:58 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2018-02-06 20:58 UTC (permalink / raw
To: gentoo-commits
commit: 3b7d86c3bb60df15be5e29a44187ed6a943eb2cd
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 20:53:47 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 20:57:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7d86c3
app-editors/zile: Add slot operator dependency for ncurses.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-editors/zile/zile-2.3.24-r2.ebuild | 2 +-
app-editors/zile/zile-2.4.13.ebuild | 2 +-
app-editors/zile/zile-2.4.14.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild
index 0f710c8c197..ff2a5d21a82 100644
--- a/app-editors/zile/zile-2.3.24-r2.ebuild
+++ b/app-editors/zile/zile-2.3.24-r2.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test valgrind"
-RDEPEND="sys-libs/ncurses:0"
+RDEPEND="sys-libs/ncurses:0="
DEPEND="${RDEPEND}
test? ( valgrind? ( dev-util/valgrind ) )"
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
index dc81ee11b4d..6afde291687 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
IUSE="acl test"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
- sys-libs/ncurses:0
+ sys-libs/ncurses:0=
acl? ( virtual/acl )"
DEPEND="${RDEPEND}
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index 4d9e14c8baa..3754cfad686 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
IUSE="acl test"
RDEPEND=">=dev-libs/boehm-gc-7.2:=
- sys-libs/ncurses:0
+ sys-libs/ncurses:0=
acl? ( virtual/acl )"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-01-29 21:23 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2018-01-29 21:23 UTC (permalink / raw
To: gentoo-commits
commit: bddc7c2d2c803f9e621eee1a7bfa5916fbadd204
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 19:30:41 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 21:18:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddc7c2d
app-editors/zile: Version bump.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
app-editors/zile/Manifest | 1 +
app-editors/zile/zile-2.4.14.ebuild | 38 +++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-editors/zile/Manifest b/app-editors/zile/Manifest
index 13c0fa86cd4..c37bb9589d3 100644
--- a/app-editors/zile/Manifest
+++ b/app-editors/zile/Manifest
@@ -1,3 +1,4 @@
DIST zile-2.3.24.tar.gz 953962 BLAKE2B 242f0f9532a536d5ba36664031cf86eba753239c0f6dcd47c086496628a730bdd0a9112dc1ffd26965068f6d66d35d3ad3c92fc2753e129adf9a5923321e2cdf SHA512 8361f42436ae9ca150f09d830096b7a3fb0089d58bffe5ad7538b5ec5cd4e0e50085213e938db1a95e2922db845d1d2f36841a65fe1b9b72f60cd930dd8f09b9
DIST zile-2.4.11.tar.gz 1293707 BLAKE2B 30317856303cd093e767f7c057fab74cddcd49e95d8218b550e343d689914db02c82c5f35c66335e0685df9113dcbef93b4640fcf42438fb600f360b82c4e396 SHA512 dbcbae98d8b9fc7ea71abc8ad0c4248edf1498a731172e800dd4b1fd598597924cc61e24fbfce5eb44dd2b3a0b2aea416c6373843a450e19cc8c98aa83d6ae0e
DIST zile-2.4.13.tar.gz 1296379 BLAKE2B 00dce642e6b452f66fd06e70a7f9e9047abb2c79af7fbc0c9150da37bfda31027c06c43028e22b657ce6a948f2e3e89375a6f5bddfe5222aa69f843cc5fc3ec9 SHA512 ada0eabe6285894ab4c25fa71c3ca6f07f0df2d36ad64f92037cb1b02d7b898dbd64fa47ef96800b7d995a5958ddec525e0d849a427e1f9bf14da944a4c30e88
+DIST zile-2.4.14.tar.gz 1385314 BLAKE2B 43815e87bb037a8de42b00510ce8addd748fe2a639f78e736c7fe6220c972ce600a8db557dd592065bb27e1d35a5d3a42b6a4a8d5d76eefc4274a8ce27b1d9c2 SHA512 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
new file mode 100644
index 00000000000..74d312cf2c5
--- /dev/null
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Zile is a small Emacs clone"
+HOMEPAGE="https://www.gnu.org/software/zile/"
+SRC_URI="mirror://gnu/zile/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="acl test"
+
+RDEPEND=">=dev-libs/boehm-gc-7.2:=
+ sys-libs/ncurses:0
+ acl? ( virtual/acl )"
+
+DEPEND="${RDEPEND}
+ test? ( dev-lang/perl )"
+
+QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
+
+src_configure() {
+ econf \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+ $(use_enable acl)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+
+ # AUTHORS, FAQ, and NEWS are installed by the build system
+ dodoc README THANKS
+
+ # Zile should never install charset.alias (even on non-glibc arches)
+ rm -f "${ED}"/usr/lib/charset.alias
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2018-01-29 21:23 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2018-01-29 21:23 UTC (permalink / raw
To: gentoo-commits
commit: 558c414c8ef6978f14e5bcdd88088d56ee7b2ba2
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 19:26:11 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 21:18:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558c414c
app-editors/zile: Add slot operator dependency for boehm-gc.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
app-editors/zile/zile-2.4.13.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
index a7de10e0675..74d312cf2c5 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
-RDEPEND=">=dev-libs/boehm-gc-7.2
+RDEPEND=">=dev-libs/boehm-gc-7.2:=
sys-libs/ncurses:0
acl? ( virtual/acl )"
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2017-07-01 8:36 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2017-07-01 8:36 UTC (permalink / raw
To: gentoo-commits
commit: 9e3aa0f3e4470acbf013d5048bef5c9230990a98
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 1 08:34:04 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 1 08:35:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3aa0f3
app-editors/zile: Bump ebuild to EAPI 6.
Also add slot dependency on ncurses.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../zile/{zile-2.3.24-r1.ebuild => zile-2.3.24-r2.ebuild} | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/app-editors/zile/zile-2.3.24-r1.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild
similarity index 84%
rename from app-editors/zile/zile-2.3.24-r1.ebuild
rename to app-editors/zile/zile-2.3.24-r2.ebuild
index a826b16dc35..49d18af5637 100644
--- a/app-editors/zile/zile-2.3.24-r1.ebuild
+++ b/app-editors/zile/zile-2.3.24-r2.ebuild
@@ -1,9 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
-
-inherit eutils
+EAPI=6
DESCRIPTION="Zile is a small Emacs clone"
HOMEPAGE="https://www.gnu.org/software/zile/"
@@ -14,14 +12,11 @@ SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test valgrind"
-RDEPEND="sys-libs/ncurses"
+RDEPEND="sys-libs/ncurses:0"
DEPEND="${RDEPEND}
test? ( valgrind? ( dev-util/valgrind ) )"
-src_prepare() {
- epatch "${FILESDIR}/${P}-userhome.patch"
- epatch "${FILESDIR}/${P}-gets.patch"
-}
+PATCHES=("${FILESDIR}"/${P}-{userhome,gets}.patch)
src_configure() {
econf $(use test && use_with valgrind || echo "--without-valgrind")
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2017-07-01 8:36 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2017-07-01 8:36 UTC (permalink / raw
To: gentoo-commits
commit: 2877a158f82d6c58ff83160b7b099ae5f78d8e47
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 1 07:48:40 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 1 08:35:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2877a158
app-editors/zile: Version bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-editors/zile/Manifest | 1 +
app-editors/zile/zile-2.4.13.ebuild | 38 +++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-editors/zile/Manifest b/app-editors/zile/Manifest
index 039675d7d34..f738f84a11e 100644
--- a/app-editors/zile/Manifest
+++ b/app-editors/zile/Manifest
@@ -1,2 +1,3 @@
DIST zile-2.3.24.tar.gz 953962 SHA256 218bb2af414c6a168101656631a5b2da92f20a965895e1006658cc658b0b7e89 SHA512 8361f42436ae9ca150f09d830096b7a3fb0089d58bffe5ad7538b5ec5cd4e0e50085213e938db1a95e2922db845d1d2f36841a65fe1b9b72f60cd930dd8f09b9 WHIRLPOOL 37aae22305abdc2c2b86c8f6b43dcb7621464213ac375ec2fde767d99f79ddba08216c392c5500a71175f30762fe57e786f94305ff03947e413d5291cfafa934
DIST zile-2.4.11.tar.gz 1293707 SHA256 1fd27bbddc61491b1fbb29a345d0d344734aa9e80cfa07b02892eedf831fa9cc SHA512 dbcbae98d8b9fc7ea71abc8ad0c4248edf1498a731172e800dd4b1fd598597924cc61e24fbfce5eb44dd2b3a0b2aea416c6373843a450e19cc8c98aa83d6ae0e WHIRLPOOL c39cafe9b4409580656c29df78e8a4aeb37487b93bb01e357c964866f27207ef2811672967c7da7e2ad9bdfb2d47ea09168c611d89757b000530dbb60d5785d9
+DIST zile-2.4.13.tar.gz 1296379 SHA256 c795f369ea432219c21bf59ffc9322fd5f221217021a8fbaa6f9fed91778ac0e SHA512 ada0eabe6285894ab4c25fa71c3ca6f07f0df2d36ad64f92037cb1b02d7b898dbd64fa47ef96800b7d995a5958ddec525e0d849a427e1f9bf14da944a4c30e88 WHIRLPOOL a23e3a68f7895a15ef19480c2c6f30330f7b4ee719fdc8523fed16e6a387b965ccdca5afb5c17cf4bd63b5c935c53ef2c320f083598bd75bfbf9c9721851cf98
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
new file mode 100644
index 00000000000..a7de10e0675
--- /dev/null
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Zile is a small Emacs clone"
+HOMEPAGE="https://www.gnu.org/software/zile/"
+SRC_URI="mirror://gnu/zile/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="acl test"
+
+RDEPEND=">=dev-libs/boehm-gc-7.2
+ sys-libs/ncurses:0
+ acl? ( virtual/acl )"
+
+DEPEND="${RDEPEND}
+ test? ( dev-lang/perl )"
+
+QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
+
+src_configure() {
+ econf \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+ $(use_enable acl)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+
+ # AUTHORS, FAQ, and NEWS are installed by the build system
+ dodoc README THANKS
+
+ # Zile should never install charset.alias (even on non-glibc arches)
+ rm -f "${ED}"/usr/lib/charset.alias
+}
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2017-01-29 14:38 Fabian Groffen
0 siblings, 0 replies; 55+ messages in thread
From: Fabian Groffen @ 2017-01-29 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 59f6129acd1cca2c38e96c667298a79a546ec5a6
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 14:36:59 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 14:38:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f6129a
app-editors/zile: dropped ~x86-freebsd
Package-Manager: portage-2.3.3
app-editors/zile/zile-2.3.24-r1.ebuild | 4 ++--
app-editors/zile/zile-2.4.11.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-editors/zile/zile-2.3.24-r1.ebuild b/app-editors/zile/zile-2.3.24-r1.ebuild
index c65965c..529cad7 100644
--- a/app-editors/zile/zile-2.3.24-r1.ebuild
+++ b/app-editors/zile/zile-2.3.24-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test valgrind"
RDEPEND="sys-libs/ncurses"
diff --git a/app-editors/zile/zile-2.4.11.ebuild b/app-editors/zile/zile-2.4.11.ebuild
index 4bbaf50..5a4b78f 100644
--- a/app-editors/zile/zile-2.4.11.ebuild
+++ b/app-editors/zile/zile-2.4.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="alpha amd64 arm ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"
RDEPEND=">=dev-libs/boehm-gc-7.2
^ permalink raw reply related [flat|nested] 55+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
@ 2016-02-09 21:37 Ulrich Müller
0 siblings, 0 replies; 55+ messages in thread
From: Ulrich Müller @ 2016-02-09 21:37 UTC (permalink / raw
To: gentoo-commits
commit: f5a113fe2628f47caa89501710803459386a4ea0
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 21:37:09 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 21:37:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a113fe
app-editors/zile: Add proper slot dependency on ncurses.
Package-Manager: portage-2.2.27
app-editors/zile/zile-2.4.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/zile/zile-2.4.11.ebuild b/app-editors/zile/zile-2.4.11.ebuild
index 1972334..4bbaf50 100644
--- a/app-editors/zile/zile-2.4.11.ebuild
+++ b/app-editors/zile/zile-2.4.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86
IUSE="acl test"
RDEPEND=">=dev-libs/boehm-gc-7.2
- sys-libs/ncurses
+ sys-libs/ncurses:0
acl? ( virtual/acl )"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 55+ messages in thread
end of thread, other threads:[~2024-10-29 14:23 UTC | newest]
Thread overview: 55+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-22 8:27 [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2024-10-29 14:23 Andreas K. Hüttel
2024-02-05 20:41 Ulrich Müller
2023-01-01 14:48 David Seifert
2022-06-08 8:31 Yixun Lan
2022-04-14 8:11 Agostino Sarubbo
2022-04-02 7:46 Arthur Zamarin
2022-03-29 7:27 Agostino Sarubbo
2022-03-28 6:53 Agostino Sarubbo
2022-03-28 6:52 Agostino Sarubbo
2022-03-26 16:54 Arthur Zamarin
2022-03-21 9:18 Jakov Smolić
2022-03-19 19:21 Agostino Sarubbo
2022-03-19 7:56 Agostino Sarubbo
2022-03-19 7:53 Agostino Sarubbo
2022-03-18 18:09 Sam James
2022-02-20 9:35 Ulrich Müller
2022-02-14 15:59 Ulrich Müller
2021-02-15 8:44 Ulrich Müller
2021-02-15 1:49 Sam James
2021-02-14 2:10 Sam James
2021-02-07 1:07 Sam James
2021-02-04 14:09 Sam James
2021-02-04 8:12 Agostino Sarubbo
2021-02-04 8:00 Sam James
2021-01-06 13:03 Fabian Groffen
2021-01-02 14:02 Ulrich Müller
2019-09-13 21:24 Ulrich Müller
2019-09-13 18:13 Mikle Kolyada
2019-08-25 16:29 Aaron Bauman
2019-08-23 16:33 Agostino Sarubbo
2019-08-23 12:53 Agostino Sarubbo
2019-08-19 11:37 Agostino Sarubbo
2019-08-19 5:43 Agostino Sarubbo
2019-08-18 10:10 Sergei Trofimovich
2019-08-17 22:55 Ulrich Müller
2018-06-04 19:25 Mart Raudsepp
2018-04-01 15:54 Ulrich Müller
2018-04-01 14:22 Sergei Trofimovich
2018-03-28 5:05 Markus Meier
2018-03-04 17:07 Tobias Klausmann
2018-02-22 9:05 Agostino Sarubbo
2018-02-08 22:13 Sergei Trofimovich
2018-02-08 21:13 Ulrich Müller
2018-02-07 22:27 Ulrich Müller
2018-02-07 6:04 Thomas Deutschmann
2018-02-06 20:58 Ulrich Müller
2018-02-06 20:58 Ulrich Müller
2018-02-06 20:58 Ulrich Müller
2018-01-29 21:23 Ulrich Müller
2018-01-29 21:23 Ulrich Müller
2017-07-01 8:36 Ulrich Müller
2017-07-01 8:36 Ulrich Müller
2017-01-29 14:38 Fabian Groffen
2016-02-09 21:37 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox