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 95ADB138CD0 for ; Fri, 22 May 2015 09:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E561E08BB; Fri, 22 May 2015 09:49:21 +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 BD2D0E08BB for ; Fri, 22 May 2015 09:49:20 +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 1A71C340D4C for ; Fri, 22 May 2015 09:49:20 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id CD5C89ED; Fri, 22 May 2015 09:49:18 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/mktorrent: mktorrent-1.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mktorrent-1.0-r1.ebuild ChangeLog X-VCS-Directories: net-p2p/mktorrent X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150522094918.CD5C89ED@oystercatcher.gentoo.org> Date: Fri, 22 May 2015 09:49:18 +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: d819dbf2-8a0e-4128-a9ed-ec4871e30454 X-Archives-Hash: 7da1cf42eca7950d368d59558562f26a ago 15/05/22 09:49:18 Modified: mktorrent-1.0-r1.ebuild ChangeLog Log: Stable for amd64, wrt bug #540794 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision Changes Path 1.3 net-p2p/mktorrent/mktorrent-1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild?r1=1.2&r2=1.3 Index: mktorrent-1.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mktorrent-1.0-r1.ebuild 2 May 2015 15:39:37 -0000 1.2 +++ mktorrent-1.0-r1.ebuild 22 May 2015 09:49:18 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild,v 1.2 2015/05/02 15:39:37 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0-r1.ebuild,v 1.3 2015/05/22 09:49:18 ago Exp $ EAPI=5 inherit toolchain-funcs @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="threads +ssl debug" RDEPEND="ssl? ( dev-libs/openssl:0 )" 1.14 net-p2p/mktorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mktorrent/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mktorrent/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/mktorrent/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 2 May 2015 15:39:37 -0000 1.13 +++ ChangeLog 22 May 2015 09:49:18 -0000 1.14 @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/mktorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/ChangeLog,v 1.13 2015/05/02 15:39:37 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/ChangeLog,v 1.14 2015/05/22 09:49:18 ago Exp $ + + 22 May 2015; Agostino Sarubbo mktorrent-1.0-r1.ebuild: + Stable for amd64, wrt bug #540794 02 May 2015; Andreas K. Huettel mktorrent-1.0-r1.ebuild: @@ -61,4 +64,3 @@ +mktorrent-0.2.ebuild: New package, initial ebuild by Kalidarn , bug #195934 -