public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/libpaper: ChangeLog libpaper-1.1.24-r2.ebuild
@ 2013-08-10 23:13 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-10 23:13 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/10 23:13:10

  Modified:             ChangeLog
  Added:                libpaper-1.1.24-r2.ebuild
  Log:
  Convert to multilib and stack it for baselib r11
  
  (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.58                 app-text/libpaper/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	3 May 2013 07:51:59 -0000	1.57
+++ ChangeLog	10 Aug 2013 23:13:09 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/libpaper
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.57 2013/05/03 07:51:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.58 2013/08/10 23:13:09 aballier Exp $
+
+*libpaper-1.1.24-r2 (10 Aug 2013)
+
+  10 Aug 2013; Alexis Ballier <aballier@gentoo.org> +libpaper-1.1.24-r2.ebuild:
+  Convert to multilib and stack it for baselib r11
 
   03 May 2013; Patrick Lauer <patrick@gentoo.org> libpaper-1.1.24-r1.ebuild:
   Automake 1.13 fix



1.1                  app-text/libpaper/libpaper-1.1.24-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild?rev=1.1&content-type=text/plain

Index: libpaper-1.1.24-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild,v 1.1 2013/08/10 23:13:09 aballier Exp $

EAPI=4

inherit eutils 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 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-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
}

multilib_src_configure() {
	ECONF_SOURCE="${S}"	econf \
		--disable-static
}

multilib_src_install_all() {
	find "${ED}" -name '*.la' -exec rm -f {} +

	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
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/libpaper: ChangeLog libpaper-1.1.24-r2.ebuild
@ 2014-02-21 11:49 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 3+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-02-21 11:49 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/02/21 11:49:57

  Modified:             ChangeLog libpaper-1.1.24-r2.ebuild
  Log:
  Stable for amd64 wrt bug #491946
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.62                 app-text/libpaper/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	20 Feb 2014 15:03:37 -0000	1.61
+++ ChangeLog	21 Feb 2014 11:49:57 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libpaper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.61 2014/02/20 15:03:37 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.62 2014/02/21 11:49:57 nimiux Exp $
+
+  21 Feb 2014; Chema Alonso <nimiux@gentoo.org> libpaper-1.1.24-r2.ebuild:
+  Stable for amd64 wrt bug #491946
 
   20 Feb 2014; Akinori Hattori <hattya@gentoo.org> libpaper-1.1.24-r2.ebuild:
   ia64 stable wrt bug #491946



1.5                  app-text/libpaper/libpaper-1.1.24-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild?r1=1.4&r2=1.5

Index: libpaper-1.1.24-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpaper-1.1.24-r2.ebuild	20 Feb 2014 15:03:37 -0000	1.4
+++ libpaper-1.1.24-r2.ebuild	21 Feb 2014 11:49:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild,v 1.4 2014/02/20 15:03:37 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild,v 1.5 2014/02/21 11:49:57 nimiux Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/libpaper: ChangeLog libpaper-1.1.24-r2.ebuild
@ 2014-02-22 19:25 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2014-02-22 19:25 UTC (permalink / raw
  To: gentoo-commits

maekke      14/02/22 19:25:53

  Modified:             ChangeLog libpaper-1.1.24-r2.ebuild
  Log:
  arm stable, bug #491946
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.64                 app-text/libpaper/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	22 Feb 2014 08:04:24 -0000	1.63
+++ ChangeLog	22 Feb 2014 19:25:53 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libpaper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.63 2014/02/22 08:04:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.64 2014/02/22 19:25:53 maekke Exp $
+
+  22 Feb 2014; Markus Meier <maekke@gentoo.org> libpaper-1.1.24-r2.ebuild:
+  arm stable, bug #491946
 
   22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> libpaper-1.1.24-r2.ebuild:
   Stable for x86, wrt bug #491946



1.7                  app-text/libpaper/libpaper-1.1.24-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild?r1=1.6&r2=1.7

Index: libpaper-1.1.24-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libpaper-1.1.24-r2.ebuild	22 Feb 2014 08:04:24 -0000	1.6
+++ libpaper-1.1.24-r2.ebuild	22 Feb 2014 19:25:53 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild,v 1.6 2014/02/22 08:04:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.24-r2.ebuild,v 1.7 2014/02/22 19:25:53 maekke Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-22 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 23:13 [gentoo-commits] gentoo-x86 commit in app-text/libpaper: ChangeLog libpaper-1.1.24-r2.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-21 11:49 JosA MarAa Alonso (nimiux)
2014-02-22 19:25 Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox