naota       14/04/16 01:59:41

  Added:                metadata.xml cangjie-1.1.ebuild Manifest ChangeLog
  Log:
  Add dev-python/cangjie written by Brendan Horan. #506722
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cangjie/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cangjie/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>cjk</herd>
        <maintainer>
                <email>[email protected]</email>
                <name>Brendan Horan</name>
                <description>Proxy - Maintainer. Assign bugs to 
him</description>
        </maintainer>
</pkgmetadata>



1.1                  dev-python/cangjie/cangjie-1.1.ebuild

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

Index: cangjie-1.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/cangjie/cangjie-1.1.ebuild,v 1.1 
2014/04/16 01:59:41 naota Exp $

EAPI=5
PYTHON_COMPAT=( python{3_2,3_3} )

inherit autotools-utils python-r1

DESCRIPTION="The Python bindings to libcangjie"
HOMEPAGE="http://cangjians.github.io";
SRC_URI="http://cangjians.github.io/downloads/pycangjie/cangjie-${PV}.tar.xz";

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

DEPEND="${PYTHON_DEPS}
        app-i18n/libcangjie
        dev-python/cython"
RDEPEND="app-i18n/libcangjie
        ${PYTHON_DEPS}"

src_configure() {
        python_foreach_impl autotools-utils_src_configure
}

src_compile() {
        python_foreach_impl autotools-utils_src_compile
}

src_install() {
        python_foreach_impl autotools-utils_src_install
}



1.1                  dev-python/cangjie/Manifest

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

Index: Manifest
===================================================================
DIST cangjie-1.1.tar.xz 221460 SHA256 
97391213ec80f885a5dc8fb9e61f3ab511e8106f3dc924535af41822c0c8ac6f SHA512 
ef1acd9fcfb8f3da94fa282c173bd82ed7f827f9b33921689e2a811fc9268dfdc25bec6f53ac448cea85b220790f5816c0ee0e4ed95750afab4312850cc14df2
 WHIRLPOOL 
f28aaef1ae982e9cddb85477c1bbc4d4fad4753fe663d4d25cf593f011c1b3305947795683520152a26e42a60d9aeb09e61cdd71704a4a4af9a716cb1634c771
EBUILD cangjie-1.1.ebuild 732 SHA256 
5fc5611788e0ba7a9ff2350fdfbcd0b5a11ed3c3866f0b8d78c02c6a49bbdeaf SHA512 
4c4d5772512630d7b18c2e61a69d55d2f2d92d87235f1f5807ba3ee488c9b50913fe84c9b1ee3ea57cb8899c64195293ed068255ee3b5aa722d34124beee511b
 WHIRLPOOL 
ce01d6bcbab171ca1900f27d4b84dc2450d1e8b162bd79fffdad0a8218ee1ce24ee031bd132d23fc4135a7e77e5d1ab2964b60f818b522fab9288bd49947e587
MISC ChangeLog 172 SHA256 
d075d45fb35b34d5526bd892e475a0809edea24825732c22f989eeded612ec8d SHA512 
557e6ce1c3d0c6ec2fb7defb6549c96b3a8434f2683a3c9f84048bcdbdfd5adfb215a61f5733ce5bb5c08930a05cb8eb9a90c1c7537392d209ce646b72582c74
 WHIRLPOOL 
e9c1538de2f6e6143fab2a91d33df79356296eb99aa133dde72a9223e11ce240636db4fda609419d51c6902b067d7e4c5348af317a8a3bf585f4b86ede9191f2
MISC metadata.xml 317 SHA256 
4ee2ea0bf925af9a2b42e4b24529bf178a4afe19bfac3786ac4401a27a55b117 SHA512 
0bd10881bf55f50760d5dcc6af0e122051304cf9d4993caae5ab5c773d8d0926bfc43cb0d78daf087a5add4e8518ecf164f47aa294c808bf48829f64451ab54a
 WHIRLPOOL 
05cbc4fda7077aa3b6381179aa2905da8ecd227072ba57edf54199ddb17aa710c9fe79c22ff2673d021fccd3a8dc9a2998f72c6d9003dd97fa39347fa9d3038d



1.1                  dev-python/cangjie/ChangeLog

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

Index: ChangeLog
===================================================================
*cangjie-1.1 (16 Apr 2014)

  16 Apr 2014; Naohiro Aota <[email protected]> +cangjie-1.1.ebuild,
  +metadata.xml:
  Add dev-python/cangjie written by Brendan Horan. #506722




Reply via email to