summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-03-10 08:17:17 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-03-10 08:17:17 +0000
commit8aedeccaa570a82cef42eba2bba801b8d5d0f00a (patch)
treece7cfaffed3443084b2b23fda9c98cec206a7bb3 /app-sci/orsa
parentfixor (Manifest recommit) (diff)
downloadgentoo-2-8aedeccaa570a82cef42eba2bba801b8d5d0f00a.tar.gz
gentoo-2-8aedeccaa570a82cef42eba2bba801b8d5d0f00a.tar.bz2
gentoo-2-8aedeccaa570a82cef42eba2bba801b8d5d0f00a.zip
Cleanup, bump to stable
Diffstat (limited to 'app-sci/orsa')
-rw-r--r--app-sci/orsa/files/digest-orsa-0.3.0_rc11
-rw-r--r--app-sci/orsa/files/digest-orsa-0.3.0_rc31
-rw-r--r--app-sci/orsa/orsa-0.3.0_rc1.ebuild39
-rw-r--r--app-sci/orsa/orsa-0.3.0_rc3.ebuild35
-rw-r--r--app-sci/orsa/orsa-0.3.1.ebuild4
5 files changed, 2 insertions, 78 deletions
diff --git a/app-sci/orsa/files/digest-orsa-0.3.0_rc1 b/app-sci/orsa/files/digest-orsa-0.3.0_rc1
deleted file mode 100644
index 1291333a4024..000000000000
--- a/app-sci/orsa/files/digest-orsa-0.3.0_rc1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d61839f5d1db07c36eb73a07ba2dc98d orsa-0.3.0-rc1.tar.gz 480152
diff --git a/app-sci/orsa/files/digest-orsa-0.3.0_rc3 b/app-sci/orsa/files/digest-orsa-0.3.0_rc3
deleted file mode 100644
index 15a5a3dffd0a..000000000000
--- a/app-sci/orsa/files/digest-orsa-0.3.0_rc3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8c1e8aea077fb31761b426aacaed2142 orsa-0.3.0-rc3.tar.gz 532564
diff --git a/app-sci/orsa/orsa-0.3.0_rc1.ebuild b/app-sci/orsa/orsa-0.3.0_rc1.ebuild
deleted file mode 100644
index 87f572796eab..000000000000
--- a/app-sci/orsa/orsa-0.3.0_rc1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/orsa/orsa-0.3.0_rc1.ebuild,v 1.5 2003/09/08 07:26:06 msterret Exp $
-
-inherit base flag-o-matic
-
-DESCRIPTION="Orbital Reconstruction, Simulation and Analysis"
-HOMEPAGE="http://orsa.sourceforge.net/"
-SRC_URI="mirror://sourceforge/orsa/${PN}-${PV/_/-}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="virtual/glibc
- dev-libs/fftw
- dev-libs/gsl
- x11-libs/qt
- sys-libs/readline"
-
-S=${WORKDIR}/${PN}-${PV/_/-}
-
-replace-flags k6-3 i586
-replace-flags k6-2 i586
-replace-flags k6 i586
-
-src_compile() {
- econf || die
- emake || die
-
- #Uncomment the 'make check ...' line if you want to run the test suite.
- #Note that the check.log file will be several megabytes in size.
- #make check > ${WORKDIR}/check.log 2>&1 || die
-}
-
-src_install () {
- einstall || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS
-}
diff --git a/app-sci/orsa/orsa-0.3.0_rc3.ebuild b/app-sci/orsa/orsa-0.3.0_rc3.ebuild
deleted file mode 100644
index 23e770575593..000000000000
--- a/app-sci/orsa/orsa-0.3.0_rc3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/orsa/orsa-0.3.0_rc3.ebuild,v 1.5 2003/10/01 06:25:37 george Exp $
-
-inherit base flag-o-matic
-
-DESCRIPTION="Orbital Reconstruction, Simulation and Analysis"
-HOMEPAGE="http://orsa.sourceforge.net/"
-SRC_URI="mirror://sourceforge/orsa/${PN}-${PV/_/-}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="virtual/glibc
- dev-libs/fftw
- dev-libs/gsl
- x11-libs/qt
- sys-libs/readline"
-
-S="${WORKDIR}/${PN}-${PV/_/-}"
-
-replace-flags k6-3 i586
-replace-flags k6-2 i586
-replace-flags k6 i586
-
-src_compile() {
- econf || die "configure failed"
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS
-}
diff --git a/app-sci/orsa/orsa-0.3.1.ebuild b/app-sci/orsa/orsa-0.3.1.ebuild
index 14a0446eef4d..c61ade9254ca 100644
--- a/app-sci/orsa/orsa-0.3.1.ebuild
+++ b/app-sci/orsa/orsa-0.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/orsa/orsa-0.3.1.ebuild,v 1.1 2003/10/01 06:25:37 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/orsa/orsa-0.3.1.ebuild,v 1.2 2004/03/10 08:17:17 phosphan Exp $
inherit base flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/orsa/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
DEPEND="virtual/glibc
dev-libs/fftw