From: Matthias Maier Date: Thu, 10 Dec 2015 23:46:38 +0000 (-0600) Subject: app-doc/doxygen: Update live ebuild to EAPI=5, change SRC_URI to github X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8efec87a1d388817f6a4f1424a9534549db699ed;p=gentoo.git app-doc/doxygen: Update live ebuild to EAPI=5, change SRC_URI to github Package-Manager: portage-2.2.26 --- diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild index 4d55a760f7b7..e26d99d9a325 100644 --- a/app-doc/doxygen/doxygen-9999.ebuild +++ b/app-doc/doxygen/doxygen-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1 qt4-r2 @@ -12,8 +12,9 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" KEYWORDS="" else - SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz" # switch to github? + SRC_URI="https://github.com/doxygen/doxygen/archive/Release_${PV//\./_}.tar.gz -> ${P}.tar.gz" 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" + S="${WORKDIR}/${PN}-Release_${PV//\./_}" fi SRC_URI+=" https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png"