diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-23 10:39:29 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-23 10:39:29 +0000 |
commit | dfc371471d10a75b8f04e78cd2756c57acf7eb57 (patch) | |
tree | a76f16e860474927f897081bfc1cc9d395706d6d /gnome-extra | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-dfc371471d10a75b8f04e78cd2756c57acf7eb57.tar.gz gentoo-2-dfc371471d10a75b8f04e78cd2756c57acf7eb57.tar.bz2 gentoo-2-dfc371471d10a75b8f04e78cd2756c57acf7eb57.zip |
Version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgail-gnome/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/libgail-gnome/libgail-gnome-1.20.3.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/gnome-extra/libgail-gnome/ChangeLog b/gnome-extra/libgail-gnome/ChangeLog index d6bbf1e74102..c57a361ec882 100644 --- a/gnome-extra/libgail-gnome/ChangeLog +++ b/gnome-extra/libgail-gnome/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/libgail-gnome # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.106 2010/06/04 20:57:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.107 2010/06/23 10:39:29 pacho Exp $ + +*libgail-gnome-1.20.3 (23 Jun 2010) + + 23 Jun 2010; Pacho Ramos <pacho@gentoo.org> +libgail-gnome-1.20.3.ebuild: + Version bump to install gconf key to load the module. 04 Jun 2010; Markus Meier <maekke@gentoo.org> libgail-gnome-1.20.2.ebuild: x86 stable, bug #314899 diff --git a/gnome-extra/libgail-gnome/libgail-gnome-1.20.3.ebuild b/gnome-extra/libgail-gnome/libgail-gnome-1.20.3.ebuild new file mode 100644 index 000000000000..6532ebc9aa67 --- /dev/null +++ b/gnome-extra/libgail-gnome/libgail-gnome-1.20.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.20.3.ebuild,v 1.1 2010/06/23 10:39:29 pacho Exp $ + +inherit gnome2 + +DESCRIPTION="Gail libraries for GNOME" +HOMEPAGE="http://developer.gnome.org/projects/gap/" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-libs/atk-1.7.2 + >=x11-libs/gtk+-1.3.11 + >=gnome-base/libbonobo-1.1 + >=gnome-base/libbonoboui-1.1 + >=gnome-base/libgnomeui-1.1 + >=gnome-base/gnome-panel-0.0.18 + >=gnome-extra/at-spi-0.10" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9" + +DOCS="AUTHORS ChangeLog NEWS README" |