Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/hitori/
Date: Sat, 25 Jun 2016 12:22:49
Message-Id: 1466857304.c6a94d524ce77d860ad5963754c9078892386c79.pacho@gentoo
1 commit: c6a94d524ce77d860ad5963754c9078892386c79
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 11:46:55 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 12:21:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a94d52
7
8 games-puzzle/hitori: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 games-puzzle/hitori/Manifest | 1 -
13 games-puzzle/hitori/hitori-3.16.1.ebuild | 30 ------------------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/games-puzzle/hitori/Manifest b/games-puzzle/hitori/Manifest
17 index 30241c0..a148db0 100644
18 --- a/games-puzzle/hitori/Manifest
19 +++ b/games-puzzle/hitori/Manifest
20 @@ -1,2 +1 @@
21 -DIST hitori-3.16.1.tar.xz 494796 SHA256 a169af5f74dcc7622dae2dfd69c5dcaeb653ae1232cc504247ebc902681ff51e SHA512 c051662eeccd1b453501ed6d461de72c049f432af14359dedbe13f7e8ebbfd659f1788d7795dd936db191e492f1ea06954d8bfe84232a70d80bdb3a147835742 WHIRLPOOL cab783f003d511841160024d8087a86fc729169e357dcffe0a98ec60d3da52e6ded58ed2ff38ef877c3f6b6fc54943e39f505b61529d5c2c06f9489fce7ed63c
22 DIST hitori-3.16.2.tar.xz 510988 SHA256 d86db15bbefb04697263b576d0a118b7607fda0dc345f5d7581f1dec54452b6c SHA512 44cada5040fba86ce4272cbf788d75832e28a26ebc6c09adb4fafe64b48490a5cba8bdeb94a448ad6f372e4b0d1dcff70dcbadaefa8a411dbf0cd5bd995ed6f6 WHIRLPOOL 10a89a9db5b298fa945a42a019c84ec1beaf5922e255bcac24042f4f1c599af9a090685101bce22dd31a66ae611d786246866ca84fe0dabe60a82ca2e29c7e79
23
24 diff --git a/games-puzzle/hitori/hitori-3.16.1.ebuild b/games-puzzle/hitori/hitori-3.16.1.ebuild
25 deleted file mode 100644
26 index bbc7071..0000000
27 --- a/games-puzzle/hitori/hitori-3.16.1.ebuild
28 +++ /dev/null
29 @@ -1,30 +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 -GCONF_DEBUG="no"
36 -
37 -inherit gnome-games
38 -
39 -DESCRIPTION="Logic puzzle game for GNOME"
40 -HOMEPAGE="https://wiki.gnome.org/Apps/Hitori"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm x86"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - >=dev-libs/glib-2.32:2
49 - >=x11-libs/cairo-1.4
50 - >=x11-libs/gtk+-3.15:3
51 -"
52 -DEPEND="${RDEPEND}
53 - app-text/yelp-tools
54 - dev-libs/appstream-glib
55 - >=dev-util/intltool-0.50.2
56 - gnome-base/gnome-common
57 - sys-devel/gettext
58 - virtual/pkgconfig
59 -"