From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/swig/
Date: Tue, 25 Aug 2015 04:31:23 +0000 (UTC) [thread overview]
Message-ID: <1440476998.c28fa1d504d7f95fcbccb1f29882d9c8950b50d3.radhermit@gentoo> (raw)
commit: c28fa1d504d7f95fcbccb1f29882d9c8950b50d3
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 04:06:56 2015 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 04:29:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28fa1d5
dev-lang/swig: version bump
dev-lang/swig/Manifest | 1 +
dev-lang/swig/swig-3.0.7.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-lang/swig/Manifest b/dev-lang/swig/Manifest
index 4738421..f404333 100644
--- a/dev-lang/swig/Manifest
+++ b/dev-lang/swig/Manifest
@@ -5,3 +5,4 @@ DIST swig-3.0.2.tar.gz 5690863 SHA256 a2669657cabcedc371f63c0457407a183e0b6b2ef4
DIST swig-3.0.4.tar.gz 5720119 SHA256 410ffa80ef5535244b500933d70c1b65206333b546ca5a6c89373afb65413795 SHA512 22e24dde95c81d586176d9135d62fec70fd6dbf785641e001ab89ba4d64ea1018a9b1abf7b9c52149613732701c6fb30336fbf8b5d0e2c9af1c84de83ca24c03 WHIRLPOOL f5af725c2345529ad355d5fb30b345569d75e648e4a3fb2932a06ee93aca58406408eb9492107c03c6f5f5c6520468343ecd087b14d6f9b36b1eccfba0c78f42
DIST swig-3.0.5.tar.gz 5873209 SHA256 9f4cb9e8f213f041853646f58fe5e8428d63250d05f5c943b6fa759c77322a3c SHA512 1cd9eaea1443d08ac0f9a80f9cb3d60121e888e30c9f00aaaf285d6afe8a5494a3be017a38092b879d332305911c177202cfccd2570cb61eb40554fcc573fd01 WHIRLPOOL 49dc145dbd24bbe0dd9d5baa82ab8e1b79b0cec14035038d22fd506010ce5185731876a157c811d2087f35360ce04aafed8c7beff7f7feaf246f964891395ea9
DIST swig-3.0.6.tar.gz 5911929 SHA256 c67f63ea11956106e4cda66416d5020330dc4ce2ee45057d39a9494ce33eca05 SHA512 b640ca98a668973b33e5079bfdd01dd722c136ee077fcb2990b82878409cb5ebf3ffb78baee8427f44ca1eb01f55f21b2a01c9e1f34986cd134609b4eb208610 WHIRLPOOL 2086565968909e1d4800e4413a761944d6ddd158a34ba77ae7438c456c4b685f4727fa5f4678bd75cd5093f157f7317bc5cee6ca9ff331394b53e3e9c49649ea
+DIST swig-3.0.7.tar.gz 5923046 SHA256 06dc8816a225667ce1eee545af3caf87e1bbaa379c32838d4cea53152514348d SHA512 5f6596df66ef2788180623ee856247efbe404eb5c855f05e1e6a40081771b2bb8c709aad8597839250186c1ee9ae42d0fca3ffcecc9669bcf9a55c81f2c9ba38 WHIRLPOOL cfd0aecba88e060c6b03ae89d654a7590abd107e2aedd4055bd7697da5ba48b3fd879f9f4d20c9633dc23614e3480b0e87e9be305200021aef98b2ab9dd60f6c
diff --git a/dev-lang/swig/swig-3.0.7.ebuild b/dev-lang/swig/swig-3.0.7.ebuild
new file mode 100644
index 0000000..6d1b954
--- /dev/null
+++ b/dev-lang/swig/swig-3.0.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~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
+ dohtml -r Doc/{Devel,Manual}
+ fi
+}
next reply other threads:[~2015-08-25 4:31 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-25 4:31 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-11 4:20 [gentoo-commits] repo/gentoo:master commit in: dev-lang/swig/ Tim Harder
2016-06-19 4:23 Tim Harder
2016-06-19 4:23 Tim Harder
2016-10-02 6:00 Jeroen Roovers
2016-10-02 10:10 Jeroen Roovers
2016-10-03 12:15 Tobias Klausmann
2016-11-02 18:08 Markus Meier
2016-12-19 11:43 Aaron Bauman
2017-01-20 23:42 Tim Harder
2017-02-02 14:11 Tim Harder
2017-04-22 7:33 Tobias Klausmann
2017-04-29 12:14 Jeroen Roovers
2017-05-05 19:10 Markus Meier
2017-06-10 15:10 Agostino Sarubbo
2018-01-21 0:41 Andreas Hüttel
2018-03-10 12:23 Pacho Ramos
2018-05-04 13:57 Mart Raudsepp
2018-06-30 13:32 David Seifert
2019-06-06 10:04 Michael Haubenwallner
2019-06-14 1:26 Göktürk Yüksek
2019-06-30 7:46 Amy Liffey
2019-06-30 7:46 Amy Liffey
2019-12-14 22:16 David Seifert
2020-05-22 0:02 Mike Frysinger
2020-08-30 17:37 Dennis Lamm
2020-09-01 3:02 Sam James
2020-09-01 3:02 Sam James
2020-09-01 3:02 Sam James
2020-09-03 14:29 Thomas Deutschmann
2020-09-05 2:35 Sam James
2020-10-06 4:51 Sam James
2020-10-06 13:17 Sam James
2020-10-07 6:42 Agostino Sarubbo
2020-10-07 6:50 Agostino Sarubbo
2020-10-07 6:53 Agostino Sarubbo
2020-10-07 6:54 Agostino Sarubbo
2020-10-07 7:09 Agostino Sarubbo
2020-10-10 13:43 Sergei Trofimovich
2020-12-27 14:08 Fabian Groffen
2021-06-18 21:07 David Seifert
2021-08-16 20:35 James Le Cuirot
2022-07-06 8:24 David Seifert
2022-07-10 7:53 Sam James
2022-10-25 10:44 Sam James
2022-11-02 0:47 Sam James
2022-11-30 23:53 Sam James
2022-11-30 23:53 Sam James
2023-01-13 14:53 Sam James
2023-01-28 0:55 Sam James
2023-01-28 1:33 Sam James
2023-01-28 1:33 Sam James
2023-01-28 21:49 Jakov Smolić
2023-01-30 16:31 Arthur Zamarin
2023-06-10 21:33 Sam James
2023-06-10 21:34 Sam James
2023-06-10 21:34 Sam James
2023-06-10 21:34 Sam James
2024-01-02 7:56 Sam James
2024-02-27 22:06 Sam James
2024-05-28 13:19 Sam James
2024-06-07 15:38 Arthur Zamarin
2024-06-08 5:18 Arthur Zamarin
2024-07-02 3:56 Ionen Wolkens
2024-08-09 8:50 Jakov Smolić
2024-09-22 13:59 Sam James
2024-09-22 14:02 Sam James
2024-09-22 14:02 Sam James
2024-09-23 10:59 Sam James
2025-03-14 21:55 Jay Faulkner
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=1440476998.c28fa1d504d7f95fcbccb1f29882d9c8950b50d3.radhermit@gentoo \
--to=radhermit@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