diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-09-14 14:43:40 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-09-14 14:43:40 +0000 |
commit | ba3acff9129a5fe7aa6108bb042ba56bed13eaa6 (patch) | |
tree | 6907e8935670f3576d5f617677025f2e5357cf50 /gnome-base/orbit | |
parent | Stable on sparc wrt #63948 (diff) | |
download | historical-ba3acff9129a5fe7aa6108bb042ba56bed13eaa6.tar.gz historical-ba3acff9129a5fe7aa6108bb042ba56bed13eaa6.tar.bz2 historical-ba3acff9129a5fe7aa6108bb042ba56bed13eaa6.zip |
gnome 2.8 release
Diffstat (limited to 'gnome-base/orbit')
-rw-r--r-- | gnome-base/orbit/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/orbit/Manifest | 4 | ||||
-rw-r--r-- | gnome-base/orbit/files/digest-orbit-2.12.0 | 1 | ||||
-rw-r--r-- | gnome-base/orbit/orbit-2.12.0.ebuild | 37 |
4 files changed, 47 insertions, 2 deletions
diff --git a/gnome-base/orbit/ChangeLog b/gnome-base/orbit/ChangeLog index d56f4c8a1a50..18aac78256b1 100644 --- a/gnome-base/orbit/ChangeLog +++ b/gnome-base/orbit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/orbit # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.3 2004/08/24 13:22:54 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.4 2004/09/14 14:43:40 foser Exp $ + +*orbit-2.12.0 (14 Sep 2004) + + 14 Sep 2004; foser <foser@gentoo.org> orbit-2.12.0.ebuild : + Gnome 2.8 release 24 Aug 2004; foser <foser@gentoo.org> files/libIDLConf.sh-gentoo.diff files/orbit2-alignment_fix.patch : Re-add missing orbit{1,2} patches, remove redundant libc deps diff --git a/gnome-base/orbit/Manifest b/gnome-base/orbit/Manifest index bed1c87e3a71..3c629499cd6d 100644 --- a/gnome-base/orbit/Manifest +++ b/gnome-base/orbit/Manifest @@ -3,12 +3,14 @@ MD5 7c10b22e3f8ec7b478447123d7d66965 orbit-0.5.17.ebuild 1576 MD5 9f961ff41d1dc88e842c2d942ad3663a orbit-2.10.0.ebuild 985 MD5 a3e74b771d7a1ddabf24939368f75ad7 orbit-2.10.2.ebuild 1393 MD5 e1a5cb8c2c0eabf2e0a4c03f3e0eb476 orbit-2.10.4.ebuild 1015 -MD5 c5fedbe1405de0c725ec2b1998e54a57 ChangeLog 586 +MD5 94744e7231e71922f5615597b7d1d333 ChangeLog 698 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 a6c6d08bbd65f048d7f812c3af84f79b orbit-2.12.0.ebuild 1033 MD5 51bfc1efb763de186ee1b1f1e594891a files/digest-orbit-0.5.17 66 MD5 b6e4b20cee3509d04f2651315328e1d5 files/digest-orbit-2.10.0 66 MD5 8a5c202be9737ff8b7fce75d36f1c878 files/digest-orbit-2.10.2 66 MD5 f951e87ddc66d6ef47ebd24cedbc8545 files/digest-orbit-2.10.3 66 MD5 763baa27841f44f10aa13a502816c867 files/digest-orbit-2.10.4 66 +MD5 56089adf3d4cbee72a699b2f8ade07ca files/digest-orbit-2.12.0 66 MD5 54d4643035be77ed8362225823cd7b60 files/libIDLConf.sh-gentoo.diff 462 MD5 733dcc9642be4e30137d76a4014742cd files/orbit2-alignment-fix.patch 510 diff --git a/gnome-base/orbit/files/digest-orbit-2.12.0 b/gnome-base/orbit/files/digest-orbit-2.12.0 new file mode 100644 index 000000000000..522287755a59 --- /dev/null +++ b/gnome-base/orbit/files/digest-orbit-2.12.0 @@ -0,0 +1 @@ +MD5 d7f0c2b9bee73b89978a9968c10f81fe ORBit2-2.12.0.tar.bz2 666898 diff --git a/gnome-base/orbit/orbit-2.12.0.ebuild b/gnome-base/orbit/orbit-2.12.0.ebuild new file mode 100644 index 000000000000..4c4f2e1b4308 --- /dev/null +++ b/gnome-base/orbit/orbit-2.12.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-2.12.0.ebuild,v 1.1 2004/09/14 14:43:40 foser 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" + +IUSE="doc ssl" +SLOT="2" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips ~ppc64" + +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" +USE_DESTDIR="1" + +DOCS="AUTHORS ChangeLog README HACKING NEWS TODO MAINTAINERS" |