diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-02-09 16:48:02 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-02-09 16:48:02 +0000 |
commit | 894c3e6effe8d0f8543cf4713d13abbc0f88f3a8 (patch) | |
tree | 23402b116b31926940d7194bf3eb5eb8c04a9368 /net-print | |
parent | Version bump. (diff) | |
download | gentoo-2-894c3e6effe8d0f8543cf4713d13abbc0f88f3a8.tar.gz gentoo-2-894c3e6effe8d0f8543cf4713d13abbc0f88f3a8.tar.bz2 gentoo-2-894c3e6effe8d0f8543cf4713d13abbc0f88f3a8.zip |
Version bump.
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/ink/ChangeLog | 9 | ||||
-rw-r--r-- | net-print/ink/ink-0.5.2.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/net-print/ink/ChangeLog b/net-print/ink/ChangeLog index d1f21402668a..452a65c9e1ef 100644 --- a/net-print/ink/ChangeLog +++ b/net-print/ink/ChangeLog @@ -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 <mrueg@gentoo.org> +ink-0.5.2.ebuild: + Version bump. 23 Oct 2014; Matthias Maier <tamiko@gentoo.org> ink-0.5.1.ebuild: switch to EAPI 5, always use bash for configuration, bug #526548 diff --git a/net-print/ink/ink-0.5.2.ebuild b/net-print/ink/ink-0.5.2.ebuild new file mode 100644 index 000000000000..74ec8472505f --- /dev/null +++ b/net-print/ink/ink-0.5.2.ebuild @@ -0,0 +1,22 @@ +# 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 +} |