summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/pointless/pointless-0.5.ebuild')
-rw-r--r--app-office/pointless/pointless-0.5.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/app-office/pointless/pointless-0.5.ebuild b/app-office/pointless/pointless-0.5.ebuild
index 90128f7757a8..087440c90782 100644
--- a/app-office/pointless/pointless-0.5.ebuild
+++ b/app-office/pointless/pointless-0.5.ebuild
@@ -1,26 +1,25 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pointless/pointless-0.5.ebuild,v 1.1 2004/03/01 00:49:31 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pointless/pointless-0.5.ebuild,v 1.1.1.1 2005/11/30 09:59:10 chriswhite Exp $
DESCRIPTION="A presentation tool using markup-language"
HOMEPAGE="http://www.pointless.dk/"
-SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/pointless/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/pointless/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~sparc ~ppc"
-IUSE="X freetype doc sdl nls"
+IUSE="X doc sdl nls"
DEPEND="X? ( virtual/x11 )
>=media-fonts/freefonts-0.10
>=dev-lang/python-2.2.0
- freetype? ( >=media-libs/freetype-2.1.5 )
+ >=media-libs/freetype-2.1.5
sdl? ( >=media-libs/libsdl-1.2.6 )
nls? ( >=sys-devel/gettext-0.12.1 )"
src_compile() {
- use freetype || myconf="${myconf} --disable-freetypetest"
use doc && myconf="${myconf} --enable-html"
use sdl && myconf="${myconf} --enable-sdl"
use sdl || myconf="${myconf} --disable-sdltest"