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 CAD66138BF3 for ; Sat, 15 Feb 2014 20:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8C1DE0A69; Sat, 15 Feb 2014 20:56:13 +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 5B065E0A69 for ; Sat, 15 Feb 2014 20:56:13 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BD8533F053 for ; Sat, 15 Feb 2014 20:56:12 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2288) id 257222004C; Sat, 15 Feb 2014 20:56:10 +0000 (UTC) From: "Christoph Junghans (ottxor)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ottxor@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/snapraid: snapraid-5.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: snapraid-5.2.ebuild ChangeLog X-VCS-Directories: sys-fs/snapraid X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140215205610.257222004C@flycatcher.gentoo.org> Date: Sat, 15 Feb 2014 20:56:10 +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: ac71d6c1-cd91-4c08-82b2-8357915918b4 X-Archives-Hash: e105d9ccaa9a771d36f6250f76ad4991 ottxor 14/02/15 20:56:10 Modified: ChangeLog Added: snapraid-5.2.ebuild Log: version bump (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586) Revision Changes Path 1.14 sys-fs/snapraid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 22 Dec 2013 00:13:44 -0000 1.13 +++ ChangeLog 15 Feb 2014 20:56:09 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/snapraid -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.13 2013/12/22 00:13:44 ottxor Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.14 2014/02/15 20:56:09 ottxor Exp $ + +*snapraid-5.2 (15 Feb 2014) + + 15 Feb 2014; Christoph Junghans +snapraid-5.2.ebuild: + version bump *snapraid-5.1 (22 Dec 2013) 1.1 sys-fs/snapraid/snapraid-5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/snapraid-5.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/snapraid-5.2.ebuild?rev=1.1&content-type=text/plain Index: snapraid-5.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-5.2.ebuild,v 1.1 2014/02/15 20:56:09 ottxor Exp $ EAPI=5 inherit autotools-utils DESCRIPTION="a backup program for disk array for home media centers" HOMEPAGE="http://snapraid.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND="" RDEPEND="${DEPEND}" DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" )