diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-05-22 20:49:26 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-05-22 20:49:26 +0000 |
commit | f98de2131d03f85b67e7c6972cabe241826fafcc (patch) | |
tree | 9618ecf08e305a248bd22238282b98391cfc2e46 /gnome-base | |
parent | Fixed indentation. (diff) | |
download | gentoo-2-f98de2131d03f85b67e7c6972cabe241826fafcc.tar.gz gentoo-2-f98de2131d03f85b67e7c6972cabe241826fafcc.tar.bz2 gentoo-2-f98de2131d03f85b67e7c6972cabe241826fafcc.zip |
ORBit2 for gnome2
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/ORBit2/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/ORBit2/ORBit2-2.3.109.ebuild | 52 | ||||
-rw-r--r-- | gnome-base/ORBit2/files/digest-ORBit2-2.3.109 | 1 |
3 files changed, 61 insertions, 0 deletions
diff --git a/gnome-base/ORBit2/ChangeLog b/gnome-base/ORBit2/ChangeLog new file mode 100644 index 000000000000..82332f736329 --- /dev/null +++ b/gnome-base/ORBit2/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for gnome-base/ORBit2 +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ChangeLog,v 1.1 2002/05/22 20:49:26 spider Exp $ + +*ORBit2-2.3.109 (22 May 2002) + 22 May 2002; Spider <spider@gentoo.org> ORBit2-2.3.109.ebuild : + part of gnome2 . initial cvs commit + diff --git a/gnome-base/ORBit2/ORBit2-2.3.109.ebuild b/gnome-base/ORBit2/ORBit2-2.3.109.ebuild new file mode 100644 index 000000000000..00570b28890d --- /dev/null +++ b/gnome-base/ORBit2/ORBit2-2.3.109.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author: Spider <spider@gentoo.org> +# Maintainer: Spider <spider@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ORBit2-2.3.109.ebuild,v 1.1 2002/05/22 20:49:26 spider Exp $ + +# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ +DEBUG="yes" +RESTRICT="nostrip" +# force debug information +CFLAGS="${CFLAGS} -g" +CXXFLAGS="${CXXFLAGS} -g" +LICENSE="GPL-2" +SLOT="2" + + +S=${WORKDIR}/${P} +DESCRIPTION="ORBit2 is a high-performance CORBA ORB" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/ORBit2/${P}.tar.bz2" +HOMEPAGE="http://www.gnome.org/" + + +RDEPEND=">=dev-libs/glib-2.0.0 + >=dev-libs/popt-1.6.3 + >=dev-libs/libIDL-0.7.4 + >=net-libs/linc-0.1.21" + +DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" +src_compile() { + local myconf +# libtoolize --copy --force + + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --infodir=/usr/share/info \ + --localstatedir=/var/lib \ + --mandir=/usr/share/man \ + --enable-debug=yes ${myconf} || die "failed in configure" + emake || make || die "emake and make failed both. WHINE" +} + +src_install() { + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ + infodir=${D}/usr/share/info \ + mandir=${D}/usr/share/man \ + localstatedir=${D}/var/lib \ + install || die + + dodoc AUTHORS ChangeLog COPYING* README* HACKING INSTALL NEWS TODO MAINTAINERS +} diff --git a/gnome-base/ORBit2/files/digest-ORBit2-2.3.109 b/gnome-base/ORBit2/files/digest-ORBit2-2.3.109 new file mode 100644 index 000000000000..af8f4eb7e68e --- /dev/null +++ b/gnome-base/ORBit2/files/digest-ORBit2-2.3.109 @@ -0,0 +1 @@ +MD5 e18fb3dce4b87a075f119631e692ee93 ORBit2-2.3.109.tar.bz2 429801 |