Skip to content

Commit

Permalink
app-forensics/openscap: [QA] Port to git-r3
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
SoapGentoo committed Dec 25, 2017
1 parent 0f3630b commit 587d33f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions app-forensics/openscap/openscap-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ then
SRC_URI="https://fedorahosted.org/releases/o/p/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
else
inherit git-2 autotools
EGIT_REPO_URI="git://git.fedorahosted.org/git/openscap.git"
EGIT_SOURCEDIR="${WORKDIR}/openscap"
KEYWORDS=""
S="${WORKDIR}/${PN}"
inherit git-r3 autotools
EGIT_REPO_URI="https://github.com/OpenSCAP/openscap.git"
fi

LICENSE="LGPL-2.1+"
Expand Down Expand Up @@ -51,13 +48,6 @@ DEPEND="${RDEPEND}
net-misc/ipcalc
sys-apps/grep )"

src_unpack() {
if [[ "${PV}" == "9999" ]];
then
git-2_src_unpack
fi
}

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

src_prepare() {
Expand Down

0 comments on commit 587d33f

Please sign in to comment.