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 A960D138A1A for ; Mon, 9 Feb 2015 16:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DC3FE0A95; Mon, 9 Feb 2015 16:48:06 +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 AA6D1E0A95 for ; Mon, 9 Feb 2015 16:48:05 +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 5ABFF340685 for ; Mon, 9 Feb 2015 16:48:04 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2345) id 4C27A11678; Mon, 9 Feb 2015 16:48:02 +0000 (UTC) From: "Manuel Rueger (mrueg)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mrueg@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-print/ink: ink-0.5.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ink-0.5.2.ebuild ChangeLog X-VCS-Directories: net-print/ink X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150209164802.4C27A11678@oystercatcher.gentoo.org> Date: Mon, 9 Feb 2015 16:48:02 +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: 867f841c-35c8-4e8a-ac22-05d335c996f1 X-Archives-Hash: 0e723566ed2a687b21a12f31cae7a2fc mrueg 15/02/09 16:48:02 Modified: ChangeLog Added: ink-0.5.2.ebuild Log: Version bump. (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.23 net-print/ink/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/ink/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/ink/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/ink/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 23 Oct 2014 23:04:24 -0000 1.22 +++ ChangeLog 9 Feb 2015 16:48:02 -0000 1.23 @@ -1,6 +1,11 @@ # ChangeLog for net-print/ink -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.22 2014/10/23 23:04:24 tamiko Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.23 2015/02/09 16:48:02 mrueg Exp $ + +*ink-0.5.2 (09 Feb 2015) + + 09 Feb 2015; Manuel RĂ¼ger +ink-0.5.2.ebuild: + Version bump. 23 Oct 2014; Matthias Maier ink-0.5.1.ebuild: switch to EAPI 5, always use bash for configuration, bug #526548 1.1 net-print/ink/ink-0.5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/ink/ink-0.5.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/ink/ink-0.5.2.ebuild?rev=1.1&content-type=text/plain Index: ink-0.5.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-print/ink/ink-0.5.2.ebuild,v 1.1 2015/02/09 16:48:02 mrueg Exp $ EAPI=5 DESCRIPTION="A command line utility to display the ink level of your printer" SRC_URI="mirror://sourceforge/ink/${P/_}.tar.gz" HOMEPAGE="http://ink.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">net-print/libinklevel-0.8" RDEPEND="${DEPEND}" src_configure() { # always use /bin/bash as configure shell, bug #526548 CONFIG_SHELL=/bin/bash default }