diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-05-28 00:44:05 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-05-28 00:44:05 +0000 |
commit | 5fb748bd920475bf979aa07018826d184f3b85aa (patch) | |
tree | e687f68d83845a210285400929513d1d96f896fd /gnome-base | |
parent | closed bug 1808 by removing gpm support (diff) | |
download | historical-5fb748bd920475bf979aa07018826d184f3b85aa.tar.gz historical-5fb748bd920475bf979aa07018826d184f3b85aa.tar.bz2 historical-5fb748bd920475bf979aa07018826d184f3b85aa.zip |
new stable version
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/ORBit2/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/ORBit2/ORBit2-2.4.0.ebuild | 52 | ||||
-rw-r--r-- | gnome-base/ORBit2/files/digest-ORBit2-2.4.0 | 1 |
3 files changed, 59 insertions, 1 deletions
diff --git a/gnome-base/ORBit2/ChangeLog b/gnome-base/ORBit2/ChangeLog index 1c95fb3d531f..311dcf3134a5 100644 --- a/gnome-base/ORBit2/ChangeLog +++ b/gnome-base/ORBit2/ChangeLog @@ -1,6 +1,11 @@ # 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.2 2002/05/23 19:15:17 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ChangeLog,v 1.3 2002/05/28 00:44:05 spider Exp $ + +*ORBit2-2.4.0 (27 May 2002) + 27 May 2002; Spider <spider@gentoo.org> ORBit2-2.4.0.ebuild : + Stable release! + *ORBit2-2.3.110 (23 May 2002) 23 May 2002; Spider <spider@gentoo.org> ORBit2-2.3.110.ebuild : diff --git a/gnome-base/ORBit2/ORBit2-2.4.0.ebuild b/gnome-base/ORBit2/ORBit2-2.4.0.ebuild new file mode 100644 index 000000000000..f7c97651f768 --- /dev/null +++ b/gnome-base/ORBit2/ORBit2-2.4.0.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.4.0.ebuild,v 1.1 2002/05/28 00:44:05 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.5.0" + +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.4.0 b/gnome-base/ORBit2/files/digest-ORBit2-2.4.0 new file mode 100644 index 000000000000..d155be95f435 --- /dev/null +++ b/gnome-base/ORBit2/files/digest-ORBit2-2.4.0 @@ -0,0 +1 @@ +MD5 25eb93f5dae655db2806e6462a52a8ee ORBit2-2.4.0.tar.bz2 431841 |