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 1A4C31387FD for ; Sun, 6 Apr 2014 09:08:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA3DDE086E; Sun, 6 Apr 2014 09:08:24 +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 46AC1E086E for ; Sun, 6 Apr 2014 09:08:24 +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 42E3633FD38 for ; Sun, 6 Apr 2014 09:08:23 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id B4C012004B; Sun, 6 Apr 2014 09:08:20 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-jna: emul-linux-x86-jna-20140406.ebuild ChangeLog emul-linux-x86-jna-20130224.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: emul-linux-x86-jna-20140406.ebuild ChangeLog emul-linux-x86-jna-20130224.ebuild X-VCS-Directories: app-emulation/emul-linux-x86-jna X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140406090820.B4C012004B@flycatcher.gentoo.org> Date: Sun, 6 Apr 2014 09:08:20 +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: fd43ac79-c73f-4657-847e-873a1dddd544 X-Archives-Hash: c6e29f6b61087645f9d67bcffdad58fa pacho 14/04/06 09:08:20 Modified: ChangeLog Added: emul-linux-x86-jna-20140406.ebuild Removed: emul-linux-x86-jna-20130224.ebuild Log: Version bump, drop old (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A188FBD4) Revision Changes Path 1.12 app-emulation/emul-linux-x86-jna/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-jna/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-jna/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-jna/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-jna/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 22 Nov 2013 19:31:50 -0000 1.11 +++ ChangeLog 6 Apr 2014 09:08:20 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/emul-linux-x86-jna -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-jna/ChangeLog,v 1.11 2013/11/22 19:31:50 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-jna/ChangeLog,v 1.12 2014/04/06 09:08:20 pacho Exp $ + +*emul-linux-x86-jna-20140406 (06 Apr 2014) + + 06 Apr 2014; Pacho Ramos + +emul-linux-x86-jna-20140406.ebuild, -emul-linux-x86-jna-20130224.ebuild: + Version bump, drop old 22 Nov 2013; Pacho Ramos emul-linux-x86-jna-20131008.ebuild: 1.1 app-emulation/emul-linux-x86-jna/emul-linux-x86-jna-20140406.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-jna/emul-linux-x86-jna-20140406.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-jna/emul-linux-x86-jna-20140406.ebuild?rev=1.1&content-type=text/plain Index: emul-linux-x86-jna-20140406.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-jna/emul-linux-x86-jna-20140406.ebuild,v 1.1 2014/04/06 09:08:20 pacho Exp $ EAPI=5 inherit emul-linux-x86 LICENSE="LGPL-2.1" KEYWORDS="-* ~amd64" DEPEND="" RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV}"