From 2c39eb394e8d329515c81ecdf71f47774711d7c9 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 1 May 2018 12:45:29 +0200 Subject: games-puzzle/connectagram: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- .../connectagram/connectagram-1.2.1.ebuild | 53 ---------------------- 1 file changed, 53 deletions(-) delete mode 100644 games-puzzle/connectagram/connectagram-1.2.1.ebuild (limited to 'games-puzzle/connectagram/connectagram-1.2.1.ebuild') diff --git a/games-puzzle/connectagram/connectagram-1.2.1.ebuild b/games-puzzle/connectagram/connectagram-1.2.1.ebuild deleted file mode 100644 index a3cf9d1c896b..000000000000 --- a/games-puzzle/connectagram/connectagram-1.2.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome2-utils qmake-utils games - -DESCRIPTION="A word unscrambling game" -HOMEPAGE="https://gottcode.org/connectagram/" -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-qt/qtcore-5.2:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - >=dev-qt/qtgui-5.2:5" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - - sed -i \ - -e "s#@GAMES_BINDIR@#${GAMES_BINDIR}#" \ - -e "s#@GAMES_DATADIR@#${GAMES_DATADIR}#" \ - ${PN}.pro src/{locale_dialog,new_game_dialog,wordlist}.cpp || die -} - -src_configure() { - eqmake5 connectagram.pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install - dodoc CREDITS ChangeLog NEWS README - prepgamesdirs -} - -pkg_preinst() { - gnome2_icon_savelist - games_pkg_preinst -} - -pkg_postinst() { - gnome2_icon_cache_update - games_pkg_postinst -} - -pkg_postrm() { - gnome2_icon_cache_update -} -- cgit v1.2.3-18-g5258