diff options
author | Matti Bickel <mabi@gentoo.org> | 2007-04-19 19:35:09 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2007-04-19 19:35:09 +0000 |
commit | a175e3fe1c4be69285da17584d930589570ecc5f (patch) | |
tree | 312e395cbfa0c3d46f12e0934c4ef56fd4117638 /x11-libs/fox | |
parent | Fix NOSHORTLANG variable, bug 175236 (diff) | |
download | gentoo-2-a175e3fe1c4be69285da17584d930589570ecc5f.tar.gz gentoo-2-a175e3fe1c4be69285da17584d930589570ecc5f.tar.bz2 gentoo-2-a175e3fe1c4be69285da17584d930589570ecc5f.zip |
cleanup
(Portage version: 2.1.2.4)
Diffstat (limited to 'x11-libs/fox')
-rw-r--r-- | x11-libs/fox/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/fox/files/digest-fox-1.0.53 | 3 | ||||
-rw-r--r-- | x11-libs/fox/fox-1.0.53.ebuild | 41 |
3 files changed, 4 insertions, 45 deletions
diff --git a/x11-libs/fox/ChangeLog b/x11-libs/fox/ChangeLog index bd18b26ca2b0..7ae61ebdeee4 100644 --- a/x11-libs/fox/ChangeLog +++ b/x11-libs/fox/ChangeLog @@ -1,6 +1,9 @@ # 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.86 2007/03/28 22:51:47 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.87 2007/04/19 19:35:09 mabi Exp $ + + 19 Apr 2007; Matti Bickel <mabi@gentoo.org> -fox-1.0.53.ebuild: + cleanup *fox-1.6.25 (28 Mar 2007) diff --git a/x11-libs/fox/files/digest-fox-1.0.53 b/x11-libs/fox/files/digest-fox-1.0.53 deleted file mode 100644 index a18628f067e0..000000000000 --- a/x11-libs/fox/files/digest-fox-1.0.53 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0b0c352154a24629985d9eccbd2e6bc6 fox-1.0.53.tar.gz 2120403 -RMD160 639c53b8d744cb1bd6674d022bd6a8fdf3cd593d fox-1.0.53.tar.gz 2120403 -SHA256 74fda862214869a20f0f3f83726c41d04e9159820a0a92042d9396425bb4ccd6 fox-1.0.53.tar.gz 2120403 diff --git a/x11-libs/fox/fox-1.0.53.ebuild b/x11-libs/fox/fox-1.0.53.ebuild deleted file mode 100644 index 019f035a1924..000000000000 --- a/x11-libs/fox/fox-1.0.53.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.0.53.ebuild,v 1.7 2006/12/18 16:31:31 mr_bones_ Exp $ - -inherit toolchain-funcs flag-o-matic fox - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ia64 ~ppc ~ppc64 ~sparc" -IUSE="cups jpeg opengl png tiff zlib" - -RDEPEND="x11-libs/libXrandr - x11-libs/libXcursor - 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 ) - zlib? ( >=sys-libs/zlib-1.1.4 )" -DEPEND="${RDEPEND} - x11-proto/xextproto - x11-libs/libXt" - -FOXCONF="$(use_enable cups) \ - $(use_enable jpeg) \ - $(use_enable png) \ - $(use_enable tiff) \ - $(use_enable zlib)" - -# fox-1.0 incorrectly detects mesa on xorg-x11-6.8.2 -use opengl \ - && FOXCONF="${FOXCONF} --with-opengl=opengl" \ - || FOXCONF="${FOXCONF} --without-opengl" - -src_compile() { - if [[ $(gcc-major-version) -ge 4 ]]; then - append-flags -ffriend-injection - fi - fox_src_compile -} - |