Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/blohg: blohg-0.12.ebuild blohg-9999.ebuild ChangeLog
Date: Thu, 28 Nov 2013 05:29:34
Message-Id: 20131128052924.7726A2004B@flycatcher.gentoo.org
1 rafaelmartins 13/11/28 05:29:24
2
3 Modified: blohg-0.12.ebuild blohg-9999.ebuild ChangeLog
4 Log:
5 Migrating to Github.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.2 www-apps/blohg/blohg-0.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/blohg-0.12.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/blohg-0.12.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/blohg-0.12.ebuild?r1=1.1&r2=1.2
15
16 Index: blohg-0.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-0.12.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- blohg-0.12.ebuild 2 Sep 2013 04:19:23 -0000 1.1
23 +++ blohg-0.12.ebuild 28 Nov 2013 05:29:24 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-0.12.ebuild,v 1.1 2013/09/02 04:19:23 rafaelmartins Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-0.12.ebuild,v 1.2 2013/11/28 05:29:24 rafaelmartins Exp $
29
30 EAPI="3"
31
32 @@ -9,13 +9,14 @@
33 RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
34 DISTUTILS_SRC_TEST="setup.py"
35
36 -HG_ECLASS=""
37 +GIT_ECLASS=""
38 if [[ ${PV} = *9999* ]]; then
39 - HG_ECLASS="mercurial"
40 - EHG_REPO_URI="http://hg.rafaelmartins.eng.br/blohg/"
41 + GIT_ECLASS="git-r3"
42 + EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
43 + https://github.com/rafaelmartins/blohg"
44 fi
45
46 -inherit distutils ${HG_ECLASS}
47 +inherit distutils ${GIT_ECLASS}
48
49 DESCRIPTION="A Mercurial (or Git) based blogging engine."
50 HOMEPAGE="http://blohg.org/ http://pypi.python.org/pypi/blohg"
51
52
53
54 1.16 www-apps/blohg/blohg-9999.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/blohg-9999.ebuild?rev=1.16&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/blohg-9999.ebuild?rev=1.16&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/blohg-9999.ebuild?r1=1.15&r2=1.16
59
60 Index: blohg-9999.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-9999.ebuild,v
63 retrieving revision 1.15
64 retrieving revision 1.16
65 diff -u -r1.15 -r1.16
66 --- blohg-9999.ebuild 2 Sep 2013 04:19:23 -0000 1.15
67 +++ blohg-9999.ebuild 28 Nov 2013 05:29:24 -0000 1.16
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2013 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-9999.ebuild,v 1.15 2013/09/02 04:19:23 rafaelmartins Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-9999.ebuild,v 1.16 2013/11/28 05:29:24 rafaelmartins Exp $
73
74 EAPI="3"
75
76 @@ -9,13 +9,14 @@
77 RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
78 DISTUTILS_SRC_TEST="setup.py"
79
80 -HG_ECLASS=""
81 +GIT_ECLASS=""
82 if [[ ${PV} = *9999* ]]; then
83 - HG_ECLASS="mercurial"
84 - EHG_REPO_URI="http://hg.rafaelmartins.eng.br/blohg/"
85 + GIT_ECLASS="git-r3"
86 + EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
87 + https://github.com/rafaelmartins/blohg"
88 fi
89
90 -inherit distutils ${HG_ECLASS}
91 +inherit distutils ${GIT_ECLASS}
92
93 DESCRIPTION="A Mercurial (or Git) based blogging engine."
94 HOMEPAGE="http://blohg.org/ http://pypi.python.org/pypi/blohg"
95
96
97
98 1.28 www-apps/blohg/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/ChangeLog?rev=1.28&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/ChangeLog?rev=1.28&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/ChangeLog?r1=1.27&r2=1.28
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/www-apps/blohg/ChangeLog,v
107 retrieving revision 1.27
108 retrieving revision 1.28
109 diff -u -r1.27 -r1.28
110 --- ChangeLog 2 Sep 2013 04:19:23 -0000 1.27
111 +++ ChangeLog 28 Nov 2013 05:29:24 -0000 1.28
112 @@ -1,6 +1,10 @@
113 # ChangeLog for www-apps/blohg
114 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/ChangeLog,v 1.27 2013/09/02 04:19:23 rafaelmartins Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/ChangeLog,v 1.28 2013/11/28 05:29:24 rafaelmartins Exp $
117 +
118 + 28 Nov 2013; Rafael G. Martins <rafaelmartins@g.o> blohg-0.12.ebuild,
119 + blohg-9999.ebuild:
120 + Migrating to Github.
121
122 *blohg-0.12 (02 Sep 2013)