public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nsgenbind/
Date: Wed,  4 Dec 2019 14:49:02 +0000 (UTC)	[thread overview]
Message-ID: <1575470914.e36d240bda890cd75ffabc4b977d1aec00326676.juippis@gentoo> (raw)

commit:     e36d240bda890cd75ffabc4b977d1aec00326676
Author:     Philipp Ammann <philipp.ammann <AT> posteo <DOT> de>
AuthorDate: Tue Dec  3 20:04:13 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 14:48:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36d240b

dev-libs/nsgenbind: bump to version 0.7

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Philipp Ammann <philipp.ammann <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/13232
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/nsgenbind/Manifest             |  1 +
 dev-libs/nsgenbind/nsgenbind-0.7.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/nsgenbind/Manifest b/dev-libs/nsgenbind/Manifest
index cc7b56f0903..a883a244482 100644
--- a/dev-libs/nsgenbind/Manifest
+++ b/dev-libs/nsgenbind/Manifest
@@ -1 +1,2 @@
 DIST nsgenbind-0.6-src.tar.gz 106862 BLAKE2B 9b40ae6298921736f7d876ae664207eb71102adbe44f4072ea46b08b63cb5cf608df4c96f3ade1c8cca964d8d8b32d68aad25431f6fd455eb8392d8313faa9e9 SHA512 3083b48e48fcf8c7f32b09d040998470d5917469e020c4ccbfb8ffdb7d1252fd27dd02f590f5a2485c6984cdbc005ea87adf0db45077aee0a91f68037c542ffb
+DIST nsgenbind-0.7-src.tar.gz 117110 BLAKE2B 9695a88f058aaf885853c1de62746d19219ad198508dadf8e6ffa602721c3eb4338a4d8f5a65b2c14434796f9f024e093e5a0975c745eb5462c81594bc70d92f SHA512 b96b10bc39b3db13f44802b0c70f0a8b197d4ee714a98f571ba4019bd9efb6460fb2cd6d22a7fd3c8a5cb25dcd85211122a45b02e17ee0f52bac1db0cf06b482

diff --git a/dev-libs/nsgenbind/nsgenbind-0.7.ebuild b/dev-libs/nsgenbind/nsgenbind-0.7.ebuild
new file mode 100644
index 00000000000..e85a58a5c92
--- /dev/null
+++ b/dev-libs/nsgenbind/nsgenbind-0.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="generate javascript to dom bindings from w3c webidl files"
+HOMEPAGE="http://www.netsurf-browser.org/"
+SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+IUSE=""
+
+DEPEND="
+	dev-util/netsurf-buildsystem
+	virtual/yacc"
+
+_emake() {
+	source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
+	netsurf_define_makeconf
+	emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=binary $@
+}
+
+src_compile() {
+	_emake
+}
+
+src_install() {
+	_emake DESTDIR="${ED}" install
+}


             reply	other threads:[~2019-12-04 14:49 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-04 14:49 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-04 19:11 [gentoo-commits] repo/gentoo:master commit in: dev-libs/nsgenbind/ Jakov Smolić
2024-01-19  9:31 Michael Orlitzky
2024-01-19  9:31 Michael Orlitzky
2024-01-19  9:31 Michael Orlitzky
2023-08-14 21:15 Michael Orlitzky
2022-03-22 18:43 Jakov Smolić
2021-11-10 17:56 Jakov Smolić
2021-03-30 17:38 Sam James
2021-03-21  8:24 Joonas Niilola
2020-08-15 12:03 Michael Orlitzky
2020-06-17 13:38 Michael Orlitzky
2019-07-05 19:05 Virgil Dupras
2019-02-17 17:46 Sergei Trofimovich
2018-11-13 18:13 Virgil Dupras
2018-10-21 20:54 Virgil Dupras
2017-12-18 15:11 Michael Weber
2017-02-05 12:18 Michael Weber
2017-01-24  1:16 Michael Weber
2016-07-25 17:45 Chí-Thanh Christopher Nguyễn
2016-03-02 22:53 Michael Weber

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=1575470914.e36d240bda890cd75ffabc4b977d1aec00326676.juippis@gentoo \
    --to=juippis@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