public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Haubenwallner" <haubi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/build-docbook-catalog/
Date: Mon, 23 May 2016 16:13:35 +0000 (UTC)	[thread overview]
Message-ID: <1464019854.54222cbc03f3fca7dc22ba7efab512a8a06a1bc7.haubi@gentoo> (raw)

commit:     54222cbc03f3fca7dc22ba7efab512a8a06a1bc7
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 16:10:54 2016 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Mon May 23 16:10:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54222cbc

app-text/build-docbook-catalog: version bump to 1.21

Package-Manager: portage-2.2.26

 app-text/build-docbook-catalog/Manifest            |  1 +
 .../build-docbook-catalog-1.21.ebuild              | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-text/build-docbook-catalog/Manifest b/app-text/build-docbook-catalog/Manifest
index d402165..76b6e8f 100644
--- a/app-text/build-docbook-catalog/Manifest
+++ b/app-text/build-docbook-catalog/Manifest
@@ -1,2 +1,3 @@
 DIST build-docbook-catalog-1.19.1.tar.xz 4552 SHA256 78c3c6f2e4703d5fd7f24bc737777fadfd52a0d2f7bf4bbdc217cb927721a149 SHA512 9c4b1a30d8b2f820046cf987296035a1418fa55f47c2adc6702cdaa3a01efc8584bdc6804889cf13a85bb1f30b129af5c62ecf8a7376d56d0738f717619ddcc3 WHIRLPOOL c219b126a570ba42e6ed78ccfe8fa581f929bd6562332d2722c33f167831841ffc32e3a919342af6f38c1babeeb6e42172da7c580046a692eae5777f630c2e57
 DIST build-docbook-catalog-1.20.tar.xz 4620 SHA256 9475e60a7eda5d9a427315c0bd60a04b7e1f8a214596d470073aaf9db8ed47d2 SHA512 65656c78709a8da01cfedc786a31da2de125eeb65bdaa3d2e49ed3a0a7ff4429280d5d384f23dca0ab540b74f7c9b2ed4b80e970905a7d2838a841c81925b3f6 WHIRLPOOL 3f2b52f82ca08bfcd4fb81acf6d4a09f5e5a6e466fc1cf6bf1a16fb4f8f47dc60b3fee10e87db7027fcc22d4eff545c071185abf016a0c1e147cb5572c645e88
+DIST build-docbook-catalog-1.21.tar.xz 4620 SHA256 e951a6ceb553fe74d45658f7805dda2daef466a2558c6ed30bd0bbc02a4f3394 SHA512 0becc1bae100101b072c62bee844157151336aebc39a046030c8b7b501e13f1b3552097b244ac51339abd2e724304f4fe728861b7d5f070c26973998936861bc WHIRLPOOL af8237aa112df1ca186790a2692674771f0705338604115610781d3aa05dcb034ef2baf2a079e153e0e4dd0e0d1222cc819bfae8e40b9486540020f56a79c42c

diff --git a/app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild b/app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild
new file mode 100644
index 0000000..c33752e
--- /dev/null
+++ b/app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="DocBook XML catalog auto-updater"
+HOMEPAGE="https://sources.gentoo.org/gentoo-src/build-docbook-catalog/"
+SRC_URI="mirror://gentoo/${P}.tar.xz
+	https://dev.gentoo.org/~haubi/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="|| ( sys-apps/util-linux app-misc/getopt )
+	!<app-text/docbook-xsl-stylesheets-1.73.1
+	dev-libs/libxml2"
+DEPEND=""
+
+pkg_setup() {
+	# export for bug #490754
+	export MAKEOPTS+=" EPREFIX=${EPREFIX}"
+}
+
+src_prepare() {
+	sed -i -e "/^EPREFIX=/s:=.*:='${EPREFIX}':" build-docbook-catalog || die
+	has_version sys-apps/util-linux || sed -i -e '/^GETOPT=/s/getopt/&-long/' build-docbook-catalog || die
+}
+
+pkg_postinst() {
+	# New version -> regen files
+	build-docbook-catalog
+}


             reply	other threads:[~2016-05-23 16:13 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-23 16:13 Michael Haubenwallner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-30 12:08 [gentoo-commits] repo/gentoo:master commit in: app-text/build-docbook-catalog/ Sergei Trofimovich
2018-03-31 10:05 Sergei Trofimovich
2018-04-01 11:09 Tobias Klausmann
2018-04-01 18:24 Aaron Bauman
2018-04-20 21:27 Sergei Trofimovich
2018-04-28 11:36 Mikle Kolyada
2018-05-03  7:06 Mart Raudsepp
2018-05-21  9:51 Mikle Kolyada
2018-05-21  9:51 Mikle Kolyada
2018-06-06 17:58 Mike Frysinger
2019-05-04 14:43 Andreas K. Hüttel
2020-12-27 14:01 Fabian Groffen
2021-01-24 17:26 Sam James
2021-03-22  5:45 Mike Frysinger
2021-10-03  4:06 Mike Frysinger
2021-10-07  2:48 Sam James
2021-10-08 12:25 Mike Frysinger
2021-10-09  6:39 罗百科
2021-10-11  1:59 Sam James
2021-12-17 14:44 Arthur Zamarin
2021-12-17 14:49 Arthur Zamarin
2021-12-17 14:51 Arthur Zamarin
2021-12-17 14:54 Arthur Zamarin
2021-12-17 16:50 Arthur Zamarin
2021-12-17 18:30 Jakov Smolić
2021-12-17 18:30 Jakov Smolić
2021-12-22 22:40 Sam James
2021-12-26  3:58 Sam James
2021-12-26  3:58 Sam James
2021-12-26 23:38 Sam James
2022-01-17 23:39 Andreas K. Hüttel
2022-01-17 23:39 Andreas K. Hüttel
2022-04-29  8:14 Sam James
2022-04-29  8:19 Sam James
2022-06-13  7:07 Agostino Sarubbo
2022-06-29 14:13 Guilherme Amadio
2023-04-25  3:50 Sam James
2023-06-01  3:29 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=1464019854.54222cbc03f3fca7dc22ba7efab512a8a06a1bc7.haubi@gentoo \
    --to=haubi@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