summaryrefslogtreecommitdiff
path: root/kde-base/automoc/automoc-0.9.87.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/automoc/automoc-0.9.87.ebuild')
-rw-r--r--kde-base/automoc/automoc-0.9.87.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-base/automoc/automoc-0.9.87.ebuild b/kde-base/automoc/automoc-0.9.87.ebuild
new file mode 100644
index 00000000000..cffbf5874c1
--- /dev/null
+++ b/kde-base/automoc/automoc-0.9.87.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit cmake-utils subversion
+
+DESCRIPTION="KDE Meta Object Compiler"
+HOMEPAGE="http://www.kde.org"
+SRC_URI=""
+ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/tags/${PN}4/${PV}"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/qt-core:4"
+RDEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}4-${PV}"