diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-10 08:17:17 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-10 08:17:17 +0000 |
commit | 941fb0899d4d572f3b332b49a2cd51b099b8298f (patch) | |
tree | 3acdf48b98d6b812c97895eca0ae74a5252edaf7 /app-sci/orsa | |
parent | fixor (diff) | |
download | historical-941fb0899d4d572f3b332b49a2cd51b099b8298f.tar.gz historical-941fb0899d4d572f3b332b49a2cd51b099b8298f.tar.bz2 historical-941fb0899d4d572f3b332b49a2cd51b099b8298f.zip |
Cleanup, bump to stable
Diffstat (limited to 'app-sci/orsa')
-rw-r--r-- | app-sci/orsa/Manifest | 6 | ||||
-rw-r--r-- | app-sci/orsa/files/digest-orsa-0.3.0_rc1 | 1 | ||||
-rw-r--r-- | app-sci/orsa/files/digest-orsa-0.3.0_rc3 | 1 | ||||
-rw-r--r-- | app-sci/orsa/orsa-0.3.0_rc1.ebuild | 39 | ||||
-rw-r--r-- | app-sci/orsa/orsa-0.3.0_rc3.ebuild | 35 | ||||
-rw-r--r-- | app-sci/orsa/orsa-0.3.1.ebuild | 4 |
6 files changed, 3 insertions, 83 deletions
diff --git a/app-sci/orsa/Manifest b/app-sci/orsa/Manifest index 11e89075c444..a44eeac1e6bd 100644 --- a/app-sci/orsa/Manifest +++ b/app-sci/orsa/Manifest @@ -1,10 +1,6 @@ -MD5 df081c05a631076ac52fb9f71f44553d orsa-0.3.0_rc1.ebuild 967 MD5 e1e0bcd2db61fce179d4fe18b0c84307 orsa-0.5.0_rc2.ebuild 1568 -MD5 11906580c433eae53ac5b6ed63ed6ef6 orsa-0.3.0_rc3.ebuild 797 -MD5 9a4ed615310a17e0b114193c567a972a orsa-0.3.1.ebuild 751 +MD5 c1ad239bdeabf33582b18452f4ff8d9f orsa-0.3.1.ebuild 752 MD5 608827713bd5ec65b0dd6ecf12052203 ChangeLog 1349 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 4ac11cc803cd2a23ab9da8490d841e7c files/digest-orsa-0.3.0_rc1 66 -MD5 9a419b528b36565c111576fcc7dfaa7c files/digest-orsa-0.3.0_rc3 66 MD5 38ab5f417512fb8637bffdfb874be99c files/digest-orsa-0.3.1 62 MD5 d07e1ada42ab073d4c6af277c950d8d5 files/digest-orsa-0.5.0_rc2 66 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 |