summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-07-14 17:59:38 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-07-14 17:59:38 +0000
commit730672f3f1b3aa4fb91e9f6fd8fee4598284efbf (patch)
treed784acc028d25ec2df96569dea705cad9b3a5ea7 /app-sci
parentsync IUSE (missing) (Manifest recommit) (diff)
downloadgentoo-2-730672f3f1b3aa4fb91e9f6fd8fee4598284efbf.tar.gz
gentoo-2-730672f3f1b3aa4fb91e9f6fd8fee4598284efbf.tar.bz2
gentoo-2-730672f3f1b3aa4fb91e9f6fd8fee4598284efbf.zip
Removing old app-sci/pcb ebuilds.
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/pcb/Manifest2
-rw-r--r--app-sci/pcb/files/digest-pcb-200311131
-rw-r--r--app-sci/pcb/files/digest-pcb-20031113-r11
-rw-r--r--app-sci/pcb/pcb-20031113-r1.ebuild27
-rw-r--r--app-sci/pcb/pcb-20031113.ebuild23
5 files changed, 0 insertions, 54 deletions
diff --git a/app-sci/pcb/Manifest b/app-sci/pcb/Manifest
index 5193ae392ca0..7021f43a7964 100644
--- a/app-sci/pcb/Manifest
+++ b/app-sci/pcb/Manifest
@@ -1,5 +1,3 @@
-MD5 bfc8880fbb7854b04172dbee60d6cba7 pcb-20031113-r1.ebuild 659
-MD5 afd500680d090dc31b0660ae7736ff74 pcb-20031113.ebuild 562
MD5 0393737fa89a47f9eed220223b1a8585 pcb-20040530.ebuild 833
MD5 206841dad090ffd1b83a005833170d03 ChangeLog 1478
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
diff --git a/app-sci/pcb/files/digest-pcb-20031113 b/app-sci/pcb/files/digest-pcb-20031113
deleted file mode 100644
index 2983d620a596..000000000000
--- a/app-sci/pcb/files/digest-pcb-20031113
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b206a53315b148b7c3f08f7c2e72b26a pcb-20031113.tar.gz 2155797
diff --git a/app-sci/pcb/files/digest-pcb-20031113-r1 b/app-sci/pcb/files/digest-pcb-20031113-r1
deleted file mode 100644
index 2983d620a596..000000000000
--- a/app-sci/pcb/files/digest-pcb-20031113-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b206a53315b148b7c3f08f7c2e72b26a pcb-20031113.tar.gz 2155797
diff --git a/app-sci/pcb/pcb-20031113-r1.ebuild b/app-sci/pcb/pcb-20031113-r1.ebuild
deleted file mode 100644
index 507e01f4537f..000000000000
--- a/app-sci/pcb/pcb-20031113-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113-r1.ebuild,v 1.6 2004/06/24 22:14:35 agriffis Exp $
-
-DESCRIPTION="tool for the layout of printed circuit boards"
-HOMEPAGE="http://pcb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz"
-
-LICENSE="GPL-2"
-IUSE=""
-KEYWORDS="x86"
-SLOT="0"
-
-RDEPEND="virtual/x11"
-DEPEND="${RDEPEND}
- =dev-lang/tk-8*"
-
-src_compile() {
- econf || die
- emake || die
- sed -i -e 's/\(^START-INFO\)/INFO-DIR-SECTION Miscellaneous\n\1/' \
- doc/pcb.info
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
diff --git a/app-sci/pcb/pcb-20031113.ebuild b/app-sci/pcb/pcb-20031113.ebuild
deleted file mode 100644
index 45315990c8bf..000000000000
--- a/app-sci/pcb/pcb-20031113.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113.ebuild,v 1.4 2004/06/24 22:14:35 agriffis Exp $
-
-DESCRIPTION="PCB is a tool for the layout of printed circuit boards."
-HOMEPAGE="http://sourceforge.net/projects/pcb/"
-SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-DEPEND="virtual/x11"
-IUSE=""
-SLOT="0"
-
-src_compile() {
- econf || die
- cd ${S}
- emake || die
-}
-
-src_install() {
- emake DESTDIR=${D} install || die
-}