diff options
author | Alexander Puck Neuwirth <APN-Pucky@users.noreply.github.com> | 2024-04-22 00:29:36 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-04-23 11:48:04 +0200 |
commit | 5ec62a5f85c88dcdfff6135416ac384e92e7fca7 (patch) | |
tree | 9cc62a06fa5fe190e3c869c4264f090ae122f9c0 /sci-physics | |
parent | sci-physics/thepeg: update LICENSE (diff) | |
download | gentoo-5ec62a5f85c88dcdfff6135416ac384e92e7fca7.tar.gz gentoo-5ec62a5f85c88dcdfff6135416ac384e92e7fca7.tar.bz2 gentoo-5ec62a5f85c88dcdfff6135416ac384e92e7fca7.zip |
sci-physics/thepeg: Move S before RESTRICT
Co-authored-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com>
Signed-off-by: Alexander Puck Neuwirth <APN-Pucky@users.noreply.github.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/thepeg/thepeg-2.2.2-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-physics/thepeg/thepeg-2.2.3.ebuild | 3 | ||||
-rw-r--r-- | sci-physics/thepeg/thepeg-2.3.0.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sci-physics/thepeg/thepeg-2.2.2-r1.ebuild b/sci-physics/thepeg/thepeg-2.2.2-r1.ebuild index d2d923373f48..9b140feff26c 100644 --- a/sci-physics/thepeg/thepeg-2.2.2-r1.ebuild +++ b/sci-physics/thepeg/thepeg-2.2.2-r1.ebuild @@ -17,6 +17,7 @@ SRC_URI="https://www.hepforge.org/archive/thepeg/${MY_P}.tar.bz2 ${TEST_URI}/cteq5l.LHgrid ${TEST_URI}/GRV98nlo.LHgrid ${TEST_URI}/MRST2001nlo.LHgrid ) )" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0/20" @@ -37,8 +38,6 @@ DEPEND="${CDEPEND} RDEPEND="${CDEPEND} java? ( virtual/jre:1.8 )" -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${PN}-1.8.3-java.patch "${FILESDIR}"/${PN}-2.0.4-gcc6.patch diff --git a/sci-physics/thepeg/thepeg-2.2.3.ebuild b/sci-physics/thepeg/thepeg-2.2.3.ebuild index 7c788bbfb4d2..0d83d03fffcb 100644 --- a/sci-physics/thepeg/thepeg-2.2.3.ebuild +++ b/sci-physics/thepeg/thepeg-2.2.3.ebuild @@ -17,6 +17,7 @@ SRC_URI="https://www.hepforge.org/archive/thepeg/${MY_P}.tar.bz2 ${TEST_URI}/cteq5l.LHgrid ${TEST_URI}/GRV98nlo.LHgrid ${TEST_URI}/MRST2001nlo.LHgrid ) )" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0/30" @@ -40,8 +41,6 @@ DEPEND="${CDEPEND} RDEPEND="${CDEPEND} java? ( virtual/jre:1.8 )" -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${PN}-1.8.3-java.patch "${FILESDIR}"/${PN}-2.0.4-gcc6.patch diff --git a/sci-physics/thepeg/thepeg-2.3.0.ebuild b/sci-physics/thepeg/thepeg-2.3.0.ebuild index 2d39b9c8d9d4..f378565e51ca 100644 --- a/sci-physics/thepeg/thepeg-2.3.0.ebuild +++ b/sci-physics/thepeg/thepeg-2.3.0.ebuild @@ -22,6 +22,7 @@ SRC_URI="https://www.hepforge.org/archive/thepeg/${MY_P}.tar.bz2 ${TEST_URI}/GRV98nlo.LHgrid ${TEST_URI}/MRST2001nlo.LHgrid ) )" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0/30" @@ -48,8 +49,6 @@ RDEPEND="${CDEPEND} java? ( virtual/jre:1.8 ) " -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${PN}-1.8.3-java.patch "${FILESDIR}"/${PN}-2.0.4-gcc6.patch |