aidecoe     14/12/29 18:04:37

  Added:                metadata.xml ChangeLog potr-1.0.1.ebuild
  Log:
  Add initial ebuild.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  Changes    Path
1.1                  dev-python/potr/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/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>
        <maintainer>
                <email>aide...@gentoo.org</email>
                <name>Amadeusz Żołnowski</name>
        </maintainer>
        <longdescription lang="en">
                This is a pure Python OTR implementation; it does not bind to 
libotr.
        </longdescription>
</pkgmetadata>



1.1                  dev-python/potr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/potr
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/potr/ChangeLog,v 1.1 2014/12/29 
18:04:37 aidecoe Exp $

*potr-1.0.1 (29 Dec 2014)

  29 Dec 2014; Amadeusz Żołnowski <aide...@gentoo.org> +potr-1.0.1.ebuild,
  +metadata.xml:
  Add initial ebuild.




1.1                  dev-python/potr/potr-1.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/potr-1.0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/potr/potr-1.0.1.ebuild?rev=1.1&content-type=text/plain

Index: potr-1.0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/potr/potr-1.0.1.ebuild,v 1.1 
2014/12/29 18:04:37 aidecoe Exp $

EAPI=5

MY_PN="python-${PN}"
MY_P="${MY_PN}-${PV}"

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Pure Python OTR implementation"
HOMEPAGE="https://github.com/python-otr/pure-python-otr";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"

LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

CDEPEND=">=dev-python/pycrypto-2.1[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        "
RDEPEND="${CDEPEND}"

S="${WORKDIR}/${MY_P}"




Reply via email to