sys-devel/byfl: update homepage

Package-Manager: portage-2.3.0
This commit is contained in:
Christoph Junghans
2017-01-15 20:46:15 -07:00
parent 38bf209162
commit ffaf80e6e9
4 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,19 +8,19 @@ inherit flag-o-matic
if [ "${PV}" = "9999" ]; then
LLVM_VERSION="3.8.0"
EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git https://github.com/losalamos/${PN}.git"
EGIT_REPO_URI="git://github.com/lanl/${PN^b}.git https://github.com/lanl/${PN}.git"
inherit autotools git-r3
KEYWORDS=""
else
LLVM_VERSION="3.7.0"
MY_P="${P}-llvm-${LLVM_VERSION}"
SRC_URI="https://github.com/losalamos/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
SRC_URI="https://github.com/lanl/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~amd64-linux"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="Compiler-based Application Analysis"
HOMEPAGE="https://github.com/losalamos/Byfl"
HOMEPAGE="https://github.com/lanl/Byfl"
SLOT="0"
LICENSE="BSD"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,19 +8,19 @@ inherit flag-o-matic
if [ "${PV}" = "9999" ]; then
LLVM_VERSION="3.8.0"
EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git https://github.com/losalamos/${PN}.git"
EGIT_REPO_URI="git://github.com/lanl/${PN^b}.git https://github.com/lanl/${PN}.git"
inherit autotools git-r3
KEYWORDS=""
else
LLVM_VERSION="3.8.0"
MY_P="${P}-llvm-${LLVM_VERSION}"
SRC_URI="https://github.com/losalamos/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
SRC_URI="https://github.com/lanl/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~amd64-linux"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="Compiler-based Application Analysis"
HOMEPAGE="https://github.com/losalamos/Byfl"
HOMEPAGE="https://github.com/lanl/Byfl"
SLOT="0"
LICENSE="BSD"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,19 +8,19 @@ inherit flag-o-matic
if [ "${PV}" = "9999" ]; then
LLVM_VERSION="3.8.0"
EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git https://github.com/losalamos/${PN}.git"
EGIT_REPO_URI="git://github.com/lanl/${PN^b}.git https://github.com/lanl/${PN}.git"
inherit autotools git-r3
KEYWORDS=""
else
LLVM_VERSION="3.8.0"
MY_P="${P}-llvm-${LLVM_VERSION}"
SRC_URI="https://github.com/losalamos/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
SRC_URI="https://github.com/lanl/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~amd64-linux"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="Compiler-based Application Analysis"
HOMEPAGE="https://github.com/losalamos/Byfl"
HOMEPAGE="https://github.com/lanl/Byfl"
SLOT="0"
LICENSE="BSD"

View File

@@ -6,6 +6,6 @@
<name>Christoph Junghans</name>
</maintainer>
<upstream>
<remote-id type="github">losalamos/Byfl</remote-id>
<remote-id type="github">lanl/Byfl</remote-id>
</upstream>
</pkgmetadata>