diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-12-02 18:55:41 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-12-02 19:25:24 +0200 |
commit | 45ac03a07a8921c4fbde05342e22e9211686c5df (patch) | |
tree | ffaaef2423532c00fb6b518bd3de425f7a375357 /games-board | |
parent | games-arcade/gnome-nibbles: remove old (diff) | |
download | gentoo-45ac03a07a8921c4fbde05342e22e9211686c5df.tar.gz gentoo-45ac03a07a8921c4fbde05342e22e9211686c5df.tar.bz2 gentoo-45ac03a07a8921c4fbde05342e22e9211686c5df.zip |
games-board/four-in-a-row: remove old
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/four-in-a-row/Manifest | 1 | ||||
-rw-r--r-- | games-board/four-in-a-row/four-in-a-row-3.22.2.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest index 025b425a169b..409c449d3a24 100644 --- a/games-board/four-in-a-row/Manifest +++ b/games-board/four-in-a-row/Manifest @@ -1,2 +1 @@ -DIST four-in-a-row-3.22.2.tar.xz 1783804 BLAKE2B e4e176fe73dfda5152d53b83de6f645bbf7595b7bb7795546e2a093ea5a6de1ab778cb1bc7a91a6a5871aa60a16f570e93305a17359c6dc42c85acd0fd7da72b SHA512 07b77bd7f9e2dd86a38721261805397462637dbc4ed4d30f4e6489215621eadf8f1dd545d75db43998dcbd7918b1d7bf29a360e5abc6d661db6c867c78a2eb6c DIST four-in-a-row-3.28.0.tar.xz 740784 BLAKE2B f5d2af3514e7629026da5f1aedf22945eddb44b6917922d175f4e5aa160ea7266e0ab101866c1d5220d0e835e60544e4ec8fc6016d908e580a7b1057fc8db7f0 SHA512 a13d6db2c32cc19e8504c1e8baa7b0e28f59e3fc604940d51742d3fd2b266ac90a92e638df2449bcca5e828923c7ee9ff1424a095a98fd5e1d76426a444d7ede diff --git a/games-board/four-in-a-row/four-in-a-row-3.22.2.ebuild b/games-board/four-in-a-row/four-in-a-row-3.22.2.ebuild deleted file mode 100644 index 0ed42842108f..000000000000 --- a/games-board/four-in-a-row/four-in-a-row-3.22.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="Make lines of the same color to win" -HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row" - -# Code is GPL-2+ but most themes are GPL-3+ and we install them unconditionally, CC-BY-SA-3.0 is user help license in v3.22.1 -LICENSE="GPL-3+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -RDEPEND=" - dev-libs/glib:2 - >=gnome-base/librsvg-2.32 - >=media-libs/libcanberra-0.26[gtk3] - >=x11-libs/gtk+-3.13.2:3 -" -DEPEND="${RDEPEND} - app-text/yelp-tools - dev-libs/appstream-glib - >=dev-util/intltool-0.50 - virtual/pkgconfig -" |