Skip to content

Commit

Permalink
sci-physics/voms: fix pkgcheck warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Freyermuth <[email protected]>
  • Loading branch information
olifre committed May 5, 2024
1 parent e4e59e5 commit eb0add1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions sci-physics/voms/voms-2.1.0_rc3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ MY_PV=$(ver_rs 3 '-')
DESCRIPTION="The VOMS native service and APIs"
HOMEPAGE="https://italiangrid.github.io/voms/"
SRC_URI="https://github.com/italiangrid/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"

LICENSE="Apache-2.0"
SLOT="0"
Expand All @@ -22,8 +23,6 @@ RDEPEND="${DEPEND}
sci-physics/egi-igtf
sci-physics/wlcg-voms"

S="${WORKDIR}/${PN}-${MY_PV}"

src_prepare() {
default

Expand Down
3 changes: 1 addition & 2 deletions sci-physics/voms/voms-2.1.0_rc4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ MY_PV=$(ver_rs 3 '-')
DESCRIPTION="The VOMS native service and APIs"
HOMEPAGE="https://italiangrid.github.io/voms/"
SRC_URI="https://github.com/italiangrid/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"

LICENSE="Apache-2.0"
SLOT="0"
Expand All @@ -22,8 +23,6 @@ RDEPEND="${DEPEND}
sci-physics/egi-igtf
sci-physics/wlcg-voms"

S="${WORKDIR}/${PN}-${MY_PV}"

src_prepare() {
default
mkdir -p aux src/autogen || die
Expand Down

0 comments on commit eb0add1

Please sign in to comment.