diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-05-12 23:24:02 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-05-12 23:24:02 +0000 |
commit | 33a195d5b92fdf045d82969bf230c425f751a593 (patch) | |
tree | 17cfa00ffec75daf0aabd76ee66e3afa6e7a28e6 /media-libs/allegro | |
parent | Stable for HPPA (bug #221063). (diff) | |
download | gentoo-2-33a195d5b92fdf045d82969bf230c425f751a593.tar.gz gentoo-2-33a195d5b92fdf045d82969bf230c425f751a593.tar.bz2 gentoo-2-33a195d5b92fdf045d82969bf230c425f751a593.zip |
Remove tetex USE flag, bug #196745
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'media-libs/allegro')
-rw-r--r-- | media-libs/allegro/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/allegro/allegro-4.1.14.ebuild | 19 |
2 files changed, 9 insertions, 15 deletions
diff --git a/media-libs/allegro/ChangeLog b/media-libs/allegro/ChangeLog index 318e6f86decc..51140f5a40da 100644 --- a/media-libs/allegro/ChangeLog +++ b/media-libs/allegro/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/allegro # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.75 2008/02/29 19:55:00 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.76 2008/05/12 23:24:02 nyhm Exp $ + + 12 May 2008; Tristan Heaven <nyhm@gentoo.org> allegro-4.1.14.ebuild: + Remove tetex USE flag, bug #196745 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> allegro-4.2.2.ebuild: Remove icon extension from desktop entry to match Icon Theme Specification. diff --git a/media-libs/allegro/allegro-4.1.14.ebuild b/media-libs/allegro/allegro-4.1.14.ebuild index d3cd549c2161..54533d9e166f 100644 --- a/media-libs/allegro/allegro-4.1.14.ebuild +++ b/media-libs/allegro/allegro-4.1.14.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.1.14.ebuild,v 1.17 2007/07/22 09:43:17 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.1.14.ebuild,v 1.18 2008/05/12 23:24:02 nyhm Exp $ -IUSE="static mmx sse oss alsa esd arts X fbcon svga tetex doc" +IUSE="static mmx sse oss alsa esd arts X fbcon svga doc" inherit flag-o-matic @@ -28,8 +28,7 @@ DEPEND="${RDEPEND} x11-proto/xextproto x11-proto/xf86dgaproto x11-proto/xf86vidmodeproto - ) - tetex? ( virtual/tetex )" + )" src_compile() { filter-flags -fPIC -fprefetch-loop-arrays @@ -59,22 +58,14 @@ src_compile() { -e "/CFLAGS =.*/s:$: ${CFLAGS}:" \ makefile || die "sed makefile failed" emake -j1 || die # parallel fails - - if use tetex ; then - addwrite /var/lib/texmf - addwrite /usr/share/texmf - addwrite /var/cache/fonts - make docs-dvi docs-ps || die - fi } src_install() { addpredict /usr/share/info - make DESTDIR=${D} install install-gzipped-man install-gzipped-info || die + make DESTDIR="${D}" install install-gzipped-man install-gzipped-info || die # Different format versions of the Allegro documentation dodoc AUTHORS CHANGES THANKS readme.txt todo.txt - use tetex && dodoc docs/allegro.{dvi,ps} use doc && dodoc examples/* dohtml docs/html/* docinto txt ; dodoc docs/txt/*.txt |