diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-02-17 23:23:41 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-02-17 23:23:41 +0000 |
commit | c28db506e7203ca929126e5725ad632853cf573f (patch) | |
tree | 0469417498a1ec9f6f7ad76e781f7f29cac9ca2f /sci-electronics/pcb | |
parent | Fix bad path bug. (Manifest recommit) (diff) | |
download | gentoo-2-c28db506e7203ca929126e5725ad632853cf573f.tar.gz gentoo-2-c28db506e7203ca929126e5725ad632853cf573f.tar.bz2 gentoo-2-c28db506e7203ca929126e5725ad632853cf573f.zip |
Added to ~ppc.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-electronics/pcb')
-rw-r--r-- | sci-electronics/pcb/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/pcb/pcb-20040215.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/pcb/pcb-20040530.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/pcb/pcb-20040903.ebuild | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/sci-electronics/pcb/ChangeLog b/sci-electronics/pcb/ChangeLog index b00fca6f27d9..de447e8d7e94 100644 --- a/sci-electronics/pcb/ChangeLog +++ b/sci-electronics/pcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/pcb -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.2 2004/12/27 21:05:45 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.3 2005/02/17 23:23:41 hansmi Exp $ + + 18 Feb 2005; Michael Hanselmann <hansmi@gentoo.org> pcb-20040903.ebuild: + Added to ~ppc. *pcb-20040530 (27 Dec 2004) diff --git a/sci-electronics/pcb/pcb-20040215.ebuild b/sci-electronics/pcb/pcb-20040215.ebuild index 8d57df23acd5..30c1f7b6b29c 100644 --- a/sci-electronics/pcb/pcb-20040215.ebuild +++ b/sci-electronics/pcb/pcb-20040215.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20040215.ebuild,v 1.1 2004/12/27 20:15:40 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20040215.ebuild,v 1.2 2005/02/17 23:23:41 hansmi Exp $ DESCRIPTION="tool for the layout of printed circuit boards" HOMEPAGE="http://pcb.sourceforge.net/" diff --git a/sci-electronics/pcb/pcb-20040530.ebuild b/sci-electronics/pcb/pcb-20040530.ebuild index 77afee1d5eb0..2e1c060c5b4c 100644 --- a/sci-electronics/pcb/pcb-20040530.ebuild +++ b/sci-electronics/pcb/pcb-20040530.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20040530.ebuild,v 1.1 2004/12/27 20:15:40 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20040530.ebuild,v 1.2 2005/02/17 23:23:41 hansmi Exp $ DESCRIPTION="tool for the layout of printed circuit boards" HOMEPAGE="http://pcb.sourceforge.net/" diff --git a/sci-electronics/pcb/pcb-20040903.ebuild b/sci-electronics/pcb/pcb-20040903.ebuild index f9ae24b39d1f..b7562580221d 100644 --- a/sci-electronics/pcb/pcb-20040903.ebuild +++ b/sci-electronics/pcb/pcb-20040903.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20040903.ebuild,v 1.1 2004/12/27 20:15:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20040903.ebuild,v 1.2 2005/02/17 23:23:41 hansmi Exp $ DESCRIPTION="tool for the layout of printed circuit boards" HOMEPAGE="http://pcb.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~ppc" IUSE="Xaw3d" RDEPEND="virtual/x11" |