public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libotf: ChangeLog libotf-0.9.13.ebuild
@ 2012-11-30  5:58 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-11-30  5:58 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/11/30 05:58:39

  Modified:             ChangeLog
  Added:                libotf-0.9.13.ebuild
  Log:
  Version bump wrt #439900 by James Cloos
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.52                 dev-libs/libotf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	14 Nov 2012 14:13:40 -0000	1.51
+++ ChangeLog	30 Nov 2012 05:58:39 -0000	1.52
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libotf
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.51 2012/11/14 14:13:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.52 2012/11/30 05:58:39 ssuominen Exp $
+
+*libotf-0.9.13 (30 Nov 2012)
+
+  30 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> +libotf-0.9.13.ebuild,
+  +files/libotf-0.9.13-build.patch:
+  Version bump wrt #439900 by James Cloos
 
   14 Nov 2012; Justin Lecher <jlec@gentoo.org> libotf-0.9.9.ebuild:
   Keyworded for ~linux, tested by me



1.1                  dev-libs/libotf/libotf-0.9.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild?rev=1.1&content-type=text/plain

Index: libotf-0.9.13.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild,v 1.1 2012/11/30 05:58:39 ssuominen Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION="Library for handling OpenType fonts (OTF)"
HOMEPAGE="http://www.nongnu.org/m17n/"
SRC_URI="mirror://nongnu/m17n/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="static-libs X"

RDEPEND=">=media-libs/freetype-2.4.9
	X? (
		x11-libs/libX11
		x11-libs/libXaw
		x11-libs/libXt
	)"
DEPEND="${RDEPEND}
	X? (
		x11-libs/libICE
		x11-libs/libXmu
		x11-proto/xproto
	)"

DOCS="AUTHORS ChangeLog NEWS README"

src_prepare() {
	epatch "${FILESDIR}"/${P}-build.patch
	eautoreconf
}

src_configure() {
	export ac_cv_header_X11_Xaw_Command_h=$(usex X)
	econf $(use_enable static-libs static)
}

src_install() {
	default
	prune_libtool_files
}





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libotf: ChangeLog libotf-0.9.13.ebuild
@ 2013-02-20 19:57 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2013-02-20 19:57 UTC (permalink / raw
  To: gentoo-commits

jer         13/02/20 19:57:50

  Modified:             ChangeLog libotf-0.9.13.ebuild
  Log:
  Stable for HPPA (bug #456544).
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.62                 dev-libs/libotf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	15 Feb 2013 22:54:15 -0000	1.61
+++ ChangeLog	20 Feb 2013 19:57:50 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libotf
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.61 2013/02/15 22:54:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.62 2013/02/20 19:57:50 jer Exp $
+
+  20 Feb 2013; Jeroen Roovers <jer@gentoo.org> libotf-0.9.13.ebuild:
+  Stable for HPPA (bug #456544).
 
   15 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libotf-0.9.13.ebuild:
   Stable for alpha, wrt bug #456544



1.10                 dev-libs/libotf/libotf-0.9.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild?r1=1.9&r2=1.10

Index: libotf-0.9.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libotf-0.9.13.ebuild	15 Feb 2013 22:54:15 -0000	1.9
+++ libotf-0.9.13.ebuild	20 Feb 2013 19:57:50 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild,v 1.9 2013/02/15 22:54:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild,v 1.10 2013/02/20 19:57:50 jer Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs X"
 
 RDEPEND=">=media-libs/freetype-2.4.9





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

end of thread, other threads:[~2013-02-20 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20 19:57 [gentoo-commits] gentoo-x86 commit in dev-libs/libotf: ChangeLog libotf-0.9.13.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-30  5:58 Samuli Suominen (ssuominen)

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