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/libpaper/
Date: Sat, 18 Feb 2017 12:29:40 +0000 (UTC)	[thread overview]
Message-ID: <1487420967.bc7678b30cb3170a34b57f48208d159180d2372a.dilfridge@gentoo> (raw)

commit:     bc7678b30cb3170a34b57f48208d159180d2372a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 12:29:16 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 12:29:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7678b3

app-text/libpaper: Update to new patch release from Debian

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/libpaper/Manifest                  |  1 +
 app-text/libpaper/libpaper-1.1.24_p5.ebuild | 53 +++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest
index 6d27788eb8..45a42de459 100644
--- a/app-text/libpaper/Manifest
+++ b/app-text/libpaper/Manifest
@@ -1 +1,2 @@
+DIST libpaper_1.1.24+nmu5.tar.gz 49032 SHA256 e29deda4cd7350189c71af0925cbf4a4473f9841d1419a922e1e8ff1954db1f2 SHA512 4d20d454dd7d09dd7e84b9ccc3b0ff8d65d95e0ae3874ec41462f812882e7ead032310396801a47a32bfff112c4a9adaf2d8d3e6235a1fa6fbb853196a363c56 WHIRLPOOL 595e74f41f733a3ec0e8f79ff46182fb3f92f1e28306e79f4e7b78f91872124e26a30321b54da68c15be577037c6a2cc2f85be6051cc021993c7d59724769fcc
 DIST libpaper_1.1.24.tar.gz 355272 SHA256 38ac28114673d4b175a939d981e0477a0ed9bcaab27033522ecb2ca78ee90c7e SHA512 f90816723dafa9ce0aef652e027b13174d2430208003d3715d6f96226130bc66cfc36465f1a5a3f855697708c389f219b964a5534a64a8c98ac53662040df67b WHIRLPOOL 74a7cb6dec146104988dd5c5e0b4bf7fb776bde086c4fecf658d949e17d6701fa1b23511a7be43f01a01dcfd7c0340f23c3c9ec1c51fb7718d6b0dbf1761e75d

diff --git a/app-text/libpaper/libpaper-1.1.24_p5.ebuild b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
new file mode 100644
index 0000000000..5936c71eae
--- /dev/null
+++ b/app-text/libpaper/libpaper-1.1.24_p5.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools multilib-minimal
+
+MY_PV=${PV/_p/+nmu}
+DESCRIPTION="Library for handling paper characteristics"
+HOMEPAGE="http://packages.debian.org/unstable/source/libpaper"
+SRC_URI="mirror://debian/pool/main/libp/libpaper/${PN}_${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+RDEPEND="abi_x86_32? (
+		!<=app-emulation/emul-linux-x86-baselibs-20130224-r10
+		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+	)"
+DEPEND=""
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+DOCS=( README ChangeLog debian/changelog )
+
+src_prepare() {
+	sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
+	eautoreconf
+	default
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}"	econf \
+		--disable-static
+}
+
+multilib_src_install_all() {
+	find "${ED}" -name '*.la' -exec rm -f {} +
+
+	einstalldocs
+
+	dodir /etc
+	(paperconf 2>/dev/null || echo a4) > "${ED}"/etc/papersize \
+		|| die "papersize config failed"
+
+	if ! has_version app-text/libpaper ; then
+		echo
+		elog "run e.g. \"paperconfig -p letter\" as root to use letter-pagesizes"
+		echo
+	fi
+}


             reply	other threads:[~2017-02-18 12:29 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-18 12:29 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-12-27 18:48 [gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/ Fabian Groffen
2020-02-10 18:10 Agostino Sarubbo
2020-02-11  8:40 Agostino Sarubbo
2020-02-11  8:43 Agostino Sarubbo
2020-02-11  9:43 Agostino Sarubbo
2020-02-11  9:52 Agostino Sarubbo
2020-02-11 11:09 Agostino Sarubbo
2020-02-11 11:30 Agostino Sarubbo
2020-02-12 16:14 Agostino Sarubbo
2020-02-13 20:58 Sergei Trofimovich
2020-03-17  8:34 Mart Raudsepp
2020-03-21 10:24 Mikle Kolyada
2020-03-21 10:24 Mikle Kolyada
2020-03-21 10:24 Mikle Kolyada
2020-03-21 10:49 Mikle Kolyada
2020-03-21 10:49 Mikle Kolyada
2021-07-16  6:50 Agostino Sarubbo
2021-07-16  6:51 Agostino Sarubbo
2021-07-16  6:51 Agostino Sarubbo
2021-07-17 23:14 Sam James
2021-07-18 13:14 Sergei Trofimovich
2021-07-20  8:10 Sergei Trofimovich
2021-08-02  2:24 Sam James
2021-08-02  7:34 Andreas Sturmlechner
2022-05-14 10:30 WANG Xuerui
2022-09-09  2:27 Sam James
2022-09-09 14:43 Sam James
2022-09-10 18:52 Arthur Zamarin
2022-09-12 18:33 Sam James
2022-09-15 13:20 Sam James
2022-09-15 13:20 Sam James
2022-10-27  5:08 Sam James
2022-11-03  6:15 Sam James
2022-11-06  3:59 Sam James
2022-11-15 18:39 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2023-01-09  7:27 Sam James
2023-01-27  5:47 Sam James
2023-02-05 19:54 Sam James
2023-02-05 19:54 Sam James
2023-02-12 19:39 Sam James
2023-02-12 19:39 Sam James
2023-02-12 19:39 Sam James
2023-02-19 19:31 Sam James
2023-02-24 12:03 Sam James
2023-03-19 22:07 Sam James
2023-03-19 22:23 Sam James
2023-03-19 22:23 Sam James
2023-03-19 22:23 Sam James
2023-03-19 22:23 Sam James
2023-03-19 22:23 Sam James
2023-03-19 22:35 Sam James
2023-03-24 13:16 Arthur Zamarin
2023-03-24 13:20 Arthur Zamarin
2023-04-13  3:45 Sam James
2023-04-13 19:07 Sam James
2023-05-13  0:56 Sam James
2023-05-13  0:56 Sam James
2023-05-13  0:56 Sam James
2023-05-13  0:56 Sam James
2023-05-13  3:17 Sam James
2023-05-13  3:17 Sam James
2023-05-13  3:17 Sam James
2023-05-13  7:15 Arthur Zamarin
2023-09-07 20:53 Sam James
2023-09-07 20:53 Sam James
2023-09-07 20:53 Sam James
2023-09-07 23:03 Sam James
2023-09-07 23:03 Sam James
2023-09-07 23:03 Sam James
2023-09-07 23:26 Sam James
2023-09-08  8:55 David Seifert
2023-10-16  9:25 Sam James
2023-12-09 19:57 Arthur Zamarin
2023-12-09 19:57 Arthur Zamarin
2023-12-09 20:24 Arthur Zamarin
2023-12-09 20:53 Arthur Zamarin
2023-12-09 20:53 Arthur Zamarin
2023-12-09 21:22 Sam James
2023-12-10 10:02 Arthur Zamarin
2023-12-10 12:55 Arthur Zamarin
2024-02-02  1:24 Sam James
2024-02-02  1:24 Sam James
2024-10-02 20:50 Sam James
2024-10-02 22:53 Sam James
2024-10-02 22:53 Sam James
2024-10-02 22:53 Sam James
2024-10-03 10:34 Sam James
2024-10-03 16:11 Arthur Zamarin

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=1487420967.bc7678b30cb3170a34b57f48208d159180d2372a.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