Skip to content

Commit

Permalink
dev-games/physfs: Mirror 9999 ebuild and put doxygen in BDEPEND
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Mar 4, 2019
1 parent 1fb8aec commit 8d87cd9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions dev-games/physfs/physfs-3.0.1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ inherit cmake-multilib

DESCRIPTION="Abstraction layer for filesystem and archive access"
HOMEPAGE="https://icculus.org/physfs/"
SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2"

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="https://icculus.org/physfs/downloads/${P}.tar.bz2"
fi

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
IUSE="7zip doc grp hog iso mvl qpak slb static-libs vdf wad +zip"

DEPEND="doc? ( app-doc/doxygen )"
BDEPEND="doc? ( app-doc/doxygen )"

DOCS=( docs/CHANGELOG.txt docs/CREDITS.txt docs/TODO.txt )

Expand Down

0 comments on commit 8d87cd9

Please sign in to comment.