summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-04-07 14:15:29 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-04-07 14:15:29 +0000
commitf51bd57016851565178bb4ac29560ae877cd0179 (patch)
tree0f52b0ef851c28daa44f1ac70a6a7b21dbfada43 /dev-libs/atk
parentMake gnome-about work with python3 as active interpreter, bug #362429. (diff)
downloadgentoo-2-f51bd57016851565178bb4ac29560ae877cd0179.tar.gz
gentoo-2-f51bd57016851565178bb4ac29560ae877cd0179.tar.bz2
gentoo-2-f51bd57016851565178bb4ac29560ae877cd0179.zip
Clean up old revisions.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/atk')
-rw-r--r--dev-libs/atk/ChangeLog6
-rw-r--r--dev-libs/atk/atk-1.28.0.ebuild22
-rw-r--r--dev-libs/atk/atk-1.30.0.ebuild29
3 files changed, 5 insertions, 52 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog
index cb066643ba2c..2e2880e53d51 100644
--- a/dev-libs/atk/ChangeLog
+++ b/dev-libs/atk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/atk
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.216 2011/03/22 20:04:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.217 2011/04/07 14:15:29 eva Exp $
+
+ 07 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> -atk-1.28.0.ebuild,
+ -atk-1.30.0.ebuild:
+ Clean up old revisions.
22 Mar 2011; Brent Baude <ranger@gentoo.org> atk-1.32.0.ebuild:
Marking atk-1.32.0 ppc stable for bug 353436
diff --git a/dev-libs/atk/atk-1.28.0.ebuild b/dev-libs/atk/atk-1.28.0.ebuild
deleted file mode 100644
index 37e1277fd4e8..000000000000
--- a/dev-libs/atk/atk-1.28.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.28.0.ebuild,v 1.10 2010/07/20 04:31:33 jer Exp $
-
-inherit gnome2
-
-DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
-HOMEPAGE="http://live.gnome.org/GAP/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5
- sys-devel/gettext
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/dev-libs/atk/atk-1.30.0.ebuild b/dev-libs/atk/atk-1.30.0.ebuild
deleted file mode 100644
index f780e9b48fdc..000000000000
--- a/dev-libs/atk/atk-1.30.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.30.0.ebuild,v 1.12 2010/10/17 14:51:43 armin76 Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
-HOMEPAGE="http://live.gnome.org/GAP/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="doc +introspection"
-
-RDEPEND="dev-libs/glib:2
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5
- sys-devel/gettext
- dev-util/pkgconfig
- doc? ( >=dev-util/gtk-doc-1 )"
-
-pkg_setup() {
- G2CONF="${G2CONF} $(use_enable introspection)"
- DOCS="AUTHORS ChangeLog NEWS README"
-}