diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-03-04 20:46:50 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-04 20:48:50 +0000 |
commit | 4f727a822c169ecad6970ba2d53699bf42e86f53 (patch) | |
tree | 824c852d5f53f4b03261bb998ead6b72d9ae4a5a /dev-games | |
parent | dev-games/physfs: Mirror 9999 ebuild and put doxygen in BDEPEND (diff) | |
download | gentoo-4f727a822c169ecad6970ba2d53699bf42e86f53.tar.gz gentoo-4f727a822c169ecad6970ba2d53699bf42e86f53.tar.bz2 gentoo-4f727a822c169ecad6970ba2d53699bf42e86f53.zip |
dev-games/physfs: Port recent improvements to 9999 ebuild
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/physfs/physfs-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-games/physfs/physfs-9999.ebuild b/dev-games/physfs/physfs-9999.ebuild index d001542c16ed..683b49ac714d 100644 --- a/dev-games/physfs/physfs-9999.ebuild +++ b/dev-games/physfs/physfs-9999.ebuild @@ -1,25 +1,25 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-multilib DESCRIPTION="Abstraction layer for filesystem and archive access" -HOMEPAGE="http://icculus.org/physfs/" +HOMEPAGE="https://icculus.org/physfs/" + if [[ ${PV} == *9999* ]]; then EHG_REPO_URI="https://hg.icculus.org/icculus/physfs" inherit mercurial else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~x86-fbsd" - SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2" + SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2" fi LICENSE="ZLIB" SLOT="0" IUSE="7zip doc grp hog iso mvl qpak slb static-libs vdf wad +zip" -RDEPEND="" -DEPEND="" +BDEPEND="doc? ( app-doc/doxygen )" DOCS=( docs/CHANGELOG.txt docs/CREDITS.txt docs/TODO.txt ) |