* [gentoo-commits] repo/gentoo:master commit in: sci-physics/heppdt/
@ 2016-11-14 7:26 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2016-11-14 7:26 UTC (permalink / raw
To: gentoo-commits
commit: 0d13a852787db232a3699632b3f6d4004a1c1738
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Nov 12 15:32:14 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 07:24:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d13a852
sci-physics/heppdt-3.04.01-r1: EAPI bump 4 -> 6
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2824
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-physics/heppdt/heppdt-3.04.01-r1.ebuild | 58 +++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild b/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild
new file mode 100644
index 00000000..6680c23
--- /dev/null
+++ b/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+MY_P=HepPDT-${PV}
+
+DESCRIPTION="Data about each particle from the Review of Particle Properties"
+HOMEPAGE="http://lcgapp.cern.ch/project/simu/HepPDT/"
+SRC_URI="${HOMEPAGE}/download/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples static-libs"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ default
+ # respect user flags
+ sed -i \
+ -e '/AC_SUBST(AM_CXXFLAGS)/d' \
+ configure.ac || die
+ # directories
+ sed -i \
+ -e 's:$(prefix)/data:$(datadir)/${PN}:g' \
+ data/Makefile.am || die
+ eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_test() {
+ LD_LIBRARY_PATH="${S}/src/HepPDT:${S}/src/HepPID" \
+ emake check MY_LD=-L SHEXT=so
+}
+
+src_install() {
+ default
+
+ if use doc; then
+ mv "${ED%/}"/usr/doc/* "${ED%/}"/usr/share/doc/${PF}/ || die
+ fi
+ if use examples; then
+ mv "${ED%/}"/usr/examples "${ED%/}"/usr/share/doc/${PF}/ || die
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+ rm -rf "${ED%/}"/usr/{doc,examples} || die
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/heppdt/
@ 2016-11-14 7:26 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2016-11-14 7:26 UTC (permalink / raw
To: gentoo-commits
commit: f4835618de5db043b87f72c24cb306a8781a9c33
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Nov 12 15:32:46 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 07:24:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4835618
sci-physics/heppdt: Removing EAPI 4 version 3.04.01
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2824
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-physics/heppdt/heppdt-3.04.01.ebuild | 50 --------------------------------
1 file changed, 50 deletions(-)
diff --git a/sci-physics/heppdt/heppdt-3.04.01.ebuild b/sci-physics/heppdt/heppdt-3.04.01.ebuild
deleted file mode 100644
index e2f5d2b..00000000
--- a/sci-physics/heppdt/heppdt-3.04.01.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools
-
-MYP=HepPDT-${PV}
-
-DESCRIPTION="Data about each particle from the Review of Particle Properties"
-HOMEPAGE="http://lcgapp.cern.ch/project/simu/HepPDT/"
-SRC_URI="${HOMEPAGE}/download/${MYP}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
- # respect user flags
- sed -i \
- -e '/AC_SUBST(AM_CXXFLAGS)/d' \
- configure.ac || die
- # directories
- sed -i \
- -e 's:$(prefix)/data:$(datadir)/${PN}:g' \
- data/Makefile.am || die
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_test() {
- LD_LIBRARY_PATH="${S}/src/HepPDT:${S}/src/HepPID" \
- emake check MY_LD=-L SHEXT=so
-}
-
-src_install() {
- default
- use doc && mv "${ED}"usr/doc/* "${ED}"usr/share/doc/${PF}/
- use examples && mv "${ED}"usr/examples "${ED}"usr/share/doc/${PF}/
- rm -r "${ED}"usr/{doc,examples}
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/heppdt/
@ 2017-11-25 17:42 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-11-25 17:42 UTC (permalink / raw
To: gentoo-commits
commit: d4c20a8a00c0270e42ac292083d2806593ae0308
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 16:53:06 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 17:40:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c20a8a
sci-physics/heppdt: [QA] Consistent whitespace in metadata.xml
sci-physics/heppdt/metadata.xml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/sci-physics/heppdt/metadata.xml b/sci-physics/heppdt/metadata.xml
index f34cc770d95..54dbba5b378 100644
--- a/sci-physics/heppdt/metadata.xml
+++ b/sci-physics/heppdt/metadata.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>sci-physics@gentoo.org</email>
- <name>Gentoo Physics Project</name>
-</maintainer>
-<longdescription lang="en">
- HepPDT contains the fixed data about each particle type. In other
- words, it contains the data that can be found in the Review of
- Particle Properties.
- This data is conceptually split into particle information (e.g. mass)
- and decay information. HepPDT provides a simple set of particle data
- classes. Particle ID translation methods are in a separate HepPID
- library, which is distributed as part of HepPDT.
-</longdescription>
+ <maintainer type="project">
+ <email>sci-physics@gentoo.org</email>
+ <name>Gentoo Physics Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ HepPDT contains the fixed data about each particle type. In other
+ words, it contains the data that can be found in the Review of
+ Particle Properties.
+ This data is conceptually split into particle information (e.g. mass)
+ and decay information. HepPDT provides a simple set of particle data
+ classes. Particle ID translation methods are in a separate HepPID
+ library, which is distributed as part of HepPDT.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/heppdt/
@ 2021-05-29 19:03 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2021-05-29 19:03 UTC (permalink / raw
To: gentoo-commits
commit: e52b079be2ca3c5620bd4ca5300abe3547ad9d6f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:02:54 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:02:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52b079b
sci-physics/heppdt: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-physics/heppdt/heppdt-3.04.01-r1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild b/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild
index 1f5718f9317..9f5e3c36d28 100644
--- a/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild
+++ b/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,9 +16,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples static-libs"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
S="${WORKDIR}/${MY_P}"
src_prepare() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/heppdt/
@ 2024-04-28 7:36 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-04-28 7:36 UTC (permalink / raw
To: gentoo-commits
commit: e37e23adc7675425c59b79c24c56634ba2793dc9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 07:35:02 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 07:35:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37e23ad
sci-physics/heppdt: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
...-3.04.01-r1.ebuild => heppdt-3.04.01-r2.ebuild} | 25 ++++++++--------------
1 file changed, 9 insertions(+), 16 deletions(-)
diff --git a/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild b/sci-physics/heppdt/heppdt-3.04.01-r2.ebuild
similarity index 58%
rename from sci-physics/heppdt/heppdt-3.04.01-r1.ebuild
rename to sci-physics/heppdt/heppdt-3.04.01-r2.ebuild
index 9f5e3c36d28e..8751a4c1512d 100644
--- a/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild
+++ b/sci-physics/heppdt/heppdt-3.04.01-r2.ebuild
@@ -1,33 +1,26 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
-MY_P=HepPDT-${PV}
-
DESCRIPTION="Data about each particle from the Review of Particle Properties"
HOMEPAGE="http://lcgapp.cern.ch/project/simu/HepPDT/"
-SRC_URI="http://lcgapp.cern.ch/project/simu/HepPDT/download/${MY_P}.tar.gz"
+SRC_URI="http://lcgapp.cern.ch/project/simu/HepPDT/download/HepPDT-${PV}.tar.gz"
+S=${WORKDIR}/HepPDT-${PV}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples static-libs"
-S="${WORKDIR}/${MY_P}"
-
src_prepare() {
default
# respect user flags
- sed -i \
- -e '/AC_SUBST(AM_CXXFLAGS)/d' \
- configure.ac || die
+ sed -i configure.ac -e '/AC_SUBST(AM_CXXFLAGS)/d' || die
# directories
- sed -i \
- -e 's:$(prefix)/data:$(datadir)/${PN}:g' \
- data/Makefile.am || die
+ sed -i data/Makefile.am -e 's:$(prefix)/data:$(datadir)/${PN}:g' || die
eautoreconf
}
@@ -44,11 +37,11 @@ src_install() {
default
if use doc; then
- mv "${ED%/}"/usr/doc/* "${ED%/}"/usr/share/doc/${PF}/ || die
+ mv "${ED}"/usr/doc/* "${ED}"/usr/share/doc/${PF}/ || die
fi
if use examples; then
- mv "${ED%/}"/usr/examples "${ED%/}"/usr/share/doc/${PF}/ || die
+ mv "${ED}"/usr/examples "${ED}"/usr/share/doc/${PF}/ || die
docompress -x /usr/share/doc/${PF}/examples
fi
- rm -rf "${ED%/}"/usr/{doc,examples} || die
+ rm -rf "${ED}"/usr/{doc,examples} || die
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-28 7:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-25 17:42 [gentoo-commits] repo/gentoo:master commit in: sci-physics/heppdt/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2024-04-28 7:36 Arthur Zamarin
2021-05-29 19:03 David Seifert
2016-11-14 7:26 David Seifert
2016-11-14 7:26 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox