diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-19 00:43:00 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-19 00:43:00 +0000 |
commit | 47ee262b2ea4c23543508a36857253f0c16e08a4 (patch) | |
tree | 994590c8b25dcc15357b8656754792b455c42884 /media-libs/allegro | |
parent | Version bump to install header file #78496 by Vlado. (diff) | |
download | gentoo-2-47ee262b2ea4c23543508a36857253f0c16e08a4.tar.gz gentoo-2-47ee262b2ea4c23543508a36857253f0c16e08a4.tar.bz2 gentoo-2-47ee262b2ea4c23543508a36857253f0c16e08a4.zip |
Added installation of examples based on doc USE flag and closing bug #76843.
(Portage version: 2.0.51-r13)
Diffstat (limited to 'media-libs/allegro')
-rw-r--r-- | media-libs/allegro/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/allegro/allegro-4.0.3.ebuild | 7 | ||||
-rw-r--r-- | media-libs/allegro/allegro-4.1.14.ebuild | 7 | ||||
-rw-r--r-- | media-libs/allegro/allegro-4.1.17.ebuild | 7 |
4 files changed, 18 insertions, 11 deletions
diff --git a/media-libs/allegro/ChangeLog b/media-libs/allegro/ChangeLog index dde47867de58..c3933cd858d3 100644 --- a/media-libs/allegro/ChangeLog +++ b/media-libs/allegro/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/allegro -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.38 2004/12/09 12:20:08 mr_bones_ Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.39 2005/01/19 00:43:00 wolf31o2 Exp $ + + 18 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> allegro-4.0.3.ebuild, + allegro-4.1.14.ebuild, allegro-4.1.17.ebuild: + Added installation of examples based on doc USE flag and closing bug #76843. 09 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> -allegro-4.1.15.ebuild, -allegro-4.1.16.ebuild: diff --git a/media-libs/allegro/allegro-4.0.3.ebuild b/media-libs/allegro/allegro-4.0.3.ebuild index bf11a1e33727..65a546a99f7e 100644 --- a/media-libs/allegro/allegro-4.0.3.ebuild +++ b/media-libs/allegro/allegro-4.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.3.ebuild,v 1.10 2004/08/12 11:52:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.3.ebuild,v 1.11 2005/01/19 00:43:00 wolf31o2 Exp $ inherit flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" LICENSE="Allegro" SLOT="0" KEYWORDS="x86 sparc" -IUSE="static mmx sse oss alsa esd arts X fbcon svga tetex" +IUSE="static mmx sse oss alsa esd arts X fbcon svga tetex doc" RDEPEND="alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) @@ -76,6 +76,7 @@ src_install() { # 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 docinto rtf ; dodoc docs/rtf/*.rtf diff --git a/media-libs/allegro/allegro-4.1.14.ebuild b/media-libs/allegro/allegro-4.1.14.ebuild index 4a1c6f718a2d..2e514d7d8e1e 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-2004 Gentoo Foundation +# Copyright 1999-2005 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.11 2004/11/22 10:52:08 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.1.14.ebuild,v 1.12 2005/01/19 00:43:00 wolf31o2 Exp $ -IUSE="static mmx sse oss alsa esd arts X fbcon svga tetex" +IUSE="static mmx sse oss alsa esd arts X fbcon svga tetex doc" inherit flag-o-matic @@ -67,6 +67,7 @@ src_install() { # 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 docinto rtf ; dodoc docs/rtf/*.rtf diff --git a/media-libs/allegro/allegro-4.1.17.ebuild b/media-libs/allegro/allegro-4.1.17.ebuild index 6dea3b8d8ead..6caeaf9222bb 100644 --- a/media-libs/allegro/allegro-4.1.17.ebuild +++ b/media-libs/allegro/allegro-4.1.17.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.1.17.ebuild,v 1.1 2004/12/09 12:18:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.1.17.ebuild,v 1.2 2005/01/19 00:43:00 wolf31o2 Exp $ -IUSE="static mmx sse oss alsa esd arts X fbcon svga tetex" +IUSE="static mmx sse oss alsa esd arts X fbcon svga tetex doc" inherit flag-o-matic @@ -79,6 +79,7 @@ src_install() { # 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 |