diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-12-20 22:27:47 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-12-20 22:41:39 +0200 |
commit | d04053210e07520a1730c4caf73c78c4e991728d (patch) | |
tree | b02ea6ae62ce22cc7d84f807be4727458f0aa1c6 /games-board/four-in-a-row | |
parent | games-arcade/gnome-robots: remove old (diff) | |
download | gentoo-d04053210e07520a1730c4caf73c78c4e991728d.tar.gz gentoo-d04053210e07520a1730c4caf73c78c4e991728d.tar.bz2 gentoo-d04053210e07520a1730c4caf73c78c4e991728d.zip |
games-board/four-in-a-row: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'games-board/four-in-a-row')
-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.1.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 b354ca869e20..04452c0a1dbc 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.1.tar.xz 1786220 BLAKE2B b0516c07fe1e0de53cbf439bc90ef358fbfbcdbe6cbfc3fa99fa0c11cc1bf306b7aeda03b9a3c365a7d6a061c76e2d5911717426301254efaf5aa3be02076254 SHA512 9de0070a1b40f40b4b7e3271c7fb432d98429eb20876b2fc98bf475e693b569b70312cc3fd5c05ba2b15b9b4c51dee6c96d030a9b8a61ecec9f231030625768e DIST four-in-a-row-3.22.2.tar.xz 1783804 BLAKE2B e4e176fe73dfda5152d53b83de6f645bbf7595b7bb7795546e2a093ea5a6de1ab778cb1bc7a91a6a5871aa60a16f570e93305a17359c6dc42c85acd0fd7da72b SHA512 07b77bd7f9e2dd86a38721261805397462637dbc4ed4d30f4e6489215621eadf8f1dd545d75db43998dcbd7918b1d7bf29a360e5abc6d661db6c867c78a2eb6c diff --git a/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild b/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild deleted file mode 100644 index 0ed42842108f..000000000000 --- a/games-board/four-in-a-row/four-in-a-row-3.22.1.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 -" |