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: sci-physics/h2o-gtk/, sci-libs/libh2oxx/, sci-libs/libh2oboost/, ...
Date: Tue, 05 Jun 2012 15:41:14
Message-Id: 1338910921.24db285ca305fb8fa241a543b74c6f33f67b5f4b.mgorny@gentoo
1 commit: 24db285ca305fb8fa241a543b74c6f33f67b5f4b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 5 15:34:43 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 5 15:42:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=24db285c
7
8 libh2o*: fix obsolete inherits, SRC_URIs and issue trackers.
9
10 ---
11 sci-libs/libh2o/libh2o-9999.ebuild | 4 ++--
12 sci-libs/libh2o/metadata.xml | 2 +-
13 sci-libs/libh2oboost/libh2oboost-9999.ebuild | 2 +-
14 sci-libs/libh2oboost/metadata.xml | 2 +-
15 sci-libs/libh2oxx/libh2oxx-9999.ebuild | 2 +-
16 sci-libs/libh2oxx/metadata.xml | 2 +-
17 sci-physics/h2o-gtk/h2o-gtk-9999.ebuild | 2 +-
18 sci-physics/h2o-gtk/metadata.xml | 2 +-
19 8 files changed, 9 insertions(+), 9 deletions(-)
20
21 diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild
22 index 5936de2..d228c7c 100644
23 --- a/sci-libs/libh2o/libh2o-9999.ebuild
24 +++ b/sci-libs/libh2o/libh2o-9999.ebuild
25 @@ -11,11 +11,11 @@ EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
26 inherit git-2
27 #endif
28
29 -inherit autotools-utils flag-o-matic toolchain-funcs
30 +inherit autotools-utils
31
32 DESCRIPTION="Library of routines for IF97 water & steam properties"
33 HOMEPAGE="https://bitbucket.org/mgorny/libh2o/"
34 -SRC_URI="mirror://bitbucket/mgorny/${PN}/${P}.tar.bz2"
35 +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
36
37 LICENSE="BSD"
38 SLOT="0"
39
40 diff --git a/sci-libs/libh2o/metadata.xml b/sci-libs/libh2o/metadata.xml
41 index f3dc89e..87d7952 100644
42 --- a/sci-libs/libh2o/metadata.xml
43 +++ b/sci-libs/libh2o/metadata.xml
44 @@ -10,6 +10,6 @@
45 <email>mgorny@g.o</email>
46 <name>Michał Górny</name>
47 </maintainer>
48 - <bugs-to>https://github.com/mgorny/libh2o/issues/</bugs-to>
49 + <bugs-to>https://bitbucket.org/mgorny/libh2o/issues/</bugs-to>
50 </upstream>
51 </pkgmetadata>
52
53 diff --git a/sci-libs/libh2oboost/libh2oboost-9999.ebuild b/sci-libs/libh2oboost/libh2oboost-9999.ebuild
54 index 852e232..2d7ff4f 100644
55 --- a/sci-libs/libh2oboost/libh2oboost-9999.ebuild
56 +++ b/sci-libs/libh2oboost/libh2oboost-9999.ebuild
57 @@ -15,7 +15,7 @@ inherit autotools-utils
58
59 DESCRIPTION="boost.units bindings for libh2o"
60 HOMEPAGE="https://bitbucket.org/mgorny/libh2oboost/"
61 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
62 +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
63
64 LICENSE="BSD"
65 SLOT="0"
66
67 diff --git a/sci-libs/libh2oboost/metadata.xml b/sci-libs/libh2oboost/metadata.xml
68 index e57f82a..df46f9c 100644
69 --- a/sci-libs/libh2oboost/metadata.xml
70 +++ b/sci-libs/libh2oboost/metadata.xml
71 @@ -10,6 +10,6 @@
72 <email>mgorny@g.o</email>
73 <name>Michał Górny</name>
74 </maintainer>
75 - <bugs-to>https://github.com/mgorny/libh2oboost/issues/</bugs-to>
76 + <bugs-to>https://bitbucket.org/mgorny/libh2oboost/issues/</bugs-to>
77 </upstream>
78 </pkgmetadata>
79
80 diff --git a/sci-libs/libh2oxx/libh2oxx-9999.ebuild b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
81 index 1f0a61c..819cdd3 100644
82 --- a/sci-libs/libh2oxx/libh2oxx-9999.ebuild
83 +++ b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
84 @@ -15,7 +15,7 @@ inherit autotools-utils
85
86 DESCRIPTION="C++ bindings for libh2o"
87 HOMEPAGE="https://bitbucket.org/mgorny/libh2oxx/"
88 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
89 +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
90
91 LICENSE="BSD"
92 SLOT="0"
93
94 diff --git a/sci-libs/libh2oxx/metadata.xml b/sci-libs/libh2oxx/metadata.xml
95 index 8b2f76f..eb50d05 100644
96 --- a/sci-libs/libh2oxx/metadata.xml
97 +++ b/sci-libs/libh2oxx/metadata.xml
98 @@ -10,6 +10,6 @@
99 <email>mgorny@g.o</email>
100 <name>Michał Górny</name>
101 </maintainer>
102 - <bugs-to>https://github.com/mgorny/libh2oxx/issues/</bugs-to>
103 + <bugs-to>https://bitbucket.org/mgorny/libh2oxx/issues/</bugs-to>
104 </upstream>
105 </pkgmetadata>
106
107 diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
108 index d7ffab8..3e95a46 100644
109 --- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
110 +++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
111 @@ -15,7 +15,7 @@ inherit autotools-utils
112
113 DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
114 HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/"
115 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
116 +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
117
118 LICENSE="BSD"
119 SLOT="0"
120
121 diff --git a/sci-physics/h2o-gtk/metadata.xml b/sci-physics/h2o-gtk/metadata.xml
122 index ec504b2..2b0a87c 100644
123 --- a/sci-physics/h2o-gtk/metadata.xml
124 +++ b/sci-physics/h2o-gtk/metadata.xml
125 @@ -10,6 +10,6 @@
126 <email>mgorny@g.o</email>
127 <name>Michał Górny</name>
128 </maintainer>
129 - <bugs-to>https://github.com/mgorny/h2o-gtk/issues/</bugs-to>
130 + <bugs-to>https://bitbucket.org/mgorny/h2o-gtk/issues/</bugs-to>
131 </upstream>
132 </pkgmetadata>