idella4 15/03/23 09:53:15
Added: metadata.xml python-cffi-0.ebuild Manifest
ChangeLog
Log:
virtual package for dealing with cffi builtin in pypy, ebuild made by
NP-Hardass and checked by myself and jlec
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.1 virtual/python-cffi/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-cffi/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-cffi/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
</pkgmetadata>
1.1 virtual/python-cffi/python-cffi-0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-cffi/python-cffi-0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-cffi/python-cffi-0.ebuild?rev=1.1&content-type=text/plain
Index: python-cffi-0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/python-cffi/python-cffi-0.ebuild,v
1.1 2015/03/23 09:53:15 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit python-r1
DESCRIPTION="EDIT ME"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="
$(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')
$(python_gen_cond_dep 'virtual/pypy' pypy)"
1.1 virtual/python-cffi/Manifest
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-cffi/Manifest?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-cffi/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
EBUILD python-cffi-0.ebuild 425 SHA256
409c983e0a991afeb215b4f2040875dd32a0c85ba0302902eb542b26ae0b4b99 SHA512
a7dfe6dea724f3372873b08fc4aabe85e46cfa02fed1e9a6c16091e3a345ee59ae587bfad7538b836f2c129e5928e28018a064f67b3b953b7c2fa8381cf9a99c
WHIRLPOOL
5f81e3a71da33ca4db05bd0d5b94ae094b58010732709293f6f91cbb0673006710f7ef0491d8379def8e8fd49d897caf436e38b8446a7df753d70a9ef6b374e1
MISC metadata.xml 160 SHA256
6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a SHA512
7c02a1de1ddcb6b7c6378cceff0458da3a15d5381417f7cdf01874e7c372664b8899863f41b3a2fd8d6ad67ceb732dac6da0cc17575bf8e3e6d89480417c6628
WHIRLPOOL
ed2795e4466eda8c804d5067c87386e269a59fe959393057ca5ddc36851e00f5210c4da1adf4bbdfdbb7d1d3d5c60aced25727ca12fdc8305d9e263a3aca9b13
1.1 virtual/python-cffi/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-cffi/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-cffi/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for virtual/python-cffi
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/virtual/python-cffi/ChangeLog,v 1.1
2015/03/23 09:53:15 idella4 Exp $
*python-cffi-0 (23 Mar 2015)
23 Mar 2015; Ian Delaney <[email protected]> +metadata.xml,
+python-cffi-0.ebuild:
virtual package for dealing with cffi builtin in pypy, ebuild made by NP-
Hardass and checked by myself and jlec