diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-12-18 02:53:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-12-18 02:53:08 +0000 |
commit | 58e986865fd0a4fcc830990789497138d351058a (patch) | |
tree | a438c20ba17f3eb48c2fc73715b860e1560ccba7 /x11-libs | |
parent | bump (diff) | |
download | gentoo-2-58e986865fd0a4fcc830990789497138d351058a.tar.gz gentoo-2-58e986865fd0a4fcc830990789497138d351058a.tar.bz2 gentoo-2-58e986865fd0a4fcc830990789497138d351058a.zip |
resurrect fox-1.5.4.ebuild which is still quite in use.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/fox/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/fox/files/digest-fox-1.5.4 | 3 | ||||
-rw-r--r-- | x11-libs/fox/fox-1.5.4.ebuild | 36 |
3 files changed, 45 insertions, 1 deletions
diff --git a/x11-libs/fox/ChangeLog b/x11-libs/fox/ChangeLog index 3a324930e581..ef11d61a9b47 100644 --- a/x11-libs/fox/ChangeLog +++ b/x11-libs/fox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/fox # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.71 2006/12/17 23:35:53 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.72 2006/12/18 02:53:08 mr_bones_ Exp $ + +*fox-1.5.4 (18 Dec 2006) + + 18 Dec 2006; Michael Sterrett <mr_bones_@gentoo.org> +fox-1.5.4.ebuild: + resurrect fox-1.5.4.ebuild which is still quite in use. 17 Dec 2006; Matti Bickel <mabi@gentoo.org> -fox-1.2.6-r3.ebuild, fox-1.6.16.ebuild: diff --git a/x11-libs/fox/files/digest-fox-1.5.4 b/x11-libs/fox/files/digest-fox-1.5.4 new file mode 100644 index 000000000000..9a03feb491c7 --- /dev/null +++ b/x11-libs/fox/files/digest-fox-1.5.4 @@ -0,0 +1,3 @@ +MD5 b79f90be88d97ada86c46e1889d1c148 fox-1.5.4.tar.gz 4027866 +RMD160 173939c54571de6718d476f22ee118384bdc4596 fox-1.5.4.tar.gz 4027866 +SHA256 d2735b63b27c0d4b8d16f44c09d096ce812b9e528f3750440dfdd43b588c2be1 fox-1.5.4.tar.gz 4027866 diff --git a/x11-libs/fox/fox-1.5.4.ebuild b/x11-libs/fox/fox-1.5.4.ebuild new file mode 100644 index 000000000000..673ad5c17e07 --- /dev/null +++ b/x11-libs/fox/fox-1.5.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.5.4.ebuild,v 1.6 2006/12/18 02:53:08 mr_bones_ Exp $ + +inherit fox + +LICENSE="LGPL-2.1" +SLOT="1.5" +KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc" +IUSE="bzip2 cups jpeg opengl png threads tiff truetype zlib" + +RDEPEND="x11-libs/libXrandr + x11-libs/libXcursor + x11-libs/fox-wrapper + bzip2? ( >=app-arch/bzip2-1.0.2 ) + cups? ( net-print/cups ) + jpeg? ( >=media-libs/jpeg-6b ) + opengl? ( virtual/opengl virtual/glu ) + png? ( >=media-libs/libpng-1.2.5 ) + tiff? ( >=media-libs/tiff-3.5.7 ) + truetype? ( =media-libs/freetype-2* + virtual/xft ) + zlib? ( >=sys-libs/zlib-1.1.4 )" +DEPEND="${RDEPEND} + x11-proto/xextproto + x11-libs/libXt" + +FOXCONF="$(use_enable bzip2 bz2lib) \ + $(use_enable cups) \ + $(use_enable jpeg) \ + $(use_with opengl) \ + $(use_enable png) \ + $(use_enable threads threadsafe) \ + $(use_enable tiff) \ + $(use_with truetype xft) \ + $(use_enable zlib)" |