diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-06 15:50:30 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-06 15:50:30 +0000 |
commit | 4e70bff74c578f40ee49c69350fba657a409a30b (patch) | |
tree | 2bb96f963227e79ee2be7695509fe0b6e5cb5db2 /gnome-base | |
parent | x86 stable wrt security bug 169376 (diff) | |
download | gentoo-2-4e70bff74c578f40ee49c69350fba657a409a30b.tar.gz gentoo-2-4e70bff74c578f40ee49c69350fba657a409a30b.tar.bz2 gentoo-2-4e70bff74c578f40ee49c69350fba657a409a30b.zip |
Remove broken 2.14.3 (from bug #146929) now that 2.14.4 is in the tree
(Portage version: 2.1.2.1)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/orbit/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/orbit/files/digest-orbit-2.14.3 | 3 | ||||
-rw-r--r-- | gnome-base/orbit/orbit-2.14.3.ebuild | 44 |
3 files changed, 4 insertions, 48 deletions
diff --git a/gnome-base/orbit/ChangeLog b/gnome-base/orbit/ChangeLog index 28fc23a4776c..73acb750815e 100644 --- a/gnome-base/orbit/ChangeLog +++ b/gnome-base/orbit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/orbit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.88 2007/03/06 15:44:51 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.89 2007/03/06 15:50:30 dang Exp $ + + 06 Mar 2007; Daniel Gryniewicz <dang@gentoo.org> -orbit-2.14.3.ebuild: + Remove broken 2.14.3 (from bug #146929) now that 2.14.4 is in the tree *orbit-2.14.4 (06 Mar 2007) diff --git a/gnome-base/orbit/files/digest-orbit-2.14.3 b/gnome-base/orbit/files/digest-orbit-2.14.3 deleted file mode 100644 index 265b37f4f9b2..000000000000 --- a/gnome-base/orbit/files/digest-orbit-2.14.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 857881e7aabf849016de9a1e9c53b328 ORBit2-2.14.3.tar.bz2 710195 -RMD160 2cc9c8c779c39002296ab49874071594fdea60c6 ORBit2-2.14.3.tar.bz2 710195 -SHA256 bdb70950197de7c5e1a515fa1be192854b0cc80266d23ef6834399df5b107a04 ORBit2-2.14.3.tar.bz2 710195 diff --git a/gnome-base/orbit/orbit-2.14.3.ebuild b/gnome-base/orbit/orbit-2.14.3.ebuild deleted file mode 100644 index e3af5275b3a3..000000000000 --- a/gnome-base/orbit/orbit-2.14.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-2.14.3.ebuild,v 1.2 2007/01/16 13:44:42 uberlord Exp $ - -inherit gnome2 - -MY_P="ORBit2-${PV}" -PVP=(${PV//[-\._]/ }) -S=${WORKDIR}/${MY_P} - -DESCRIPTION="ORBit2 is a high-performance CORBA ORB" -HOMEPAGE="http://www.gnome.org/" -SRC_URI="mirror://gnome/sources/ORBit2/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc ssl" - -RDEPEND=">=dev-libs/glib-2.8 - >=dev-libs/libIDL-0.8.2 - ssl? ( >=dev-libs/openssl-0.9.6 )" - -# FIXME linc is now integrated, but a block isn't necessary -# and probably complicated FIXME - -# FIXME ssl is optional, but not switchable - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.14 - doc? ( >=dev-util/gtk-doc-1 )" - -MAKEOPTS="${MAKEOPTS} -j1" - -DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO" - -src_compile() { - # We need to unset IDL_DIR, which is set by RSI's IDL. This causes certain - # files to be not found by autotools when compiling ORBit. See bug #58540 - # for more information. Please don't remove -- 8/18/06 - unset IDL_DIR - - gnome2_src_compile -} |