diff options
author | 2003-02-13 07:11:25 +0000 | |
---|---|---|
committer | 2003-02-13 07:11:25 +0000 | |
commit | c71876a4ec9250d5e22f5402c721661889fb6b7a (patch) | |
tree | 9793aa7e4b13ba8eaeee1edd8227a1fe7a24c6f8 | |
parent | Update Copyright years (diff) | |
download | gentoo-2-c71876a4ec9250d5e22f5402c721661889fb6b7a.tar.gz gentoo-2-c71876a4ec9250d5e22f5402c721661889fb6b7a.tar.bz2 gentoo-2-c71876a4ec9250d5e22f5402c721661889fb6b7a.zip |
added other arches to testing
-rw-r--r-- | app-sci/pariguide/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/pariguide/pariguide-0.43a.ebuild | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-sci/pariguide/ChangeLog b/app-sci/pariguide/ChangeLog index fdb3d40f75de..0f4728a6f02a 100644 --- a/app-sci/pariguide/ChangeLog +++ b/app-sci/pariguide/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-sci/pariguide # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pariguide/ChangeLog,v 1.2 2003/02/12 05:18:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pariguide/ChangeLog,v 1.3 2003/02/13 07:11:25 seemant Exp $ *pariguide-0.43a.ebuild (15 äÅË 2002) + 12 Feb 2003; Seemant Kulleen <seemant@gentoo.org> pariguide-0.43.ebuild : + + Added other arches to testing. + 15 Dec 2002; George Shapovalov <george@gentoo.org> ChangeLog, pariguide-0.43a.ebuild, files/digest-pariguide-0.43a : initial release PariGUIde, a GUI for the math. program Pari-GP diff --git a/app-sci/pariguide/pariguide-0.43a.ebuild b/app-sci/pariguide/pariguide-0.43a.ebuild index ad6270a84c83..e8895ce52c0d 100644 --- a/app-sci/pariguide/pariguide-0.43a.ebuild +++ b/app-sci/pariguide/pariguide-0.43a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pariguide/pariguide-0.43a.ebuild,v 1.3 2003/01/08 08:20:07 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pariguide/pariguide-0.43a.ebuild,v 1.4 2003/02/13 07:11:25 seemant Exp $ IUSE="" @@ -8,18 +8,14 @@ DESCRIPTION="PariGUIde, a GUI for the math. program Pari-GP" HOMEPAGE="http://www.skalatan.de/pariguide/" SRC_URI="mirror://sourceforge/pariguide/${P}.tar.gz" -LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND=">=x11-libs/qt-2.2.0 virtual/x11" -RDEPEND=">=app-sci/pari-2.1.0" -src_compile() { - econf - emake || die -} +RDEPEND=">=app-sci/pari-2.1.0" src_install() { make DESTDIR=${D} install || die |