commit:     b335f0f676ef804ce364318fec21f09a56a280dc
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 11:21:11 2020 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 11:21:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b335f0f6

dev-games/tiled: remove old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 dev-games/tiled/Manifest           |  5 ---
 dev-games/tiled/tiled-1.2.4.ebuild | 62 -------------------------------------
 dev-games/tiled/tiled-1.2.5.ebuild | 62 -------------------------------------
 dev-games/tiled/tiled-1.3.1.ebuild | 63 --------------------------------------
 dev-games/tiled/tiled-1.3.2.ebuild | 63 --------------------------------------
 dev-games/tiled/tiled-1.3.3.ebuild | 63 --------------------------------------
 6 files changed, 318 deletions(-)

diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
index 586a5bd27e1..b87761317e6 100644
--- a/dev-games/tiled/Manifest
+++ b/dev-games/tiled/Manifest
@@ -1,6 +1 @@
-DIST tiled-1.2.4.tar.gz 16875074 BLAKE2B 
19d9e000949a889af90f48c31862aab8d00cbd968d518bc48e58775763ff2b293d5e82f10b8ec45dda936bf81b177f88aa4962900c7b70b01ce514fabf717c46
 SHA512 
a16fcb3fcceb11397cc981f10a558215264cf2c340639fbc001d384cfd9bc138c05ed40894a03d103af8a7d629c0be9fa6d5a4058fd9c563806920efef8e2cb7
-DIST tiled-1.2.5.tar.gz 16878267 BLAKE2B 
75d7ba6f715963cc5209181664052aa276dead8311e8fb99561c8375c4fce3400b60f71f4bce3213e1198e3217812e8debdedc72c87dff3f553e391ed1e9438d
 SHA512 
2b0009a8aa785d4289d6759369ff579e62e4fb969090ee6ba2b3fae4dd42d4e9562bd6d2a74ae372c07d9bbfd108390c79a48b49e05f0881e87497f6a727cb3a
-DIST tiled-1.3.1.tar.gz 15728903 BLAKE2B 
f9b6aa89b450bbb6fe101610f81f3f8a2c385149eb07d79c3b2ddf33bb654c7d1f48b8938975be5037824a1fd14840a7ee8b4a0cc8b009808bdfdc4aec99525e
 SHA512 
b2ed5c0ff043990177809873417e31e8ee2894473b3084d0302e5557c19043c1763cf55d8ade16335ba3d64e7b4b903dd5fb88fd4bcf878c7c4d873bc9c7ed73
-DIST tiled-1.3.2.tar.gz 15826960 BLAKE2B 
3e9669eaee3c1cd5a891cdb7516b620d183d955a0f988bed20403edfdcb629dfeff13baab91fad973f9fe5311e7a1aac9e422dfffb29a550ad7ca5658152279f
 SHA512 
25dedfde6f48b0bd34a500481662c3da8c6f78b023b4d5c63559c4240db22fb664ec057d3d801714cb682a6bd2e870bf072ab688b1d00c017f0ea5af980d5ead
-DIST tiled-1.3.3.tar.gz 15859368 BLAKE2B 
a79f1944daf4fffdccf38fc8250475c4e46844204800fb2c77eaa65882836507257013ba0f107cbf19b780ccf8c4593bdd071138c7fa6068b20d93f686b5eb62
 SHA512 
61207f2634ee841207598d06bc4bb97cd25182e25228c97b6a369b88e3a79ddf63c91786eb80254a658380f54b08d4f0bef1891ff7437aedc29f6344a405ee08
 DIST tiled-1.3.4.tar.gz 15860089 BLAKE2B 
cdc06f82a5bd92179ff4c6402da7094dfa33d1281f358cd82a5125fe9672b5f317f578f3332c1b07c4603bb8930dd50c736f0a41a156594fbd419d94147c0525
 SHA512 
f78772f74d9f7a241ff9191ed6152f965b7a5342db877fa63a2d84f266d956cb2fa487776cf503db36bc5da9aa825c8bab87e13293e43a129f560020e323bd61

