summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2003-09-21 23:43:10 +0000
committerCaleb Tennis <caleb@gentoo.org>2003-09-21 23:43:10 +0000
commit0c9b634455a9156e455d9aee39efb9450c6b5f7b (patch)
tree1c308888c535ce0ce19012fef8755ddcf2767229 /net-print
parentremoving old package (diff)
downloadgentoo-2-0c9b634455a9156e455d9aee39efb9450c6b5f7b.tar.gz
gentoo-2-0c9b634455a9156e455d9aee39efb9450c6b5f7b.tar.bz2
gentoo-2-0c9b634455a9156e455d9aee39efb9450c6b5f7b.zip
removing obsolete package
Diffstat (limited to 'net-print')
-rw-r--r--net-print/qtcups/ChangeLog19
-rw-r--r--net-print/qtcups/Manifest4
-rw-r--r--net-print/qtcups/files/digest-qtcups-2.0-r11
-rw-r--r--net-print/qtcups/metadata.xml5
-rw-r--r--net-print/qtcups/qtcups-2.0-r1.ebuild30
5 files changed, 0 insertions, 59 deletions
diff --git a/net-print/qtcups/ChangeLog b/net-print/qtcups/ChangeLog
deleted file mode 100644
index e78511e697b0..000000000000
--- a/net-print/qtcups/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for net-print/qtcups
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/qtcups/ChangeLog,v 1.4 2003/02/12 08:44:02 vapier Exp $
-
-*qtcups-2.0-r1 (1 Feb 2002)
-
- 14 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> :
- Added ppc keyword
-
- 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> qtcups-2.0-r1.ebuild :
- Added LICENSE, 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/qtcups/Manifest b/net-print/qtcups/Manifest
deleted file mode 100644
index 1c1d16ec40b6..000000000000
--- a/net-print/qtcups/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 4f7cc3a488155e3a0ff87730397beee5 ChangeLog 862
-MD5 98de5592354cb31820bdf801942eb09a qtcups-2.0-r1.ebuild 737
-MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 7c1aabb1fd4a37848e8d9430affc96d7 files/digest-qtcups-2.0-r1 62
diff --git a/net-print/qtcups/files/digest-qtcups-2.0-r1 b/net-print/qtcups/files/digest-qtcups-2.0-r1
deleted file mode 100644
index 48a5b82a4d05..000000000000
--- a/net-print/qtcups/files/digest-qtcups-2.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5c3a82d374a3073c0761b8c45519782e qtcups-2.0.tar.gz 394415
diff --git a/net-print/qtcups/metadata.xml b/net-print/qtcups/metadata.xml
deleted file mode 100644
index 1fa0ca569505..000000000000
--- a/net-print/qtcups/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/qtcups/qtcups-2.0-r1.ebuild b/net-print/qtcups/qtcups-2.0-r1.ebuild
deleted file mode 100644
index 804d03c0a7b7..000000000000
--- a/net-print/qtcups/qtcups-2.0-r1.ebuild
+++ /dev/null
@@ -1,30 +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/qtcups/qtcups-2.0-r1.ebuild,v 1.10 2003/09/11 01:40:45 msterret Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="QT Frontend for the Common UNIX printing system"
-SRC_URI="ftp://cups.sourceforge.net/pub/cups/qtcups/${P}.tar.gz"
-HOMEPAGE="http://cups.sourceforge.net"
-KEYWORDS="x86 ppc"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="=x11-libs/qt-2*
- >=net-print/cups-1.1.4"
-
-src_compile() {
-
- cd ${S}
- ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/2 || die
- make || die
-
-}
-
-src_install () {
-
- cd ${S}
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog README TODO
-
-}