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 C0708138C9D for ; Tue, 2 Jun 2015 09:00:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9FD2E0958; Tue, 2 Jun 2015 09:00:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A40BE0958 for ; Tue, 2 Jun 2015 09:00:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84F833408FF for ; Tue, 2 Jun 2015 09:00:03 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2245) id 27199A10; Tue, 2 Jun 2015 09:00:00 +0000 (UTC) From: "Lars Wendler (polynomial-c)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, polynomial-c@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-arch/sharutils: ChangeLog sharutils-4.15.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog sharutils-4.15.2.ebuild X-VCS-Directories: app-arch/sharutils X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150602090000.27199A10@oystercatcher.gentoo.org> Date: Tue, 2 Jun 2015 09:00:00 +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: 4b02b3ed-d5c5-4a22-aa90-bb0ec2013f14 X-Archives-Hash: 28240e4d3756c7facc4c5d488c5764ef polynomial-c 15/06/02 09:00:00 Modified: ChangeLog Added: sharutils-4.15.2.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) Revision Changes Path 1.131 app-arch/sharutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/ChangeLog?rev=1.131&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/ChangeLog?rev=1.131&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/ChangeLog?r1=1.130&r2=1.131 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- ChangeLog 29 May 2015 07:55:04 -0000 1.130 +++ ChangeLog 2 Jun 2015 09:00:00 -0000 1.131 @@ -1,6 +1,11 @@ # ChangeLog for app-arch/sharutils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v 1.130 2015/05/29 07:55:04 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v 1.131 2015/06/02 09:00:00 polynomial-c Exp $ + +*sharutils-4.15.2 (02 Jun 2015) + + 02 Jun 2015; Lars Wendler +sharutils-4.15.2.ebuild: + Version bump. *sharutils-4.15.1 (29 May 2015) 1.1 app-arch/sharutils/sharutils-4.15.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/sharutils-4.15.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/sharutils/sharutils-4.15.2.ebuild?rev=1.1&content-type=text/plain Index: sharutils-4.15.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.15.2.ebuild,v 1.1 2015/06/02 09:00:00 polynomial-c Exp $ EAPI="5" inherit eutils MY_P="${P/_/-}" DESCRIPTION="Tools to deal with shar archives" HOMEPAGE="http://www.gnu.org/software/sharutils/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="nls" DEPEND="app-arch/xz-utils sys-apps/texinfo nls? ( >=sys-devel/gettext-0.10.35 )" S=${WORKDIR}/${MY_P} src_configure() { strip-linguas -u po econf $(use_enable nls) }