diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-06-25 13:25:51 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-06-25 14:20:59 +0200 |
commit | e791fc85515f0f995b1be7237cbac2e30b98ea2d (patch) | |
tree | 7dfbc395839f8e695a659278ca8aea978140f363 /games-board | |
parent | games-board/gnome-chess: Version bump (diff) | |
download | gentoo-e791fc85515f0f995b1be7237cbac2e30b98ea2d.tar.gz gentoo-e791fc85515f0f995b1be7237cbac2e30b98ea2d.tar.bz2 gentoo-e791fc85515f0f995b1be7237cbac2e30b98ea2d.zip |
games-board/gnome-mahjongg: Drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnome-mahjongg/Manifest | 1 | ||||
-rw-r--r-- | games-board/gnome-mahjongg/gnome-mahjongg-3.16.2.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/games-board/gnome-mahjongg/Manifest b/games-board/gnome-mahjongg/Manifest index 2f52d6721c2e..e64eb0f3eb25 100644 --- a/games-board/gnome-mahjongg/Manifest +++ b/games-board/gnome-mahjongg/Manifest @@ -1,2 +1 @@ -DIST gnome-mahjongg-3.16.2.tar.xz 4113956 SHA256 c5aff68781ea6764babec0b37e6dfa88d457f7a16e01a90c0a021adc163827f0 SHA512 dc080a760a2059586d8c4b9580a850346f0fd11a507ecddef36b3c4abf1094f7a2707b1e10adf39c593ff5c7c173168645ed1d3b6bf1b0b7537b1b45ba783d2a WHIRLPOOL 3929bb7c771bace9c6fe5ca9f02eeaeb7ff2f728e863fd42e18ac8d2839ff429166c198410c7548c502a351c86eab32e27f6fb1b2cc91d93957d39d967945cc9 DIST gnome-mahjongg-3.18.0.tar.xz 4090492 SHA256 7034428f5ac04bfd90689ee66894a6948a2ff1bfa2d2548f7559d2134b967405 SHA512 e28d6a432702d1b4604e1581b0b3af3dba7f6fd6ae362e68f1dcbbf41771406721770e81f3221f4e4e2865b5f4557f7a3e35f93681a92dc7d66b6f875e8ec126 WHIRLPOOL 95b9e45695380e3f5f11e97007624b29e115dd6bd38a1aa6331c7062de5d195ac26dd471b9755c2dbdf44d22aa73189c32506ce365253c4becdef93825d88322 diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.16.2.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.16.2.ebuild deleted file mode 100644 index a8cfd7a15ba9..000000000000 --- a/games-board/gnome-mahjongg/gnome-mahjongg-3.16.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.24" - -inherit gnome-games vala - -DESCRIPTION="Disassemble a pile of tiles by removing matching pairs" -HOMEPAGE="https://wiki.gnome.org/Apps/Mahjongg" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.40:2 - >=gnome-base/librsvg-2.32 - >=x11-libs/gtk+-3.13.2:3 -" -DEPEND="${RDEPEND} - $(vala_depend) - app-text/yelp-tools - dev-libs/appstream-glib - >=dev-util/intltool-0.50 - virtual/pkgconfig -" - -src_prepare() { - gnome-games_src_prepare - vala_src_prepare -} |