* [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
@ 2017-02-17 20:18 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2017-02-17 20:18 UTC (permalink / raw
To: gentoo-commits
commit: c8b5830af571e6ca98629a2874be56923e876444
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Fri Feb 17 14:55:23 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 20:17:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b5830a
app-editors/wily: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996
app-editors/wily/wily-1.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/wily/wily-1.0-r1.ebuild b/app-editors/wily/wily-1.0-r1.ebuild
index 02ba6baad2..8df1ee4dfd 100644
--- a/app-editors/wily/wily-1.0-r1.ebuild
+++ b/app-editors/wily/wily-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ inherit toolchain-funcs
MY_P="${P/1.0/9libs}"
-DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor for programmers"
+DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor"
HOMEPAGE="http://www.netlib.org/research/9libs/"
SRC_URI="ftp://www.netlib.org/research/9libs/${MY_P}.tar.gz"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
@ 2019-01-14 0:04 Jeroen Roovers
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers @ 2019-01-14 0:04 UTC (permalink / raw
To: gentoo-commits
commit: f4749db9b4e92a65d442c27590f56dd8fb5a499a
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 13 22:46:02 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Jan 14 00:04:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4749db9
app-editors/wily: Fix HOMEPAGE, SRC_URI
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
app-editors/wily/wily-1.0-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-editors/wily/wily-1.0-r1.ebuild b/app-editors/wily/wily-1.0-r1.ebuild
index f9093824c53..cb3089155b1 100644
--- a/app-editors/wily/wily-1.0-r1.ebuild
+++ b/app-editors/wily/wily-1.0-r1.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=0
@@ -8,8 +8,8 @@ inherit toolchain-funcs
MY_P="${P/1.0/9libs}"
DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor"
-HOMEPAGE="http://www.netlib.org/research/9libs/"
-SRC_URI="ftp://www.netlib.org/research/9libs/${MY_P}.tar.gz"
+HOMEPAGE="https://www.netlib.org/research/9libs/"
+SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
@ 2019-01-14 0:04 Jeroen Roovers
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers @ 2019-01-14 0:04 UTC (permalink / raw
To: gentoo-commits
commit: c03057f4e7641edfdb493ffcae3c451ab153a77d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 14 00:04:20 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Jan 14 00:04:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03057f4
app-editors/wily: EAPI=7
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
app-editors/wily/wily-1.0-r2.ebuild | 41 +++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild
new file mode 100644
index 00000000000..0266f79b98e
--- /dev/null
+++ b/app-editors/wily/wily-1.0-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit multilib toolchain-funcs
+
+MY_P="${P/1.0/9libs}"
+
+DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor"
+HOMEPAGE="https://www.netlib.org/research/9libs/"
+SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="
+ dev-libs/9libs[X]
+"
+RDEPEND="
+ ${DEPEND}
+"
+DOCS=(
+ README
+)
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+ tc-export CC
+
+ mhw_cv_mod_9libs_lib_path=/usr/$(get_libdir) \
+ mhw_cv_mod_9libs_inc_path=/usr/include/9libs \
+ econf
+}
+
+src_install() {
+ default
+
+ insinto /usr/share/${PN}
+ doins "${S}"/misc/*
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
@ 2019-01-27 10:15 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2019-01-27 10:15 UTC (permalink / raw
To: gentoo-commits
commit: f5adab7d4702f7380f5544267a118eda60195e36
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 09:34:28 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 10:15:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5adab7d
app-editors/wily: Also works in amd64
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-editors/wily/wily-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild
index 0266f79b98e..5bd0cabf39d 100644
--- a/app-editors/wily/wily-1.0-r2.ebuild
+++ b/app-editors/wily/wily-1.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
DEPEND="
dev-libs/9libs[X]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
@ 2019-01-27 11:25 Jeroen Roovers
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers @ 2019-01-27 11:25 UTC (permalink / raw
To: gentoo-commits
commit: 7961eaa75767c23a61c0e66c44671428a02eaae7
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 11:25:29 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 11:25:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7961eaa7
app-editors/wily: Drop USE dependency for dev-libs/9libs[X]
Fixes: https://bugs.gentoo.org/675418
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
app-editors/wily/wily-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild
index 5bd0cabf39d..2b2d12f280d 100644
--- a/app-editors/wily/wily-1.0-r2.ebuild
+++ b/app-editors/wily/wily-1.0-r2.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
- dev-libs/9libs[X]
+ dev-libs/9libs
"
RDEPEND="
${DEPEND}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
@ 2019-04-19 3:08 Aaron Bauman
0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2019-04-19 3:08 UTC (permalink / raw
To: gentoo-commits
commit: aa2a2ed74a3f5d1c3882ade2a24585c4c6e8e1a0
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 03:06:52 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 03:06:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2a2ed7
app-editors/wily: amd64 stable wrt bug #679242
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
app-editors/wily/wily-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild
index 2b2d12f280d..18430e835c6 100644
--- a/app-editors/wily/wily-1.0-r2.ebuild
+++ b/app-editors/wily/wily-1.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND="
dev-libs/9libs
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
@ 2019-06-04 20:58 Thomas Deutschmann
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2019-06-04 20:58 UTC (permalink / raw
To: gentoo-commits
commit: d1efaee68331dcf9b2d7436e583ba235ccf690e0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 20:44:36 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jun 4 20:58:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1efaee6
app-editors/wily: x86 stable (bug #679242)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-editors/wily/wily-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild
index 18430e835c6..15660cf2033 100644
--- a/app-editors/wily/wily-1.0-r2.ebuild
+++ b/app-editors/wily/wily-1.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="
dev-libs/9libs
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
@ 2019-06-04 22:00 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2019-06-04 22:00 UTC (permalink / raw
To: gentoo-commits
commit: da7ec5f42b0690791b16e085dfd6e039bd483009
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 21:58:23 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 4 21:58:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7ec5f4
app-editors/wily: Drop 1.0-r1
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/wily/wily-1.0-r1.ebuild | 38 -------------------------------------
1 file changed, 38 deletions(-)
diff --git a/app-editors/wily/wily-1.0-r1.ebuild b/app-editors/wily/wily-1.0-r1.ebuild
deleted file mode 100644
index cb3089155b1..00000000000
--- a/app-editors/wily/wily-1.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-MY_P="${P/1.0/9libs}"
-
-DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor"
-HOMEPAGE="https://www.netlib.org/research/9libs/"
-SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="dev-libs/9libs
- >=x11-libs/libX11-1.0.0
- >=x11-libs/libXt-1.0.0
- >=x11-libs/libICE-1.0.0
- >=x11-libs/libSM-1.0.0"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- export CC="$(tc-getCC)"
- econf --includedir="/usr/include/9libs" || die "configure failed."
- emake || die "make failed."
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed."
- dodoc README
- insinto /usr/share/${PN}
- doins "${S}"/misc/*
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
@ 2019-08-28 10:10 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2019-08-28 10:10 UTC (permalink / raw
To: gentoo-commits
commit: ccd6b825324560f0bd12bf066bb1da8375de7296
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 10:10:07 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 10:10:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd6b825
app-editors/wily: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-editors/wily/wily-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild
index 15660cf2033..eafceb60d92 100644
--- a/app-editors/wily/wily-1.0-r2.ebuild
+++ b/app-editors/wily/wily-1.0-r2.ebuild
@@ -8,7 +8,7 @@ MY_P="${P/1.0/9libs}"
DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor"
HOMEPAGE="https://www.netlib.org/research/9libs/"
-SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
+SRC_URI="https://www.netlib.org/research/9libs/${MY_P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
@ 2021-10-29 13:31 Yixun Lan
0 siblings, 0 replies; 11+ messages in thread
From: Yixun Lan @ 2021-10-29 13:31 UTC (permalink / raw
To: gentoo-commits
commit: ca3a2601bbd4b1053942b7ee18aee230b4089cf4
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Wed Oct 27 19:19:27 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 13:29:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3a2601
app-editors/wily: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-editors/wily/wily-1.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild
index eafceb60d92..6ab975827e2 100644
--- a/app-editors/wily/wily-1.0-r2.ebuild
+++ b/app-editors/wily/wily-1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://www.netlib.org/research/9libs/${MY_P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
DEPEND="
dev-libs/9libs
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
@ 2022-02-20 22:11 Jonas Stein
0 siblings, 0 replies; 11+ messages in thread
From: Jonas Stein @ 2022-02-20 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 93c1d8d8efdeacdda8a48a4e2305982de23b01e7
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 22:10:38 2022 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 22:10:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c1d8d8
app-editors/wily: drop unused eclass: multilib
drop unused eclass: multilib
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
app-editors/wily/wily-1.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild
index 6ab975827e2e..b2ee14fbcb16 100644
--- a/app-editors/wily/wily-1.0-r2.ebuild
+++ b/app-editors/wily/wily-1.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit multilib toolchain-funcs
+inherit toolchain-funcs
MY_P="${P/1.0/9libs}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2022-02-20 22:11 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-27 11:25 [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2022-02-20 22:11 Jonas Stein
2021-10-29 13:31 Yixun Lan
2019-08-28 10:10 David Seifert
2019-06-04 22:00 Andreas Sturmlechner
2019-06-04 20:58 Thomas Deutschmann
2019-04-19 3:08 Aaron Bauman
2019-01-27 10:15 Pacho Ramos
2019-01-14 0:04 Jeroen Roovers
2019-01-14 0:04 Jeroen Roovers
2017-02-17 20:18 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox