diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-03-18 23:28:05 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-03-18 23:28:05 +0000 |
commit | 167862ced28680683fa0ffed729a9968446575ee (patch) | |
tree | fc5c8f2bac8353ca5cc5837165140156ff99c9a5 /gnome-base/ORBit2 | |
parent | initial commit (gnome 2.6) (Manifest recommit) (diff) | |
download | gentoo-2-167862ced28680683fa0ffed729a9968446575ee.tar.gz gentoo-2-167862ced28680683fa0ffed729a9968446575ee.tar.bz2 gentoo-2-167862ced28680683fa0ffed729a9968446575ee.zip |
gnome 2.6 commit
Diffstat (limited to 'gnome-base/ORBit2')
-rw-r--r-- | gnome-base/ORBit2/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/ORBit2/Manifest | 2 | ||||
-rw-r--r-- | gnome-base/ORBit2/ORBit2-2.10.0.ebuild | 29 | ||||
-rw-r--r-- | gnome-base/ORBit2/files/digest-ORBit2-2.10.0 | 1 |
4 files changed, 38 insertions, 1 deletions
diff --git a/gnome-base/ORBit2/ChangeLog b/gnome-base/ORBit2/ChangeLog index a36579a606d8..a7cd85e91110 100644 --- a/gnome-base/ORBit2/ChangeLog +++ b/gnome-base/ORBit2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/ORBit2 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ChangeLog,v 1.46 2004/03/09 04:54:26 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ChangeLog,v 1.47 2004/03/18 23:28:05 foser Exp $ + +*ORBit2-2.10.0 (19 Mar 2004) + + 19 Mar 2004; foser <foser@gentoo.org> ORBit2-2.10.0.ebuild : + Gnome 2.6 release 08 Mar 2004; Stephen P. Becker <geoman@gentoo.org> ORBit2-2.8.3.ebuild: Added ~mips keyword. diff --git a/gnome-base/ORBit2/Manifest b/gnome-base/ORBit2/Manifest index f99bb3c637dc..28c31960f126 100644 --- a/gnome-base/ORBit2/Manifest +++ b/gnome-base/ORBit2/Manifest @@ -1,8 +1,10 @@ MD5 5156921daf722d85fc017eec791bb832 ORBit2-2.8.3.ebuild 837 +MD5 16ae16c43f377d37f094e944bbad3af2 ORBit2-2.10.0.ebuild 866 MD5 ee8d0381c8e3385d1a7973a9dc42abf1 ORBit2-2.8.2.ebuild 830 MD5 af6adfed10b91c7674623e3e60183766 ORBit2-2.8.1.ebuild 833 MD5 10e727c5b5719dbf5b13711ce01a003f ChangeLog 4843 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 b6e4b20cee3509d04f2651315328e1d5 files/digest-ORBit2-2.10.0 66 MD5 0f4a51a01d625e7451849abe493a37b9 files/digest-ORBit2-2.8.1 65 MD5 827f9ced87136bb605c310603aab8b16 files/digest-ORBit2-2.8.2 65 MD5 6044bac8d5394a174b961d8db1eda612 files/digest-ORBit2-2.8.3 65 diff --git a/gnome-base/ORBit2/ORBit2-2.10.0.ebuild b/gnome-base/ORBit2/ORBit2-2.10.0.ebuild new file mode 100644 index 000000000000..5aed09c4da7a --- /dev/null +++ b/gnome-base/ORBit2/ORBit2-2.10.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ORBit2-2.10.0.ebuild,v 1.1 2004/03/18 23:28:05 foser Exp $ + +inherit gnome2 + +DESCRIPTION="ORBit2 is a high-performance CORBA ORB" +HOMEPAGE="http://www.gnome.org/" + +IUSE="doc ssl" +SLOT="0" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips" + +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 )" + +DOCS="AUTHORS ChangeLog COPYING* README* HACKING INSTALL NEWS TODO MAINTAINERS" diff --git a/gnome-base/ORBit2/files/digest-ORBit2-2.10.0 b/gnome-base/ORBit2/files/digest-ORBit2-2.10.0 new file mode 100644 index 000000000000..95b8f3e8b444 --- /dev/null +++ b/gnome-base/ORBit2/files/digest-ORBit2-2.10.0 @@ -0,0 +1 @@ +MD5 fe86ec038fc51ee0e90e84169a8dda6c ORBit2-2.10.0.tar.bz2 643687 |