summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-11-08 09:08:48 +0100
committerPacho Ramos <pacho@gentoo.org>2015-11-08 09:19:42 +0100
commita02ca0c85bd7c4f5ee12f72f88cdb37b31c6b185 (patch)
treedcc606ca674b23ca8a5c1cdabdff6ee3dc4410bf /games-board
parentdev-python/pyfltk: Revert "Old." (diff)
downloadgentoo-a02ca0c85bd7c4f5ee12f72f88cdb37b31c6b185.tar.gz
gentoo-a02ca0c85bd7c4f5ee12f72f88cdb37b31c6b185.tar.bz2
gentoo-a02ca0c85bd7c4f5ee12f72f88cdb37b31c6b185.zip
games-board/four-in-a-row: Drop old
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-board')
-rw-r--r--games-board/four-in-a-row/Manifest1
-rw-r--r--games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest
index 773c4d4c86f2..d9f7df2c6b9c 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.14.2.tar.xz 1964984 SHA256 32138122d807657b5adb58cf093129587ad1ea057242946acb2168eb797fcb99 SHA512 f19901d866c16fa961dff174a5393b882bbcf6612b39df5501c3153f8e428e6b934cc5f24d7d8902bb0b2a7c86699e7e42fda3c1d39366a7ef932eb6f768c407 WHIRLPOOL 2a3cdd899e6f745c1498197d6542e511715cfd24f517d71920d83ac1f7126181f84460ad9255b847ccdc6f04117c3e118fd7590ec046532b625fb96e6292f3f8
DIST four-in-a-row-3.16.2.tar.xz 1933500 SHA256 bf42edfed65c5d9614cdf54dac40d17d3b100b0f56bc047b7812f0bb3564a5ae SHA512 bbeda27f372e9466e46196141d4784124d2ca92628a459d5959b5463c9be55c305e968eb25376ceaa883252fef96ef7466aa20b87f838806c1a7d9c6c2881c7a WHIRLPOOL ae4eddd70a1584e3f9a0f194f515beea75356550444b05e0966b230b96f81bf9362083d6f389cb92d06a8a1c0bfa329cfba987b1748c43ac95eb91e892c3292d
diff --git a/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild b/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild
deleted file mode 100644
index 61e2271e0b68..000000000000
--- a/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome-games
-
-DESCRIPTION="Make lines of the same color to win"
-HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row"
-
-LICENSE="GPL-2+"
-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-util/appdata-tools
- >=dev-util/intltool-0.50
- virtual/pkgconfig
-"
-
-src_configure() {
- gnome-games_src_configure APPDATA_VALIDATE=$(type -P true)
-}