public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
Date: Mon, 14 Jan 2019 00:04:56 +0000 (UTC)	[thread overview]
Message-ID: <1547424293.c03057f4e7641edfdb493ffcae3c451ab153a77d.jer@gentoo> (raw)

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/*
+}


             reply	other threads:[~2019-01-14  0:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-14  0:04 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-20 22:11 [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/ 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 11:25 Jeroen Roovers
2019-01-27 10:15 Pacho Ramos
2019-01-14  0:04 Jeroen Roovers
2017-02-17 20:18 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1547424293.c03057f4e7641edfdb493ffcae3c451ab153a77d.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox