diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-25 21:54:17 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-25 21:54:17 +0000 |
commit | f69996465b1794b3362b01cffe3c57843161af6e (patch) | |
tree | de4d78a46befd9b1c8ba26e5b04c74b29f6cc55d /gnome-extra/libgail-gnome | |
parent | Bump to 0.13. Fix double free, get rid of gnome-vfs, handle remote shell open... (diff) | |
download | historical-f69996465b1794b3362b01cffe3c57843161af6e.tar.gz historical-f69996465b1794b3362b01cffe3c57843161af6e.tar.bz2 historical-f69996465b1794b3362b01cffe3c57843161af6e.zip |
Clean up old revisions.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'gnome-extra/libgail-gnome')
-rw-r--r-- | gnome-extra/libgail-gnome/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/libgail-gnome/libgail-gnome-1.20.0.ebuild | 25 |
2 files changed, 5 insertions, 26 deletions
diff --git a/gnome-extra/libgail-gnome/ChangeLog b/gnome-extra/libgail-gnome/ChangeLog index f825537ca013..1107ecb776a2 100644 --- a/gnome-extra/libgail-gnome/ChangeLog +++ b/gnome-extra/libgail-gnome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/libgail-gnome # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.102 2009/04/28 14:37:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.103 2009/05/25 21:54:17 eva Exp $ + + 25 May 2009; Gilles Dartiguelongue <eva@gentoo.org> + -libgail-gnome-1.20.0.ebuild: + Clean up old revisions. 28 Apr 2009; Raúl Porcel <armin76@gentoo.org> libgail-gnome-1.20.1.ebuild: diff --git a/gnome-extra/libgail-gnome/libgail-gnome-1.20.0.ebuild b/gnome-extra/libgail-gnome/libgail-gnome-1.20.0.ebuild deleted file mode 100644 index 81b422eeffc9..000000000000 --- a/gnome-extra/libgail-gnome/libgail-gnome-1.20.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 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.0.ebuild,v 1.8 2008/04/20 02:10:16 vapier 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 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" |