summaryrefslogtreecommitdiff
path: root/dev-util/automoc/automoc-9999.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-06-09 14:14:27 +0200
committerJohannes Huber <johu@gentoo.org>2013-06-09 14:14:27 +0200
commit19f07cac6e9318b7992514d059ea174ae9c20b90 (patch)
tree20c2cac9c3953b4e38ed2ca657c0e1490cd7d449 /dev-util/automoc/automoc-9999.ebuild
parent80a04602b889e57fad18d198355b84eb505ff1d0 (diff)
downloadkde-19f07cac6e9318b7992514d059ea174ae9c20b90.tar.gz
kde-19f07cac6e9318b7992514d059ea174ae9c20b90.tar.bz2
kde-19f07cac6e9318b7992514d059ea174ae9c20b90.zip
[dev-util/automoc] Dead. Merged to cmake upstream.
Package-Manager: portage-2.2.0_alpha177
Diffstat (limited to 'dev-util/automoc/automoc-9999.ebuild')
-rw-r--r--dev-util/automoc/automoc-9999.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/automoc/automoc-9999.ebuild b/dev-util/automoc/automoc-9999.ebuild
deleted file mode 100644
index ebcc3b2ab2f..00000000000
--- a/dev-util/automoc/automoc-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils flag-o-matic git-2
-
-DESCRIPTION="KDE Meta Object Compiler"
-HOMEPAGE="http://www.kde.org"
-EGIT_REPO_URI="git://anongit.kde.org/automoc"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:4
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- if [[ ${ELIBC} = uclibc ]]; then
- append-flags -pthread
- fi
-}