Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: app-portage/sunrise-commit/
Date: Fri, 01 Jul 2011 13:22:24
Message-Id: 6976dbd4ddf415e8dc2529b929ab9a7a6f013052.mgorny@gentoo
1 commit: 6976dbd4ddf415e8dc2529b929ab9a7a6f013052
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 13:04:50 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 13:21:41 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=6976dbd4
7
8 app-portage/sunrise-commit: Transform into a mixed-mode ebuild.
9
10 (Portage version: 2.2.0_alpha41_p36/git/Linux x86_64, signed Manifest commit with key 42B9401D)
11
12 ---
13 app-portage/sunrise-commit/Manifest | 12 +++++++-----
14 .../sunrise-commit/sunrise-commit-9999.ebuild | 15 ++++++++++++---
15 2 files changed, 19 insertions(+), 8 deletions(-)
16
17 diff --git a/app-portage/sunrise-commit/Manifest b/app-portage/sunrise-commit/Manifest
18 index 2bd187c..a86a354 100644
19 --- a/app-portage/sunrise-commit/Manifest
20 +++ b/app-portage/sunrise-commit/Manifest
21 @@ -1,14 +1,16 @@
22 -----BEGIN PGP SIGNED MESSAGE-----
23 -Hash: SHA1
24 +Hash: SHA256
25
26 DIST sunrise-commit-0.3.tar.bz2 50945 RMD160 d47c224339d3789af606c6e6a20d0ce8795496c3 SHA1 a7707889e84101bdcbbe3c53ab50e3d875c88309 SHA256 4473294e852d7001ccf01d0d7a59467088bced0e0ec960483088c3305789dbad
27 EBUILD sunrise-commit-0.3.ebuild 456 RMD160 92aa5337f7ff92136b60d839b4fbe904235bcf04 SHA1 d5dcb06b0dd010a6b07bab05d185f5826da20c7b SHA256 840c2130f775065ae41bba1d097715a053bbbbc4a22e1e2cea095a953b9a281b
28 -EBUILD sunrise-commit-9999.ebuild 549 RMD160 ce68c58abdfc337ce28f8bc29e991876df2dce30 SHA1 66ec2c65d939729613addb67af19dfbd7b0c05a3 SHA256 2febbc6995f7ca28e1eb18b9d413cf33b4bf0fc7b83feea8a5a3397531dda976
29 +EBUILD sunrise-commit-9999.ebuild 680 RMD160 9a320bd50b8b9541bb2e1d6b3cf93af1d0704036 SHA1 064e037f86824be126222461ecfea58f35ac4d44 SHA256 0c3b150b591b04d994e2f95693089dbd6c1a202089ef9cf4c85154f754ce3670
30 MISC metadata.xml 768 RMD160 15147e869aaa13ac4b591be32ff92f5c6215aa8d SHA1 43987b46bd500cf94d4d5cc17008c07374277b58 SHA256 b34fc5d5000ef2d0578cc079a42d3532efe5ecf34fd8e58e6406f7580f5d5072
31 -----BEGIN PGP SIGNATURE-----
32 Version: GnuPG v2.0.17 (GNU/Linux)
33
34 -iEYEARECAAYFAk3ECTYACgkQnGSe5QXeB7uvVgCgkIDb/tvIQ50UnfUiRcuVuiYf
35 -718An0NXCm1l2Q139V74NESBEuzzgBXn
36 -=1bC0
37 +iJwEAQEIAAYFAk4NydEACgkQfXuS5UK5QB3CJwQAoUY+eVPCFEx5HtY4wdEb970T
38 +mcVa6TZB4g1qEC3dXfZU/xpbUcOB5YOoIO/UHrEFmZHVJX3R5b8/tA2U6bFlyn/D
39 +aseM/BCe3jD35Z36b6hfLZhnjP9DLjnz/GQDECcBREKL2u+pydY7JQbK3E7ur6b3
40 +296oc7nqwdmBijKo/44=
41 +=Iy6F
42 -----END PGP SIGNATURE-----
43
44 diff --git a/app-portage/sunrise-commit/sunrise-commit-9999.ebuild b/app-portage/sunrise-commit/sunrise-commit-9999.ebuild
45 index 359c0ca..65122bb 100644
46 --- a/app-portage/sunrise-commit/sunrise-commit-9999.ebuild
47 +++ b/app-portage/sunrise-commit/sunrise-commit-9999.ebuild
48 @@ -3,24 +3,33 @@
49 # $Header: $
50
51 EAPI=3
52 +inherit autotools-utils
53 +
54 +#if LIVE
55 EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
56 http://github.com/mgorny/${PN}.git"
57 -inherit autotools autotools-utils git-2
58 +inherit autotools git-2
59 +#endif
60
61 DESCRIPTION="A repository commit helper"
62 HOMEPAGE="https://github.com/mgorny/sunrise-commit/"
63 -SRC_URI=""
64 +SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
65
66 LICENSE="BSD"
67 SLOT="0"
68 -KEYWORDS=""
69 +KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 RDEPEND="app-portage/gentoolkit-dev
73 !app-portage/overlay-utils
74 sys-apps/portage"
75 +#if LIVE
76 +
77 +KEYWORDS=
78 +SRC_URI=
79
80 src_prepare() {
81 autotools-utils_src_prepare
82 eautoreconf
83 }
84 +#endif