Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/connectagram/
Date: Thu, 03 Nov 2016 09:18:04
Message-Id: 1478164668.fa9a863f61d8915f91b07157e5ed2a8939b33c48.kensington@gentoo
1 commit: fa9a863f61d8915f91b07157e5ed2a8939b33c48
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 09:16:45 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 09:17:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9a863f
7
8 games-puzzle/connectagram: remove old
9
10 Package-Manager: portage-2.3.2
11
12 games-puzzle/connectagram/Manifest | 1 -
13 .../connectagram/connectagram-1.0.1-r1.ebuild | 51 ----------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/games-puzzle/connectagram/Manifest b/games-puzzle/connectagram/Manifest
17 index c2837d6..3147b9e 100644
18 --- a/games-puzzle/connectagram/Manifest
19 +++ b/games-puzzle/connectagram/Manifest
20 @@ -1,2 +1 @@
21 -DIST connectagram-1.0.1-src.tar.bz2 263808 SHA256 6d3696b69f09eda26cdd2a42fe4d91de3effc4757c68f5109b19c1d4d6510e37 SHA512 747a34c7f42a7ac4b09178bc10d17124429d06d257b9e6f25cf800ecb2c06037611871c45bc67c17eda690ea77bba7c59661d1730a3bd01fb0aa0ccd82244aeb WHIRLPOOL 70b126c2b7e0a8d96f6b447348196549163bc90a47049bde2801bbe06feddfdc3ecd43ae688b333719a8292984ca0a10813fe7d94aa19ccfdc03530e97550a58
22 DIST connectagram-1.2.1-src.tar.bz2 1632426 SHA256 0a559243a8d970bb79c6791214be879269fc073b5eaec6aa55fb60be82f140bb SHA512 0266af5680e7f76d517f60934afc6115c1118832fef237803b1b3d8c0fb785e5c312d585b099f24f4c476f124ca9722868a159dc4d1a9a8a695e9cdfa4f9c1c6 WHIRLPOOL 3862fee2f4a87c6d7a78bbbaa64713b640df2c0020dfb542eb5655b77c687ca105380ac96c29dc18a324ad90f8942d503044b25971d64c7862925290eccafdca
23
24 diff --git a/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild b/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild
25 deleted file mode 100644
26 index c527dee..00000000
27 --- a/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild
28 +++ /dev/null
29 @@ -1,51 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -inherit gnome2-utils qt4-r2 games
36 -
37 -DESCRIPTION="A word unscrambling game"
38 -HOMEPAGE="http://gottcode.org/connectagram/"
39 -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -DEPEND="dev-qt/qtcore:4
47 - dev-qt/qtgui:4"
48 -RDEPEND=${DEPEND}
49 -
50 -src_prepare() {
51 - sed -i \
52 - -e "/PREFIX/s:/usr/local:/usr:" \
53 - -e "/target.path/s:\$\$PREFIX/bin:${GAMES_BINDIR}:" \
54 - -e "/definitions.path/s:\$\$PREFIX/share:${GAMES_DATADIR}:" \
55 - ${PN}.pro || die
56 -}
57 -
58 -src_configure() {
59 - qt4-r2_src_configure
60 -}
61 -
62 -src_install() {
63 - emake INSTALL_ROOT="${D}" install
64 - dodoc ChangeLog
65 - prepgamesdirs
66 -}
67 -
68 -pkg_preinst() {
69 - gnome2_icon_savelist
70 - games_pkg_preinst
71 -}
72 -
73 -pkg_postinst() {
74 - gnome2_icon_cache_update
75 - games_pkg_postinst
76 -}
77 -
78 -pkg_postrm() {
79 - gnome2_icon_cache_update
80 -}