Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/
Date: Thu, 10 Dec 2015 23:47:35
Message-Id: 1449791239.8efec87a1d388817f6a4f1424a9534549db699ed.tamiko@gentoo
1 commit: 8efec87a1d388817f6a4f1424a9534549db699ed
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 10 23:46:38 2015 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 10 23:47:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efec87a
7
8 app-doc/doxygen: Update live ebuild to EAPI=5, change SRC_URI to github
9
10 Package-Manager: portage-2.2.26
11
12 app-doc/doxygen/doxygen-9999.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild
16 index 4d55a76..e26d99d 100644
17 --- a/app-doc/doxygen/doxygen-9999.ebuild
18 +++ b/app-doc/doxygen/doxygen-9999.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=4
24 +EAPI=5
25 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
26
27 inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1 qt4-r2
28 @@ -12,8 +12,9 @@ if [[ ${PV} = *9999* ]]; then
29 SRC_URI=""
30 KEYWORDS=""
31 else
32 - SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz" # switch to github?
33 + SRC_URI="https://github.com/doxygen/doxygen/archive/Release_${PV//\./_}.tar.gz -> ${P}.tar.gz"
34 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
35 + S="${WORKDIR}/${PN}-Release_${PV//\./_}"
36 fi
37 SRC_URI+=" https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png"