+++ /dev/null
-DIST ige-mac-integration-0.8.2.tar.gz 374304 SHA256 3e42ebbc5ce54b547eea92c36e61293f961b6d3cbe42b5e83dc8867b1829240f SHA512 85d231fce8d2035c67d7d4aeef44261ea803531e2a5aaf65553cf00ca93faf783bd15c73dcf7a4c5f3f08e95e5fdf62ccee257268e99c515cb73f40e0a2f7d3f WHIRLPOOL fe9fff8ec77c627712aa462b41a4eff73d07a1ee00812ae394ccab29379bca4a4456aa36d1958ab1623911e9c7220a475f775e10b9384326458bc0f67544ebe6
+++ /dev/null
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit base python libtool
-
-DESCRIPTION="GTK+ bindings for Mac OS X specific tasks"
-LICENSE="LGPL-2"
-HOMEPAGE="https://live.gnome.org/GTK+/OSX/Integration"
-SRC_URI="http://ftp.imendio.com/pub/imendio/ige-mac-integration/${P}.tar.gz"
-SLOT="0"
-KEYWORDS="~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- dev-python/pygtk:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # fix the lookup of the codegen tools
- sed -e "s|\$(datadir)/pygtk/2.0|${EPREFIX}/$(python_get_sitedir)/gtk-2.0|g" \
- -i bindings/python/Makefile.am || die
- elibtoolize
-}
-
-src_configure() {
- econf --with-compile-warnings=no
-}
+++ /dev/null
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit autotools base git-2 python
-
-EGIT_REPO_URI="git://github.com/rhult/${PN}.git
- https://github.com/rhult/${PN}.git"
-SRC_URI=""
-
-DESCRIPTION="GTK+ bindings for Mac OS X specific tasks"
-LICENSE="LGPL-2"
-HOMEPAGE="https://live.gnome.org/GTK+/OSX/Integration"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- dev-python/pygtk:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # fix the lookup of the codegen tools
- sed -e "s|\$(datadir)/pygtk/2.0|${EPREFIX}/$(python_get_sitedir)/gtk-2.0|g" \
- -i bindings/python/Makefile.am
-
- eautoreconf
-}
-
-src_configure() {
- econf --with-compile-warnings=no
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>prefix@gentoo.org</email>
- <name>Gentoo Prefix</name>
-</maintainer>
-</pkgmetadata>