From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 059EE58973 for ; Tue, 9 Feb 2016 12:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C37C721C066; Tue, 9 Feb 2016 12:03:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BCE721C066 for ; Tue, 9 Feb 2016 12:03:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D2AA3403C1 for ; Tue, 9 Feb 2016 12:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA63C8DF for ; Tue, 9 Feb 2016 12:03:37 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1455019399.f054609c3bfa45b69b4fb3e6b6596f9e094b5203.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-games/tiled/ X-VCS-Repository: proj/qt X-VCS-Files: dev-games/tiled/metadata.xml dev-games/tiled/tiled-9999.ebuild X-VCS-Directories: dev-games/tiled/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f054609c3bfa45b69b4fb3e6b6596f9e094b5203 X-VCS-Branch: master Date: Tue, 9 Feb 2016 12:03:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d285c0c0-8bca-48c4-aa83-ad45d379cfc5 X-Archives-Hash: ea51ed21c6973ff7c24d10030bc6a4d4 commit: f054609c3bfa45b69b4fb3e6b6596f9e094b5203 Author: Michael Palimaka gentoo org> AuthorDate: Tue Feb 9 12:03:19 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Feb 9 12:03:19 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f054609c dev-games/tiled: remove unmaintained broken live ebuild dev-games/tiled/metadata.xml | 11 ------- dev-games/tiled/tiled-9999.ebuild | 66 --------------------------------------- 2 files changed, 77 deletions(-) diff --git a/dev-games/tiled/metadata.xml b/dev-games/tiled/metadata.xml deleted file mode 100644 index 3415062..0000000 --- a/dev-games/tiled/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - qt@gentoo.org - Gentoo Qt Project - - - tiled - - diff --git a/dev-games/tiled/tiled-9999.ebuild b/dev-games/tiled/tiled-9999.ebuild deleted file mode 100644 index 6efad10..0000000 --- a/dev-games/tiled/tiled-9999.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit fdo-mime gnome2-utils multilib python-single-r1 qmake-utils - -DESCRIPTION="A general purpose tile map editor" -HOMEPAGE="http://www.mapeditor.org/" -EGIT_REPO_URI="git://github.com/bjorn/${PN}.git" - -LICENSE="BSD BSD-2 GPL-2+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples python" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtopengl:5 - dev-qt/qtwidgets:5 - sys-libs/zlib - python? ( ${PYTHON_DEPS} ) -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)" -} - -src_install() { - emake INSTALL_ROOT="${D}" install - - dodoc AUTHORS COPYING NEWS README.md - - if use examples ; then - docompress -x /usr/share/doc/${PF}/examples - dodoc -r examples - fi -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -}