Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/physfs/
Date: Mon, 04 Mar 2019 20:49:08
Message-Id: 1551732530.4f727a822c169ecad6970ba2d53699bf42e86f53.chewi@gentoo
1 commit: 4f727a822c169ecad6970ba2d53699bf42e86f53
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 4 20:46:50 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 4 20:48:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f727a82
7
8 dev-games/physfs: Port recent improvements to 9999 ebuild
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 dev-games/physfs/physfs-9999.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-games/physfs/physfs-9999.ebuild b/dev-games/physfs/physfs-9999.ebuild
17 index d001542c16e..683b49ac714 100644
18 --- a/dev-games/physfs/physfs-9999.ebuild
19 +++ b/dev-games/physfs/physfs-9999.ebuild
20 @@ -1,25 +1,25 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27 inherit cmake-multilib
28
29 DESCRIPTION="Abstraction layer for filesystem and archive access"
30 -HOMEPAGE="http://icculus.org/physfs/"
31 +HOMEPAGE="https://icculus.org/physfs/"
32 +
33 if [[ ${PV} == *9999* ]]; then
34 EHG_REPO_URI="https://hg.icculus.org/icculus/physfs"
35 inherit mercurial
36 else
37 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
38 - SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2"
39 + SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2"
40 fi
41
42 LICENSE="ZLIB"
43 SLOT="0"
44 IUSE="7zip doc grp hog iso mvl qpak slb static-libs vdf wad +zip"
45
46 -RDEPEND=""
47 -DEPEND=""
48 +BDEPEND="doc? ( app-doc/doxygen )"
49
50 DOCS=( docs/CHANGELOG.txt docs/CREDITS.txt docs/TODO.txt )