From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3E103138A09 for ; Wed, 13 Feb 2013 22:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6D6221C01B; Wed, 13 Feb 2013 22:37:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3682AE00E6 for ; Wed, 13 Feb 2013 22:37:01 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 350AA33E3AB for ; Wed, 13 Feb 2013 22:37:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2335) id 1C2072171D; Wed, 13 Feb 2013 22:36:58 +0000 (UTC) From: "Tom Wijsman (tomwij)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tomwij@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/UTF8Strings: UTF8Strings-1.12.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: UTF8Strings-1.12.0.ebuild ChangeLog X-VCS-Directories: dev-libs/UTF8Strings X-VCS-Committer: tomwij X-VCS-Committer-Name: Tom Wijsman Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130213223658.1C2072171D@flycatcher.gentoo.org> Date: Wed, 13 Feb 2013 22:36:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3e5ccf3e-f7f5-4a1d-b1d5-103443d36b74 X-Archives-Hash: 0d5c785723e7c870b1bc3ad0ff5451e2 tomwij 13/02/13 22:36:58 Modified: ChangeLog Added: UTF8Strings-1.12.0.ebuild Log: Version bump to 1.12.0 by Gorelov Grigory. Fixes bug #457158. (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D) Revision Changes Path 1.3 dev-libs/UTF8Strings/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 8 Feb 2013 20:43:47 -0000 1.2 +++ ChangeLog 13 Feb 2013 22:36:57 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/UTF8Strings # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/ChangeLog,v 1.2 2013/02/08 20:43:47 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/ChangeLog,v 1.3 2013/02/13 22:36:57 tomwij Exp $ + +*UTF8Strings-1.12.0 (13 Feb 2013) + + 13 Feb 2013; Tom Wijsman +UTF8Strings-1.12.0.ebuild: + Version bump to 1.12.0 by Gorelov Grigory. Fixes bug #457158. 08 Feb 2013; Tom Wijsman metadata.xml: Updated metadata.xml for UTF8Strings as upstream developer wants to maintain 1.1 dev-libs/UTF8Strings/UTF8Strings-1.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.0.ebuild?rev=1.1&content-type=text/plain Index: UTF8Strings-1.12.0.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.12.0.ebuild,v 1.1 2013/02/13 22:36:57 tomwij Exp $ inherit cmake-utils DESCRIPTION="C++ library that provides ability to work natively with UTF8 strings in a very simple way." HOMEPAGE="http://grigory.info/${PN}.About.html" SRC_URI="http://grigory.info/distfiles/${P}.tar.bz2" LICENSE="GPL-3" KEYWORDS="~amd64 ~x86" SLOT="0"