summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-29 23:41:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-30 00:04:57 +0100
commitae0853c449d7c2578c654a54b31877c1ba8d0029 (patch)
tree975abd9823abcdb303714f062760e4b810448be9 /games-mud/kmuddy/kmuddy-1.0.1-r3.ebuild
parentmedia-libs/libvisio: Drop 0.1.5 (diff)
downloadgentoo-ae0853c449d7c2578c654a54b31877c1ba8d0029.tar.gz
gentoo-ae0853c449d7c2578c654a54b31877c1ba8d0029.tar.bz2
gentoo-ae0853c449d7c2578c654a54b31877c1ba8d0029.zip
profiles: Remove last-rited kdelibs4/qt4-rdeps
Closes: https://bugs.gentoo.org/634138 Closes: https://bugs.gentoo.org/634324
Diffstat (limited to 'games-mud/kmuddy/kmuddy-1.0.1-r3.ebuild')
-rw-r--r--games-mud/kmuddy/kmuddy-1.0.1-r3.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/games-mud/kmuddy/kmuddy-1.0.1-r3.ebuild b/games-mud/kmuddy/kmuddy-1.0.1-r3.ebuild
deleted file mode 100644
index a1ceff0715d5..000000000000
--- a/games-mud/kmuddy/kmuddy-1.0.1-r3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-QT3SUPPORT_REQUIRED="true"
-KDE_LINGUAS="es"
-KDE_DOC_DIRS="doc/${PN}"
-KDE_HANDBOOK=optional
-inherit kde4-base
-
-DESCRIPTION="MUD client by KDE"
-HOMEPAGE="https://cgit.kde.org/kmuddy.git/"
-SRC_URI="http://www.kmuddy.com/releases/stable/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DOC=( AUTHORS README CHANGELOG Scripting-HOWTO TODO DESIGN )
-
-PATCHES=(
- "${FILESDIR}"/${P}-{gcc,kde}45.patch
- "${FILESDIR}"/${P}-underlinking.patch
- "${FILESDIR}"/${P}-tempnam.patch
- "${FILESDIR}"/${P}-desktopvalidation.patch
- "${FILESDIR}"/${P}-gcc6.patch
-)
-
-src_configure() {
- # not in portage yet
- local mycmakeargs=(
- -DWITH_MXP=OFF
- )
- kde4-base_src_configure
-}