summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/m2300w/m2300w-0.51.ebuild')
-rw-r--r--net-print/m2300w/m2300w-0.51.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-print/m2300w/m2300w-0.51.ebuild b/net-print/m2300w/m2300w-0.51.ebuild
deleted file mode 100644
index 7a7816014..000000000
--- a/net-print/m2300w/m2300w-0.51.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Open source Linux driver for the Konica Minolta magicolor 2300W and 2400W color laser printers."
-HOMEPAGE="http://sourceforge.net/projects/m2300w/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="net-print/foomatic-filters
- net-print/cups"
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake INSTROOT="${D}" install || die "emake install failed"
-}