summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-06-24 04:23:36 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-06-24 04:23:36 +0000
commit0ae903d54c697a5e7066bb949f448e6ffeff9202 (patch)
treee2c7ffea28cea51a0ffba9783d2256cc21e4ebd5 /gnome-base
parentversion bump (bug #96905) (diff)
downloadhistorical-0ae903d54c697a5e7066bb949f448e6ffeff9202.tar.gz
historical-0ae903d54c697a5e7066bb949f448e6ffeff9202.tar.bz2
historical-0ae903d54c697a5e7066bb949f448e6ffeff9202.zip
Removing obsolete ebuild/patch
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/orbit/Manifest5
-rw-r--r--gnome-base/orbit/files/digest-orbit-2.10.21
-rw-r--r--gnome-base/orbit/files/orbit2-alignment-fix.patch11
-rw-r--r--gnome-base/orbit/orbit-2.10.2.ebuild46
4 files changed, 1 insertions, 62 deletions
diff --git a/gnome-base/orbit/Manifest b/gnome-base/orbit/Manifest
index 12940d9d186f..20d4f930539d 100644
--- a/gnome-base/orbit/Manifest
+++ b/gnome-base/orbit/Manifest
@@ -1,14 +1,11 @@
MD5 c8415235cbbd86ac85c4d7093397f975 ChangeLog 2952
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 6f6fa3795d0324df35315d2215d55248 orbit-0.5.17.ebuild 1650
-MD5 adf6161afabb12a91544845a5a8b23d6 orbit-2.10.2.ebuild 1400
+MD5 f7aadbc4160fe8607f0c8d5b9331fdd2 orbit-2.12.2.ebuild 1036
MD5 7e3741e3b63851e23c3ef0ae2e9c4fcd orbit-2.12.0.ebuild 1126
MD5 bad13b4ed7c24ae6b3abaebe7788f69c orbit-2.12.1.ebuild 1032
-MD5 f7aadbc4160fe8607f0c8d5b9331fdd2 orbit-2.12.2.ebuild 1036
MD5 51bfc1efb763de186ee1b1f1e594891a files/digest-orbit-0.5.17 66
-MD5 8a5c202be9737ff8b7fce75d36f1c878 files/digest-orbit-2.10.2 66
MD5 56089adf3d4cbee72a699b2f8ade07ca files/digest-orbit-2.12.0 66
MD5 37466577b20f8ae228826573b3346263 files/digest-orbit-2.12.1 66
MD5 66a18f0f92e9cd0f658690bf1e5c862c files/digest-orbit-2.12.2 66
MD5 7105f3bdc076c48f0458e20ea8eaba34 files/orbit-0.5.17-m4.patch 472
-MD5 733dcc9642be4e30137d76a4014742cd files/orbit2-alignment-fix.patch 510
diff --git a/gnome-base/orbit/files/digest-orbit-2.10.2 b/gnome-base/orbit/files/digest-orbit-2.10.2
deleted file mode 100644
index d1d2fc769497..000000000000
--- a/gnome-base/orbit/files/digest-orbit-2.10.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c862e3261b52a84321e89f57e5600da6 ORBit2-2.10.2.tar.bz2 649720
diff --git a/gnome-base/orbit/files/orbit2-alignment-fix.patch b/gnome-base/orbit/files/orbit2-alignment-fix.patch
deleted file mode 100644
index 5a62f9fb0ca6..000000000000
--- a/gnome-base/orbit/files/orbit2-alignment-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur ORBit2-2.10.0/src/orb/orb-core/allocators.c ORBit2-2.10.0.1-cbl/src/orb/orb-core/allocators.c
---- ORBit2-2.10.0/src/orb/orb-core/allocators.c 2003-07-07 13:11:31.000000000 +0000
-+++ ORBit2-2.10.0.1-cbl/src/orb/orb-core/allocators.c 2004-06-16 04:11:27.642691407 +0000
-@@ -59,6 +59,7 @@
- }
- case CORBA_tk_except:
- case CORBA_tk_struct:
-+ mem = ALIGN_ADDRESS (mem, tc->c_align);
- for (i = 0; i < tc->sub_parts; i++) {
- subtc = tc->subtypes [i];
- mem = ALIGN_ADDRESS (mem, subtc->c_align);
diff --git a/gnome-base/orbit/orbit-2.10.2.ebuild b/gnome-base/orbit/orbit-2.10.2.ebuild
deleted file mode 100644
index 5e73f624453a..000000000000
--- a/gnome-base/orbit/orbit-2.10.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-2.10.2.ebuild,v 1.3 2005/01/08 23:35:35 slarti Exp $
-
-inherit gnome2 eutils
-
-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="x86 ~ppc ~alpha ~sparc ~hppa amd64 ~ia64 ~mips ppc64 arm"
-IUSE="doc ssl"
-
-RDEPEND=">=dev-libs/glib-2
- >=dev-libs/popt-1.5
- >=dev-libs/libIDL-0.7.4
- dev-util/indent
- 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 COPYING* README* HACKING INSTALL NEWS TODO MAINTAINERS"
-
-src_unpack() {
- unpack ${A}
-
- # this patch fixes a bug in CORBA_free() where it doesnt take proper
- # structure alignment into account. the nautilus bug on amd64, alpha, and
- # various other non-x86 archs that caused it to segfault with more than
- # two fstab entries with the user option is now fixed.
- cd ${S} ; epatch ${FILESDIR}/orbit2-alignment-fix.patch
-}