summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-24 15:11:21 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-24 15:11:21 +0000
commitb399a56d0a832fcf673131b132e09908c455a138 (patch)
tree5f211af40eb9967ffa95ead16fd450de2822d872 /dev-libs/atk
parentVersion bump, enhance init script wrt #495090 thx to Evgeniy (diff)
downloadgentoo-2-b399a56d0a832fcf673131b132e09908c455a138.tar.gz
gentoo-2-b399a56d0a832fcf673131b132e09908c455a138.tar.bz2
gentoo-2-b399a56d0a832fcf673131b132e09908c455a138.zip
Version bump for Gnome 3.10, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/atk')
-rw-r--r--dev-libs/atk/ChangeLog8
-rw-r--r--dev-libs/atk/atk-1.32.0-r1.ebuild37
-rw-r--r--dev-libs/atk/atk-2.10.0.ebuild41
-rw-r--r--dev-libs/atk/atk-2.4.0.ebuild38
4 files changed, 48 insertions, 76 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog
index a5cda6b5cdb2..0b8ef2811d6d 100644
--- a/dev-libs/atk/ChangeLog
+++ b/dev-libs/atk/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/atk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.271 2013/12/22 15:23:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.272 2013/12/24 15:11:21 pacho Exp $
+
+*atk-2.10.0 (24 Dec 2013)
+
+ 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +atk-2.10.0.ebuild,
+ -atk-1.32.0-r1.ebuild, -atk-2.4.0.ebuild:
+ Version bump for Gnome 3.10, drop old
22 Dec 2013; Jeroen Roovers <jer@gentoo.org> atk-2.8.0.ebuild:
Stable for HPPA (bug #478252).
diff --git a/dev-libs/atk/atk-1.32.0-r1.ebuild b/dev-libs/atk/atk-1.32.0-r1.ebuild
deleted file mode 100644
index 693501c898f6..000000000000
--- a/dev-libs/atk/atk-1.32.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0-r1.ebuild,v 1.13 2012/12/16 06:01:24 tetromino Exp $
-
-EAPI="3"
-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 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="+introspection nls"
-
-RDEPEND="dev-libs/glib: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() {
- G2CONF="${G2CONF} $(use_enable introspection)"
- DOCS="AUTHORS ChangeLog NEWS README"
-
- 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
-}
diff --git a/dev-libs/atk/atk-2.10.0.ebuild b/dev-libs/atk/atk-2.10.0.ebuild
new file mode 100644
index 000000000000..9b25274342fa
--- /dev/null
+++ b/dev-libs/atk/atk-2.10.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2013 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.1 2013/12/24 15:11:21 pacho 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.4.0.ebuild b/dev-libs/atk/atk-2.4.0.ebuild
deleted file mode 100644
index 1e670f081363..000000000000
--- a/dev-libs/atk/atk-2.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.4.0.ebuild,v 1.14 2012/12/16 06:01:24 tetromino Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="+introspection nls"
-
-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() {
- G2CONF="${G2CONF} $(use_enable introspection)"
- DOCS="AUTHORS ChangeLog NEWS README"
-
- 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
-}