commit: 9cf5e51decb366992d1fb56b95ca763390bec80a Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Mar 18 09:08:51 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 09:09:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf5e51d
net-print/xerox-drivers: fix LICENSE and restrict fetch/bindist Gentoo-bug: 612982 Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-print/xerox-drivers/xerox-drivers-0_p20080123.ebuild | 7 +++++-- 1 file 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 ce64657fccf..f0568f08794 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"
