public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sablotron/
Date: Mon, 10 Apr 2017 19:55:48 +0000 (UTC)	[thread overview]
Message-ID: <1491854141.df1e8831e12258beaaa9d5910ca6ba25f113e62a.dilfridge@gentoo> (raw)

commit:     df1e8831e12258beaaa9d5910ca6ba25f113e62a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 19:55:31 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 19:55:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1e8831

app-text/sablotron: EAPI bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/sablotron/sablotron-1.0.3-r1.ebuild | 44 ++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/app-text/sablotron/sablotron-1.0.3-r1.ebuild b/app-text/sablotron/sablotron-1.0.3-r1.ebuild
new file mode 100644
index 00000000000..4bceeb87bd1
--- /dev/null
+++ b/app-text/sablotron/sablotron-1.0.3-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MY_PN="Sablot"
+MY_P="${MY_PN}-${PV}"
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="An XSLT Parser in C++"
+HOMEPAGE="http://www.gingerall.org/sablotron.html"
+SRC_URI="http://download-1.gingerall.cz/download/sablot/${MY_P}.tar.gz"
+
+# Sablotron can optionally be built under GPL, using MPL for now
+LICENSE="MPL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="perl"
+
+RDEPEND=">=dev-libs/expat-1.95.6-r1"
+DEPEND="${RDEPEND}
+	>=dev-perl/XML-Parser-2.3"
+
+PATCHES=( "${FILESDIR}/1.0.3-libsablot-expat.patch" )
+
+src_prepare() {
+	default
+	sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
+	eautoreconf
+	elibtoolize
+}
+
+src_configure() {
+	econf \
+		$(use_enable perl perlconnect) \
+		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc README README_JS RELEASE src/TODO
+}


             reply	other threads:[~2017-04-10 19:56 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-10 19:55 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-02 13:27 [gentoo-commits] repo/gentoo:master commit in: app-text/sablotron/ Petr Vaněk
2024-11-25 21:49 Sam James
2024-11-23 14:32 Michał Górny
2024-11-23 14:32 Michał Górny
2024-11-23 12:24 Arthur Zamarin
2024-11-23 12:10 Sam James
2024-11-23 12:09 Sam James
2021-03-16 19:23 Sam James
2021-01-07 20:15 Sam James
2021-01-07 10:43 Sam James
2021-01-04 19:40 Sergei Trofimovich
2021-01-04  3:33 Sam James
2021-01-04  3:31 Sam James
2020-08-14 12:27 David Seifert
2017-12-17 13:33 Mikle Kolyada
2017-12-17 13:31 Mikle Kolyada
2017-12-12 18:39 Thomas Deutschmann
2017-12-10 21:33 Sergei Trofimovich
2017-12-10 21:22 Sergei Trofimovich
2017-01-29 15:24 Fabian Groffen

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=1491854141.df1e8831e12258beaaa9d5910ca6ba25f113e62a.dilfridge@gentoo \
    --to=dilfridge@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