summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-12-21 12:28:59 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-12-21 12:28:59 +0000
commite68356fbbca86a185cd297fbdf4382fcad7c3570 (patch)
treea3a2d3197fc1391244b6b734aca0420c78cd88a7 /dev-libs/atk
parentAdd support for vala 0.26 (diff)
downloadgentoo-2-e68356fbbca86a185cd297fbdf4382fcad7c3570.tar.gz
gentoo-2-e68356fbbca86a185cd297fbdf4382fcad7c3570.tar.bz2
gentoo-2-e68356fbbca86a185cd297fbdf4382fcad7c3570.zip
Version bump for Gnome 3.14. Clean up old revision.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-libs/atk')
-rw-r--r--dev-libs/atk/ChangeLog8
-rw-r--r--dev-libs/atk/atk-2.10.0.ebuild41
-rw-r--r--dev-libs/atk/atk-2.12.0.ebuild41
-rw-r--r--dev-libs/atk/atk-2.14.0.ebuild (renamed from dev-libs/atk/atk-2.10.0-r1.ebuild)2
4 files changed, 8 insertions, 84 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog
index a1f1fc498365..fc75eec2338a 100644
--- a/dev-libs/atk/ChangeLog
+++ b/dev-libs/atk/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/atk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.297 2014/10/11 11:28:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.298 2014/12/21 12:28:59 eva Exp $
+
+*atk-2.14.0 (21 Dec 2014)
+
+ 21 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> -atk-2.10.0.ebuild,
+ -atk-2.10.0-r1.ebuild, -atk-2.12.0.ebuild, +atk-2.14.0.ebuild:
+ Version bump for Gnome 3.14. Clean up old revision.
11 Oct 2014; Markus Meier <maekke@gentoo.org> atk-2.12.0-r1.ebuild:
arm stable, bug #512012
diff --git a/dev-libs/atk/atk-2.10.0.ebuild b/dev-libs/atk/atk-2.10.0.ebuild
deleted file mode 100644
index b5b833d8321b..000000000000
--- a/dev-libs/atk/atk-2.10.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.10.0.ebuild,v 1.12 2014/04/21 10:28:44 ago Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
-HOMEPAGE="http://projects.gnome.org/accessibility/"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="+introspection nls test"
-
-RDEPEND="
- >=dev-libs/glib-2.31.2:2
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5
- dev-util/gtk-doc-am
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
- gnome2_src_prepare
-
- if ! use test; then
- # don't waste time building tests (bug #226353)
- sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
- || die "sed failed"
- fi
-}
-
-src_configure() {
- gnome2_src_configure $(use_enable introspection)
-}
diff --git a/dev-libs/atk/atk-2.12.0.ebuild b/dev-libs/atk/atk-2.12.0.ebuild
deleted file mode 100644
index 4094f42483ef..000000000000
--- a/dev-libs/atk/atk-2.12.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.12.0.ebuild,v 1.1 2014/04/27 16:00:03 eva Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
-HOMEPAGE="http://projects.gnome.org/accessibility/"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="+introspection nls test"
-
-RDEPEND="
- >=dev-libs/glib-2.31.2:2
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5
- dev-util/gtk-doc-am
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
- gnome2_src_prepare
-
- if ! use test; then
- # don't waste time building tests (bug #226353)
- sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
- || die "sed failed"
- fi
-}
-
-src_configure() {
- gnome2_src_configure $(use_enable introspection)
-}
diff --git a/dev-libs/atk/atk-2.10.0-r1.ebuild b/dev-libs/atk/atk-2.14.0.ebuild
index 236ea0d39b1e..8e0a8b6a5f5a 100644
--- a/dev-libs/atk/atk-2.10.0-r1.ebuild
+++ b/dev-libs/atk/atk-2.14.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.10.0-r1.ebuild,v 1.3 2014/06/24 22:07:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.14.0.ebuild,v 1.1 2014/12/21 12:28:59 eva Exp $
EAPI="5"
GCONF_DEBUG="no"