public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/swig/
Date: Sun, 30 Jun 2019 07:46:01 +0000 (UTC)	[thread overview]
Message-ID: <1561880736.70c6374ad5cb41fc8cff222cec6a03e456bb22e1.amynka@gentoo> (raw)

commit:     70c6374ad5cb41fc8cff222cec6a03e456bb22e1
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 07:42:32 2019 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 07:45:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c6374a

dev-lang/swig: version bump 4.0.0

Closes: https://bugs.gentoo.org/687958
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-lang/swig/Manifest          |  1 +
 dev-lang/swig/swig-4.0.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-lang/swig/Manifest b/dev-lang/swig/Manifest
index 3aa8278035b..a4b11b15496 100644
--- a/dev-lang/swig/Manifest
+++ b/dev-lang/swig/Manifest
@@ -1,3 +1,4 @@
 DIST swig-2.0.12.tar.gz 5312394 BLAKE2B 1866f293f4156fd6373e8c30811bea9a54d75adde70408f2adeebdf103a6519eff9c9b9d06984b6c390f2c5447fd38e9280cf52ee3dbedda9c693f7e6b1ed914 SHA512 7969cd8ce309ca46316fa4851b5cdd72122cb075cde8c17d74ee97969cd9555eff0d995f60bf17ff4090c83f66f6c66df2c61d9c06e2e30a2b36a4b8204c5890
 DIST swig-2.0.9.tar.gz 5307341 BLAKE2B b6367bfd1e66f6622205164d61659e10fc893c6165573c3ef5cbceb479f1f26249bb4f8e8d825e8a1f66356ceb697eac9ad15ba7cb91b969a177b954c9a82801 SHA512 9967eb2e1733c11ceb813bfa18c8c4187ba527d45de9b2ad962f287afba9cb0e1432b921670c5fe07ed31decc2e2785a16f42f69148a4e8a1959a9b66ce2e91f
 DIST swig-3.0.12.tar.gz 8149820 BLAKE2B 05ce913dedbbde26592619e0edc65050cb31a517f309c1188252cb8c276147cb28ebf4d8534c31b75c4ed8be5d42223b432a7318bf8eb5b2d4d528e5ff9a781b SHA512 5eaa2e06d8e4197fd02194051db1e518325dbb074a4c55a91099ad9c55193874f577764afc9029409a41bd520a95154095f26e33ef5add5c102bb2c1d98d33eb
+DIST swig-4.0.0.tar.gz 8052518 BLAKE2B a34eb17d795ba5b34ea7362f8f07d6a6e82fd4394a0159fcf608ffb27580f37fc722c4907f1fd6fa3322663662f8e11fecbcb2bc7b90405834ef35d6218d65c7 SHA512 c897b87fb8b21caf8d1bee2c39cb9675a3b0ee047110e808c310a2787f8b89585738726e9f517c64e9d2f1b8311136365c569528f399b444b1081f69689b7165

diff --git a/dev-lang/swig/swig-4.0.0.ebuild b/dev-lang/swig/swig-4.0.0.ebuild
new file mode 100644
index 00000000000..c8890ea1117
--- /dev/null
+++ b/dev-lang/swig/swig-4.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Simplified Wrapper and Interface Generator"
+HOMEPAGE="http://www.swig.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+ BSD BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="ccache doc pcre"
+RESTRICT="test"
+
+DEPEND="pcre? ( dev-libs/libpcre )
+	ccache? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}"
+
+DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO )
+
+src_configure() {
+	econf \
+		$(use_enable ccache) \
+		$(use_with pcre)
+}
+
+src_install() {
+	default
+
+	if use doc; then
+		docinto html
+		dodoc -r Doc/{Devel,Manual}
+	fi
+}


             reply	other threads:[~2019-06-30  7:46 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-30  7:46 Amy Liffey [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14 21:55 [gentoo-commits] repo/gentoo:master commit in: dev-lang/swig/ Jay Faulkner
2024-09-23 10:59 Sam James
2024-09-22 14:02 Sam James
2024-09-22 14:02 Sam James
2024-09-22 13:59 Sam James
2024-08-09  8:50 Jakov Smolić
2024-07-02  3:56 Ionen Wolkens
2024-06-08  5:18 Arthur Zamarin
2024-06-07 15:38 Arthur Zamarin
2024-05-28 13:19 Sam James
2024-02-27 22:06 Sam James
2024-01-02  7:56 Sam James
2023-06-10 21:34 Sam James
2023-06-10 21:34 Sam James
2023-06-10 21:34 Sam James
2023-06-10 21:33 Sam James
2023-01-30 16:31 Arthur Zamarin
2023-01-28 21:49 Jakov Smolić
2023-01-28  1:33 Sam James
2023-01-28  1:33 Sam James
2023-01-28  0:55 Sam James
2023-01-13 14:53 Sam James
2022-11-30 23:53 Sam James
2022-11-30 23:53 Sam James
2022-11-02  0:47 Sam James
2022-10-25 10:44 Sam James
2022-07-10  7:53 Sam James
2022-07-06  8:24 David Seifert
2021-08-16 20:35 James Le Cuirot
2021-06-18 21:07 David Seifert
2020-12-27 14:08 Fabian Groffen
2020-10-10 13:43 Sergei Trofimovich
2020-10-07  7:09 Agostino Sarubbo
2020-10-07  6:54 Agostino Sarubbo
2020-10-07  6:53 Agostino Sarubbo
2020-10-07  6:50 Agostino Sarubbo
2020-10-07  6:42 Agostino Sarubbo
2020-10-06 13:17 Sam James
2020-10-06  4:51 Sam James
2020-09-05  2:35 Sam James
2020-09-03 14:29 Thomas Deutschmann
2020-09-01  3:02 Sam James
2020-09-01  3:02 Sam James
2020-09-01  3:02 Sam James
2020-08-30 17:37 Dennis Lamm
2020-05-22  0:02 Mike Frysinger
2019-12-14 22:16 David Seifert
2019-06-30  7:46 Amy Liffey
2019-06-14  1:26 Göktürk Yüksek
2019-06-06 10:04 Michael Haubenwallner
2018-06-30 13:32 David Seifert
2018-05-04 13:57 Mart Raudsepp
2018-03-10 12:23 Pacho Ramos
2018-01-21  0:41 Andreas Hüttel
2017-06-10 15:10 Agostino Sarubbo
2017-05-05 19:10 Markus Meier
2017-04-29 12:14 Jeroen Roovers
2017-04-22  7:33 Tobias Klausmann
2017-02-02 14:11 Tim Harder
2017-01-20 23:42 Tim Harder
2016-12-19 11:43 Aaron Bauman
2016-11-02 18:08 Markus Meier
2016-10-03 12:15 Tobias Klausmann
2016-10-02 10:10 Jeroen Roovers
2016-10-02  6:00 Jeroen Roovers
2016-06-19  4:23 Tim Harder
2016-06-19  4:23 Tim Harder
2016-01-11  4:20 Tim Harder
2015-08-25  4:31 Tim Harder

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=1561880736.70c6374ad5cb41fc8cff222cec6a03e456bb22e1.amynka@gentoo \
    --to=amynka@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