diff options
author | 2002-07-13 20:44:03 +0000 | |
---|---|---|
committer | 2002-07-13 20:44:03 +0000 | |
commit | 26d5d23a40627756459ce53476d1e3446c271000 (patch) | |
tree | 9973a5b3a6003516be39dd4a343eed45d388b802 /kde-base/kdeedu/kdeedu-3.0.1.20020604.ebuild | |
parent | disable pm/kpackage building to make package compile (diff) | |
download | historical-26d5d23a40627756459ce53476d1e3446c271000.tar.gz historical-26d5d23a40627756459ce53476d1e3446c271000.tar.bz2 historical-26d5d23a40627756459ce53476d1e3446c271000.zip |
remove old version, mainly because it generates eclass-related problems
Diffstat (limited to 'kde-base/kdeedu/kdeedu-3.0.1.20020604.ebuild')
-rw-r--r-- | kde-base/kdeedu/kdeedu-3.0.1.20020604.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-base/kdeedu/kdeedu-3.0.1.20020604.ebuild b/kde-base/kdeedu/kdeedu-3.0.1.20020604.ebuild deleted file mode 100644 index 82b6b7a35d62..000000000000 --- a/kde-base/kdeedu/kdeedu-3.0.1.20020604.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/kdeedu-3.0.1.20020604.ebuild,v 1.2 2002/07/11 06:30:26 drobbins Exp $ - -inherit kde-patch kde-dist - -DESCRIPTION="${DESCRIPTION}Educational" - -src_unpack() { - - base_src_unpack - - kde_sandbox_patch ${S}/klettres/klettres - -} - -src_compile() { - - # build fails with -fomit-frame-pointer optimization in kgeo - - CFLAGS2="$CFLAGS" - CXXFLAGS2="$CXXFLAGS" - CFLAGS=${CFLAGS/-fomit-frame-pointer} - CXXFLAGS=${CXXFLAGS/-fomit-frame-pointer} - - kde_src_compile myconf configure - - cd ${S}/kgeo - emake || die - - CFLAGS="$CFLAGS2" - CXXFLAGS="$CXXFLAGS2" - - kde_src_compile all - -} |