diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 15:21:49 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 15:21:49 +0000 |
commit | f18d903f867226b4d9dde518c3c516b5ba53aea5 (patch) | |
tree | cc69a1aab19faa30239945b1530bef044eff8652 /kde-base/automoc/automoc-0.9.88.ebuild | |
parent | Stable for HPPA (bug #256165). (diff) | |
download | historical-f18d903f867226b4d9dde518c3c516b5ba53aea5.tar.gz historical-f18d903f867226b4d9dde518c3c516b5ba53aea5.tar.bz2 historical-f18d903f867226b4d9dde518c3c516b5ba53aea5.zip |
Bump to new automoc-0.9.88
Package-Manager: portage-2.2_rc19/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'kde-base/automoc/automoc-0.9.88.ebuild')
-rw-r--r-- | kde-base/automoc/automoc-0.9.88.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-base/automoc/automoc-0.9.88.ebuild b/kde-base/automoc/automoc-0.9.88.ebuild new file mode 100644 index 000000000000..9e486b55ad06 --- /dev/null +++ b/kde-base/automoc/automoc-0.9.88.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild,v 1.1 2009/01/27 15:21:49 alexxy Exp $ + +EAPI="2" + +MY_PN="automoc4" +MY_P="$MY_PN-${PV}" + +inherit cmake-utils + +DESCRIPTION="KDE Meta Object Compiler" +HOMEPAGE="http://www.kde.org" +SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/${MY_P}.tar.bz2" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-libs/qt-core:4" +RDEPEND="${RDEPEND}" + +S="${WORKDIR}/${MY_P}" |