Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/esearch: esearch-1.3-r1.ebuild ChangeLog esearch-9999.ebuild
Date: Mon, 02 Mar 2015 22:27:38
Message-Id: 20150302222733.DE7B712E80@oystercatcher.gentoo.org
1 fuzzyray 15/03/02 22:27:33
2
3 Modified: esearch-1.3-r1.ebuild ChangeLog esearch-9999.ebuild
4 Log:
5 Change HOMEPAGE to github repository
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x6E1CBA7B)
8
9 Revision Changes Path
10 1.12 app-portage/esearch/esearch-1.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild?r1=1.11&r2=1.12
15
16 Index: esearch-1.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- esearch-1.3-r1.ebuild 26 Nov 2014 10:41:10 -0000 1.11
23 +++ esearch-1.3-r1.ebuild 2 Mar 2015 22:27:33 -0000 1.12
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild,v 1.11 2014/11/26 10:41:10 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild,v 1.12 2015/03/02 22:27:33 fuzzyray Exp $
30
31 EAPI="5"
32 PYTHON_COMPAT=(python{2_6,2_7,3_2,3_3,3_4})
33 @@ -9,7 +9,7 @@
34 inherit distutils-r1
35
36 DESCRIPTION="Replacement for 'emerge --search' with search-index"
37 -HOMEPAGE="http://david-peter.de/esearch.html"
38 +HOMEPAGE="https://github.com/fuzzyray/esearch"
39 SRC_URI="mirror://github/fuzzyray/${PN}/${P}.tar.gz"
40
41 LICENSE="GPL-2"
42
43
44
45 1.126 app-portage/esearch/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/esearch/ChangeLog?rev=1.126&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/esearch/ChangeLog?rev=1.126&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/esearch/ChangeLog?r1=1.125&r2=1.126
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v
54 retrieving revision 1.125
55 retrieving revision 1.126
56 diff -u -r1.125 -r1.126
57 --- ChangeLog 26 Nov 2014 10:41:10 -0000 1.125
58 +++ ChangeLog 2 Mar 2015 22:27:33 -0000 1.126
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-portage/esearch
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.125 2014/11/26 10:41:10 pacho Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.126 2015/03/02 22:27:33 fuzzyray Exp $
65 +
66 + 02 Mar 2015; Paul Varner <fuzzyray@g.o> esearch-1.3-r1.ebuild,
67 + esearch-9999.ebuild:
68 + Change HOMEPAGE to github repository.
69
70 26 Nov 2014; Pacho Ramos <pacho@g.o> esearch-1.3-r1.ebuild,
71 esearch-9999.ebuild:
72
73
74
75 1.8 app-portage/esearch/esearch-9999.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/esearch/esearch-9999.ebuild?rev=1.8&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/esearch/esearch-9999.ebuild?rev=1.8&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/esearch/esearch-9999.ebuild?r1=1.7&r2=1.8
80
81 Index: esearch-9999.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-9999.ebuild,v
84 retrieving revision 1.7
85 retrieving revision 1.8
86 diff -u -r1.7 -r1.8
87 --- esearch-9999.ebuild 26 Nov 2014 10:41:10 -0000 1.7
88 +++ esearch-9999.ebuild 2 Mar 2015 22:27:33 -0000 1.8
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2014 Gentoo Foundation
91 +# Copyright 1999-2015 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-9999.ebuild,v 1.7 2014/11/26 10:41:10 pacho Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-9999.ebuild,v 1.8 2015/03/02 22:27:33 fuzzyray Exp $
95
96 EAPI="5"
97 PYTHON_COMPAT=(python{2_6,2_7,3_2,3_3,3_4})
98 @@ -11,7 +11,7 @@
99 EGIT_REPO_URI="git://github.com/fuzzyray/esearch.git"
100
101 DESCRIPTION="Replacement for 'emerge --search' with search-index"
102 -HOMEPAGE="http://david-peter.de/esearch.html"
103 +HOMEPAGE="https://github.com/fuzzyray/esearch"
104 SRC_URI=""
105
106 LICENSE="GPL-2"