diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-19 19:57:20 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-19 19:57:20 +0000 |
commit | 7e5e5a3ea02a1572e651659c7785ded9b4c70cc1 (patch) | |
tree | 82891a389f29116ae283676a106f464422bb92a2 /net-print | |
parent | fix Swing bork during bootstrap (diff) | |
download | gentoo-2-7e5e5a3ea02a1572e651659c7785ded9b4c70cc1.tar.gz gentoo-2-7e5e5a3ea02a1572e651659c7785ded9b4c70cc1.tar.bz2 gentoo-2-7e5e5a3ea02a1572e651659c7785ded9b4c70cc1.zip |
Updated SRC_URI.
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/foomatic/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/foomatic/Manifest | 6 | ||||
-rw-r--r-- | net-print/foomatic/foomatic-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | net-print/foomatic/foomatic-2.0.2.ebuild | 4 |
4 files changed, 15 insertions, 5 deletions
diff --git a/net-print/foomatic/ChangeLog b/net-print/foomatic/ChangeLog index 7b7df6be8d2c..91f09ebc1a28 100644 --- a/net-print/foomatic/ChangeLog +++ b/net-print/foomatic/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2003/02/22 04:41:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.10 2003/05/19 19:57:02 mholzer Exp $ + + 19 May 2003; Martin Holzer <mholzer@gentoo.org> foomatic-2.0.0.ebuild, + foomatic-2.0.2.ebuild: + Updated SRC_URI. closes #20462 *foomatic-2.0.2 (28 Jan 2003) diff --git a/net-print/foomatic/Manifest b/net-print/foomatic/Manifest new file mode 100644 index 000000000000..45c3b7da5181 --- /dev/null +++ b/net-print/foomatic/Manifest @@ -0,0 +1,6 @@ +MD5 812a9dd2fec04378f8e48c716386ec85 ChangeLog 1571 +MD5 4cea2f84c71cd98c953a8705b2e8358f foomatic-2.0.0.ebuild 1163 +MD5 a685229701bb5370d65a420542e5028d foomatic-2.0.2.ebuild 1165 +MD5 046741b15c8760c082192130eb039f7b files/digest-foomatic-2.0.0 66 +MD5 6a9b6266c601f3cac0d0e7b58179f7ce files/digest-foomatic-2.0.2 66 +MD5 19c39503a125b48caf5e4f2bd956bc61 files/perl-module.diff 722 diff --git a/net-print/foomatic/foomatic-2.0.0.ebuild b/net-print/foomatic/foomatic-2.0.0.ebuild index e7112fd46986..56f9335f183b 100644 --- a/net-print/foomatic/foomatic-2.0.0.ebuild +++ b/net-print/foomatic/foomatic-2.0.0.ebuild @@ -1,12 +1,12 @@ # 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-2.0.0.ebuild,v 1.10 2003/02/13 15:24:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-2.0.0.ebuild,v 1.11 2003/05/19 19:57:02 mholzer Exp $ inherit perl-module DESCRIPTION="Generates printer configurations automagically" HOMEPAGE="http://www.linuxprinting.org/foomatic" -SRC_URI="http://www.linuxprinting.org/download/foomatic/${P}.tar.gz" +SRC_URI="http://www.linuxprinting.org/download/foomatic/oldstuff/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha" diff --git a/net-print/foomatic/foomatic-2.0.2.ebuild b/net-print/foomatic/foomatic-2.0.2.ebuild index 21408e7b4b8f..3c26bc6467d8 100644 --- a/net-print/foomatic/foomatic-2.0.2.ebuild +++ b/net-print/foomatic/foomatic-2.0.2.ebuild @@ -1,12 +1,12 @@ # 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-2.0.2.ebuild,v 1.3 2003/02/22 04:41:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-2.0.2.ebuild,v 1.4 2003/05/19 19:57:02 mholzer Exp $ inherit perl-module DESCRIPTION="Generates printer configurations automagically" HOMEPAGE="http://www.linuxprinting.org/foomatic" -SRC_URI="http://www.linuxprinting.org/download/foomatic/${P}.tar.gz" +SRC_URI="http://www.linuxprinting.org/download/foomatic/oldstuff/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc alpha" |