summaryrefslogtreecommitdiff
path: root/net-print/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2-1.1.11.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2-1.1.11.ebuild')
-rw-r--r--net-print/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2-1.1.11.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-print/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2-1.1.11.ebuild b/net-print/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2-1.1.11.ebuild
deleted file mode 100644
index c151af2..0000000
--- a/net-print/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2-1.1.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit rpm
-
-DESCRIPTION="Epson Inkjet Printer Driver (ESC/P-R) 2"
-HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
-SRC_URI="https://download3.ebz.epson.net/dsc/f/03/00/11/01/98/8ff121831d0a6be76e86b87c78178f3c93df6d0f/${P}-1lsb3.2.src.rpm"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="net-print/cups"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}/bug_x86_64.patch"
-)
-
-src_configure() {
- econf --disable-shared
-
- # Makefile calls ls to generate a file list which is included in Makefile.am
- # Set the collation to C to avoid automake being called automatically
- unset LC_ALL
- export LC_COLLATE=C
-}
-
-src_install() {
- emake -C ppd DESTDIR="${D}" install
- emake -C src DESTDIR="${D}" install
- einstalldocs
-}