diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-18 02:11:03 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-18 02:11:03 +0000 |
commit | f72a190bfd663820ecc86506ff5b1984a8f6084d (patch) | |
tree | 4e88bbdc4fd04be981557cc82fc7969651d93658 /sci-mathematics | |
parent | Pruned old version. (diff) | |
download | gentoo-2-f72a190bfd663820ecc86506ff5b1984a8f6084d.tar.gz gentoo-2-f72a190bfd663820ecc86506ff5b1984a8f6084d.tar.bz2 gentoo-2-f72a190bfd663820ecc86506ff5b1984a8f6084d.zip |
Marked stable on amd64 and pruned old version.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/kseg/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/kseg/files/digest-kseg-0.402 | 3 | ||||
-rw-r--r-- | sci-mathematics/kseg/files/kseg-0.402-gentoo.patch | 36 | ||||
-rw-r--r-- | sci-mathematics/kseg/kseg-0.402.ebuild | 34 | ||||
-rw-r--r-- | sci-mathematics/kseg/kseg-0.403.ebuild | 6 |
5 files changed, 9 insertions, 78 deletions
diff --git a/sci-mathematics/kseg/ChangeLog b/sci-mathematics/kseg/ChangeLog index b07a3beb29a2..2b5fbc200a4d 100644 --- a/sci-mathematics/kseg/ChangeLog +++ b/sci-mathematics/kseg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/kseg -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kseg/ChangeLog,v 1.4 2006/08/09 20:24:17 ranger Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kseg/ChangeLog,v 1.5 2007/07/18 02:11:03 cryos Exp $ + + 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> + -files/kseg-0.402-gentoo.patch, -kseg-0.402.ebuild, kseg-0.403.ebuild: + Marked stable on amd64 and pruned old version. 09 Aug 2006; Brent Baude <ranger@gentoo.org> kseg-0.403.ebuild: Marking kseg-0.403 ~ppc64 per bug 142742 diff --git a/sci-mathematics/kseg/files/digest-kseg-0.402 b/sci-mathematics/kseg/files/digest-kseg-0.402 deleted file mode 100644 index a3962b7527f3..000000000000 --- a/sci-mathematics/kseg/files/digest-kseg-0.402 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 fd2a02afbfe3fcc53367527a75a340b5 kseg-0.402.tar.gz 626031 -RMD160 e514bd62e60b8b8cc55959923bff4732212d9ff0 kseg-0.402.tar.gz 626031 -SHA256 a109edb8333fd47fc7b7540ddebfdf8bb84a0523f4a31c31646a132b0d355ab4 kseg-0.402.tar.gz 626031 diff --git a/sci-mathematics/kseg/files/kseg-0.402-gentoo.patch b/sci-mathematics/kseg/files/kseg-0.402-gentoo.patch deleted file mode 100644 index adff085d0d83..000000000000 --- a/sci-mathematics/kseg/files/kseg-0.402-gentoo.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -urN kseg-0.402.orig/Makefile kseg-0.402/Makefile ---- kseg-0.402.orig/Makefile 2004-11-24 18:07:27.000000000 +0100 -+++ kseg-0.402/Makefile 2005-08-04 15:33:03.000000000 +0200 -@@ -1,7 +1,7 @@ - # Makefile for KSEG - CC = g++ - QTINCLUDE = -I$(QTDIR)/include --CCFLAGS = -c -Wall -O2 -fomit-frame-pointer -ffast-math -+CCFLAGS = -c $(CXXFLAGS) - LIBS = -lm -L$(QTDIR)/lib -lqt -lz - MOC = $(QTDIR)/bin/moc - LUPDATE = $(QTDIR)/bin/lupdate -diff -urN kseg-0.402.orig/formula/Makefile kseg-0.402/formula/Makefile ---- kseg-0.402.orig/formula/Makefile 2004-11-24 18:07:28.000000000 +0100 -+++ kseg-0.402/formula/Makefile 2005-08-04 15:33:16.000000000 +0200 -@@ -1,7 +1,7 @@ - # Makefile for formula - CC = g++ - QTINCLUDE = -I$(QTDIR)/include --CCFLAGS = -c -Wall -O2 -fomit-frame-pointer -ffast-math -+CCFLAGS = -c $(CXXFLAGS) - LIBS = - MOC = $(QTDIR)/bin/moc - -diff -urN kseg-0.402.orig/main.cpp kseg-0.402/main.cpp ---- kseg-0.402.orig/main.cpp 2004-11-24 18:07:27.000000000 +0100 -+++ kseg-0.402/main.cpp 2005-08-04 15:32:48.000000000 +0200 -@@ -37,7 +37,7 @@ - - //set some default properties - KSegProperties::setPropertyDefault("Language", ""); -- KSegProperties::setPropertyDefault("LanguageDir", "."); -+ KSegProperties::setPropertyDefault("LanguageDir", "KSEG_HELP_DIR"); - KSegProperties::setPropertyDefault("SelectType", "BorderSelect"); - KSegProperties::setPropertyDefault("QuickPlayDirectory", "."); - KSegProperties::setPropertyDefault("RecentListSize", "4"); diff --git a/sci-mathematics/kseg/kseg-0.402.ebuild b/sci-mathematics/kseg/kseg-0.402.ebuild deleted file mode 100644 index 43edf7939b70..000000000000 --- a/sci-mathematics/kseg/kseg-0.402.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kseg/kseg-0.402.ebuild,v 1.2 2006/06/14 14:11:40 cryos Exp $ - -inherit eutils qt3 - -DESCRIPTION="Interactive geometry program for exploring Euclidean geometry" -HOMEPAGE="http://www.mit.edu/~ibaran/kseg.html" -SRC_URI="http://www.mit.edu/~ibaran/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="examples" -DEPEND="$(qt_min_version 3.3)" - -src_unpack() { - unpack ${A} - cd ${S} - # Fix silly hardcoded help file path and CCFLAGS. - epatch ${FILESDIR}/${P}-gentoo.patch - sed -i -e "s|KSEG_HELP_DIR|${PF}/help|" main.cpp -} - -src_install() { - exeinto /usr/bin - doexe kseg - dodoc AUTHORS ChangeLog README README.translators VERSION - insinto /usr/share/doc/${PF}/help - doins *.html *.qm - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/* - fi -} diff --git a/sci-mathematics/kseg/kseg-0.403.ebuild b/sci-mathematics/kseg/kseg-0.403.ebuild index 0b7c46504550..e5ba61e29297 100644 --- a/sci-mathematics/kseg/kseg-0.403.ebuild +++ b/sci-mathematics/kseg/kseg-0.403.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kseg/kseg-0.403.ebuild,v 1.3 2006/08/09 20:24:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kseg/kseg-0.403.ebuild,v 1.4 2007/07/18 02:11:03 cryos Exp $ inherit eutils qt3 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.mit.edu/~ibaran/kseg.html" SRC_URI="http://www.mit.edu/~ibaran/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="examples" DEPEND="$(qt_min_version 3.3)" |