summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-01-30 18:23:46 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-01-30 18:23:46 +0000
commit6bacba060bb41c4b982d0d7b931a10a13b9b1246 (patch)
tree0be226823a3e340cf4c5efbe48183beced79cdfa /net-print
parentcleanups (diff)
downloadhistorical-6bacba060bb41c4b982d0d7b931a10a13b9b1246.tar.gz
historical-6bacba060bb41c4b982d0d7b931a10a13b9b1246.tar.bz2
historical-6bacba060bb41c4b982d0d7b931a10a13b9b1246.zip
remove old version
Diffstat (limited to 'net-print')
-rw-r--r--net-print/foomatic/ChangeLog7
-rw-r--r--net-print/foomatic/files/digest-foomatic-2.0.21
-rw-r--r--net-print/foomatic/foomatic-2.0.2.ebuild48
3 files changed, 5 insertions, 51 deletions
diff --git a/net-print/foomatic/ChangeLog b/net-print/foomatic/ChangeLog
index 1e4910721979..7178cefcca53 100644
--- a/net-print/foomatic/ChangeLog
+++ b/net-print/foomatic/ChangeLog
@@ -1,6 +1,9 @@
# 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.17 2003/12/31 12:50:04 lanius Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.18 2004/01/30 18:23:46 lanius Exp $
+
+ 30 Jan 2004; Heinrich Wendel <lanius@gentoo.org> foomatic-2.0.2.ebuild:
+ remove old version
*foomatic-3.0.20031018 (31 Dec 2003)
diff --git a/net-print/foomatic/files/digest-foomatic-2.0.2 b/net-print/foomatic/files/digest-foomatic-2.0.2
deleted file mode 100644
index fc525bd40464..000000000000
--- a/net-print/foomatic/files/digest-foomatic-2.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 233a227240e02380b45596e8615d9332 foomatic-2.0.2.tar.gz 641138
diff --git a/net-print/foomatic/foomatic-2.0.2.ebuild b/net-print/foomatic/foomatic-2.0.2.ebuild
deleted file mode 100644
index 0497f3b47674..000000000000
--- a/net-print/foomatic/foomatic-2.0.2.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.2.ebuild,v 1.8 2003/10/17 12:46:38 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 hppa amd64"
-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
-
-}