summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-10-17 12:50:22 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-10-17 12:50:22 +0000
commit89bec4f33eb364c6bb29a412eb3482d65b1a8402 (patch)
tree214c7975e6ce388844450f225ba7493072ad341b /net-print/foomatic
parentchangelog:P (diff)
downloadgentoo-2-89bec4f33eb364c6bb29a412eb3482d65b1a8402.tar.gz
gentoo-2-89bec4f33eb364c6bb29a412eb3482d65b1a8402.tar.bz2
gentoo-2-89bec4f33eb364c6bb29a412eb3482d65b1a8402.zip
cleanups
Diffstat (limited to 'net-print/foomatic')
-rw-r--r--net-print/foomatic/ChangeLog6
-rw-r--r--net-print/foomatic/Manifest6
-rw-r--r--net-print/foomatic/files/digest-foomatic-2.0.01
-rw-r--r--net-print/foomatic/foomatic-2.0.0.ebuild48
-rw-r--r--net-print/foomatic/foomatic-2.0.2.ebuild4
5 files changed, 9 insertions, 56 deletions
diff --git a/net-print/foomatic/ChangeLog b/net-print/foomatic/ChangeLog
index 7d794881a5dd..1a7082d276d2 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.13 2003/07/29 13:19:17 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.14 2003/10/17 12:46:38 lanius Exp $
+
+ 17 Oct 2003; Heinrich Wendel <lanius@gentoo.org> foomatic-2.0.0.ebuild,
+ foomatic-2.0.2.ebuild:
+ cleanups
29 Jul 2003; lanius@gentoo.org foomatic-3.0.0.ebuild:
stable bump
diff --git a/net-print/foomatic/Manifest b/net-print/foomatic/Manifest
index 702ec8ba53f5..33132102a9fe 100644
--- a/net-print/foomatic/Manifest
+++ b/net-print/foomatic/Manifest
@@ -1,9 +1,7 @@
-MD5 869c11c860a5a46adc540b6c3f0abfc1 foomatic-2.0.0.ebuild 1167
+MD5 d0635f2d25b87d9bad109e60710fa3ca ChangeLog 1988
+MD5 6c100182d17f156e3879fb77bca33361 foomatic-2.0.2.ebuild 1177
MD5 71cd9f13701b29a8ac1a59466e1e98ad foomatic-3.0.0.ebuild 674
-MD5 2ee2cb82b7e29fc77eacbab8e5737bed foomatic-2.0.2.ebuild 1180
-MD5 716c32bda4d2068a65331fb7539225a9 ChangeLog 1877
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 046741b15c8760c082192130eb039f7b files/digest-foomatic-2.0.0 66
MD5 6a9b6266c601f3cac0d0e7b58179f7ce files/digest-foomatic-2.0.2 66
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-foomatic-3.0.0 0
MD5 19c39503a125b48caf5e4f2bd956bc61 files/perl-module.diff 722
diff --git a/net-print/foomatic/files/digest-foomatic-2.0.0 b/net-print/foomatic/files/digest-foomatic-2.0.0
deleted file mode 100644
index 426c650019ba..000000000000
--- a/net-print/foomatic/files/digest-foomatic-2.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 410aaa40afcb748f549dc5059ef2e98e foomatic-2.0.0.tar.gz 599253
diff --git a/net-print/foomatic/foomatic-2.0.0.ebuild b/net-print/foomatic/foomatic-2.0.0.ebuild
deleted file mode 100644
index 59ab52abcd6e..000000000000
--- a/net-print/foomatic/foomatic-2.0.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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.12 2003/09/29 12:11:02 lanius Exp $
-
-inherit perl-module
-
-DESCRIPTION="Generates printer configurations automagically"
-HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
-SRC_URI="http://www.linuxprinting.org/download/foomatic/oldstuff/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha"
-IUSE=""
-
-DEPEND="virtual/glibc
- dev-libs/libxml2
- net-misc/wget
- net-ftp/curl
- samba? ( net-fs/samba )
- cups? ( net-print/cups )"
-
-S="${WORKDIR}/${P}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p1 < ${FILESDIR}/perl-module.diff || die "patch failed"
-}
-
-src_compile() {
- econf || die "configure failed"
-
- # Doesn't always build when using emake. It fails consistently on
- # my Athlon when using -j6. (22 Jan 2003 agriffis)
- make || die "make failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-
- # install perl modules
- cd ${S}/lib
- perl-module_src_prep
- perl-module_src_compile
- perl-module_src_test
- perl-module_src_install
-
-}
diff --git a/net-print/foomatic/foomatic-2.0.2.ebuild b/net-print/foomatic/foomatic-2.0.2.ebuild
index a093d9cc2dbc..0497f3b47674 100644
--- a/net-print/foomatic/foomatic-2.0.2.ebuild
+++ b/net-print/foomatic/foomatic-2.0.2.ebuild
@@ -1,6 +1,6 @@
# 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.7 2003/09/29 12:11:02 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-2.0.2.ebuild,v 1.8 2003/10/17 12:46:38 lanius Exp $
inherit perl-module
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
SRC_URI="http://www.linuxprinting.org/download/foomatic/oldstuff/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc alpha hppa amd64"
+KEYWORDS="x86 ppc sparc alpha hppa amd64"
IUSE=""
DEPEND="virtual/glibc