public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libunistring: libunistring-0.9.3.ebuild ChangeLog
@ 2010-09-15 21:30 TomAs Touceda (chiiph)
  0 siblings, 0 replies; only message in thread
From: TomAs Touceda (chiiph) @ 2010-09-15 21:30 UTC (permalink / raw
  To: gentoo-commits

chiiph      10/09/15 21:30:25

  Modified:             ChangeLog
  Added:                libunistring-0.9.3.ebuild
  Log:
  Version bump, port to EAPI 3, and minor changes
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-libs/libunistring/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libunistring/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	10 Apr 2010 17:34:52 -0000	1.1
+++ ChangeLog	15 Sep 2010 21:30:25 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libunistring
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/ChangeLog,v 1.1 2010/04/10 17:34:52 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/ChangeLog,v 1.2 2010/09/15 21:30:25 chiiph Exp $
+
+*libunistring-0.9.3 (15 Sep 2010)
+
+  15 Sep 2010; Tomas Touceda <chiiph@gentoo.org> +libunistring-0.9.3.ebuild:
+  Version bump, port to EAPI 3, and minor changes
 
 *libunistring-0.9.1.1 (10 Apr 2010)
 



1.1                  dev-libs/libunistring/libunistring-0.9.3.ebuild

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

Index: libunistring-0.9.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/libunistring-0.9.3.ebuild,v 1.1 2010/09/15 21:30:25 chiiph Exp $

EAPI="3"

DESCRIPTION="Library for manipulating Unicode strings and C strings according to the Unicode standard"
HOMEPAGE="http://www.gnu.org/software/libunistring/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

LICENSE="LGPL-3 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

src_compile() {
	if use doc; then
		emake -C doc info html || die "Build doc failed"
	fi

	emake || die "Build failed"
}

src_install() {
	dodoc AUTHORS README ChangeLog || die
	if use doc; then
		dohtml doc/libunistring.html || die
		doinfo doc/libunistring.info || die
	fi

	emake DESTDIR="${D}" install || die "Install failed"
}






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

only message in thread, other threads:[~2010-09-15 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-15 21:30 [gentoo-commits] gentoo-x86 commit in dev-libs/libunistring: libunistring-0.9.3.ebuild ChangeLog TomAs Touceda (chiiph)

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