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 E18361381F3 for ; Wed, 5 Jun 2013 00:39:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AE9FE0801; Wed, 5 Jun 2013 00:39:00 +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 CC09DE0801 for ; Wed, 5 Jun 2013 00:38:59 +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 BB6BF33E285 for ; Wed, 5 Jun 2013 00:38:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 81E592171D; Wed, 5 Jun 2013 00:38:57 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/f2fs-tools: f2fs-tools-1.1.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: f2fs-tools-1.1.0.ebuild ChangeLog X-VCS-Directories: sys-fs/f2fs-tools X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130605003857.81E592171D@flycatcher.gentoo.org> Date: Wed, 5 Jun 2013 00:38:57 +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: a5f16099-16ae-4077-963f-df87ff3dcf90 X-Archives-Hash: 328acdbcc0a280be340b50470ed09e75 vapier 13/06/05 00:38:57 Modified: f2fs-tools-1.1.0.ebuild ChangeLog Log: Delete unused code, add proper HOMEPAGE, and punt unneeded econf call. (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156) Revision Changes Path 1.3 sys-fs/f2fs-tools/f2fs-tools-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.1.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.1.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.1.0.ebuild?r1=1.2&r2=1.3 Index: f2fs-tools-1.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.1.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- f2fs-tools-1.1.0.ebuild 2 Apr 2013 11:25:14 -0000 1.2 +++ f2fs-tools-1.1.0.ebuild 5 Jun 2013 00:38:57 -0000 1.3 @@ -1,21 +1,14 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.1.0.ebuild,v 1.2 2013/04/02 11:25:14 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.1.0.ebuild,v 1.3 2013/06/05 00:38:57 vapier Exp $ EAPI=4 -DESCRIPTION="Tools for Flash-Friendly File System (F2FS) " -HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary" +DESCRIPTION="Tools for Flash-Friendly File System (F2FS)" +HOMEPAGE="http://sourceforge.net/projects/f2fs-tools/ http://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary" SRC_URI="http://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_configure () { - econf --prefix=/ -} 1.3 sys-fs/f2fs-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 2 Apr 2013 11:25:14 -0000 1.2 +++ ChangeLog 5 Jun 2013 00:38:57 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/f2fs-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/ChangeLog,v 1.2 2013/04/02 11:25:14 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/ChangeLog,v 1.3 2013/06/05 00:38:57 vapier Exp $ + + 05 Jun 2013; Mike Frysinger f2fs-tools-1.1.0.ebuild: + Delete unused code, add proper HOMEPAGE, and punt unneeded econf call. 02 Apr 2013; Anthony G. Basile f2fs-tools-1.1.0.ebuild: Keyword ~arm ~x86, bug #464178