Gentoo Archives: gentoo-commits

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