public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: net-print/cnijfilter/
@ 2015-05-10 14:46 Tiziano Müller
  0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2015-05-10 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a0c4ab3f6175387912ca94548f9dc546a0136713
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 14:46:21 2015 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sun May 10 14:46:21 2015 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=a0c4ab3f

drop unused proprietary package

 net-print/cnijfilter/Manifest                  |  2 -
 net-print/cnijfilter/cnijfilter-3.10_p1.ebuild | 70 --------------------------
 2 files changed, 72 deletions(-)

diff --git a/net-print/cnijfilter/Manifest b/net-print/cnijfilter/Manifest
deleted file mode 100644
index 5e40f97..0000000
--- a/net-print/cnijfilter/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD cnijfilter-3.10_p1.ebuild 1612 RMD160 699bd3a862168409eae94c9651fcaf44b0213b88 SHA1 cdbc5b705aab64a0f65756007dae7e10b7c696f1 SHA256 349e8269f26d113e0bd45a91b6232f80b06816aecf0ed7bcc6f59be1a8740952
-DIST cnijfilter-source-3.10-1.tar.gz 3135290 RMD160 087e53ff658116a81f1de4ce09b194777396377a SHA1 bd34ca06c20018b72614a2134c7cef4437e32e5d SHA256 857c459c88e266e0a96627685daf195d1290cde56e5cab891a1ae6be799319f6

diff --git a/net-print/cnijfilter/cnijfilter-3.10_p1.ebuild b/net-print/cnijfilter/cnijfilter-3.10_p1.ebuild
deleted file mode 100644
index 4e30694..0000000
--- a/net-print/cnijfilter/cnijfilter-3.10_p1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit autotools
-
-MY_P="cnijfilter-source-${PV%%_p*}"
-
-DESCRIPTION="PPD and filters for Canon InkJet Printers"
-HOMEPAGE="http://de.software.canon-europe.com/software/0033571.asp?model="
-SRC_URI="http://files.canon-europe.com/files/soft33571/software/${MY_P}-${PV##*_p}.tar.gz"
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="network"
-
-DEPEND="dev-libs/popt
-	net-print/cups"
-RDEPEND="${DEPEND}
-	network? ( net-print/cups-bjnp )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	sed -i \
-		-e '/^AM_CFLAGS/d' \
-		libs/paramlist/Makefile.am || die "sed failed"
-	sed -i \
-		-e 's|-O2 -Wall||' \
-		pstocanonij/filter/Makefile.am || die "sed failed"
-
-	for d in libs pstocanonij ; do
-		cd "${S}/${d}"
-		eautoreconf
-	done
-}
-
-src_configure() {
-	cd "${S}/libs"
-	econf
-
-	cd "${S}/pstocanonij"
-	econf \
-		--enable-progpath="$(cups-config --serverbin)/filter"
-}
-
-src_compile() {
-	emake -C libs || die "emake -C libs failed"
-	emake -C pstocanonij || die "emake -C pstocanonij failed"
-}
-
-src_install() {
-	emake -C pstocanonij DESTDIR="${D}" install || die "emake install failed"
-
-	dodir "$(cups-config --serverbin)"
-	mv "${D}"/usr/lib*/cups/filter "${D}/$(cups-config --serverbin)"
-	rm -rf "${D}"/usr/lib{,32,64}
-
-	insinto "$(cups-config --datadir)/model"
-	doins ppd/*.ppd
-}
-
-pkg_postinst() {
-	elog "Currently only 3 PPDs and the pstocanonij tool get installed"
-	elog "Other things are either broken or need precompiled and 32-bit only libs."
-	elog "Patches extending this ebuild are welcome."
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-10 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-10 14:46 [gentoo-commits] dev/dev-zero:master commit in: net-print/cnijfilter/ Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox