summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild')
-rw-r--r--dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild b/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild
deleted file mode 100644
index 4990dfdb9120..000000000000
--- a/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild,v 1.20 2014/01/16 15:55:07 blueness Exp $
-
-EAPI=4
-inherit base autotools games-ggz
-
-DESCRIPTION="The client libraries for GGZ Gaming Zone"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux"
-
-IUSE="debug static-libs"
-
-RDEPEND="~dev-games/libggz-${PV}
- dev-libs/expat
- virtual/libintl"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-PATCHES=( "${FILESDIR}"/${P}-destdir.patch
- "${FILESDIR}"/${P}-linguas.patch )
-
-src_prepare() {
- base_src_prepare
- eautoreconf
-}
-
-src_configure() {
- games-ggz_src_configure \
- $(use_enable static-libs static)
-}
-
-src_install() {
- games-ggz_src_install
- find "${ED}" -name '*.la' -exec rm -f {} +
-}