+++ /dev/null
-# ChangeLog for dev-python/fxpy
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/ChangeLog,v 1.8 2005/07/12 11:03:10 dholm Exp $
-
- 12 Jul 2005; David Holm <dholm@gentoo.org> fxpy-1.0.5-r1.ebuild:
- Added to ~ppc.
-
-*fxpy-1.0.5-r1 (07 May 2005)
-
- 07 May 2005; <rphillips@gentoo.org> +files/fxpy-1.0.5-r1-gentoo.diff,
- +fxpy-1.0.5-r1.ebuild:
- Added Yaakov Selkowitz's eclass based fox ebuilds for testing.
- Fixes #88924
-
- 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
- Change encoding to UTF-8 for GLEP 31 compliance
-
- 20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> fxpy-1.0.5.ebuild:
- dev-python/PyOpenGL is now dev-python/pyopengl - adjust dependencies
- accordingly.
-
- 08 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> fxpy-1.0.5.ebuild:
- Marked stable on x86
-
- 08 May 2004; Bryan Østergaard <kloeri@gentoo.org> fxpy-1.0.5.ebuild:
- Use epatch.
-
-*fxpy-1.0.5 (05 Oct 2003)
-
- 05 Oct 2003; Rob Cakebread <pythonhead@gentoo.org> fxpy-1.0.5.ebuild,
- files/fxpy-1.0.5-gentoo.diff:
- Initial commit. Thanks to Christopher Farley <chris@northernbrewer.com> (bug
- #20764)
-
+++ /dev/null
-MD5 74316d2524ab896596eba8e5a1c2bf31 ChangeLog 1163
-MD5 d3d8329d4ff98cdf4886a64f3d1be613 fxpy-1.0.5.ebuild 926
-MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 3b22cc88fbdc34f5eb580b6bf72ceec3 fxpy-1.0.5-r1.ebuild 958
-MD5 4e32222847e02df6766794e0d55bc9d2 files/digest-fxpy-1.0.5 62
-MD5 ffa45c09d881621b0d98695f15f3d155 files/fxpy-1.0.5-gentoo.diff 462
-MD5 4e32222847e02df6766794e0d55bc9d2 files/digest-fxpy-1.0.5-r1 62
-MD5 6a9d948be752573ca136804e33ccbf59 files/fxpy-1.0.5-r1-gentoo.diff 862
+++ /dev/null
-MD5 d27755b53425b32d4f39599f46576f2d FXPy-1.0.5.tar.gz 947438
+++ /dev/null
-MD5 d27755b53425b32d4f39599f46576f2d FXPy-1.0.5.tar.gz 947438
+++ /dev/null
-diff -urn ../fxpy-1.0.5.orig/setup.py ./setup.py
---- ../fxpy-1.0.5.orig/setup.py 2002-04-02 16:29:06.000000000 -0600
-+++ ./setup.py 2003-05-10 11:39:02.000000000 -0500
-@@ -7,8 +7,8 @@
- FXLIBDIR = r'..\fox-1.0.5\lib'
- FXINCDIR = r'..\fox-1.0.5\include'
- else:
-- FXLIBDIR = '/usr/local/lib'
-- FXINCDIR = '/usr/local/include/fox'
-+ FXLIBDIR = '/usr/lib'
-+ FXINCDIR = '/usr/include/fox'
-
- # Location of X libraries
- if sys.platform == 'win32':
-
+++ /dev/null
-diff -urn ../fxpy-1.0.5.orig/setup.py ./setup.py
---- ../fxpy-1.0.5.orig/setup.py 2002-04-02 16:29:06.000000000 -0600
-+++ ./setup.py 2003-05-10 11:39:02.000000000 -0500
-@@ -7,8 +7,8 @@
- FXLIBDIR = r'..\fox-1.0.5\lib'
- FXINCDIR = r'..\fox-1.0.5\include'
- else:
-- FXLIBDIR = '/usr/local/lib'
-- FXINCDIR = '/usr/local/include/fox'
-+ FXLIBDIR = '/usr/lib'
-+ FXINCDIR = '/usr/include/fox'
-
- # Location of X libraries
- if sys.platform == 'win32':
-
---- ./fxpy-1.0.5-orig/setup.py 2005-01-16 11:57:48.000000000 -0500
-+++ ./setup.py 2005-01-16 11:57:16.000000000 -0500
-@@ -70,7 +70,7 @@
- if sys.platform == 'win32':
- foxlibname = 'fox.lib'
- else:
-- foxlibname = 'libFOX.a'
-+ foxlibname = 'libFOX.la'
-
- if not os.path.exists(os.path.join(FXLIBDIR, foxlibname)):
- print """I couldn't find the file "%s" in this directory:""" % foxlibname
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/fxpy-1.0.5-r1.ebuild,v 1.2 2005/07/12 11:03:10 dholm Exp $
-
-inherit distutils eutils
-
-MY_P="FXPy-${PV}"
-
-DESCRIPTION="Fox Toolkit GUI bindings for Python."
-HOMEPAGE="http://fxpy.sourceforge.net/"
-SRC_URI="mirror://sourceforge/fxpy/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE="doc opengl"
-
-DEPEND="virtual/python
- =x11-libs/fox-1.0*
- opengl? ( >=dev-python/pyopengl-2.0.0.44 )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A} || die
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.diff || die "Patch failed."
-}
-
-src_install() {
- distutils_src_install
-
- if use doc ; then
- dohtml doc/*
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
- insinto /usr/share/doc/${PF}/examples/icons
- doins examples/icons/*
- insinto /usr/share/doc/${PF}/contrib
- doins contrib/*
- fi
-}
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/fxpy-1.0.5.ebuild,v 1.7 2005/05/07 19:59:51 rphillips Exp $
-
-inherit distutils eutils
-
-MY_P="FXPy-${PV}"
-
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Fox Toolkit GUI bindings for Python."
-HOMEPAGE="http://fxpy.sourceforge.net"
-SRC_URI="mirror://sourceforge/fxpy/${MY_P}.tar.gz"
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="opengl"
-DEPEND=">=dev-lang/python-2.1
- >=x11-libs/fox-1.0.17
- opengl? ( >=dev-python/pyopengl-2.0.0.44 )"
-
-src_unpack() {
- unpack ${A} || die
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.diff || die "Patch failed."
-}
-
-src_install() {
- distutils_src_install
- dohtml doc/*
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
- insinto /usr/share/doc/${PF}/examples/icons
- doins examples/icons/*
- insinto /usr/share/doc/${PF}/contrib
- doins contrib/*
-}
-
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>python</herd>
-</pkgmetadata>