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 7153D138010 for ; Mon, 24 Sep 2012 02:14:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11695E0507; Mon, 24 Sep 2012 02:14:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D5FFFE0507 for ; Mon, 24 Sep 2012 02:14:40 +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 4250233D709 for ; Mon, 24 Sep 2012 02:14:40 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2297) id 04E1921601; Mon, 24 Sep 2012 02:14:38 +0000 (UTC) From: "Nathan Phillip Brink (binki)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, binki@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf-archive: autoconf-archive-2012.09.08.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: autoconf-archive-2012.09.08.ebuild ChangeLog X-VCS-Directories: sys-devel/autoconf-archive X-VCS-Committer: binki X-VCS-Committer-Name: Nathan Phillip Brink Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120924021439.04E1921601@flycatcher.gentoo.org> Date: Mon, 24 Sep 2012 02:14:38 +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: b7d704f3-80b6-4921-b76f-fc37c6f8c99e X-Archives-Hash: bc5934ae2374b163fe67662e9700ff88 binki 12/09/24 02:14:38 Modified: ChangeLog Added: autoconf-archive-2012.09.08.ebuild Log: Bump to autoconf-archive-2012.09.08. (Portage version: 2.2.0_alpha131-r1/cvs/Linux x86_64) Revision Changes Path 1.52 sys-devel/autoconf-archive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 2 Sep 2012 18:42:44 -0000 1.51 +++ ChangeLog 24 Sep 2012 02:14:38 -0000 1.52 @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/autoconf-archive # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.51 2012/09/02 18:42:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.52 2012/09/24 02:14:38 binki Exp $ + +*autoconf-archive-2012.09.08 (24 Sep 2012) + + 24 Sep 2012; Nathan Phillip Brink + +autoconf-archive-2012.09.08.ebuild: + Bump to autoconf-archive-2012.09.08. 02 Sep 2012; Raúl Porcel autoconf-archive-2012.04.07.ebuild: 1.1 sys-devel/autoconf-archive/autoconf-archive-2012.09.08.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2012.09.08.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2012.09.08.ebuild?rev=1.1&content-type=text/plain Index: autoconf-archive-2012.09.08.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2012.09.08.ebuild,v 1.1 2012/09/24 02:14:38 binki Exp $ EAPI=4 DESCRIPTION="GNU Autoconf Macro Archive" HOMEPAGE="http://www.gnu.org/software/autoconf-archive/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DOCS=( AUTHORS ChangeLog NEWS README TODO ) src_install() { default rm -rf "${ED}/usr/share/${PN}" || die }