diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-12-22 22:42:37 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-12-22 22:46:52 +0200 |
commit | 1fc662aefa6eabc5d267e84032272c896a8c1921 (patch) | |
tree | 7c8ae0cfab4472a90abd1f6c23edf5a9c703856e /games-board | |
parent | games-board/gnome-chess: remove old (diff) | |
download | gentoo-1fc662aefa6eabc5d267e84032272c896a8c1921.tar.gz gentoo-1fc662aefa6eabc5d267e84032272c896a8c1921.tar.bz2 gentoo-1fc662aefa6eabc5d267e84032272c896a8c1921.zip |
games-board/gnome-mahjongg: remove old
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnome-mahjongg/Manifest | 1 | ||||
-rw-r--r-- | games-board/gnome-mahjongg/gnome-mahjongg-3.22.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/games-board/gnome-mahjongg/Manifest b/games-board/gnome-mahjongg/Manifest index f0c95dd352d3..44dae70c9b64 100644 --- a/games-board/gnome-mahjongg/Manifest +++ b/games-board/gnome-mahjongg/Manifest @@ -1,2 +1 @@ -DIST gnome-mahjongg-3.22.0.tar.xz 4323836 BLAKE2B 7bd009e744ed4a6f8247206292d7a63d3cdc9cb14c0ac31e86d379272a14248b2b22e51fc3605d7ade3d928f23ba920d3aed4e2d8bc044d04ba2f8c51ec1b869 SHA512 3941eedb8df2f20913839fafa458ef3000a24269d7515c65a24162e0d4ff4a2a8f130f7ee27e66bde08ccf8a87ee207e96e8179757e0d557965f8aa20fe59c6a DIST gnome-mahjongg-3.34.0.tar.xz 3065320 BLAKE2B a0e706a6e12c9cea7fa35a106b6b9f104af42fecc01b5f84aa07b1d12ccd9fe80e06accbe64681676fb2a081fc6dd232807f0f3e1b3f49cac46529194128a2ba SHA512 3dbd1953f88cd454ddfa84e9976ca5848dbac0d0fc426738d2e98117d12fe90b1875365071fc4299c02bd298ce27ecfcae709aa2ef7399c41f217a2548521f61 diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.22.0.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.22.0.ebuild deleted file mode 100644 index b1a78c2822f6..000000000000 --- a/games-board/gnome-mahjongg/gnome-mahjongg-3.22.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -VALA_MIN_API_VERSION="0.24" - -inherit gnome2 vala - -DESCRIPTION="Disassemble a pile of tiles by removing matching pairs" -HOMEPAGE="https://wiki.gnome.org/Apps/Mahjongg" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.40:2 - >=gnome-base/librsvg-2.32:2 - >=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() { - gnome2_src_prepare - vala_src_prepare -} |