summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-06-19 11:02:42 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-06-19 11:02:42 +0200
commit13c60d44016aa89b52b38563169880d35d64c51d (patch)
tree2d84ecb6d2a849876d75d8d2f4e714ef69990284 /games-board/ascal/ascal-0.1.1-r1.ebuild
parentapp-pda/barry: treeclean (diff)
downloadgentoo-13c60d44016aa89b52b38563169880d35d64c51d.tar.gz
gentoo-13c60d44016aa89b52b38563169880d35d64c51d.tar.bz2
gentoo-13c60d44016aa89b52b38563169880d35d64c51d.zip
games-board/ascal: treeclean
Closes: https://bugs.gentoo.org/845228 Bug: https://bugs.gentoo.org/808237 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'games-board/ascal/ascal-0.1.1-r1.ebuild')
-rw-r--r--games-board/ascal/ascal-0.1.1-r1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/games-board/ascal/ascal-0.1.1-r1.ebuild b/games-board/ascal/ascal-0.1.1-r1.ebuild
deleted file mode 100644
index c1c92f2f28fe..000000000000
--- a/games-board/ascal/ascal-0.1.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="A game similar to Draughts but with some really cool enhancements"
-HOMEPAGE="http://ascal.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ascal/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-cpp/libglademm
- dev-cpp/libgnomecanvasmm
- virtual/libintl"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
-
-PATCHES=(
- "${FILESDIR}"/${P}-install.patch
- "${FILESDIR}"/${P}-gcc43.patch
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_configure() {
- append-cxxflags -std=c++11
- econf
-}