summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
committerCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
commita6ec986eb1452ead17ddc002629ea31934dc132d (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /apps/net-print/brother-cups/brother-cups-2.0.1.ebuild
parentUpdate EiffelStudio and Traffic ebuilds (usefull for ETHZ students). (diff)
downloadchtekk-master.tar.gz
chtekk-master.tar.bz2
chtekk-master.zip
Empty dev overlay, as I'm retiring from Gentoo.HEADmaster
apps can now be found at http://projects.longitekk.com:8000/Projects/browser/gentoo-ebuilds vda can now be found at http://vda.sourceforge.net/ and http://vda-ng.longitekk.com:8000/VDA-NG/browser (out-of-date) syscp can now be found up-to-date directly from upstream: http://wiki.syscp.org/docs/syscp-howto-gentoo-en coda and versioncp are out-of-date, broken trial runs of some stuff, so they just get deleted svn path=/; revision=104
Diffstat (limited to 'apps/net-print/brother-cups/brother-cups-2.0.1.ebuild')
-rw-r--r--apps/net-print/brother-cups/brother-cups-2.0.1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/apps/net-print/brother-cups/brother-cups-2.0.1.ebuild b/apps/net-print/brother-cups/brother-cups-2.0.1.ebuild
deleted file mode 100644
index 0a7e342..0000000
--- a/apps/net-print/brother-cups/brother-cups-2.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-LPR_BASEURI="http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/lpr_others"
-CUPS_BASEURI="http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/cups_wrapper"
-
-inherit rpm
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Brother MFC-8860DN CUPS printer driver."
-HOMEPAGE="http://solutions.brother.com/linux/en_us/index.html"
-SRC_URI="${LPR_BASEURI}/brmfc8860dnlpr-${PV}-1.i386.rpm
- ${CUPS_BASEURI}/cupswrapperMFC8860DN-${PV}-1.i386.rpm"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=net-print/cups-1.3"
-
-src_unpack() {
- rpm_src_unpack
-}
-
-src_compile() {
- sed -e "s|/usr/lib/cups/|/usr/libexec/cups/|g" -i usr/local/Brother/cupswrapper/cupswrapperMFC8860DN-${PV}
- sed -e "s|/usr/lib64/cups/|/usr/libexec/cups/|g" -i usr/local/Brother/cupswrapper/cupswrapperMFC8860DN-${PV}
-}
-
-src_install() {
- cp -Rf "./" "${D}/"
-}
-
-pkg_postinst() {
- ${ROOT}usr/local/Brother/inf/setupPrintcap MFC8860DN -i USB
- ${ROOT}usr/local/Brother/inf/braddprinter -i MFC8860DN
- echo "[psconvert2]" >> ${ROOT}usr/local/Brother/inf/brMFC8860DNfunc
- echo "pstops=`which pstops`" >> ${ROOT}usr/local/Brother/inf/brMFC8860DNfunc
-
- ${ROOT}usr/local/Brother/cupswrapper/cupswrapperMFC8860DN-${PV} -i
-}