Gentoo Archives: gentoo-commits

From: "Jauhien Piatlicki (jauhien)" <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/libsparse: metadata.xml libsparse-4.4.4.1.ebuild ChangeLog
Date: Tue, 01 Jul 2014 13:24:19
Message-Id: 20140701132414.0C7742004E@flycatcher.gentoo.org
1 jauhien 14/07/01 13:24:13
2
3 Added: metadata.xml libsparse-4.4.4.1.ebuild ChangeLog
4 Log:
5 initial import
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
8
9 Revision Changes Path
10 1.1 dev-util/libsparse/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/libsparse/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/libsparse/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <maintainer>
21 <email>jauhien@g.o</email>
22 <name>Jauhien Piatlicki</name>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 dev-util/libsparse/libsparse-4.4.4.1.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/libsparse/libsparse-4.4.4.1.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/libsparse/libsparse-4.4.4.1.ebuild?rev=1.1&content-type=text/plain
32
33 Index: libsparse-4.4.4.1.ebuild
34 ===================================================================
35 # Copyright 1999-2014 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/dev-util/libsparse/libsparse-4.4.4.1.ebuild,v 1.1 2014/07/01 13:24:13 jauhien Exp $
38
39 EAPI=5
40
41 PYTHON_COMPAT=( python2_7 )
42
43 inherit python-single-r1 versionator
44
45 ANDROID_VERSION=$(get_version_component_range 1-3)
46 ANDROID_REVISION=$(get_version_component_range 4-)
47
48 DESCRIPTION="Library and cli tools for Android sparse files"
49 HOMEPAGE="https://android.googlesource.com/platform/system/core"
50 SRC_URI="https://android.googlesource.com/platform/system/core/+archive/android-${ANDROID_VERSION}_r${ANDROID_REVISION}/${PN}.tar.gz -> ${P}.tar.gz"
51
52 LICENSE="Apache-2.0"
53 SLOT="0"
54 KEYWORDS="~amd64"
55
56 S="${WORKDIR}"
57
58 RDEPEND="${PYTHON_DEPS}"
59
60 src_prepare() {
61 cp "${FILESDIR}/Makefile" "${S}"
62 }
63
64 src_install() {
65 default
66
67 python_doscript simg_dump.py
68 }
69
70
71
72 1.1 dev-util/libsparse/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/libsparse/ChangeLog?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/libsparse/ChangeLog?rev=1.1&content-type=text/plain
76
77 Index: ChangeLog
78 ===================================================================
79 # ChangeLog for dev-util/libsparse
80 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
81 # $Header: /var/cvsroot/gentoo-x86/dev-util/libsparse/ChangeLog,v 1.1 2014/07/01 13:24:13 jauhien Exp $
82
83 *libsparse-4.4.4.1 (01 Jul 2014)
84
85 01 Jul 2014; Jauhien Piatlicki <jauhien@g.o> +files/Makefile,
86 +libsparse-4.4.4.1.ebuild, +metadata.xml:
87 initial import