diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-04 15:02:31 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-04 15:02:31 +0000 |
commit | e0e9c0a3896db8b3fb584f8061a6b4fa6a011896 (patch) | |
tree | 463a6998a63dd766257a7d899a3f576a46c2d7dc /net-print | |
parent | version bump (diff) | |
download | gentoo-2-e0e9c0a3896db8b3fb584f8061a6b4fa6a011896.tar.gz gentoo-2-e0e9c0a3896db8b3fb584f8061a6b4fa6a011896.tar.bz2 gentoo-2-e0e9c0a3896db8b3fb584f8061a6b4fa6a011896.zip |
version bump
(Portage version: 2.1_rc4)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/foomatic/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/foomatic/files/digest-foomatic-3.0.20060601 | 1 | ||||
-rw-r--r-- | net-print/foomatic/foomatic-3.0.20060601.ebuild | 24 |
3 files changed, 32 insertions, 1 deletions
diff --git a/net-print/foomatic/ChangeLog b/net-print/foomatic/ChangeLog index d5464fb45535..77e22b22c856 100644 --- a/net-print/foomatic/ChangeLog +++ b/net-print/foomatic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-print/foomatic # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.39 2006/05/05 10:05:39 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.40 2006/06/04 15:02:31 genstef Exp $ + +*foomatic-3.0.20060601 (04 Jun 2006) + + 04 Jun 2006; Stefan Schweizer <genstef@gentoo.org> + +foomatic-3.0.20060601.ebuild: + version bump 05 May 2006; Stefan Schweizer <genstef@gentoo.org> foomatic-3.0.2.ebuild: Fix DEPEND thanks to Miguel <mlastral@ugr.es> in bug 132322 diff --git a/net-print/foomatic/files/digest-foomatic-3.0.20060601 b/net-print/foomatic/files/digest-foomatic-3.0.20060601 new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/net-print/foomatic/files/digest-foomatic-3.0.20060601 @@ -0,0 +1 @@ + diff --git a/net-print/foomatic/foomatic-3.0.20060601.ebuild b/net-print/foomatic/foomatic-3.0.20060601.ebuild new file mode 100644 index 000000000000..92555e31b397 --- /dev/null +++ b/net-print/foomatic/foomatic-3.0.20060601.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-3.0.20060601.ebuild,v 1.1 2006/06/04 15:02:31 genstef Exp $ + +inherit versionator + +DESCRIPTION="The Foomatic printing meta package" +HOMEPAGE="http://www.linuxprinting.org/foomatic.html" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="foomaticdb ppds" + +DEPEND="~net-print/foomatic-filters-${PV} + foomaticdb? ( + ~net-print/foomatic-db-engine-${PV} + >=net-print/foomatic-db-$(get_version_component_range 3) + ) + ppds? ( + >=net-print/foomatic-db-ppds-$(get_version_component_range 3) + >=net-print/foomatic-filters-ppds-$(get_version_component_range 3) + )" |