From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qa9xb-0003aX-MS for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:14:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5BD91C1DE; Fri, 24 Jun 2011 17:09:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 962F01C1DA for ; Fri, 24 Jun 2011 17:09:10 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D81241B4022 for ; Fri, 24 Jun 2011 17:09:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E5F788004B for ; Fri, 24 Jun 2011 17:09:08 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <2d1685bcb0e9170e541c0208a8347171f539e995.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/libunzip/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/libunzip/ChangeLog dev-libs/libunzip/libunzip-5.52.ebuild X-VCS-Directories: dev-libs/libunzip/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2d1685bcb0e9170e541c0208a8347171f539e995 Date: Fri, 24 Jun 2011 17:09:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7174c84398299135fdfeb7bc691694d8 commit: 2d1685bcb0e9170e541c0208a8347171f539e995 Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 24 12:11:49 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 24 12:11:49 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D2d1685bc Sort inherit and/or USE (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- dev-libs/libunzip/ChangeLog | 5 ++++- dev-libs/libunzip/libunzip-5.52.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-libs/libunzip/ChangeLog b/dev-libs/libunzip/ChangeLog index fe424ae..486ff99 100644 --- a/dev-libs/libunzip/ChangeLog +++ b/dev-libs/libunzip/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-libs/libunzip -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 24 Jun 2011; Justin Lecher libunzip-5.52.ebuild: + Sort inherit and/or USE + 23 Jun 2010; Andreas K. Huettel (dilfridge) libunzip-5.52.ebuild: QA fixes diff --git a/dev-libs/libunzip/libunzip-5.52.ebuild b/dev-libs/libunzip/l= ibunzip-5.52.ebuild index 7aa8d11..d34950f 100644 --- a/dev-libs/libunzip/libunzip-5.52.ebuild +++ b/dev-libs/libunzip/libunzip-5.52.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D"2" =20 -inherit eutils toolchain-funcs flag-o-matic +inherit eutils flag-o-matic toolchain-funcs =20 MY_PN=3D"${PN#lib}" =20