diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-11-22 22:49:54 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-11-22 22:49:54 +0000 |
commit | 1b0a0e58cfdf03a91f9043937a86e5a35cb195ed (patch) | |
tree | f4347395a0e7f3460843d6ff1f407c16101dc3f1 /app-accessibility | |
parent | Version bump. Drop old revision. (diff) | |
download | gentoo-2-1b0a0e58cfdf03a91f9043937a86e5a35cb195ed.tar.gz gentoo-2-1b0a0e58cfdf03a91f9043937a86e5a35cb195ed.tar.bz2 gentoo-2-1b0a0e58cfdf03a91f9043937a86e5a35cb195ed.zip |
Version bump. Drop old revision.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/at-spi2-core/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/at-spi2-core/at-spi2-core-2.6.2.ebuild (renamed from app-accessibility/at-spi2-core/at-spi2-core-2.6.0.ebuild) | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/app-accessibility/at-spi2-core/ChangeLog b/app-accessibility/at-spi2-core/ChangeLog index 57cb5f3aaa91..0631319b3962 100644 --- a/app-accessibility/at-spi2-core/ChangeLog +++ b/app-accessibility/at-spi2-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/at-spi2-core # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.21 2012/11/12 12:40:28 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.22 2012/11/22 22:49:54 eva Exp $ + +*at-spi2-core-2.6.2 (22 Nov 2012) + + 22 Nov 2012; Gilles Dartiguelongue <eva@gentoo.org> + -at-spi2-core-2.6.0.ebuild, +at-spi2-core-2.6.2.ebuild: + Version bump. Drop old revision. 12 Nov 2012; Anthony G. Basile <blueness@gentoo.org> at-spi2-core-2.6.0.ebuild, at-spi2-core-2.6.1.ebuild: diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.6.0.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.6.2.ebuild index d2e532d0a024..afe7a1e4a06e 100644 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.6.0.ebuild +++ b/app-accessibility/at-spi2-core/at-spi2-core-2.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.6.0.ebuild,v 1.4 2012/11/12 12:40:28 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.6.2.ebuild,v 1.1 2012/11/22 22:49:54 eva Exp $ EAPI="4" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://live.gnome.org/Accessibility" LICENSE="LGPL-2+" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" -IUSE="doc +introspection" +IUSE="+introspection" RDEPEND=">=dev-libs/glib-2.28:2 >=sys-apps/dbus-1 @@ -24,18 +24,16 @@ RDEPEND=">=dev-libs/glib-2.28:2 introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) " DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.9 >=dev-util/intltool-0.40 virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.9 ) " -pkg_setup() { +src_prepare() { DOCS="AUTHORS ChangeLog NEWS README" # xevie is deprecated/broken since xorg-1.6/1.7 G2CONF="${G2CONF} --disable-xevie" -} -src_prepare() { # disable teamspaces test since that requires Novell.ICEDesktop.Daemon epatch "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch" |