diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 12:45:29 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:32:09 +0200 |
commit | 2c39eb394e8d329515c81ecdf71f47774711d7c9 (patch) | |
tree | 9c32b7785b6401a9a60d22dcbd4b48b7c0da66b6 /games-puzzle/connectagram | |
parent | games-puzzle/connectagram: Stop using games.eclass (diff) | |
download | gentoo-2c39eb394e8d329515c81ecdf71f47774711d7c9.tar.gz gentoo-2c39eb394e8d329515c81ecdf71f47774711d7c9.tar.bz2 gentoo-2c39eb394e8d329515c81ecdf71f47774711d7c9.zip |
games-puzzle/connectagram: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/connectagram')
-rw-r--r-- | games-puzzle/connectagram/connectagram-1.2.1.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
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 -} |