summaryrefslogtreecommitdiff
path: root/dev-util/automoc
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/automoc')
-rw-r--r--dev-util/automoc/Manifest2
-rw-r--r--dev-util/automoc/automoc-9999.ebuild28
-rw-r--r--dev-util/automoc/metadata.xml5
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-util/automoc/Manifest b/dev-util/automoc/Manifest
new file mode 100644
index 00000000000..d59d2836b2d
--- /dev/null
+++ b/dev-util/automoc/Manifest
@@ -0,0 +1,2 @@
+EBUILD automoc-9999.ebuild 507 RMD160 3083173b86d056807740b824f9917166cea6dbae SHA1 ce38cb3e4135519e1a2a79094f644e9cfad63c32 SHA256 37e9eb5d088a22584a5da977856d9936a1f6f35cc88456e2a9ad458a4510e5c2
+MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a
diff --git a/dev-util/automoc/automoc-9999.ebuild b/dev-util/automoc/automoc-9999.ebuild
new file mode 100644
index 00000000000..7d325f18b29
--- /dev/null
+++ b/dev-util/automoc/automoc-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit cmake-utils subversion flag-o-matic
+
+DESCRIPTION="KDE Meta Object Compiler"
+HOMEPAGE="http://www.kde.org"
+SRC_URI=""
+ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/automoc"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ x11-libs/qt-core:4
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ if [[ ${ELIBC} = uclibc ]]; then
+ append-flags -pthread
+ fi
+}
diff --git a/dev-util/automoc/metadata.xml b/dev-util/automoc/metadata.xml
new file mode 100644
index 00000000000..8d1e86a9cef
--- /dev/null
+++ b/dev-util/automoc/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>