diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-06-14 14:11:40 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-06-14 14:11:40 +0000 |
commit | 378c4bf71a4bdb6fc769acd26f7af10140c0c317 (patch) | |
tree | 32a882b791fdf79c53ca3d0569d0265f9d36d5a2 /sci-mathematics/kseg | |
parent | Initial commit. Ebuild by me. (diff) | |
download | gentoo-2-378c4bf71a4bdb6fc769acd26f7af10140c0c317.tar.gz gentoo-2-378c4bf71a4bdb6fc769acd26f7af10140c0c317.tar.bz2 gentoo-2-378c4bf71a4bdb6fc769acd26f7af10140c0c317.zip |
Version bump, closes bug 131091. Marked 0.403 stable on amd64.
(Portage version: 2.1)
Diffstat (limited to 'sci-mathematics/kseg')
-rw-r--r-- | sci-mathematics/kseg/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/kseg/files/digest-kseg-0.402 | 2 | ||||
-rw-r--r-- | sci-mathematics/kseg/files/digest-kseg-0.403 | 3 | ||||
-rw-r--r-- | sci-mathematics/kseg/kseg-0.402.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/kseg/kseg-0.403.ebuild | 41 |
5 files changed, 55 insertions, 3 deletions
diff --git a/sci-mathematics/kseg/ChangeLog b/sci-mathematics/kseg/ChangeLog index 41b7eca9b274..f3b24e1cf941 100644 --- a/sci-mathematics/kseg/ChangeLog +++ b/sci-mathematics/kseg/ChangeLog @@ -1,6 +1,12 @@ # 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.1 2006/01/14 17:14:18 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kseg/ChangeLog,v 1.2 2006/06/14 14:11:40 cryos Exp $ + +*kseg-0.403 (14 Jun 2006) + + 14 Jun 2006; Marcus D. Hanwell <cryos@gentoo.org> kseg-0.402.ebuild, + +kseg-0.403.ebuild: + Version bump, closes bug 131091. Marked 0.403 stable on amd64. *kseg-0.402 (14 Jan 2006) diff --git a/sci-mathematics/kseg/files/digest-kseg-0.402 b/sci-mathematics/kseg/files/digest-kseg-0.402 index 9ce9281b8023..a3962b7527f3 100644 --- a/sci-mathematics/kseg/files/digest-kseg-0.402 +++ b/sci-mathematics/kseg/files/digest-kseg-0.402 @@ -1 +1,3 @@ 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/digest-kseg-0.403 b/sci-mathematics/kseg/files/digest-kseg-0.403 new file mode 100644 index 000000000000..9bb87fea257b --- /dev/null +++ b/sci-mathematics/kseg/files/digest-kseg-0.403 @@ -0,0 +1,3 @@ +MD5 5474516091e5c4206179cfa03bb7c263 kseg-0.403.tar.gz 656675 +RMD160 abfabdae67be7d6af8d61cc159dbd91b7271e723 kseg-0.403.tar.gz 656675 +SHA256 233743ea0b5916c45f15e1780cc5a44e9b069d9841d34a5cb2f680f4a060c2d5 kseg-0.403.tar.gz 656675 diff --git a/sci-mathematics/kseg/kseg-0.402.ebuild b/sci-mathematics/kseg/kseg-0.402.ebuild index 62711c73bfa8..43edf7939b70 100644 --- a/sci-mathematics/kseg/kseg-0.402.ebuild +++ b/sci-mathematics/kseg/kseg-0.402.ebuild @@ -1,6 +1,6 @@ # 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.1 2006/01/14 17:14:18 cryos Exp $ +# $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 @@ -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 ~x86" +KEYWORDS="amd64 ~x86" IUSE="examples" DEPEND="$(qt_min_version 3.3)" diff --git a/sci-mathematics/kseg/kseg-0.403.ebuild b/sci-mathematics/kseg/kseg-0.403.ebuild new file mode 100644 index 000000000000..d5bc829763f9 --- /dev/null +++ b/sci-mathematics/kseg/kseg-0.403.ebuild @@ -0,0 +1,41 @@ +# 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.403.ebuild,v 1.1 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)" + +S=${WORKDIR}/${PN} + +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_compile() { + ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake || die 'qmake failed.' + emake || die 'emake failed.' +} + +src_install() { + exeinto /usr/bin + doexe kseg + dodoc AUTHORS 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 +} |