From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/teckit/
Date: Tue, 27 Sep 2016 16:02:19 +0000 (UTC) [thread overview]
Message-ID: <1474991918.da0c580bad3991c3f96cc75ac755002e5b228201.aballier@gentoo> (raw)
commit: da0c580bad3991c3f96cc75ac755002e5b228201
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 15:58:23 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 15:58:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0c580b
app-text/teckit: bump to 2.5.6
Package-Manager: portage-2.3.1
app-text/teckit/Manifest | 1 +
app-text/teckit/teckit-2.5.6.ebuild | 38 +++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-text/teckit/Manifest b/app-text/teckit/Manifest
index ac2e338..20dfcd4 100644
--- a/app-text/teckit/Manifest
+++ b/app-text/teckit/Manifest
@@ -1,2 +1,3 @@
DIST TECkit_2.5.3.tar.gz 2417611 SHA256 c048f1bdcfe3d361574818ca693e15295ece124f66db651f96c50379ae353e0c SHA512 7d2d315a38fa8df82a6180bfcd4737f5b9c664ff27d723c9dfd51902e0aa195d1eba4b49665cd22a2bbf28a9626b3569cb8aceb74b6f390c12c108a748a2e49e WHIRLPOOL 72046c709c1a2a12c52511669c4d0a3bca3800086041fa3cc15fb9d35274ea670bc4f1de19c574982fcea4aeff1824863dd57d96de010b36ca4d80fed8a599cc
DIST TECkit_2_5_1.tar.gz 2630207 SHA256 59a01952684c4599a7f30b4f0deedcb6276f04fce73ac6fcbcbd55c4e2e6513a SHA512 db38ead681a5f3005769bf86bd39e3e769836885f672aea593284f0ad90932827697c30244944097ac4173633e6d0daa86e993136f179c4634440384811b418c WHIRLPOOL 2967688f1d78b3c1f2c42a72c12bf7c8c612d182a232432d2083e4e1b05d2bd92115fe28e8bc29596414c7e81da7fc48277666141e39f217d7cb9ea09a46c5c2
+DIST teckit-2.5.6.tar.gz 2500800 SHA256 a27bcee822111efe56ee0c9047d6ed5d8cb1b5005c372517c42c4a7552884105 SHA512 d3462dbf22658de85fd718c43229259c460730d907226435195742f1ab65accc4ec83f7b6cb32a0e99fa12ddb7f2b7b5f2598c8853636aa5b31c8592ed9b4745 WHIRLPOOL 796d19d557e94871017b41978ebbecdb5f80cd6cafc15a6a395c56db76709c6bb64ee6536cf0ce29cda29bb92050faa765e437de9d362106d312ed66dfb7b1c6
diff --git a/app-text/teckit/teckit-2.5.6.ebuild b/app-text/teckit/teckit-2.5.6.ebuild
new file mode 100644
index 00000000..837a4b5
--- /dev/null
+++ b/app-text/teckit/teckit-2.5.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION="Text Encoding Conversion toolkit"
+HOMEPAGE="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=TECkit"
+SRC_URI="https://github.com/silnrsi/teckit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( CPL-0.5 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/zlib
+ dev-libs/expat"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ epatch "${FILESDIR}/${PN}-2.5.1-mixcflagscxxflags.patch"
+ rm -f configure
+ sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS README NEWS
+}
+
+src_test() {
+ cd "${S}/test"
+ chmod +x dotests.pl
+ ./dotests.pl || die "tests failed"
+}
next reply other threads:[~2016-09-27 16:02 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-27 16:02 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-29 15:31 [gentoo-commits] repo/gentoo:master commit in: app-text/teckit/ Alexis Ballier
2016-12-29 15:31 Alexis Ballier
2017-01-21 21:41 Agostino Sarubbo
2017-01-21 21:53 Agostino Sarubbo
2017-01-22 8:18 Tobias Klausmann
2017-01-22 15:25 Agostino Sarubbo
2017-02-17 8:17 Michael Weber
2017-03-29 10:23 Michael Weber
2017-06-17 19:15 Sergei Trofimovich
2018-06-28 14:37 Mikle Kolyada
2021-01-06 13:46 Fabian Groffen
2021-01-12 12:51 Sam James
2021-01-12 15:22 Sam James
2021-01-17 6:56 Sam James
2021-02-11 7:54 Sam James
2021-02-11 7:55 Sam James
2021-02-11 8:14 Sam James
2021-02-12 9:57 Sam James
2021-02-12 13:48 Sam James
2021-02-13 17:57 Sam James
2021-02-15 0:38 Sam James
2021-02-15 10:49 Sam James
2021-02-23 18:13 Sergei Trofimovich
2021-07-12 23:53 Marek Szuba
2022-05-17 14:07 WANG Xuerui
2024-11-22 14:32 Florian Schmaus
2025-03-08 11:57 Arthur Zamarin
2025-03-08 13:08 Arthur Zamarin
2025-03-08 13:16 Arthur Zamarin
2025-03-08 13:34 Arthur Zamarin
2025-03-08 14:51 Jakov Smolić
2025-03-08 14:51 Jakov Smolić
2025-03-08 16:42 Arthur Zamarin
2025-03-24 3:31 Sam James
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=1474991918.da0c580bad3991c3f96cc75ac755002e5b228201.aballier@gentoo \
--to=aballier@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