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 9ED45138A1F for ; Sun, 27 Apr 2014 16:39:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2EFDE07E0; Sun, 27 Apr 2014 16:39:00 +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 30566E07E0 for ; Sun, 27 Apr 2014 16:39:00 +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 C87FF33FEF4 for ; Sun, 27 Apr 2014 16:38:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2184) id 6D4E52004B; Sun, 27 Apr 2014 16:38:57 +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 games-puzzle/gnome-klotski: ChangeLog gnome-klotski-3.12.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog gnome-klotski-3.12.1.ebuild X-VCS-Directories: games-puzzle/gnome-klotski X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140427163857.6D4E52004B@flycatcher.gentoo.org> Date: Sun, 27 Apr 2014 16: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: c7e5a869-8071-4eef-9a9e-5a2c83edce5d X-Archives-Hash: 0046fdaf68c17848d87fb9a3675523ac eva 14/04/27 16:38:57 Modified: ChangeLog Added: gnome-klotski-3.12.1.ebuild Log: Version bump for Gnome 3.12. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806) Revision Changes Path 1.12 games-puzzle/gnome-klotski/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-klotski/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-klotski/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-klotski/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/gnome-klotski/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 26 Apr 2014 07:51:42 -0000 1.11 +++ ChangeLog 27 Apr 2014 16:38:57 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for games-puzzle/gnome-klotski # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-klotski/ChangeLog,v 1.11 2014/04/26 07:51:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-klotski/ChangeLog,v 1.12 2014/04/27 16:38:57 eva Exp $ + +*gnome-klotski-3.12.1 (27 Apr 2014) + + 27 Apr 2014; Gilles Dartiguelongue + +gnome-klotski-3.12.1.ebuild: + Version bump for Gnome 3.12. 26 Apr 2014; Pacho Ramos -gnome-klotski-3.8.2.ebuild: drop old 1.1 games-puzzle/gnome-klotski/gnome-klotski-3.12.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-klotski/gnome-klotski-3.12.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-klotski/gnome-klotski-3.12.1.ebuild?rev=1.1&content-type=text/plain Index: gnome-klotski-3.12.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-klotski/gnome-klotski-3.12.1.ebuild,v 1.1 2014/04/27 16:38:57 eva Exp $ EAPI="5" GCONF_DEBUG="no" VALA_MIN_API_VERSION="0.16" inherit gnome-games vala DESCRIPTION="Slide blocks to solve the puzzle" HOMEPAGE="https://wiki.gnome.org/Klotski" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND=" dev-libs/glib:2 >=gnome-base/librsvg-2.32.0 >=x11-libs/gtk+-3.4.0:3 " DEPEND="${RDEPEND} $(vala_depend) app-text/yelp-tools >=dev-util/intltool-0.50 sys-devel/gettext virtual/pkgconfig " src_prepare() { gnome-games_src_prepare vala_src_prepare }