diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-10-12 22:16:11 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-10-12 22:16:11 +0000 |
commit | b7f49335c3a4175bf7225ccbb8d782a9f4694f00 (patch) | |
tree | 410c6a92ebd4b53269669a92630516ddac253b8b /dev-python | |
parent | rm dev-python/iniparse (diff) | |
download | darkside-b7f49335c3a4175bf7225ccbb8d782a9f4694f00.tar.gz darkside-b7f49335c3a4175bf7225ccbb8d782a9f4694f00.tar.bz2 darkside-b7f49335c3a4175bf7225ccbb8d782a9f4694f00.zip |
rm dev-python/pyamf
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyamf/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/pyamf/Manifest | 14 | ||||
-rw-r--r-- | dev-python/pyamf/metadata.xml | 30 | ||||
-rw-r--r-- | dev-python/pyamf/pyamf-0.4.2.ebuild | 23 |
4 files changed, 0 insertions, 77 deletions
diff --git a/dev-python/pyamf/ChangeLog b/dev-python/pyamf/ChangeLog deleted file mode 100644 index d81e1ad..0000000 --- a/dev-python/pyamf/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for dev-python/pyamf -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*pyamf-0.4.2 (03 Sep 2009) - - 03 Sep 2009; Lance Albertson <ramereth@gentoo.org> +pyamf-0.4.2.ebuild, - +metadata.xml: - Initial ebuild - diff --git a/dev-python/pyamf/Manifest b/dev-python/pyamf/Manifest deleted file mode 100644 index 341ccd0..0000000 --- a/dev-python/pyamf/Manifest +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST PyAMF-0.4.2.tar.bz2 1483812 RMD160 ed390f66b20c59c52f4b3e608391d106adeb78ce SHA1 c3afbe727c3738a77a833638bb9d24813e0c816a SHA256 06a11ef50e304013a5219f69240024c9745ecb5702ddea383774be59c87f5911 -EBUILD pyamf-0.4.2.ebuild 502 RMD160 96cd2e5d97a06acafcc452632a42ff6f2d242242 SHA1 3ed2e8e6974e9aca4e2c3467ee0c12b88c8f885f SHA256 aded2d3989ee361c999f865310f93bc749b6c3fc08e48da4039a82a81fa5d33d -MISC ChangeLog 254 RMD160 764eecf2beb025233362ee3b1ff489ccc8d4a0c8 SHA1 bc9476da6826b2644d50e951c279c02d648bb03b SHA256 07fab1e815a7179a3415fa1db0f778e41b618d9c63b8fae752ebdcb685880f7a -MISC metadata.xml 1415 RMD160 b293e65d6c56154862aa705460071de0154c3c88 SHA1 ca0c0f51ae8addedf0f3a562a0a686426222332c SHA256 edf950b249b9c057a23e53ea524161bc8a033e039166a886fa5c76089caca6fe ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iD8DBQFKoD2CQW+hXSf0t0IRArmlAKDoCoYHLFCRcA+SU2wgUctMPKVZbgCdGQiH -M2ljqaCKYjruikvMJAyGm5U= -=hVMY ------END PGP SIGNATURE----- diff --git a/dev-python/pyamf/metadata.xml b/dev-python/pyamf/metadata.xml deleted file mode 100644 index f5932dc..0000000 --- a/dev-python/pyamf/metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>python</herd> - <maintainer> - <email>ramereth@gentoo.org</email> - <name>Lance Albertson</name> - </maintainer> - <longdescription lang="en"> - PyAMF provides Action Message Format (AMF) support for Python that is - compatible with the Adobe Flash Player. It includes integration with Python - web frameworks like Django, Pylons, Twisted, SQLAlchemy and more. - - The Adobe Integrated Runtime and Adobe Flash Player use AMF to communicate - between an application and a remote server. AMF encodes remote procedure - calls (RPC) into a compact binary representation that can be transferred - over HTTP/HTTPS or the RTMP/RTMPS protocol. Objects and data values are - serialized into this binary format, which increases performance, allowing - applications to load data up to 10 times faster than with text-based formats - such as XML or SOAP. - - AMF 3, the default serialization for ActionScript(TM) 3.0, provides various - advantages over AMF0, which is used for ActionScript(TM) 1.0 and 2.0. AMF 3 - sends data over the network more efficiently than AMF 0. AMF 3 supports - sending int and uint objects as integers and supports data types that are - available only in ActionScript(TM) 3.0, such as ByteArray, ArrayCollection, - ObjectProxy and IExternalizable. - </longdescription> -</pkgmetadata> - diff --git a/dev-python/pyamf/pyamf-0.4.2.ebuild b/dev-python/pyamf/pyamf-0.4.2.ebuild deleted file mode 100644 index 4a5a823..0000000 --- a/dev-python/pyamf/pyamf-0.4.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit distutils - -MY_PN="PyAMF" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="PyAMF provides Action Message Format (AMF) support for Python" -HOMEPAGE="http://pyamf.org/" -SRC_URI="http://download.pyamf.org/releases/${MY_P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" -DOCS="CHANGES.txt INSTALL.txt MAINTAINERS.txt THANKS.txt" |