summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2007-02-13 20:06:27 +0000
committerDenis Dupeyron <calchan@gentoo.org>2007-02-13 20:06:27 +0000
commitd7ff898c746a9a0aa6c287f496831351392aebc2 (patch)
treecf941e912014c7f35e810e662fc3ac754bc8881d /sci-electronics
parentEbuild cleanup and correct LICENSE to Apache-2.0 (diff)
downloadgentoo-2-d7ff898c746a9a0aa6c287f496831351392aebc2.tar.gz
gentoo-2-d7ff898c746a9a0aa6c287f496831351392aebc2.tar.bz2
gentoo-2-d7ff898c746a9a0aa6c287f496831351392aebc2.zip
Removed ppc and ~ppc from gnucap-2006* as part of the big gnucap cleanup.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/gnucap/ChangeLog6
-rw-r--r--sci-electronics/gnucap/gnucap-20060708.ebuild4
-rw-r--r--sci-electronics/gnucap/gnucap-20060830.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-electronics/gnucap/ChangeLog b/sci-electronics/gnucap/ChangeLog
index 7bfe1f521713..893362d6324b 100644
--- a/sci-electronics/gnucap/ChangeLog
+++ b/sci-electronics/gnucap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/gnucap
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/ChangeLog,v 1.31 2007/02/08 13:29:50 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/ChangeLog,v 1.32 2007/02/13 20:06:27 calchan Exp $
+
+ 13 Feb 2007; Denis Dupeyron <calchan@gentoo.org> gnucap-20060708.ebuild,
+ gnucap-20060830.ebuild:
+ Removed ppc and ~ppc from gnucap-2006* as part of the big gnucap cleanup.
08 Feb 2007; Christian Faulhammer <opfer@gentoo.org> gnucap-0.35.ebuild,
gnucap-20060708.ebuild, gnucap-20060830.ebuild:
diff --git a/sci-electronics/gnucap/gnucap-20060708.ebuild b/sci-electronics/gnucap/gnucap-20060708.ebuild
index 99dd6b7b30b9..0f56332c2173 100644
--- a/sci-electronics/gnucap/gnucap-20060708.ebuild
+++ b/sci-electronics/gnucap/gnucap-20060708.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-20060708.ebuild,v 1.10 2007/02/08 13:29:50 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-20060708.ebuild,v 1.11 2007/02/13 20:06:27 calchan Exp $
MY_PV="${PV:0:4}-${PV:4:2}-${PV:6}"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.geda.seul.org/tools/gnucap"
IUSE="doc examples readline"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ppc"
+KEYWORDS="amd64"
DEPEND="doc? ( virtual/tetex )
readline? ( sys-libs/readline )"
diff --git a/sci-electronics/gnucap/gnucap-20060830.ebuild b/sci-electronics/gnucap/gnucap-20060830.ebuild
index 98d269c37ecc..883b8c6265b8 100644
--- a/sci-electronics/gnucap/gnucap-20060830.ebuild
+++ b/sci-electronics/gnucap/gnucap-20060830.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-20060830.ebuild,v 1.6 2007/02/08 13:29:50 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-20060830.ebuild,v 1.7 2007/02/13 20:06:27 calchan Exp $
MY_PV="${PV:0:4}-${PV:4:2}-${PV:6}"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.geda.seul.org/tools/gnucap"
IUSE="doc examples"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64"
DEPEND="doc? ( virtual/tetex )"
S="${WORKDIR}/${PN}-${MY_PV}"