diff options
Diffstat (limited to 'app-text/ijs')
-rw-r--r-- | app-text/ijs/Manifest | 1 | ||||
-rw-r--r-- | app-text/ijs/ijs-0.35.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/app-text/ijs/Manifest b/app-text/ijs/Manifest deleted file mode 100644 index 9773e9071..000000000 --- a/app-text/ijs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ijs-0.35.tar.bz2 257476 SHA256 11a5f5084488c480f3ff5a24d64d7147bb64272bf60a0ba51330a56c5b50cab9 SHA512 b5f8df6fe394efea4ee7059c1ca8d7eb91588f060642da12f6591f0f40d169883aa9f7a6976a00042c89dd370b30f36afc407c4e7515cbd68537505a63c9a293 WHIRLPOOL 0f03524622dd8da54e2a7227e8e330fff9f711e0012d98300207493479f08ecae218d4fe9f1ae8ed36db845898f23a4768812cc6129840e5420ce64fae425110 diff --git a/app-text/ijs/ijs-0.35.ebuild b/app-text/ijs/ijs-0.35.ebuild deleted file mode 100644 index 6578914cc..000000000 --- a/app-text/ijs/ijs-0.35.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2016 Adélie Linux Team -# Distributed under the terms of the NCSA License - -EAPI=6 - -DESCRIPTION="IJS is a protocol for transmission of raster page images" -HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/start" -SRC_URI="https://www.openprinting.org/download/${PN}/download/${P}.tar.bz2" - -LICENSE="" -SLOT="0" -KEYWORDS="x86 x86_64" -IUSE="static-libs" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_configure () { - econf --enable-shared \ - $(use_enable static-libs static) -} |