summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-27 15:21:49 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-27 15:21:49 +0000
commit8e9a30c0000deb1faa25799389dc1054a62a71c2 (patch)
treed632650dbf241b9a2ffeb6f6e1670b420e10b6c6 /kde-base/automoc
parentStable for HPPA (bug #256165). (diff)
downloadgentoo-2-8e9a30c0000deb1faa25799389dc1054a62a71c2.tar.gz
gentoo-2-8e9a30c0000deb1faa25799389dc1054a62a71c2.tar.bz2
gentoo-2-8e9a30c0000deb1faa25799389dc1054a62a71c2.zip
Bump to new automoc-0.9.88
(Portage version: 2.2_rc19/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/automoc')
-rw-r--r--kde-base/automoc/ChangeLog9
-rw-r--r--kde-base/automoc/automoc-0.9.88.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/kde-base/automoc/ChangeLog b/kde-base/automoc/ChangeLog
index 5630548777a5..86e66d02824b 100644
--- a/kde-base/automoc/ChangeLog
+++ b/kde-base/automoc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/automoc
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/ChangeLog,v 1.3 2008/11/02 07:47:32 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/ChangeLog,v 1.4 2009/01/27 15:21:49 alexxy Exp $
+
+*automoc-0.9.87 (27 Jan 2009)
+
+ 27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +automoc-0.9.88.ebuild:
+ Bump to new automoc-0.9.88
02 Nov 2008; Mike Frysinger <vapier@gentoo.org> automoc-0.9.84.ebuild:
Add ppc64 love for KDE 4.
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}"