Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/ink/
Date: Sat, 29 Jan 2022 03:56:25
Message-Id: 1643428568.898c52fd2d0c45c95fcb522dd8de879cca62048e.sam@gentoo
1 commit: 898c52fd2d0c45c95fcb522dd8de879cca62048e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 02:04:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 03:56:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898c52fd
7
8 net-print/ink: drop 0.5.1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-print/ink/Manifest | 1 -
13 net-print/ink/ink-0.5.1.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/net-print/ink/Manifest b/net-print/ink/Manifest
17 index 3ab05479214f..7221b969191e 100644
18 --- a/net-print/ink/Manifest
19 +++ b/net-print/ink/Manifest
20 @@ -1,2 +1 @@
21 -DIST ink-0.5.1.tar.gz 105174 BLAKE2B dc5807ee0f87e8e48e283e86d7d9ea9fe74b407591448eb66d45871185c2439fb97c81ef8c6ab0d10d871f28c49bd0d3a55b981d126314af829420ecacec7bb2 SHA512 12a21279ca4f390c5748b8ab1c62770c82decec1f9bfa3e6c13d7a269a7cb28fb96f92506c532f52fb4e3f1b72012e2c2a08e654a91edb1c73d1f7b778dc5848
22 DIST ink-0.5.3.tar.gz 111791 BLAKE2B 15269a5ea267434f529256aeb144950111ffdaf9d9e182b62f5e1b0b3e6340495a2fdf22ffa6578a1960259a5f1a9097f27ca09ea6ecb1fb1f702aa15b7b2b5b SHA512 a05a3647d0fcae652f1b339006d22b7324e42615ed63fed47269dad409d0a6bd7640b9ec9fb6871d7ff0027af2577b64af98cbb8d9e38810e3b26490a5c0a2a1
23
24 diff --git a/net-print/ink/ink-0.5.1.ebuild b/net-print/ink/ink-0.5.1.ebuild
25 deleted file mode 100644
26 index f0776c35f68c..000000000000
27 --- a/net-print/ink/ink-0.5.1.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="5"
34 -
35 -DESCRIPTION="A command line utility to display the ink level of your printer"
36 -SRC_URI="mirror://sourceforge/ink/${P/_}.tar.gz"
37 -HOMEPAGE="http://ink.sourceforge.net/"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="amd64 x86"
42 -IUSE=""
43 -
44 -DEPEND=">net-print/libinklevel-0.8"
45 -RDEPEND="${DEPEND}"
46 -
47 -src_configure() {
48 - # always use /bin/bash as configure shell, bug #526548
49 - CONFIG_SHELL=/bin/bash default
50 -}