summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-05-19 14:27:33 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-05-19 14:27:33 +0000
commit2c6c9a78099babe19570a2b9fb69766fde41f117 (patch)
treea3b87961e03224841603ff5b871d1882c1366428 /net-print
parentBug 91589, thanks to Jorg Walter for the tip that made the patch possible! Te... (diff)
downloadhistorical-2c6c9a78099babe19570a2b9fb69766fde41f117.tar.gz
historical-2c6c9a78099babe19570a2b9fb69766fde41f117.tar.bz2
historical-2c6c9a78099babe19570a2b9fb69766fde41f117.zip
remove pdq
Diffstat (limited to 'net-print')
-rw-r--r--net-print/pdq/ChangeLog23
-rw-r--r--net-print/pdq/Manifest4
-rw-r--r--net-print/pdq/files/digest-pdq-2.2.1-r11
-rw-r--r--net-print/pdq/metadata.xml5
-rw-r--r--net-print/pdq/pdq-2.2.1-r1.ebuild64
5 files changed, 0 insertions, 97 deletions
diff --git a/net-print/pdq/ChangeLog b/net-print/pdq/ChangeLog
deleted file mode 100644
index e1523f11f80b..000000000000
--- a/net-print/pdq/ChangeLog
+++ /dev/null
@@ -1,23 +0,0 @@
-# ChangeLog for net-print/pdq
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/pdq/ChangeLog,v 1.6 2004/06/25 00:41:18 agriffis Exp $
-
- 14 Jun 2004; Aron Griffis <agriffis@gentoo.org> pdq-2.2.1-r1.ebuild:
- Fix use invocation, use econf, add error-checking, get rid of broken subshells
- so that die is possible, etc
-
- 09 Apr 2004; Heinrich Wendel <lanius@gentoo.org> pdq-2.2.1-r1.ebuild:
- remove S=${WORKDIR}/${P}
-
-*pdq-2.2.1-r1 (1 Feb 2002)
-
- 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> pdq-2.2.1-r1.ebuild :
- Added KEYWORDS, SLOT.
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/net-print/pdq/Manifest b/net-print/pdq/Manifest
deleted file mode 100644
index 5e86704fd7f0..000000000000
--- a/net-print/pdq/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 31c80a539714a34f0905adb52f4e3c81 pdq-2.2.1-r1.ebuild 1512
-MD5 834723e8e59cf058453bf1d79eaff220 ChangeLog 1040
-MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 574ad9ac0e6bc417f24d2ff3192e0ce3 files/digest-pdq-2.2.1-r1 58
diff --git a/net-print/pdq/files/digest-pdq-2.2.1-r1 b/net-print/pdq/files/digest-pdq-2.2.1-r1
deleted file mode 100644
index acb963ce3caf..000000000000
--- a/net-print/pdq/files/digest-pdq-2.2.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c72d076b4ba59bf206bc469c57201785 pdq-2.2.1.tgz 125454
diff --git a/net-print/pdq/metadata.xml b/net-print/pdq/metadata.xml
deleted file mode 100644
index 1fa0ca569505..000000000000
--- a/net-print/pdq/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>printing</herd>
-</pkgmetadata>
diff --git a/net-print/pdq/pdq-2.2.1-r1.ebuild b/net-print/pdq/pdq-2.2.1-r1.ebuild
deleted file mode 100644
index c4eb9f0d0fa3..000000000000
--- a/net-print/pdq/pdq-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/pdq/pdq-2.2.1-r1.ebuild,v 1.12 2004/06/25 00:41:18 agriffis Exp $
-
-IUSE="gtk"
-
-DESCRIPTION="A non-daemon-centric print system which has a built-in, and sensible, driver configuration syntax."
-SRC_URI="http://pdq.sourceforge.net/ftp/${P}.tgz"
-HOMEPAGE="http://pdq.sourceforge.net"
-
-KEYWORDS="x86 ppc"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="gtk? ( =x11-libs/gtk+-1.2* )"
-
-src_compile() {
- econf || die "econf failed"
- if use gtk; then
- echo "Making pdq and xpdq"
- make -C ${S}/src || die
- else
- echo "Making only pdq (xpdq disabled)"
- make -C ${S}/src pdq || die
- fi
- make -C ${S}/lpd || die
-}
-
-src_install () {
- cd ${S}/src
- exeinto /usr/bin
- if use gtk ; then
- doexe pdq xpdq || die
- else
- doexe pdq || die
- fi
-
- cd ${S}/lpd
- exeopts -m 4755 -o root
- exeinto /usr/bin
- doexe lpd_cancel lpd_print lpd_status || die
-
- cd ${S}/doc
- if use gtk ; then
- echo "man w/ gtk"
- doman *.1 *.5 || die
- else
- echo "man w/o gtk"
- doman lpd_cancel.1 lpd_print.1 lpd_status.1 pdq.1 pdqstat.1 \
- printrc.5 || die
- fi
- dodoc rfc1179.txt || die
-
- cd ${S}/etc
- sed -i -e 's/$$dir/$(DESTDIR)$$dir/' \
- -e 's/$(pdqlibdir)\/$$file/$(DESTDIR)\/$(pdqlibdir)\/$$file/' \
- Makefile || die 'sed failed'
- insinto /etc/pdq
- newins printrc.example printrc || die
- make DESTDIR=${D} install || die 'make install failed'
-
- cd ${S}
- dodoc CHANGELOG INSTALL README LICENSE BUGS || die
-}