summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-10-07 23:22:30 +0100
committerJames Le Cuirot <chewi@gentoo.org>2023-10-07 23:23:53 +0100
commit91da37db5ab6c553fc5da8badef86253f0001f5d (patch)
tree7eee6ac1a5b0d6c8b61990898d29a3522aa07e40 /games-board
parentgames-board/xmahjongg: HTTPS, fix description (diff)
downloadgentoo-91da37db5ab6c553fc5da8badef86253f0001f5d.tar.gz
gentoo-91da37db5ab6c553fc5da8badef86253f0001f5d.tar.bz2
gentoo-91da37db5ab6c553fc5da8badef86253f0001f5d.zip
games-board/xmahjongg: Drop old 3.7-r1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r--games-board/xmahjongg/xmahjongg-3.7-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild b/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild
deleted file mode 100644
index f27ba3840910..000000000000
--- a/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-DESCRIPTION="friendly GUI version of xmahjongg"
-HOMEPAGE="http://www.lcdf.org/xmahjongg/"
-SRC_URI="http://www.lcdf.org/xmahjongg/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-libs/libXt"
-
-PATCHES=( "${FILESDIR}"/${P}-autotools.patch )
-
-src_prepare() {
- default
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_install() {
- default
-
- newicon share/tiles/small.gif ${PN}.gif
- make_desktop_entry xmahjongg "Xmahjongg" /usr/share/pixmaps/${PN}.gif
-}