summaryrefslogtreecommitdiff
path: root/net-print
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2020-02-15 23:29:41 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2020-02-15 23:29:41 +0100
commitdf5456dff62f7eef6afe51e17330671673f3ecdf (patch)
tree44b4e1c59b67edaaaf475c7b865a5d5904f3dd60 /net-print
parentf9e16f2bb12222519727cf2d52ed3273d82e9014 (diff)
downloadportage-df5456dff62f7eef6afe51e17330671673f3ecdf.tar.gz
portage-df5456dff62f7eef6afe51e17330671673f3ecdf.tar.bz2
portage-df5456dff62f7eef6afe51e17330671673f3ecdf.zip
Aleader in portage
Diffstat (limited to 'net-print')
-rw-r--r--net-print/cnijfilter2/Manifest3
-rw-r--r--net-print/cnijfilter2/cnijfilter2-5.70.ebuild64
-rw-r--r--net-print/cnijfilter2/files/cnijfilter2-5.20-gentoo.patch58
3 files changed, 0 insertions, 125 deletions
diff --git a/net-print/cnijfilter2/Manifest b/net-print/cnijfilter2/Manifest
deleted file mode 100644
index bbdb2af..0000000
--- a/net-print/cnijfilter2/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX cnijfilter2-5.20-gentoo.patch 1811 BLAKE2B 7cd9b117635326f58d6eae516ecc23be94ef57278a680a0e0341574e75eaf39e84055d41334ffefa8398da57c361e1018b5f87c19272fed87dc053d7f299306f SHA512 6a4353824ae27e23e305dd4299fb22cb0225eaef479546e18858ebee88de9e969590af1a654ec8716b5cdd4181827753917c5d022a57a6fb26bf8db5440e3f88
-DIST cnijfilter2-source-5.70-1.tar.gz 1366033 BLAKE2B 0d03c4c4f4bc00ea91cc46db6554252997242dcc98ee65fe856528848843cdd6d2195e3839d8dad71f1fc722cfbb2e65730020665d9095d0a93900840659477d SHA512 3d9afe4ca6b042015898f4fc08d991a4af2c55010c9d98807a12dade01d2655f74b7e4896abeb933c93faeca954bcfdadfd6e359ee8efe5952623fc635500729
-EBUILD cnijfilter2-5.70.ebuild 1524 BLAKE2B 72d3bbf81e17ef7297daf1ee6e80f2ee9312f492c56551f1be14bc30e4af039bc17398e7d92d89f45e50fdc9b03e538c127102887bea033c56d0e3a8f2ac7fa9 SHA512 71567d49da3e6663f2821ccf1c4c25e564846cd46df3df66314958da7e1fd6953769756dc33b9b22ac1f5fca003d4a42894063a3110fef5e6f30f393817042c1
diff --git a/net-print/cnijfilter2/cnijfilter2-5.70.ebuild b/net-print/cnijfilter2/cnijfilter2-5.70.ebuild
deleted file mode 100644
index 0ed9a99..0000000
--- a/net-print/cnijfilter2/cnijfilter2-5.70.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P="${PN}-source-${PV}-1"
-
-DESCRIPTION="IJ Printer Driver"
-HOMEPAGE="https://www.canon.it/"
-SRC_URI="http://gdlp01.c-wss.com/gds/0/0100009930/01/${MY_P}.tar.gz"
-
-LICENSE="Canon-IJ"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="virtual/libusb:1
- dev-libs/libxml2
- net-print/cups"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${PN}-5.20-gentoo.patch )
-
-src_prepare() {
- default
- DIRS="cmdtocanonij2 cmdtocanonij3 cnijbe2 lgmon3 rastertocanonij tocanonij tocnpwg"
- LIBDIR=com/libs_bin$(usex amd64 64 32)
- for d in ${DIRS}; do
- mv "${d}"/configure.{in,ac} || die
- done
- echo "AC_INIT([${PN}], [${PV}])" >> configure.ac
- echo "AM_INIT_AUTOMAKE" >> configure.ac
- echo "AC_CONFIG_SUBDIRS([${DIRS}])" >> configure.ac
- echo "AC_CONFIG_FILES([Makefile])" >> configure.ac
- echo "AC_OUTPUT()" >> configure.ac
- echo "SUBDIRS= ${DIRS}" >> Makefile.am
- sed -i \
- -e "/^CFLAGS/d" \
- */configure.ac || die
- eautoreconf
- cd ${LIBDIR}
- rm libcn*.so || die
- ln -sf libcnbpcnclapicom2.so.5.0.0 libcnbpcnclapicom2.so || die
- ln -sf libcnbpnet20.so.1.0.0 libcnbpnet20.so || die
- ln -sf libcnbpnet30.so.1.0.0 libcnbpnet30.so || die
- ln -sf libcnnet2.so.1.2.4 libcnnet2.so || die
-
- cd -
-}
-
-src_configure() {
- LDFLAGS="-L"${S}"/${LIBDIR}" econf --enable-progpath="${EPREFIX}/usr/bin"
-}
-
-src_install() {
- default
- insinto /usr/share/ppd/cupsfilters
- doins ppd/*ppd
- dolib.so ${LIBDIR}/*
-}
diff --git a/net-print/cnijfilter2/files/cnijfilter2-5.20-gentoo.patch b/net-print/cnijfilter2/files/cnijfilter2-5.20-gentoo.patch
deleted file mode 100644
index d8f626c..0000000
--- a/net-print/cnijfilter2/files/cnijfilter2-5.20-gentoo.patch
+++ /dev/null
@@ -1,58 +0,0 @@
---- a/cmdtocanonij2/filter/Makefile.am.old 2018-01-14 18:14:20.645473030 +0100
-+++ b/cmdtocanonij2/filter/Makefile.am 2018-01-14 18:14:36.078219959 +0100
-@@ -1,4 +1,4 @@
--filterdir=$(libdir)/cups/filter
-+filterdir=$(libexecdir)/cups/filter
-
- filter_PROGRAMS= cmdtocanonij2
-
---- a/cmdtocanonij3/filter/Makefile.am.old 2018-01-14 18:14:20.645473030 +0100
-+++ b/cmdtocanonij3/filter/Makefile.am 2018-01-14 18:14:36.078219959 +0100
-@@ -1,4 +1,4 @@
--filterdir=$(libdir)/cups/filter
-+filterdir=$(libexecdir)/cups/filter
-
- filter_PROGRAMS= cmdtocanonij3
-
---- a/cnijbe2/src/Makefile.am.old 2018-01-14 19:25:48.823470121 +0100
-+++ b/cnijbe2/src/Makefile.am 2018-01-14 19:25:59.316275741 +0100
-@@ -1,6 +1,6 @@
- ## Process this file with automake to produce Makefile.in
-
--backend_bindir = /usr/lib/cups/backend
-+backend_bindir = $(libexecdir)/cups/backend
- backend_bin_PROGRAMS = cnijbe2
- transform =
-
---- a/rastertocanonij/src/Makefile.am.old 2018-01-14 21:31:33.053307218 +0100
-+++ b/rastertocanonij/src/Makefile.am 2018-01-14 21:31:41.106166479 +0100
-@@ -1,4 +1,4 @@
--filterdir=$(libdir)/cups/filter
-+filterdir=$(libexecdir)/cups/filter
-
- filter_PROGRAMS= rastertocanonij
-
---- a/tocanonij/src/Makefile.am.old 2018-01-15 22:38:14.236460663 +0100
-+++ b/tocanonij/src/Makefile.am 2018-01-15 22:38:39.184018933 +0100
-@@ -1,7 +1,8 @@
- INCLUDES = \
- -I$(top_srcdir)/include/cncl
-
--bin_PROGRAMS= tocanonij
-+filterdir=$(libexecdir)/cups/filter
-+filter_PROGRAMS= tocanonij
-
- tocanonij_SOURCES= \
- main.c
---- a/tocnpwg/src/Makefile.am.old 2018-01-15 22:42:43.759703863 +0100
-+++ b/tocnpwg/src/Makefile.am 2018-01-15 22:43:10.442232986 +0100
-@@ -2,7 +2,8 @@
- INCLUDES = \
- @XML_2_CFLAGS@
-
--bin_PROGRAMS= tocnpwg
-+filterdir=$(libexecdir)/cups/filter
-+filter_PROGRAMS= tocnpwg
-
- tocnpwg_SOURCES= \
- main.c mkpset.c