diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-18 10:54:05 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-18 10:54:05 +0000 |
commit | 917d2d236701e4d2c7e0f5c554d3f45d5c16d6d1 (patch) | |
tree | 16a5ceea57e44b28a2109709ab40ae49ca95a2d5 /net-print/foomatic | |
parent | Initial commit. (diff) | |
download | historical-917d2d236701e4d2c7e0f5c554d3f45d5c16d6d1.tar.gz historical-917d2d236701e4d2c7e0f5c554d3f45d5c16d6d1.tar.bz2 historical-917d2d236701e4d2c7e0f5c554d3f45d5c16d6d1.zip |
bump
Diffstat (limited to 'net-print/foomatic')
-rw-r--r-- | net-print/foomatic/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/foomatic/Manifest | 6 | ||||
-rw-r--r-- | net-print/foomatic/files/digest-foomatic-20031018 | 0 | ||||
-rw-r--r-- | net-print/foomatic/foomatic-20031018.ebuild | 22 |
4 files changed, 32 insertions, 3 deletions
diff --git a/net-print/foomatic/ChangeLog b/net-print/foomatic/ChangeLog index 1a7082d276d2..414a0a3d75ad 100644 --- a/net-print/foomatic/ChangeLog +++ b/net-print/foomatic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-print/foomatic # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.14 2003/10/17 12:46:38 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.15 2003/10/18 10:53:43 lanius Exp $ + +*foomatic-20031018 (18 Oct 2003) + + 18 Oct 2003; Heinrich Wendel <lanius@gentoo.org> foomatic-20031018.ebuild: + bump 17 Oct 2003; Heinrich Wendel <lanius@gentoo.org> foomatic-2.0.0.ebuild, foomatic-2.0.2.ebuild: diff --git a/net-print/foomatic/Manifest b/net-print/foomatic/Manifest index 33132102a9fe..09a967cbbce7 100644 --- a/net-print/foomatic/Manifest +++ b/net-print/foomatic/Manifest @@ -1,7 +1,9 @@ -MD5 d0635f2d25b87d9bad109e60710fa3ca ChangeLog 1988 -MD5 6c100182d17f156e3879fb77bca33361 foomatic-2.0.2.ebuild 1177 MD5 71cd9f13701b29a8ac1a59466e1e98ad foomatic-3.0.0.ebuild 674 +MD5 b6477e143da03e77fe73ace3706d4fdf foomatic-20031018.ebuild 713 +MD5 6c100182d17f156e3879fb77bca33361 foomatic-2.0.2.ebuild 1177 +MD5 6ca885a64ac220e396875fab03ed98d2 ChangeLog 2107 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 6a9b6266c601f3cac0d0e7b58179f7ce files/digest-foomatic-2.0.2 66 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-foomatic-3.0.0 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-foomatic-20031018 0 MD5 19c39503a125b48caf5e4f2bd956bc61 files/perl-module.diff 722 diff --git a/net-print/foomatic/files/digest-foomatic-20031018 b/net-print/foomatic/files/digest-foomatic-20031018 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/net-print/foomatic/files/digest-foomatic-20031018 diff --git a/net-print/foomatic/foomatic-20031018.ebuild b/net-print/foomatic/foomatic-20031018.ebuild new file mode 100644 index 000000000000..c2036e9730bb --- /dev/null +++ b/net-print/foomatic/foomatic-20031018.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-20031018.ebuild,v 1.1 2003/10/18 10:53:43 lanius Exp $ + +DESCRIPTION="The Foomatic printing meta package" +HOMEPAGE="http://www.linuxprinting.org/foomatic.html" +SRC_URI="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" +IUSE="" + +DEPEND="=net-print/foomatic-filters-20031018 + =net-print/foomatic-db-engine-20031018 + =net-print/foomatic-db-20031018" + +pkg_postinst () { + einfo + einfo "If printing does not work, try to install the latest version of" + einfo "gimp-print / hpijs or regerate your ppd file." + einfo +} |