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-board/gnome-mahjongg/
Date: Sun, 20 Sep 2015 17:25:39
Message-Id: 1442769919.c24df93b00afdbc870fe9d6574a58031bb639cb1.pacho@gentoo
1 commit: c24df93b00afdbc870fe9d6574a58031bb639cb1
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 17:24:20 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 17:25:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24df93b
7
8 games-board/gnome-mahjongg: Drop old
9
10 Package-Manager: portage-2.2.20.1
11
12 games-board/gnome-mahjongg/Manifest | 1 -
13 .../gnome-mahjongg/gnome-mahjongg-3.14.1.ebuild | 34 ----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/games-board/gnome-mahjongg/Manifest b/games-board/gnome-mahjongg/Manifest
17 index c24350d..c3e1243 100644
18 --- a/games-board/gnome-mahjongg/Manifest
19 +++ b/games-board/gnome-mahjongg/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST gnome-mahjongg-3.14.1.tar.xz 4132396 SHA256 6adb231ce97dd650345e15824ecba7bb73edb8590e52446b8adbb4e2cd9ec75d SHA512 a3772e9614a9e2c25826f53f99a1a23eb20d78e70692e1f833e57b34fb8e150e476450b76edddbe64c072a72304c5bee3b8277f7a7b86c1670cc825c0eaf5d64 WHIRLPOOL 06fa9d9165a5e0c53fb33f5ab0d2d1c0ecd07771cddbb37bbc5e9c135659fecaf8f536e6447c2c87739032e5323d9885c58ffbef285e73d3a378bed0a6eedc9c
22 DIST gnome-mahjongg-3.16.1.tar.xz 4119500 SHA256 f2c607875402649182bd819bedd8cd8496539aca2aea9eb432c3e15ed71b6dc9 SHA512 679d11dc6fae10e51c66b25ea6b5ce7c61a29812dd64183145859570966a46bbfb34e5579a12000027aeb1eeeb8c874b3b2539a0c29da6ea2bb1ac4150cb6acd WHIRLPOOL 420220aac0f42f5ea1a2069c84edd73a16fd3813e29d310b6738bbae783d83a6a9794f65369e297ffeef9b4d15c9709baddf65e09fb67db4a1a024b14d50200f
23 DIST gnome-mahjongg-3.16.2.tar.xz 4113956 SHA256 c5aff68781ea6764babec0b37e6dfa88d457f7a16e01a90c0a021adc163827f0 SHA512 dc080a760a2059586d8c4b9580a850346f0fd11a507ecddef36b3c4abf1094f7a2707b1e10adf39c593ff5c7c173168645ed1d3b6bf1b0b7537b1b45ba783d2a WHIRLPOOL 3929bb7c771bace9c6fe5ca9f02eeaeb7ff2f728e863fd42e18ac8d2839ff429166c198410c7548c502a351c86eab32e27f6fb1b2cc91d93957d39d967945cc9
24
25 diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.14.1.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.14.1.ebuild
26 deleted file mode 100644
27 index bd1dc75..0000000
28 --- a/games-board/gnome-mahjongg/gnome-mahjongg-3.14.1.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -GCONF_DEBUG="no"
37 -VALA_MIN_API_VERSION="0.24"
38 -
39 -inherit gnome-games vala
40 -
41 -DESCRIPTION="Disassemble a pile of tiles by removing matching pairs"
42 -HOMEPAGE="https://wiki.gnome.org/Apps/Mahjongg"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm x86"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - >=dev-libs/glib-2.40:2
51 - >=gnome-base/librsvg-2.32
52 - >=x11-libs/gtk+-3.13.2:3
53 -"
54 -DEPEND="${RDEPEND}
55 - $(vala_depend)
56 - app-text/yelp-tools
57 - >=dev-util/intltool-0.50
58 - virtual/pkgconfig
59 -"
60 -
61 -src_prepare() {
62 - gnome-games_src_prepare
63 - vala_src_prepare
64 -}