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 | d82f66634c0b4038df10804cfbea5fea8c6ec023 (patch) | |
tree | b7cdbefa7991773c92eb79b587ebe71ba6937744 /media-libs | |
parent | Version bump to install header file #78496 by Vlado. (diff) | |
download | historical-d82f66634c0b4038df10804cfbea5fea8c6ec023.tar.gz historical-d82f66634c0b4038df10804cfbea5fea8c6ec023.tar.bz2 historical-d82f66634c0b4038df10804cfbea5fea8c6ec023.zip |
Added installation of examples based on doc USE flag and closing bug #76843.
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/allegro/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/allegro/Manifest | 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 |
5 files changed, 22 insertions, 15 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/Manifest b/media-libs/allegro/Manifest index 7b66c07033c1..e5a07066a932 100644 --- a/media-libs/allegro/Manifest +++ b/media-libs/allegro/Manifest @@ -1,8 +1,8 @@ -MD5 bc0e0a59b5e6acf6e2245e9d399c8c42 ChangeLog 4904 -MD5 3703368fda6efbe1b7f0dcbeccddd67c allegro-4.0.3.ebuild 2144 +MD5 c95debb1ea1c8bb18d77e2d6e534276a allegro-4.1.17.ebuild 2191 +MD5 364f2f88ed70d3d2c0aa266841da8ccd allegro-4.0.3.ebuild 2176 +MD5 0cd591e770ebc2a68555ee2856d51cf1 allegro-4.1.14.ebuild 2033 +MD5 c784dc710efa66d207ea4366df0e9212 ChangeLog 5107 MD5 69afb3c206fdd20a361ee6dbff286ace metadata.xml 636 -MD5 737b9e9369ce613b7258bdbce041ec44 allegro-4.1.17.ebuild 2159 -MD5 d2f56a03c48ba73fc177e705ea499611 allegro-4.1.14.ebuild 1998 MD5 9f28e5d796c572eb801998504cf84fbb files/digest-allegro-4.0.3 66 MD5 cbde62e7be820f69c7c202d3ff4ac241 files/digest-allegro-4.1.14 67 MD5 fcd40872efbdf5b791aa5eeb26612e60 files/digest-allegro-4.1.17 67 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 |