net-print/xerox-drivers: fix LICENSE and restrict fetch/bindist

Gentoo-bug: 612982
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Michael Palimaka
2017-03-18 20:08:51 +11:00
parent d240951cb4
commit 9cf5e51dec

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -8,11 +8,14 @@ MY_PN="LinuxCupsPrinterPkg"
DESCRIPTION="PPD files of XEROX printers (CopyCentre, DocuPrint, Phaser, WorkCentre) for CUPS printing system"
HOMEPAGE="http://www.support.xerox.com/go/getfile.asp?objid=61334&prodID=6180"
SRC_URI="http://download.support.xerox.com/pub/drivers/DocuColor_2006/drivers/unix/en/${MY_PN}.tar.gz"
LICENSE="public-domain"
LICENSE="Xerox"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="bindist fetch"
DEPEND=""
RDEPEND="net-print/cups"