diff options
author | 2007-03-28 22:51:47 +0000 | |
---|---|---|
committer | 2007-03-28 22:51:47 +0000 | |
commit | a0abcbd26d9b0a9da25208c2c139cc118249ade2 (patch) | |
tree | 39b70d62614eadab8eccac3b97f9d84d0a4e8118 /x11-libs | |
parent | Fix broken Manifest due to Attic/ in the ebuild headers (see bug #169500). (diff) | |
download | gentoo-2-a0abcbd26d9b0a9da25208c2c139cc118249ade2.tar.gz gentoo-2-a0abcbd26d9b0a9da25208c2c139cc118249ade2.tar.bz2 gentoo-2-a0abcbd26d9b0a9da25208c2c139cc118249ade2.zip |
Version bump
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/fox/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/fox/files/digest-fox-1.6.25 | 3 | ||||
-rw-r--r-- | x11-libs/fox/fox-1.6.25.ebuild | 36 |
3 files changed, 45 insertions, 1 deletions
diff --git a/x11-libs/fox/ChangeLog b/x11-libs/fox/ChangeLog index 85ee1d0dcb93..bd18b26ca2b0 100644 --- a/x11-libs/fox/ChangeLog +++ b/x11-libs/fox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/fox # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.85 2007/03/26 14:24:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.86 2007/03/28 22:51:47 mabi Exp $ + +*fox-1.6.25 (28 Mar 2007) + + 28 Mar 2007; Matti Bickel <mabi@gentoo.org> +fox-1.6.25.ebuild: + Version bump 26 Mar 2007; Raúl Porcel <armin76@gentoo.org> fox-1.2.18-r1.ebuild: ia64 stable, again diff --git a/x11-libs/fox/files/digest-fox-1.6.25 b/x11-libs/fox/files/digest-fox-1.6.25 new file mode 100644 index 000000000000..f18c18eb4589 --- /dev/null +++ b/x11-libs/fox/files/digest-fox-1.6.25 @@ -0,0 +1,3 @@ +MD5 216095ac8d78f5376415f72b309bf50d fox-1.6.25.tar.gz 4193062 +RMD160 41951a19e46cdb5a7989cd9ba2a2745552e098d5 fox-1.6.25.tar.gz 4193062 +SHA256 45bef477eb274e09d36bdb04ab99981e58678d4fedb8e1b47400f2e285f4d1f9 fox-1.6.25.tar.gz 4193062 diff --git a/x11-libs/fox/fox-1.6.25.ebuild b/x11-libs/fox/fox-1.6.25.ebuild new file mode 100644 index 000000000000..3774f3eb4caa --- /dev/null +++ b/x11-libs/fox/fox-1.6.25.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.6.25.ebuild,v 1.1 2007/03/28 22:51:47 mabi Exp $ + +inherit fox + +LICENSE="LGPL-2.1" +SLOT="1.6" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +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)" |