aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcryos <cryos@32389bae-6d03-0410-99cf-db05cde120eb>2006-01-14 17:29:37 +0000
committercryos <cryos@32389bae-6d03-0410-99cf-db05cde120eb>2006-01-14 17:29:37 +0000
commita1bb123cf798a6aea8e5f6b77c45efbd90d28e1a (patch)
tree6e38f5ece400301224b49ef451706d2637d131ce /sci-mathematics/kseg/kseg-0.402.ebuild
parentSeveral minor corrections and enhancements. (diff)
downloadsci-a1bb123cf798a6aea8e5f6b77c45efbd90d28e1a.tar.gz
sci-a1bb123cf798a6aea8e5f6b77c45efbd90d28e1a.tar.bz2
sci-a1bb123cf798a6aea8e5f6b77c45efbd90d28e1a.zip
Moved to the main portage tree.
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@54 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-mathematics/kseg/kseg-0.402.ebuild')
-rw-r--r--sci-mathematics/kseg/kseg-0.402.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-mathematics/kseg/kseg-0.402.ebuild b/sci-mathematics/kseg/kseg-0.402.ebuild
deleted file mode 100644
index 62711c73b..000000000
--- 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.1 2006/01/14 17:14:18 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
-}