Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/ink: ink-0.5.2.ebuild ChangeLog
Date: Mon, 09 Feb 2015 16:48:08
Message-Id: 20150209164802.4C27A11678@oystercatcher.gentoo.org
1 mrueg 15/02/09 16:48:02
2
3 Modified: ChangeLog
4 Added: ink-0.5.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.23 net-print/ink/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/ink/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/ink/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/ink/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 23 Oct 2014 23:04:24 -0000 1.22
24 +++ ChangeLog 9 Feb 2015 16:48:02 -0000 1.23
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-print/ink
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.22 2014/10/23 23:04:24 tamiko Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.23 2015/02/09 16:48:02 mrueg Exp $
31 +
32 +*ink-0.5.2 (09 Feb 2015)
33 +
34 + 09 Feb 2015; Manuel RĂ¼ger <mrueg@g.o> +ink-0.5.2.ebuild:
35 + Version bump.
36
37 23 Oct 2014; Matthias Maier <tamiko@g.o> ink-0.5.1.ebuild:
38 switch to EAPI 5, always use bash for configuration, bug #526548
39
40
41
42 1.1 net-print/ink/ink-0.5.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/ink/ink-0.5.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/ink/ink-0.5.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ink-0.5.2.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-print/ink/ink-0.5.2.ebuild,v 1.1 2015/02/09 16:48:02 mrueg Exp $
52
53 EAPI=5
54
55 DESCRIPTION="A command line utility to display the ink level of your printer"
56 SRC_URI="mirror://sourceforge/ink/${P/_}.tar.gz"
57 HOMEPAGE="http://ink.sourceforge.net/"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND=">net-print/libinklevel-0.8"
65 RDEPEND="${DEPEND}"
66
67 src_configure() {
68 # always use /bin/bash as configure shell, bug #526548
69 CONFIG_SHELL=/bin/bash default
70 }