public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/m17n-lib: ChangeLog m17n-lib-1.5.3.ebuild
@ 2008-10-29 17:18 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2008-10-29 17:18 UTC (permalink / raw
  To: gentoo-commits

matsuu      08/10/29 17:18:28

  Modified:             ChangeLog
  Added:                m17n-lib-1.5.3.ebuild
  Log:
  Version bumped. Removed built_with_use.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)

Revision  Changes    Path
1.38                 dev-libs/m17n-lib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/m17n-lib/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/m17n-lib/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/m17n-lib/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/m17n-lib/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	20 Aug 2008 16:17:31 -0000	1.37
+++ ChangeLog	29 Oct 2008 17:18:28 -0000	1.38
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/m17n-lib
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/m17n-lib/ChangeLog,v 1.37 2008/08/20 16:17:31 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/m17n-lib/ChangeLog,v 1.38 2008/10/29 17:18:28 matsuu Exp $
+
+*m17n-lib-1.5.3 (29 Oct 2008)
+
+  29 Oct 2008; MATSUU Takuto <matsuu@gentoo.org> +m17n-lib-1.5.3.ebuild:
+  Version bumped. Removed built_with_use.
 
 *m17n-lib-1.5.2 (20 Aug 2008)
 



1.1                  dev-libs/m17n-lib/m17n-lib-1.5.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/m17n-lib/m17n-lib-1.5.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/m17n-lib/m17n-lib-1.5.3.ebuild?rev=1.1&content-type=text/plain

Index: m17n-lib-1.5.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/m17n-lib/m17n-lib-1.5.3.ebuild,v 1.1 2008/10/29 17:18:28 matsuu Exp $

EAPI=2
inherit flag-o-matic

DESCRIPTION="Multilingual Library for Unix/Linux"
HOMEPAGE="http://www.m17n.org/m17n-lib/"
SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
#IUSE="anthy gd ispell"
IUSE="gd"

RDEPEND="x11-libs/libXaw
	x11-libs/libICE
	x11-libs/libSM
	x11-libs/libXrender
	x11-libs/libXft
	dev-libs/libxml2
	dev-libs/fribidi
	>=media-libs/freetype-2.1
	media-libs/fontconfig
	gd? ( media-libs/gd[png] )
	>=dev-libs/libotf-0.9.4
	>=dev-db/m17n-db-${PV}"
# linguas_th? ( || ( app-i18n/libthai app-i18n/wordcut ) )
# anthy? ( app-i18n/anthy )
# ispell? ( app-text/ispell )

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	append-flags -fPIC
	econf $(use_with gd) || die
}

src_compile() {
	emake -j1 || die
}

src_install() {
	emake DESTDIR="${D}" install || die

	dodoc AUTHORS ChangeLog NEWS README TODO
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-29 17:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29 17:18 [gentoo-commits] gentoo-x86 commit in dev-libs/m17n-lib: ChangeLog m17n-lib-1.5.3.ebuild Matsuu Takuto (matsuu)

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