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 D55D0138CCF for ; Sun, 24 May 2015 13:59:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 562E6E0C14; Sun, 24 May 2015 13:59:57 +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 EC933E0C14 for ; Sun, 24 May 2015 13:59:56 +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 CCCAA34092D for ; Sun, 24 May 2015 13:59:55 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2184) id 0A40F9EE; Sun, 24 May 2015 13:59:53 +0000 (UTC) From: "Gilles Dartiguelongue (eva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/qqwing: ChangeLog qqwing-1.3.4.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog qqwing-1.3.4.ebuild X-VCS-Directories: dev-libs/qqwing X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150524135953.0A40F9EE@oystercatcher.gentoo.org> Date: Sun, 24 May 2015 13:59:53 +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: 504e5efc-7f39-4434-8c26-d4242cf10a90 X-Archives-Hash: 7255492bc15af5fdaedbbc80f375ffe1 eva 15/05/24 13:59:53 Modified: ChangeLog Added: qqwing-1.3.4.ebuild Log: Version bump. (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key C6085806) Revision Changes Path 1.6 dev-libs/qqwing/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qqwing/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qqwing/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qqwing/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/qqwing/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 15 Mar 2015 13:18:50 -0000 1.5 +++ ChangeLog 24 May 2015 13:59:52 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/qqwing # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qqwing/ChangeLog,v 1.5 2015/03/15 13:18:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qqwing/ChangeLog,v 1.6 2015/05/24 13:59:52 eva Exp $ + +*qqwing-1.3.4 (24 May 2015) + + 24 May 2015; Gilles Dartiguelongue +qqwing-1.3.4.ebuild: + Version bump. 15 Mar 2015; Pacho Ramos qqwing-1.3.3.ebuild: x86 stable, bug 534012 1.1 dev-libs/qqwing/qqwing-1.3.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qqwing/qqwing-1.3.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qqwing/qqwing-1.3.4.ebuild?rev=1.1&content-type=text/plain Index: qqwing-1.3.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/qqwing/qqwing-1.3.4.ebuild,v 1.1 2015/05/24 13:59:52 eva Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Sudoku puzzle generator and solver" HOMEPAGE="http://qqwing.com/" SRC_URI="http://qqwing.com/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0/2" KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_install() { default prune_libtool_files }