diff --git a/dev-games/tiled/tiled-1.2.4.ebuild 
b/dev-games/tiled/tiled-1.2.4.ebuild
deleted file mode 100644
index 35f91268964..00000000000
--- a/dev-games/tiled/tiled-1.2.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-inherit gnome2-utils multilib python-single-r1 qmake-utils xdg-utils
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="https://www.mapeditor.org/";
-SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="examples python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       >=dev-qt/qtcore-5.9:5
-       >=dev-qt/qtgui-5.9:5
-       >=dev-qt/qtnetwork-5.9:5
-       >=dev-qt/qtwidgets-5.9:5
-       sys-libs/zlib
-       python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-DOCS=( AUTHORS COPYING NEWS.md README.md )
-
-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
-
-       einstalldocs
-
-       if use examples ; then
-               docompress -x /usr/share/doc/${PF}/examples
-               dodoc -r examples
-       fi
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}

diff --git a/dev-games/tiled/tiled-1.2.5.ebuild 
b/dev-games/tiled/tiled-1.2.5.ebuild
deleted file mode 100644
index 56763ea7c4f..00000000000
--- a/dev-games/tiled/tiled-1.2.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-inherit gnome2-utils multilib python-single-r1 qmake-utils xdg-utils
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="https://www.mapeditor.org/";
-SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       >=dev-qt/qtcore-5.9:5
-       >=dev-qt/qtgui-5.9:5
-       >=dev-qt/qtnetwork-5.9:5
-       >=dev-qt/qtwidgets-5.9:5
-       sys-libs/zlib
-       python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-DOCS=( AUTHORS COPYING NEWS.md README.md )
-
-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
-
-       einstalldocs
-
-       if use examples ; then
-               docompress -x /usr/share/doc/${PF}/examples
-               dodoc -r examples
-       fi
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}

diff --git a/dev-games/tiled/tiled-1.3.1.ebuild 
b/dev-games/tiled/tiled-1.3.1.ebuild
deleted file mode 100644
index ad6ff84462d..00000000000
--- a/dev-games/tiled/tiled-1.3.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-inherit gnome2-utils multilib python-single-r1 qmake-utils xdg-utils
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="https://www.mapeditor.org/";
-SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       >=dev-qt/qtcore-5.10:5
-       >=dev-qt/qtdeclarative-5.10:5
-       >=dev-qt/qtgui-5.10:5
-       >=dev-qt/qtnetwork-5.10:5
-       >=dev-qt/qtwidgets-5.10:5
-       sys-libs/zlib
-       python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-DOCS=( AUTHORS COPYING NEWS.md README.md )
-
-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
-
-       einstalldocs
-
-       if use examples ; then
-               docompress -x /usr/share/doc/${PF}/examples
-               dodoc -r examples
-       fi
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}

diff --git a/dev-games/tiled/tiled-1.3.2.ebuild 
b/dev-games/tiled/tiled-1.3.2.ebuild
deleted file mode 100644
index b510b361b4a..00000000000
--- a/dev-games/tiled/tiled-1.3.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-inherit gnome2-utils multilib python-single-r1 qmake-utils xdg-utils
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="https://www.mapeditor.org/";
-SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       >=dev-qt/qtcore-5.10:5
-       >=dev-qt/qtdeclarative-5.10:5
-       >=dev-qt/qtgui-5.10:5
-       >=dev-qt/qtnetwork-5.10:5
-       >=dev-qt/qtwidgets-5.10:5
-       sys-libs/zlib
-       python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-DOCS=( AUTHORS COPYING NEWS.md README.md )
-
-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
-
-       einstalldocs
-
-       if use examples ; then
-               docompress -x /usr/share/doc/${PF}/examples
-               dodoc -r examples
-       fi
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}

diff --git a/dev-games/tiled/tiled-1.3.3.ebuild 
b/dev-games/tiled/tiled-1.3.3.ebuild
deleted file mode 100644
index b510b361b4a..00000000000
--- a/dev-games/tiled/tiled-1.3.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-inherit gnome2-utils multilib python-single-r1 qmake-utils xdg-utils
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="https://www.mapeditor.org/";
-SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       >=dev-qt/qtcore-5.10:5
-       >=dev-qt/qtdeclarative-5.10:5
-       >=dev-qt/qtgui-5.10:5
-       >=dev-qt/qtnetwork-5.10:5
-       >=dev-qt/qtwidgets-5.10:5
-       sys-libs/zlib
-       python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-DOCS=( AUTHORS COPYING NEWS.md README.md )
-
-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
-
-       einstalldocs
-
-       if use examples ; then
-               docompress -x /usr/share/doc/${PF}/examples
-               dodoc -r examples
-       fi
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}

Reply via email to