diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-12-27 22:39:12 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-12-27 22:39:12 +0000 |
commit | 853f1745a8e696898ecee8b077f289544fb83dd1 (patch) | |
tree | 73f783290cc2a34a8cd09f99d777be5cc0abd1fd /net-print | |
parent | Add cups-filters as alternative to dead foomatic-filters (diff) | |
download | gentoo-2-853f1745a8e696898ecee8b077f289544fb83dd1.tar.gz gentoo-2-853f1745a8e696898ecee8b077f289544fb83dd1.tar.bz2 gentoo-2-853f1745a8e696898ecee8b077f289544fb83dd1.zip |
Add cups-filters as alternative to dead foomatic-filters
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'net-print')
3 files changed, 16 insertions, 8 deletions
diff --git a/net-print/foomatic-filters-ppds/ChangeLog b/net-print/foomatic-filters-ppds/ChangeLog index 030fc88be641..5dced03ce1e7 100644 --- a/net-print/foomatic-filters-ppds/ChangeLog +++ b/net-print/foomatic-filters-ppds/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/foomatic-filters-ppds -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters-ppds/ChangeLog,v 1.27 2012/01/28 21:47:57 dilfridge Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters-ppds/ChangeLog,v 1.28 2013/12/27 22:39:12 dilfridge Exp $ + + 27 Dec 2013; Andreas K. Huettel <dilfridge@gentoo.org> + foomatic-filters-ppds-20070501.ebuild, foomatic-filters-ppds-20080507.ebuild: + Add cups-filters as alternative to dead foomatic-filters 28 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org> -foomatic-filters-ppds-20060720.ebuild: diff --git a/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20070501.ebuild b/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20070501.ebuild index 9300a1b5ff9a..b2bb5bae4091 100644 --- a/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20070501.ebuild +++ b/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20070501.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20070501.ebuild,v 1.17 2008/05/07 23:57:14 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20070501.ebuild,v 1.18 2013/12/27 22:39:12 dilfridge Exp $ inherit eutils @@ -14,7 +14,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" -RDEPEND="net-print/foomatic-filters" +RDEPEND=" + || ( >=net-print/cups-filters-1.0.43 net-print/foomatic-filters ) +" src_unpack() { unpack ${A} diff --git a/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20080507.ebuild b/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20080507.ebuild index d45136dfaa85..b8231448fa7a 100644 --- a/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20080507.ebuild +++ b/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20080507.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20080507.ebuild,v 1.1 2008/05/07 23:57:14 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters-ppds/foomatic-filters-ppds-20080507.ebuild,v 1.2 2013/12/27 22:39:12 dilfridge Exp $ inherit eutils @@ -14,7 +14,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -RDEPEND="net-print/foomatic-filters" +RDEPEND=" + || ( >=net-print/cups-filters-1.0.43 net-print/foomatic-filters ) +" src_unpack() { unpack ${A} |