pyorbit: removed; obsolete and orphan.

This commit is contained in:
Juan RP 2013-04-16 14:00:27 +02:00
parent e74d12a6d5
commit 1c58b90e8e
2 changed files with 0 additions and 36 deletions

View file

@ -1 +0,0 @@
pyorbit

View file

@ -1,35 +0,0 @@
# Template file for 'pyorbit'
pkgname=pyorbit
version=2.24.0
revision=1
build_style=gnu-configure
makedepends="pkg-config python-devel ORBit2-devel ORBit2"
short_desc="Python bindings for the ORBit2 CORBA ORB"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.pygtk.org"
license="LGPL"
distfiles="http://ftp.acc.umu.se/pub/GNOME/sources/${pkgname}/2.24/${pkgname}-${version}.tar.bz2"
checksum=8754669b8220aa1f151b920360029d5ea28c42bec55769059676725fe28397b8
long_desc="
PyORBit is a binding for the ORBit2 CORBA ORB. It aims to be compatible with
the Python language mapping standard, implementing both the client side and
server side bindings.
PyORBit is capable of calling methods of in-process ORBit servers implemented
in C, and being called by C code."
pyorbit-devel_package() {
depends="pyorbit>=${version}"
short_desc+=" -- development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}
pyorbit_package() {
pycompile_module="pyorbit"
pkg_install() {
vmove usr
}
}