diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-11 19:35:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-11 20:34:33 +0200 |
commit | 89bc8862e8d7d4ff968d450667ccdd6e49921159 (patch) | |
tree | 7a8d5273c83e317eb4c3bd93275effe72c3a018e /games-puzzle/cutemaze/cutemaze-1.2.0.ebuild | |
parent | games-puzzle/cutemaze: 1.2.3 version bump (diff) | |
download | gentoo-89bc8862e8d7d4ff968d450667ccdd6e49921159.tar.gz gentoo-89bc8862e8d7d4ff968d450667ccdd6e49921159.tar.bz2 gentoo-89bc8862e8d7d4ff968d450667ccdd6e49921159.zip |
games-puzzle/cutemaze: Drop old
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/cutemaze/cutemaze-1.2.0.ebuild')
-rw-r--r-- | games-puzzle/cutemaze/cutemaze-1.2.0.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild b/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild deleted file mode 100644 index 668129d73bab..000000000000 --- a/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2-utils qmake-utils - -DESCRIPTION="A simple, top-down game in which mazes are randomly generated" -HOMEPAGE="https://gottcode.org/cutemaze/" -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -src_configure() { - eqmake5 PREFIX="/usr" -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |