net-print/libinklevel: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Pacho Ramos
2018-03-16 21:36:49 +01:00
parent 2c6ac3fe27
commit 72bca1a273
5 changed files with 0 additions and 137 deletions

View File

@@ -1,4 +1 @@
DIST libinklevel-0.8.0.tar.gz 326397 BLAKE2B 470b8f12f14c453865f9b4cb6a642f65b5fcb8dcfec28b2208c961d5f456061137f92af1073b8c2544fedb81096c0de8ce0085ccce813a16819f802f622a3608 SHA512 bc521a97eafe0b0b73a907e522ef3af6ce404c5b8f44ddb3765ee7c388a67f93392a623c7987053e31411d7d9e247065463c2eeaa77e5fcd70c13b915c36d30e
DIST libinklevel-0.9.0.tar.gz 367521 BLAKE2B 4e1ac21e5773fa1df5d9524ef322c34133d80f02170f70bd09c91a03ce767a123cb24e69ef0c73b19bb3754bdaf29da9564ef3129ce279b47208d9ad7d49c765 SHA512 23ff9a0f959aff953006a51d1bced235be57dee7bf4046147cdec85525b8d8003d3d3d22bd116b7a3adf3620b10002f736e0156968c78224bccab63505bc5b49
DIST libinklevel-0.9.1.tar.gz 367651 BLAKE2B 5e82641391535e810a75c8837be5488170b16566d1e9ad09f68689697ef9ef738a94d665e8a4ad72d1c6aeffecf90ae55dc0198969377297e42bb498699fc6ee SHA512 c21ac2ed2949777dcca0f2258de8e0bf565b429b579d6b2c6c7bdb218935b9b7c88e891b240996c4c5274bb7bc8f5796bd9bb1f90b89d9b09580ab8fb9dd067a
DIST libinklevel-0.9.2.tar.gz 367928 BLAKE2B f74af31529246668a0bc00c17b2ec1432532eb484b7efb230873e251c26b349ff26f4eb51f7f610198416964c090f60232f10e40f5170783cbe806cbcf849155 SHA512 127acaef2d2c09981b4da80e4d86a869c66f0f2f9733e139800bc944c159ddca42829499a97ecbb712b74c950bb28a4e22382c9c2a42d374bc5593f8802b6c59

View File

@@ -1,20 +0,0 @@
--- configure.in 2010-03-28 22:11:26.000000000 +0300
+++ configure.in.fixed 2010-03-28 22:18:14.000000000 +0300
@@ -16,9 +16,14 @@
## Determine hostname & OS
## AC_CANONICAL_HOST
-
-AC_ARG_ENABLE([debug], [ --enable-debug enable debugging output],
- AC_DEFINE(DEBUG, 1, [enable debugging output]))
+AC_ARG_ENABLE(debug,
+ [ --enable-debug Enable debugging output if available (default=no)],
+ [ case "${enableval}" in
+ yes|"") enabled=yes; AC_DEFINE(DEBUG, 1, [enable debugging output]) ;;
+ no) ;;
+ *) ;;
+ esac],
+)
## Check for programs
## we want libtool to build our libs

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
inherit autotools eutils
MY_P="${P/_/}"
DESCRIPTION="A library to get the ink level of your printer"
HOMEPAGE="http://libinklevel.sourceforge.net/"
SRC_URI="mirror://sourceforge/libinklevel/${MY_P}.tar.gz"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
LICENSE="GPL-2"
IUSE="debug"
DEPEND=">=sys-libs/libieee1284-0.2.11"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
src_prepare() {
epatch "${FILESDIR}"/${P}-automagicdebug.patch
sed -i -e "/^dist_doc_DATA/d" Makefile.am \
|| die "Failed to disable installation of docs"
eautoreconf
}
src_configure() {
econf $(use_enable debug)
}
src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
rm "${D}"/usr/lib/libinklevel.la
}

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools eutils multilib
MY_P="${P/_/}"
DESCRIPTION="A library to get the ink level of your printer"
HOMEPAGE="http://libinklevel.sourceforge.net/"
SRC_URI="mirror://sourceforge/libinklevel/${MY_P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
IUSE="debug static-libs"
DEPEND=">=sys-libs/libieee1284-0.2.11
virtual/libusb:1"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
src_prepare() {
sed -i -e "/^dist_doc_DATA/d" Makefile.am \
|| die "Failed to disable installation of docs"
eautoreconf
}
src_configure() {
econf $(use_enable debug)
}
src_install () {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog NEWS README
use static-libs || rm "${D}"/usr/$(get_libdir)/libinklevel.{a,la}
}

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools eutils multilib
MY_P="${P/_/}"
DESCRIPTION="A library to get the ink level of your printer"
HOMEPAGE="http://libinklevel.sourceforge.net/"
SRC_URI="mirror://sourceforge/libinklevel/${MY_P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
IUSE="debug static-libs"
DEPEND=">=sys-libs/libieee1284-0.2.11
virtual/libusb:1"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
src_prepare() {
sed -i -e "/^dist_doc_DATA/d" Makefile.am \
|| die "Failed to disable installation of docs"
eautoreconf
}
src_configure() {
econf $(use_enable debug)
}
src_install () {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog NEWS README
use static-libs || rm "${D}"/usr/$(get_libdir)/libinklevel.{a,la}
}