Remove ORBit2, nothing depending on it anymore.

This commit is contained in:
Juan RP
2011-10-04 11:40:29 +02:00
parent 54d6579db1
commit 54d846251a
5 changed files with 0 additions and 64 deletions

View File

@@ -1,28 +0,0 @@
# Template file for 'ORBit2'
pkgname=ORBit2
version=2.14.17
revision=1
distfiles="${GNOME_SITE}/$pkgname/2.14/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="High-performance CORBA ORB with C language support"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://projects.gnome.org/ORBit2"
license="GPL-2"
checksum="62bfce3f678f9347a19c766944e8aef7b89bc32b25ac23eb3e4c25929ce8974c"
long_desc="
ORBit is a CORBA 2.2-compliant Object Request Broker (ORB) featuring
mature C and Perl bindings. Bindings (in various degrees of completeness)
are also available for C++, Lisp, Pascal, Python, Ruby, and TCL; others
are in-progress. It supports POA, DII, DSI, TypeCode, Any, IR and IIOP.
Optional features including INS and threading are available. ORBit is
engineered for the desktop workstation environment, with a focus on
performance, low resource usage, and security."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run libIDL
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build libIDL-devel