summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-29 02:04:09 +0000
committerSam James <sam@gentoo.org>2022-01-29 03:56:08 +0000
commit898c52fd2d0c45c95fcb522dd8de879cca62048e (patch)
tree23022fdb94160d2bcab5ecdbe9e32d36a0a24a99 /net-print
parentsys-apps/daisydog: update EAPI 5 -> 7 (diff)
downloadgentoo-898c52fd2d0c45c95fcb522dd8de879cca62048e.tar.gz
gentoo-898c52fd2d0c45c95fcb522dd8de879cca62048e.tar.bz2
gentoo-898c52fd2d0c45c95fcb522dd8de879cca62048e.zip
net-print/ink: drop 0.5.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r--net-print/ink/Manifest1
-rw-r--r--net-print/ink/ink-0.5.1.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/net-print/ink/Manifest b/net-print/ink/Manifest
index 3ab05479214f..7221b969191e 100644
--- a/net-print/ink/Manifest
+++ b/net-print/ink/Manifest
@@ -1,2 +1 @@
-DIST ink-0.5.1.tar.gz 105174 BLAKE2B dc5807ee0f87e8e48e283e86d7d9ea9fe74b407591448eb66d45871185c2439fb97c81ef8c6ab0d10d871f28c49bd0d3a55b981d126314af829420ecacec7bb2 SHA512 12a21279ca4f390c5748b8ab1c62770c82decec1f9bfa3e6c13d7a269a7cb28fb96f92506c532f52fb4e3f1b72012e2c2a08e654a91edb1c73d1f7b778dc5848
DIST ink-0.5.3.tar.gz 111791 BLAKE2B 15269a5ea267434f529256aeb144950111ffdaf9d9e182b62f5e1b0b3e6340495a2fdf22ffa6578a1960259a5f1a9097f27ca09ea6ecb1fb1f702aa15b7b2b5b SHA512 a05a3647d0fcae652f1b339006d22b7324e42615ed63fed47269dad409d0a6bd7640b9ec9fb6871d7ff0027af2577b64af98cbb8d9e38810e3b26490a5c0a2a1
diff --git a/net-print/ink/ink-0.5.1.ebuild b/net-print/ink/ink-0.5.1.ebuild
deleted file mode 100644
index f0776c35f68c..000000000000
--- a/net-print/ink/ink-0.5.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}