De-lint recipe.

*	openimageio
	Re-ordering blocks
	Adding formerly unreferenced patchset. Doesn't build anyway.

*	ordereddict
	Removed "." from SUMMARY
	Re-ordering blocks

*	oricutron
	Removed "." from SUMMARY
	Still a non-building BEP file

*	orphilia_dropbox
	Removed "." from SUMMARY
	Re-ordering blocks

*	pachi
	Removed "(C)" from COPYRIGHT
	Re-ordering blocks

*	pari
	Removed "." from SUMMARY
	Re-ordering blocks

*	pciutils
	Improved DESCRIPTION
	Re-ordering blocks

*	phantomlimb
	Improved SUMMARY
	Re-ordering blocks

*	photograbber
	Removed "." from SUMMARY
	Re-ordering blocks

*	piozone
	Improved DESCRIPTION
	Re-ordering blocks

*	plee_the_bear
	Removed "." and improved SUMMARY
	Re-ordering blocks

*	postgresql_server
	Removed "." from SUMMARY
	Re-ordering blocks

*	privoxy
	Removed "." and improved SUMMARY
	Re-ordering blocks

*	proj-4
	Removed "." and improved SUMMARY
	Re-ordering blocks
	Changed the SOURCE_URI to the github where they moved
	Added $secondaryArchSuffix to the provided cmd

*	protobuf
	Re-ordering blocks
	Updating and referencing patch
	Removed out-of-date patch.
This commit is contained in:
Humdinger
2015-07-22 17:58:51 +02:00
parent 9ae34fe13c
commit 0817519846
17 changed files with 261 additions and 315 deletions

View File

@@ -1,31 +1,29 @@
SUMMARY="A substitute for Py2.7's collections.OrderedDict for Python 2.4-2.6."
DESCRIPTION="
Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has \
big-oh performance that matches regular dictionaries (amortized O(1) \
insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).
"
SUMMARY="A substitute for Py2.7's collections.OrderedDict for Python 2.4-2.6"
DESCRIPTION="Drop-in substitute for Py2.7's new collections.OrderedDict. The \
recipe has big-oh performance that matches regular dictionaries (amortized \
O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing)."
HOMEPAGE="https://pypi.python.org/pypi/ordereddict"
SOURCE_URI="https://pypi.python.org/packages/source/o/ordereddict/ordereddict-1.1.tar.gz"
CHECKSUM_SHA256="1c35b4ac206cef2d24816c89f89cf289dd3d38cf7c449bb3fab7bf6d43f01b1f"
COPYRIGHT="2009 Raymond Hettinger"
LICENSE="MIT"
REVISION="1"
ARCHITECTURES="x86 x86_gcc2"
SOURCE_URI="https://pypi.python.org/packages/source/o/ordereddict/ordereddict-1.1.tar.gz"
CHECKSUM_SHA256="1c35b4ac206cef2d24816c89f89cf289dd3d38cf7c449bb3fab7bf6d43f01b1f"
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
ordereddict = $portVersion
"
REQUIRES="
haiku
cmd:python < 2.7
"
BUILD_REQUIRES=""
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
haiku_devel
cmd:python < 2.7
"