Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 340350 Details for
Bug 459514
www-misc/mozilla-sync-server-core-2.12.5 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mozilla-sync-server-core-2.12.5.ebuild
mozilla-sync-server-core-2.12.5.ebuild (text/plain), 1.45 KB, created by
Stijn Tintel
on 2013-02-27 14:50:30 UTC
(
hide
)
Description:
mozilla-sync-server-core-2.12.5.ebuild
Filename:
MIME Type:
Creator:
Stijn Tintel
Created:
2013-02-27 14:50:30 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 >PYTHON_COMPAT=(python2_{6,7}) > >inherit distutils-r1 mercurial > >DESCRIPTION="Mozilla Sync Server Core libraries" >HOMEPAGE="https://hg.mozilla.org/services/server-core/" > >EHG_REPO_URI="https://hg.mozilla.org/services/server-core" > >case ${PV} in >9999) > EHG_REVISION="default" > ;; >*) > inherit versionator > MY_PV=$(replace_version_separator 2 '-' "${PV}") > MY_P="${PN}-${MY_PV}" > EHG_REVISION="rpm-${MY_PV}" > S="${WORKDIR}/${PN}" > ;; >esac > >LICENSE="MPL-1.1" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="test" > ># Test require LDAP populated with mozilla data on ldap://localhost >RESTRICT="test" > >RDEPEND=">=dev-python/metlog-cef-0.2[${PYTHON_USEDEP}] > >=dev-python/metlog-py-0.9.8[${PYTHON_USEDEP}] > >=dev-python/paste-1.7.5.1 > >=dev-python/pastedeploy-1.5.0 > >=dev-python/pastescript-1.7.5 > >=dev-python/recaptcha-client-1.0.6[${PYTHON_USEDEP}] > >=dev-python/repoze-lru-0.6 > >=dev-python/repoze-who-2.0[${PYTHON_USEDEP}] > >=dev-python/routes-1.13 > >=dev-python/simplejson-2.6.2 > >=dev-python/sqlalchemy-0.7.9 > >=dev-python/webob-1.0.7 > >=dev-python/wsgiproxy-0.2.2[${PYTHON_USEDEP}] > >=net-zope/zope-deprecation-4.0[${PYTHON_USEDEP}] > >=net-zope/zope-interface-4.0.1" >DEPEND="${RDEPEND} > test? ( dev-python/nose[${PYTHON_USEDEP}] ) > dev-python/setuptools[${PYTHON_USEDEP}]" > >python_test() { > nosetests || die "Tests fail with ${EPYTHON}" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 459514
:
340328
| 340350