diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-05 23:40:00 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-05 23:40:00 +0000 |
commit | ac22da890edf1f5da161fe41aafc327b6ebe5bea (patch) | |
tree | c272df1d4fb76d6e4b2dffe858040723d330b3a7 /net-print/foomatic-db | |
parent | EAPI bump (diff) | |
download | gentoo-2-ac22da890edf1f5da161fe41aafc327b6ebe5bea.tar.gz gentoo-2-ac22da890edf1f5da161fe41aafc327b6ebe5bea.tar.bz2 gentoo-2-ac22da890edf1f5da161fe41aafc327b6ebe5bea.zip |
Add new snapshot of the database
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'net-print/foomatic-db')
-rw-r--r-- | net-print/foomatic-db/ChangeLog | 10 | ||||
-rw-r--r-- | net-print/foomatic-db/foomatic-db-4.0.20140105.ebuild | 41 |
2 files changed, 49 insertions, 2 deletions
diff --git a/net-print/foomatic-db/ChangeLog b/net-print/foomatic-db/ChangeLog index e6d3650d1087..2ffa59c33177 100644 --- a/net-print/foomatic-db/ChangeLog +++ b/net-print/foomatic-db/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-print/foomatic-db -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.90 2013/09/05 12:46:34 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.91 2014/01/05 23:40:00 dilfridge Exp $ + +*foomatic-db-4.0.20140105 (05 Jan 2014) + + 05 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +foomatic-db-4.0.20140105.ebuild: + Add new snapshot of the database 05 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -foomatic-db-3.0.20060720.ebuild, -foomatic-db-4.0.20110506.ebuild, -foomatic-db-4.0.20120117.ebuild: diff --git a/net-print/foomatic-db/foomatic-db-4.0.20140105.ebuild b/net-print/foomatic-db/foomatic-db-4.0.20140105.ebuild new file mode 100644 index 000000000000..c85def6fb541 --- /dev/null +++ b/net-print/foomatic-db/foomatic-db-4.0.20140105.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-4.0.20140105.ebuild,v 1.1 2014/01/05 23:40:00 dilfridge Exp $ + +EAPI=5 + +inherit versionator + +DESCRIPTION="Printer information files for foomatic-db-engine to generate ppds" +HOMEPAGE="http://www.linuxprinting.org/foomatic.html" +SRC_URI="http://www.openprinting.org/download/foomatic/${PN}-$(replace_version_separator 2 -).tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND=" + net-print/foomatic-db-engine + !net-print/foo2zjs[hp2600n]" + +S="${WORKDIR}/${PN}-$(get_version_component_range 3 ${PV})" + +src_prepare() { + # ppd files do not belong to this package + rm -r db/source/PPD || die +} + +src_configure() { + econf \ + --disable-gzip-ppds \ + --disable-ppds-to-cups +} + +src_install() { + default + rmdir "${ED}"/usr/share/foomatic/db/source/PPD || die + # Avoid collision with foo2zjs, bug 185486 + rm "${ED}"/usr/share/foomatic/db/source/{driver/foo2{hp,lava,xqx,zjs}.xml,printer/{Generic-ZjStream_Printer,HP-{Color_LaserJet_{1500,1600,2600n},LaserJet_{10{00,05,18,20,22},M1005_MFP}},Minolta-{Color_PageWorks_Pro_L,magicolor_2{20,30,43}0_DL},Samsung-CLP-{3,6}00}.xml} || die +} |