Deleted obsolete ebuilds

git-svn-id: svn+ssh://svnintern.kmrc.de/projects/gentoo/iwm-overlay@20444 cbe59ace-07ea-0310-918e-868702b5370d
This commit is contained in:
Admin 2012-08-28 11:44:53 +00:00
parent c22604dede
commit 314e2bbb0b
6 changed files with 0 additions and 185 deletions

View File

@ -1,3 +0,0 @@
AUX dev_appserver 285 RMD160 75ff13ca58600c1ac89130252ae444773cddfbee SHA1 fa15243388ccde8c8af4046f5d32c3477eb6c387 SHA256 56508e2a4d1a2ace0a1a2db28d8b5e94c67f0e10e3acce983fe9e680a29480c0
DIST google_appengine_1.3.4.zip 3102472 RMD160 738042a64fb049982ae008d3a0716c73b19251e1 SHA1 1e5a792f2a479f00c288d9c2ac8c499f07e58b2f SHA256 347d6f8dd3ab96f422db6f519f7975d6c3541793f8a8ac40972b0bc43cae5514
EBUILD google-appengine-1.3.4.ebuild 1123 RMD160 fb6fc67b51ae428f2a32c29ad6ef6d288f84f17f SHA1 5f1ba9122ff9d0422536145cd891f1a9bca92458 SHA256 c27b60b4e5939448c4d4fc078ad095d1cad82969afb1c7ab17726e91f92d11c8

View File

@ -1,9 +0,0 @@
#!/bin/sh
PYTHON=$(which python2.5)
[ -x "${PYTHON}" ] || ( echo "ERROR: Python 2.5 not found"; exit 1)
[ -f /usr/lib/google_appengine/dev_appserver.py ] || ( echo "ERROR: google_appengine not found in /usr/lib"; exit 1)
cd /usr/lib/google_appengine
"${PYTHON}" dev_appserver.py $@

View File

