diff --git a/dev-python/imdbpy/Manifest b/dev-python/imdbpy/Manifest new file mode 100644 index 000000000..6c253884b --- /dev/null +++ b/dev-python/imdbpy/Manifest @@ -0,0 +1 @@ +DIST IMDbPY-4.9.tar.gz 307726 SHA256 01e90dce4fe19aeca99c9d3eb14052769467b177e3fb8acc240f9c51c5f477d2 SHA512 1f46ea504e7ca61b0e8ba85bd2bfd88ef2ddc87f085d70336773d840401b03d6a8b807544ee665f4211ca093dc23dbc69619b5c04cab0b5024e73105179be8f4 WHIRLPOOL bb289000fe267124dfa1ee331a0c48722c5799b241d281e39483e73a8650804596d37922d516ad92ca2ca4ef140ff59d80bda99fbd2cbbd67e9bbe8222bbabb6 diff --git a/dev-python/imdbpy/files/imdbpy-4.6-data_location.patch b/dev-python/imdbpy/files/imdbpy-4.6-data_location.patch new file mode 100644 index 000000000..90dc46717 --- /dev/null +++ b/dev-python/imdbpy/files/imdbpy-4.6-data_location.patch @@ -0,0 +1,11 @@ +--- setup.py ++++ setup.py +@@ -70,7 +70,7 @@ + + # XXX: I'm not sure that 'etc' is a good idea. Making it an absolute + # path seems a recipe for a disaster (with bdist_egg, at least). +-data_files = [('doc', setuptools.findall('docs')), ('etc', ['docs/imdbpy.cfg'])] ++data_files = [('/etc', ['docs/imdbpy.cfg'])] + + + # Defining these 'features', it's possible to run commands like: diff --git a/dev-python/imdbpy/imdbpy-4.9.ebuild b/dev-python/imdbpy/imdbpy-4.9.ebuild new file mode 100644 index 000000000..4cac53a5c --- /dev/null +++ b/dev-python/imdbpy/imdbpy-4.9.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/imdbpy/imdbpy-4.8.2.ebuild,v 1.2 2012/07/13 17:41:06 floppym Exp $ + +EAPI="4" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" + +inherit distutils eutils + +MY_PN="IMDbPY" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Python package to access the IMDb movie database" +HOMEPAGE="http://imdbpy.sourceforge.net/ http://pypi.python.org/pypi/IMDbPY" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="" + +S="${WORKDIR}/${MY_PN}-${PV}" + +DISTUTILS_GLOBAL_OPTIONS=("*-jython --without-cutils") +DOCS="docs/AUTHOR.txt docs/FAQS.txt docs/imdbpy48.dtd docs/imdbpy.cfg docs/README*" +PYTHON_MODNAME="imdb" + +src_prepare() { + distutils_src_prepare + epatch "${FILESDIR}/${PN}-4.6-data_location.patch" +} diff --git a/dev-python/imdbpy/metadata.xml b/dev-python/imdbpy/metadata.xml new file mode 100644 index 000000000..7cd64fc49 --- /dev/null +++ b/dev-python/imdbpy/metadata.xml @@ -0,0 +1,8 @@ + + + + mythtv + + IMDbPY + + diff --git a/x11-plugins/pidgin-libnotify-plus/pidgin-libnotify-plus-1.2.2.ebuild b/x11-plugins/pidgin-libnotify-plus/pidgin-libnotify-plus-1.99.2.ebuild similarity index 100% rename from x11-plugins/pidgin-libnotify-plus/pidgin-libnotify-plus-1.2.2.ebuild rename to x11-plugins/pidgin-libnotify-plus/pidgin-libnotify-plus-1.99.2.ebuild