diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-03-18 20:08:51 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-03-18 20:09:04 +1100 |
commit | 9cf5e51decb366992d1fb56b95ca763390bec80a (patch) | |
tree | c5eef23f568a4f1d3e2c94e54615ef4d212dac26 /net-print/xerox-drivers | |
parent | licenses: add Xerox for net-print/xerox-drivers (diff) | |
download | gentoo-9cf5e51decb366992d1fb56b95ca763390bec80a.tar.gz gentoo-9cf5e51decb366992d1fb56b95ca763390bec80a.tar.bz2 gentoo-9cf5e51decb366992d1fb56b95ca763390bec80a.zip |
net-print/xerox-drivers: fix LICENSE and restrict fetch/bindist
Gentoo-bug: 612982
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-print/xerox-drivers')
-rw-r--r-- | net-print/xerox-drivers/xerox-drivers-0_p20080123.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-print/xerox-drivers/xerox-drivers-0_p20080123.ebuild b/net-print/xerox-drivers/xerox-drivers-0_p20080123.ebuild index ce64657fccf6..f0568f08794c 100644 --- a/net-print/xerox-drivers/xerox-drivers-0_p20080123.ebuild +++ b/net-print/xerox-drivers/xerox-drivers-0_p20080123.ebuild @@ -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" |