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 <[email protected]> +ink-0.5.2.ebuild: + Version bump. 23 Oct 2014; Matthias Maier <[email protected]> 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 }
