From 30722f8d8de8588c899718aad265004c1664e352 Mon Sep 17 00:00:00 2001
From: Patrick Kursawe <phosphan@gentoo.org>
Date: Mon, 19 Apr 2004 12:10:16 +0000
Subject: Removing S=... without effect, adding IUSE

---
 app-sci/pcb/ChangeLog                 |  6 +++++-
 app-sci/pcb/files/digest-pcb-20030815 |  1 -
 app-sci/pcb/pcb-20030815.ebuild       | 24 ------------------------
 app-sci/pcb/pcb-20031113-r1.ebuild    |  5 ++---
 app-sci/pcb/pcb-20031113.ebuild       |  5 ++---
 5 files changed, 9 insertions(+), 32 deletions(-)
 delete mode 100644 app-sci/pcb/files/digest-pcb-20030815
 delete mode 100644 app-sci/pcb/pcb-20030815.ebuild

(limited to 'app-sci/pcb')

diff --git a/app-sci/pcb/ChangeLog b/app-sci/pcb/ChangeLog
index dc94b90a5f67..10ee8dd43e79 100644
--- a/app-sci/pcb/ChangeLog
+++ b/app-sci/pcb/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for app-sci/pcb
 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/ChangeLog,v 1.5 2004/03/30 19:40:47 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/ChangeLog,v 1.6 2004/04/19 12:10:16 phosphan Exp $
+
+  19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> pcb-20030815.ebuild,
+  pcb-20031113-r1.ebuild, pcb-20031113.ebuild:
+  Removing S=... without effect, adding IUSE
 
   30 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>; pcb-20030815.ebuild,
   pcb-20031113-r1.ebuild, pcb-20031113.ebuild:
diff --git a/app-sci/pcb/files/digest-pcb-20030815 b/app-sci/pcb/files/digest-pcb-20030815
deleted file mode 100644
index 6211029b1efb..000000000000
--- a/app-sci/pcb/files/digest-pcb-20030815
+++ /dev/null
@@ -1 +0,0 @@
-MD5 982c5a3418fd1daf91e773bab8cf63b6 pcb-20030815.tar.gz 1999427
diff --git a/app-sci/pcb/pcb-20030815.ebuild b/app-sci/pcb/pcb-20030815.ebuild
deleted file mode 100644
index 961250968e36..000000000000
--- a/app-sci/pcb/pcb-20030815.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20030815.ebuild,v 1.4 2004/03/30 19:40:48 spyderous 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"
-SLOT="0"
-
-S=${WORKDIR}/${P}
-
-src_compile() {
-	econf || die
-	cd ${S}
-	emake || die
-}
-
-src_install() {
-	emake DESTDIR=${D} install || die
-}
diff --git a/app-sci/pcb/pcb-20031113-r1.ebuild b/app-sci/pcb/pcb-20031113-r1.ebuild
index f45270f5eca6..77ee4669e7c5 100644
--- a/app-sci/pcb/pcb-20031113-r1.ebuild
+++ b/app-sci/pcb/pcb-20031113-r1.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Technologies, Inc.
 # 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.3 2004/03/30 19:40:48 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113-r1.ebuild,v 1.4 2004/04/19 12:10:16 phosphan Exp $
 
 DESCRIPTION="PCB is a tool for the layout of printed circuit boards."
 HOMEPAGE="http://sourceforge.net/projects/pcb/"
@@ -11,10 +11,9 @@ KEYWORDS="x86"
 RDEPEND="virtual/x11"
 DEPEND="${RDEPEND}
 	=dev-lang/tk-8*"
+IUSE=""
 SLOT="0"
 
-S=${WORKDIR}/${P}
-
 src_compile() {
 	econf || die
 	cd ${S}
diff --git a/app-sci/pcb/pcb-20031113.ebuild b/app-sci/pcb/pcb-20031113.ebuild
index 6c10b06715d3..a8a3113d4ca7 100644
--- a/app-sci/pcb/pcb-20031113.ebuild
+++ b/app-sci/pcb/pcb-20031113.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113.ebuild,v 1.2 2004/03/30 19:40:48 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113.ebuild,v 1.3 2004/04/19 12:10:16 phosphan Exp $
 
 DESCRIPTION="PCB is a tool for the layout of printed circuit boards."
 HOMEPAGE="http://sourceforge.net/projects/pcb/"
@@ -9,10 +9,9 @@ SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz"
 LICENSE="GPL-2"
 KEYWORDS="~x86"
 DEPEND="virtual/x11"
+IUSE=""
 SLOT="0"
 
-S=${WORKDIR}/${P}
-
 src_compile() {
 	econf || die
 	cd ${S}
-- 
cgit v1.2.3-65-gdbad