@ -1,54 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
NEED_PYTHON=2.5
inherit distutils eutils
MY_PN="${PN/-/_}"
MY_P="${MY_PN}_${PV}"
DESCRIPTION="GoogleAppEngine Framework"
SRC_URI="http://googleappengine.googlecode.com/files/${MY_P}.zip"
HOMEPAGE="http://code.google.com/appengine/"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="nomirror"
RDEPEND="dev-python/pysqlite"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}"
src_unpack() {
unpack ${A}
}
src_compile() {
# Correct python interpreter version
find "${S}" -name "*.py" \
-exec sed -i "s|^#!/usr/bin/env python$|#!/usr/bin/env python2.5|" {} + \
|| die "Correcting python interpreter version failed"
}
src_install() {
exeinto /usr/bin
doexe "${FILESDIR}"/dev_appserver
exeinto /usr/lib/google_appengine
doexe *.py
insinto /usr/lib/google_appengine
doins -r VERSION google lib tools templates
dodoc BUGS LICENSE README RELEASE_NOTES
docinto demos/guestbook
dodoc demos/guestbook/*
docinto new_project_template
dodoc new_project_template/*
}

View File

@ -1,5 +0,0 @@
DIST python-ldap-2.3.8.tar.gz 99884 RMD160 733c075dbb48cdb097aa707a6f96e9622bd136bc SHA1 d00324dc9f3cc8a2fda9bf6b426d651ada86f8d4 SHA256 059aa79791576f878f95174b57bb2e72915b585bd3a84ca99ea4e7ddfc874b47
DIST python-ldap-2.3.9.tar.gz 108209 RMD160 25d8555f548acdb418725f966f9ee94730f4ed77 SHA1 8d558259bfcda02e6b6be79e8dea18f744367dd5 SHA256 62f75b21c5ee744408c9d8b59878328b3bdf47899d30e8abf0c09b3ffb893ed4
DIST python-ldap-docs-html-2.3.7.tar.gz 90650 RMD160 51a08f7008e36c360007f271a2e93de1b3f1adfa SHA1 246bcd4c164aa7f8cde9caae82d1a72fee5504ab SHA256 0e15675025504904cdbc2c5b23deba9149ab8b199b31cf7d532db57e4ef09102
EBUILD python-ldap-2.3.8.ebuild 1790 RMD160 2bba095117006f9f38ae55883861920a5c91d4c2 SHA1 c53b9cfc400cc9b6a2e58843efc16b1677d314a0 SHA256 5317bd8f72c26436b550024292d2d14da040fe35d52745bbb086e168bec2ad31
EBUILD python-ldap-2.3.9.ebuild 1790 RMD160 2bba095117006f9f38ae55883861920a5c91d4c2 SHA1 c53b9cfc400cc9b6a2e58843efc16b1677d314a0 SHA256 5317bd8f72c26436b550024292d2d14da040fe35d52745bbb086e168bec2ad31

View File

@ -1,57 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.5.ebuild,v 1.2 2009/05/10 16:15:15 ssuominen Exp $
inherit distutils eutils multilib
P_DOC="${PN}-docs-html-2.3.7"
DESCRIPTION="Various LDAP-related Python modules"
SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz
doc? ( http://www.python-ldap.org/doc/${P_DOC}.tar.gz )"
HOMEPAGE="http://python-ldap.sourceforge.net/"
SLOT="0"
LICENSE="PYTHON"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc examples sasl ssl"
RDEPEND=">=net-nds/openldap-2.3
sasl? ( dev-libs/cyrus-sasl )"
DEPEND="${DEPEND}
dev-python/setuptools"
# Installs some script-files directly in site-packages
PYTHON_MODNAME="/"
src_unpack() {
unpack ${A}
cd "${S}"
#epatch "${FILESDIR}"/${P}-gcc44.patch
# Note: we can't add /usr/lib and /usr/lib/sasl2 to library_dirs due to a bug in py2.4
sed -e "s:^library_dirs =.*:library_dirs =:" \
-e "s:^include_dirs =.*:include_dirs = /usr/include /usr/include/sasl:" \
-e "s:\(extra_compile_args =\).*:\1\nextra_link_args = -Wl,-rpath=/usr/$(get_libdir) -Wl,-rpath=/usr/$(get_libdir)/sasl2:" \
-i setup.cfg || die "error fixing setup.cfg"
local mylibs="ldap"
if use sasl ; then
use ssl && mylibs="ldap_r"
mylibs="${mylibs} sasl2"
fi
use ssl && mylibs="${mylibs} ssl crypto"
sed -e "s:^libs = .*:libs = lber resolv ${mylibs}:" \
-e "s:^compile.*:compile = 0:" \
-e "s:^optimize.*:optimize = 0:" \
-i setup.cfg || die "error setting up libs in setup.cfg"
}
src_install() {
distutils_src_install
use doc && dohtml -r "${WORKDIR}/${P_DOC/html-/}"/*
if use examples ; then
insinto /usr/share/doc/${PF}
doins -r Demo
fi
}

View File

@ -1,57 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.5.ebuild,v 1.2 2009/05/10 16:15:15 ssuominen Exp $
inherit distutils eutils multilib
P_DOC="${PN}-docs-html-2.3.7"
DESCRIPTION="Various LDAP-related Python modules"
SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz
doc? ( http://www.python-ldap.org/doc/${P_DOC}.tar.gz )"
HOMEPAGE="http://python-ldap.sourceforge.net/"
SLOT="0"
LICENSE="PYTHON"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc examples sasl ssl"
RDEPEND=">=net-nds/openldap-2.3
sasl? ( dev-libs/cyrus-sasl )"
DEPEND="${DEPEND}
dev-python/setuptools"
# Installs some script-files directly in site-packages
PYTHON_MODNAME="/"
src_unpack() {
unpack ${A}
cd "${S}"
#epatch "${FILESDIR}"/${P}-gcc44.patch
# Note: we can't add /usr/lib and /usr/lib/sasl2 to library_dirs due to a bug in py2.4
sed -e "s:^library_dirs =.*:library_dirs =:" \
-e "s:^include_dirs =.*:include_dirs = /usr/include /usr/include/sasl:" \
-e "s:\(extra_compile_args =\).*:\1\nextra_link_args = -Wl,-rpath=/usr/$(get_libdir) -Wl,-rpath=/usr/$(get_libdir)/sasl2:" \
-i setup.cfg || die "error fixing setup.cfg"
local mylibs="ldap"
if use sasl ; then
use ssl && mylibs="ldap_r"
mylibs="${mylibs} sasl2"
fi
use ssl && mylibs="${mylibs} ssl crypto"
sed -e "s:^libs = .*:libs = lber resolv ${mylibs}:" \
-e "s:^compile.*:compile = 0:" \
-e "s:^optimize.*:optimize = 0:" \
-i setup.cfg || die "error setting up libs in setup.cfg"
}
src_install() {
distutils_src_install
use doc && dohtml -r "${WORKDIR}/${P_DOC/html-/}"/*
if use examples ; then
insinto /usr/share/doc/${PF}
doins -r Demo
fi
}