diff options
author | 2017-02-04 21:43:45 +0100 | |
---|---|---|
committer | 2017-02-04 21:44:47 +0100 | |
commit | 234df48afeb7300471a63d4f5b5b2a2b96c024a9 (patch) | |
tree | db27037e8df88220a93e3dec29adac5b346eabb1 /x11-libs | |
parent | profiles/base: Clean duplicate mask zeitgeist-datasources[tomboy] (diff) | |
download | gentoo-234df48afeb7300471a63d4f5b5b2a2b96c024a9.tar.gz gentoo-234df48afeb7300471a63d4f5b5b2a2b96c024a9.tar.bz2 gentoo-234df48afeb7300471a63d4f5b5b2a2b96c024a9.zip |
x11-libs/ige-mac-integration: remove package
this project has been superseeded by GtkOSXApplication
https://wiki.gnome.org/Projects/GTK%2B/OSX/Integration
Diffstat (limited to 'x11-libs')
4 files changed, 0 insertions, 75 deletions
diff --git a/x11-libs/ige-mac-integration/Manifest b/x11-libs/ige-mac-integration/Manifest deleted file mode 100644 index 67cc34ac2039..000000000000 --- a/x11-libs/ige-mac-integration/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ige-mac-integration-0.8.2.tar.gz 374304 SHA256 3e42ebbc5ce54b547eea92c36e61293f961b6d3cbe42b5e83dc8867b1829240f SHA512 85d231fce8d2035c67d7d4aeef44261ea803531e2a5aaf65553cf00ca93faf783bd15c73dcf7a4c5f3f08e95e5fdf62ccee257268e99c515cb73f40e0a2f7d3f WHIRLPOOL fe9fff8ec77c627712aa462b41a4eff73d07a1ee00812ae394ccab29379bca4a4456aa36d1958ab1623911e9c7220a475f775e10b9384326458bc0f67544ebe6 diff --git a/x11-libs/ige-mac-integration/ige-mac-integration-0.8.2.ebuild b/x11-libs/ige-mac-integration/ige-mac-integration-0.8.2.ebuild deleted file mode 100644 index 4fcb37a57c7e..000000000000 --- a/x11-libs/ige-mac-integration/ige-mac-integration-0.8.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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 -} diff --git a/x11-libs/ige-mac-integration/ige-mac-integration-9999.ebuild b/x11-libs/ige-mac-integration/ige-mac-integration-9999.ebuild deleted file mode 100644 index 51d17c93f439..000000000000 --- a/x11-libs/ige-mac-integration/ige-mac-integration-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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 -} diff --git a/x11-libs/ige-mac-integration/metadata.xml b/x11-libs/ige-mac-integration/metadata.xml deleted file mode 100644 index d33cce94b0d4..000000000000 --- a/x11-libs/ige-mac-integration/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?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> |