diff options
author | 2015-05-27 12:43:38 +0000 | |
---|---|---|
committer | 2015-05-27 12:43:38 +0000 | |
commit | 0a4c0ae61ca3fbc079047ff54e1a0f3ef095c69e (patch) | |
tree | b391f62cb8dd013042ff9a864389abff637fd551 /dev-util/automoc | |
parent | Stable for x86, wrt bug #550214 (diff) | |
download | gentoo-2-0a4c0ae61ca3fbc079047ff54e1a0f3ef095c69e.tar.gz gentoo-2-0a4c0ae61ca3fbc079047ff54e1a0f3ef095c69e.tar.bz2 gentoo-2-0a4c0ae61ca3fbc079047ff54e1a0f3ef095c69e.zip |
Remove old.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-util/automoc')
-rw-r--r-- | dev-util/automoc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/automoc/automoc-0.9.88.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/dev-util/automoc/ChangeLog b/dev-util/automoc/ChangeLog index ae938ea931e9..756cf9f9fe1e 100644 --- a/dev-util/automoc/ChangeLog +++ b/dev-util/automoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/automoc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/ChangeLog,v 1.19 2015/05/27 12:38:05 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/ChangeLog,v 1.20 2015/05/27 12:43:38 kensington Exp $ + + 27 May 2015; Michael Palimaka <kensington@gentoo.org> -automoc-0.9.88.ebuild: + Remove old. 27 May 2015; Mikle Kolyada <zlogene@gentoo.org> automoc-0.9.88-r1.ebuild: arm stable wrt bug #545522 diff --git a/dev-util/automoc/automoc-0.9.88.ebuild b/dev-util/automoc/automoc-0.9.88.ebuild deleted file mode 100644 index 1558535b76f8..000000000000 --- a/dev-util/automoc/automoc-0.9.88.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/automoc-0.9.88.ebuild,v 1.7 2013/03/02 20:19:56 hwoarang Exp $ - -EAPI="2" - -MY_PN="automoc4" -MY_P="$MY_PN-${PV}" - -inherit base cmake-utils flag-o-matic - -DESCRIPTION="KDE Meta Object Compiler" -HOMEPAGE="http://www.kde.org" -SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/${MY_P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="dev-qt/qtcore:4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-0.9.88-objc++.patch -) - -src_prepare() { - base_src_prepare - - if [[ ${ELIBC} = uclibc ]]; then - append-flags -pthread - fi -} |