diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-11-17 18:04:09 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-11-17 18:04:09 +0000 |
commit | 61b66ac4484d9047f60bc35752390f977862d953 (patch) | |
tree | 4f3ac45d6d3e85c22d3f2fe89eebb962613caa62 /gnome-base/gail | |
parent | last fixes before 2.4.28 - fixes binfmt_elf+JJ and fixes binfmt_aout (Manifes... (diff) | |
download | gentoo-2-61b66ac4484d9047f60bc35752390f977862d953.tar.gz gentoo-2-61b66ac4484d9047f60bc35752390f977862d953.tar.bz2 gentoo-2-61b66ac4484d9047f60bc35752390f977862d953.zip |
Added USE_DESTDIR=1, fixing bug #66065. Removed old ebuilds.
Diffstat (limited to 'gnome-base/gail')
-rw-r--r-- | gnome-base/gail/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gail/files/digest-gail-1.4.1 | 1 | ||||
-rw-r--r-- | gnome-base/gail/files/digest-gail-1.6.0 | 1 | ||||
-rw-r--r-- | gnome-base/gail/gail-1.4.1.ebuild | 23 | ||||
-rw-r--r-- | gnome-base/gail/gail-1.6.0.ebuild | 22 | ||||
-rw-r--r-- | gnome-base/gail/gail-1.6.6.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/gail/gail-1.8.0.ebuild | 4 |
7 files changed, 11 insertions, 50 deletions
diff --git a/gnome-base/gail/ChangeLog b/gnome-base/gail/ChangeLog index cf838a5cb8a4..b935603e9285 100644 --- a/gnome-base/gail/ChangeLog +++ b/gnome-base/gail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gail # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.57 2004/11/12 10:51:33 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.58 2004/11/17 18:04:09 leonardop Exp $ + + 18 Nov 2004; Leonardo Boshell <leonardop@gentoo.org> gail-1.6.6.ebuild, + gail-1.8.0.ebuild: + Use USE_DESTDIR="1". Resolves bug #66065. 12 Nov 2004; Mike Gardiner <obz@gentoo.org> gail-1.8.0.ebuild: Keyworded ppc for GNOME 2.8 diff --git a/gnome-base/gail/files/digest-gail-1.4.1 b/gnome-base/gail/files/digest-gail-1.4.1 deleted file mode 100644 index e4749350e0e4..000000000000 --- a/gnome-base/gail/files/digest-gail-1.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ea970bd1f6ce5da13e7d872ad9d27869 gail-1.4.1.tar.bz2 397503 diff --git a/gnome-base/gail/files/digest-gail-1.6.0 b/gnome-base/gail/files/digest-gail-1.6.0 deleted file mode 100644 index 04418cd7d2ab..000000000000 --- a/gnome-base/gail/files/digest-gail-1.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 55e6b01aa2f02d0729ec94f1460611be gail-1.6.0.tar.bz2 497110 diff --git a/gnome-base/gail/gail-1.4.1.ebuild b/gnome-base/gail/gail-1.4.1.ebuild deleted file mode 100644 index 18f96d4a2730..000000000000 --- a/gnome-base/gail/gail-1.4.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.4.1.ebuild,v 1.10 2004/11/08 20:00:42 vapier Exp $ - -inherit gnome2 - -DESCRIPTION="Part of Gnome Accessibility" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc alpha sparc hppa amd64 ia64 mips arm" -IUSE="doc" - -RDEPEND=">=x11-libs/gtk+-2.1.3 - >=dev-libs/atk-1.3 - >=gnome-base/libgnomecanvas-2" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - doc? ( >=dev-util/gtk-doc-0.9 )" - -DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS" - diff --git a/gnome-base/gail/gail-1.6.0.ebuild b/gnome-base/gail/gail-1.6.0.ebuild deleted file mode 100644 index 22cc5de7378f..000000000000 --- a/gnome-base/gail/gail-1.6.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.6.0.ebuild,v 1.8 2004/11/08 20:00:42 vapier Exp $ - -inherit gnome2 - -DESCRIPTION="Accessibility support for Gtk+ and libgnomecanvas" -HOMEPAGE="http://developer.gnome.org/projects/gap" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="x86 ppc ~alpha ~sparc hppa ~amd64 ia64 ~mips arm" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.3.5 - >=dev-libs/atk-1.5 - >=gnome-base/libgnomecanvas-2" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog COPYING NEWS README NEWS" diff --git a/gnome-base/gail/gail-1.6.6.ebuild b/gnome-base/gail/gail-1.6.6.ebuild index 37a3aa40a9fb..6b251a50041f 100644 --- a/gnome-base/gail/gail-1.6.6.ebuild +++ b/gnome-base/gail/gail-1.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.6.6.ebuild,v 1.9 2004/11/08 20:00:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.6.6.ebuild,v 1.10 2004/11/17 18:04:09 leonardop Exp $ inherit gnome2 @@ -12,6 +12,8 @@ SLOT="0" KEYWORDS="x86 ~ppc alpha sparc hppa amd64 arm ia64 mips ppc64" IUSE="" +USE_DESTDIR="1" + RDEPEND=">=x11-libs/gtk+-2.3.5 >=dev-libs/atk-1.5 >=gnome-base/libgnomecanvas-2" diff --git a/gnome-base/gail/gail-1.8.0.ebuild b/gnome-base/gail/gail-1.8.0.ebuild index 7069d45d221f..3be65ac76190 100644 --- a/gnome-base/gail/gail-1.8.0.ebuild +++ b/gnome-base/gail/gail-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.8.0.ebuild,v 1.5 2004/11/12 10:51:33 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.8.0.ebuild,v 1.6 2004/11/17 18:04:09 leonardop Exp $ inherit gnome2 @@ -12,6 +12,8 @@ SLOT="0" KEYWORDS="x86 ppc ~alpha sparc ~hppa ~amd64 ~ia64 ~mips ~ppc64 ~arm" IUSE="doc" +USE_DESTDIR="1" + RDEPEND=">=x11-libs/gtk+-2.3.5 >=dev-libs/atk-1.7 >=gnome-base/libgnomecanvas-2" |