diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-08-11 19:51:59 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-08-11 19:51:59 +0000 |
commit | cb2189d6c429022ec0b82496855e98bd93d3f847 (patch) | |
tree | 8673fc1378a096b516cbb8e59d46e5d80e1787d1 /gnome-extra | |
parent | Removed mplayer mask on "mp2" "amrnb" "amrwb" since all of them are keyworded... (diff) | |
download | gentoo-2-cb2189d6c429022ec0b82496855e98bd93d3f847.tar.gz gentoo-2-cb2189d6c429022ec0b82496855e98bd93d3f847.tar.bz2 gentoo-2-cb2189d6c429022ec0b82496855e98bd93d3f847.zip |
Remove old
(Portage version: 2.1.3.4)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/at-spi/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.18.0.ebuild | 53 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.18.1.ebuild | 53 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.7.10.ebuild | 40 | ||||
-rw-r--r-- | gnome-extra/at-spi/files/digest-at-spi-1.18.0 | 3 | ||||
-rw-r--r-- | gnome-extra/at-spi/files/digest-at-spi-1.18.1 | 3 | ||||
-rw-r--r-- | gnome-extra/at-spi/files/digest-at-spi-1.7.10 | 3 |
7 files changed, 5 insertions, 156 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog index 00c2cc365928..f26b05e3ee24 100644 --- a/gnome-extra/at-spi/ChangeLog +++ b/gnome-extra/at-spi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/at-spi # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.150 2007/08/11 14:41:59 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.151 2007/08/11 19:51:59 leio Exp $ + + 11 Aug 2007; Mart Raudsepp <leio@gentoo.org> -at-spi-1.7.10.ebuild, + -at-spi-1.18.0.ebuild, -at-spi-1.18.1.ebuild: + Remove old 11 Aug 2007; Andrej Kacian <ticho@gentoo.org> at-spi-1.18.1-r1.ebuild: Stable on x86, bug #185823. diff --git a/gnome-extra/at-spi/at-spi-1.18.0.ebuild b/gnome-extra/at-spi/at-spi-1.18.0.ebuild deleted file mode 100644 index f1dbab46a81a..000000000000 --- a/gnome-extra/at-spi/at-spi-1.18.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.18.0.ebuild,v 1.1 2007/03/27 14:47:08 dang Exp $ - -WANT_AUTOMAKE="1.9" - -inherit virtualx autotools eutils gnome2 - -DESCRIPTION="The Gnome Accessibility Toolkit" -HOMEPAGE="http://developer.gnome.org/projects/gap/" - -LICENSE="LGPL-2" -SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/atk-1.17 - >=x11-libs/gtk+-2.10.0 - >=gnome-base/gail-1.9.0 - >=gnome-base/libbonobo-1.107 - >=gnome-base/orbit-2 - dev-libs/popt - - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXtst" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1 ) - - x11-libs/libXt - x11-proto/xextproto - x11-proto/inputproto - x11-proto/xproto" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -src_unpack() { - gnome2_src_unpack - - epatch "${FILESDIR}"/${PN}-1.7.12-tests.patch - - cp aclocal.m4 old_macros.m4 - AT_M4DIR="." eautoreconf -} - -src_test() { - Xmake check || die "Testing phase failed" -} diff --git a/gnome-extra/at-spi/at-spi-1.18.1.ebuild b/gnome-extra/at-spi/at-spi-1.18.1.ebuild deleted file mode 100644 index 26cc4735eecd..000000000000 --- a/gnome-extra/at-spi/at-spi-1.18.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.18.1.ebuild,v 1.2 2007/07/05 16:51:21 uberlord Exp $ - -WANT_AUTOMAKE="1.9" - -inherit virtualx autotools eutils gnome2 - -DESCRIPTION="The Gnome Accessibility Toolkit" -HOMEPAGE="http://developer.gnome.org/projects/gap/" - -LICENSE="LGPL-2" -SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND=">=dev-libs/atk-1.17 - >=x11-libs/gtk+-2.10.0 - >=gnome-base/gail-1.9.0 - >=gnome-base/libbonobo-1.107 - >=gnome-base/orbit-2 - dev-libs/popt - - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXtst" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1 ) - - x11-libs/libXt - x11-proto/xextproto - x11-proto/inputproto - x11-proto/xproto" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -src_unpack() { - gnome2_src_unpack - - epatch "${FILESDIR}"/${PN}-1.7.12-tests.patch - - cp aclocal.m4 old_macros.m4 - AT_M4DIR="." eautoreconf -} - -src_test() { - Xmake check || die "Testing phase failed" -} diff --git a/gnome-extra/at-spi/at-spi-1.7.10.ebuild b/gnome-extra/at-spi/at-spi-1.7.10.ebuild deleted file mode 100644 index 45e6d342ff87..000000000000 --- a/gnome-extra/at-spi/at-spi-1.7.10.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.7.10.ebuild,v 1.13 2007/07/22 10:14:55 graaff Exp $ - -inherit virtualx gnome2 - -DESCRIPTION="The Gnome Accessibility Toolkit" -HOMEPAGE="http://developer.gnome.org/projects/gap/" - -LICENSE="LGPL-2" -SLOT="1" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" -IUSE="doc" - -RDEPEND=">=dev-libs/atk-1.12 - >=gnome-base/libbonobo-1.107 - >=gnome-base/gail-1.3 - >=x11-libs/gtk+-2 - >=gnome-base/orbit-2 - dev-libs/popt - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXtst" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1 ) - x11-libs/libXt - x11-proto/xextproto - x11-proto/inputproto - x11-proto/xproto" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -src_test() { - Xmake check || die "Testing phase failed" -} diff --git a/gnome-extra/at-spi/files/digest-at-spi-1.18.0 b/gnome-extra/at-spi/files/digest-at-spi-1.18.0 deleted file mode 100644 index 030a69e723a0..000000000000 --- a/gnome-extra/at-spi/files/digest-at-spi-1.18.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d77f3b7111a847903f66f5cb111ee89e at-spi-1.18.0.tar.bz2 778719 -RMD160 58e43af2adda66fd7f0c1a8293195e0ab82b54b2 at-spi-1.18.0.tar.bz2 778719 -SHA256 1d77e06c4cea6111faee520beb3d2fbc0d746879e16eb9fb0782e7d3743a58eb at-spi-1.18.0.tar.bz2 778719 diff --git a/gnome-extra/at-spi/files/digest-at-spi-1.18.1 b/gnome-extra/at-spi/files/digest-at-spi-1.18.1 deleted file mode 100644 index 86b90c17028b..000000000000 --- a/gnome-extra/at-spi/files/digest-at-spi-1.18.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 46c531204df5d39f7e83822372b0ce69 at-spi-1.18.1.tar.bz2 780306 -RMD160 c5e60314414124388d025dc85effb5d9adf5d2b9 at-spi-1.18.1.tar.bz2 780306 -SHA256 3b0be3207eb5cf4b1c1666b1dcd341ac914802b5404defb812e3b2aa9e78e7aa at-spi-1.18.1.tar.bz2 780306 diff --git a/gnome-extra/at-spi/files/digest-at-spi-1.7.10 b/gnome-extra/at-spi/files/digest-at-spi-1.7.10 deleted file mode 100644 index 63f1962182b6..000000000000 --- a/gnome-extra/at-spi/files/digest-at-spi-1.7.10 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 4d233cbccb69865c07358d04e97d86cf at-spi-1.7.10.tar.bz2 743088 -RMD160 9ce1185767afd2d0dfdf9e26f4d316075016c5b0 at-spi-1.7.10.tar.bz2 743088 -SHA256 73654daba6ffcee7c0b5d528705a125d077b023756856f52065e44a5418d0178 at-spi-1.7.10.tar.bz2 743088 |