public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/vgm/
Date: Tue, 22 Sep 2020 02:10:24 +0000 (UTC)	[thread overview]
Message-ID: <1600740614.8a65791c838cfa5afd0b44de5c7bb962f7ff67e7.epsilon-0@gentoo> (raw)

commit:     8a65791c838cfa5afd0b44de5c7bb962f7ff67e7
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 02:10:01 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 02:10:14 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8a65791c

sci-physics/vgm: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-physics/vgm/metadata.xml    | 16 ----------
 sci-physics/vgm/vgm-3.06.ebuild | 70 -----------------------------------------
 sci-physics/vgm/vgm-4.3.ebuild  | 69 ----------------------------------------
 sci-physics/vgm/vgm-9999.ebuild | 69 ----------------------------------------
 4 files changed, 224 deletions(-)

diff --git a/sci-physics/vgm/metadata.xml b/sci-physics/vgm/metadata.xml
deleted file mode 100644
index dba956aa1..000000000
--- a/sci-physics/vgm/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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">
-The Virtual Geometry Model (VGM) is an
-abstraction layer between the Geant4 and ROOT software.
-</longdescription>
-	<use>
-		<flag name="geant4">Enable interaction with Geant4(<pkg>sci-physics/geant</pkg>:4) </flag>
-		<flag name="root">Enable interactions with ROOT (<pkg>sci-physics/root</pkg>) </flag>
-	</use>
-</pkgmetadata>

diff --git a/sci-physics/vgm/vgm-3.06.ebuild b/sci-physics/vgm/vgm-3.06.ebuild
deleted file mode 100644
index b0a867f54..000000000
--- a/sci-physics/vgm/vgm-3.06.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils versionator
-
-#ESVN_REPO_URI="https://vgm.svn.sourceforge.net/svnroot/${PN}/tags/v$(replace_all_version_separators '-')/${PN}"
-#ESVN_PROJECT="${PN}.${PV}"
-
-# .zip-snapshot can be recreated by visiting
-# http://sourceforge.net/p/${PN}/code/${COMMIT}/tarball?path=/tags/v$(replace_all_version_separators '-')
-TAG_VER="${PN}-code-731-tags-v$(replace_all_version_separators '-')"
-
-DESCRIPTION="Virtual Geometry Model for High Energy Physics Experiments"
-HOMEPAGE="http://ivana.home.cern.ch/ivana/VGM.html"
-#SRC_URI="http://sourceforge.net/code-snapshots/svn/v/vg/vgm/code/${TAG_VER}.zip"
-SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${TAG_VER}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples +geant4 +root test xml"
-
-RDEPEND="
-	sci-physics/clhep:=
-	root? ( sci-physics/root:= )
-	geant4? ( >=sci-physics/geant-4.9.6[examples?] )
-	xml? ( dev-libs/xerces-c )"
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen[dot] )
-	test? ( geant4? ( xml? ( >=sci-physics/geant-4.9.6[gdml] ) ) )"
-
-S=${WORKDIR}/${TAG_VER}/${PN}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCLHEP_DIR="${EROOT}usr"
-		$(cmake-utils_use_with examples)
-		$(cmake-utils_use_with geant4)
-		$(cmake-utils_use_with root)
-		$(cmake-utils_use_with test)
-		$(cmake-utils_use_with xml xercesc)
-	)
-	cmake-utils_src_configure
-}
-
-src_compile() {
-	cmake-utils_src_compile
-	if use doc; then
-		cd packages
-		doxygen || die
-	fi
-}
-
-src_test() {
-	cd "${BUILD_DIR}"/test
-	./test_suite.sh || die
-}
-
-src_install() {
-	cmake-utils_src_install
-	if use examples; then
-		insinto /usr/share/doc/${PF}
-		doins -r examples
-	fi
-	cd doc || die
-	dodoc README todo.txt VGMhistory.txt VGM.html VGMversions.html
-	use doc && dohtml -r html/*
-}

diff --git a/sci-physics/vgm/vgm-4.3.ebuild b/sci-physics/vgm/vgm-4.3.ebuild
deleted file mode 100644
index f9b13101a..000000000
--- a/sci-physics/vgm/vgm-4.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils versionator
-
-if [[ ${PV} == *9999* ]]; then
-	inherit subversion
-	ESVN_REPO_URI="svn://svn.code.sf.net/p/vgm/code/trunk/vgm"
-	KEYWORDS=""
-else
-	SRC_URI="http://ivana.home.cern.ch/ivana/${PN}.${PV}.tar.gz"
-	S="${WORKDIR}/${PN}.${PV}"
-	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="Virtual Geometry Model for High Energy Physics Experiments"
-HOMEPAGE="http://ivana.home.cern.ch/ivana/VGM.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc examples +geant4 +root test xml"
-
-RDEPEND="
-	sci-physics/clhep:=
-	root? ( sci-physics/root:= )
-	geant4? ( >=sci-physics/geant-4.9.6 )
-	xml? ( dev-libs/xerces-c )"
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen[dot] )
-	test? ( geant4? ( xml? ( >=sci-physics/geant-4.9.6[gdml] ) ) )"
-
-src_prepare() {
-	default
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCLHEP_DIR="${EROOT}usr"
-		-Dexamples="$(usex examples)"
-		-DVGM_INSTALL_EXAMPLES="$(usex examples)"
-		-Dgeant4="$(usex geant4)"
-		-Droot="$(usex root)"
-		-Dtest="$(usex test)"
-		-Dxercesc="$(usex xml)"
-	)
-	cmake-utils_src_configure
-}
-
-src_compile() {
-	cmake-utils_src_compile
-	if use doc; then
-		cd packages
-		doxygen || die
-	fi
-}
-
-src_test() {
-	cd "${BUILD_DIR}"/test
-	./test_suite.sh || die
-}
-
-src_install() {
-	cmake-utils_src_install
-	cd doc || die
-	dodoc README todo.txt VGMhistory.txt VGM.html VGMversions.html
-	use doc && dohtml -r html/*
-}

diff --git a/sci-physics/vgm/vgm-9999.ebuild b/sci-physics/vgm/vgm-9999.ebuild
deleted file mode 100644
index f9b13101a..000000000
--- a/sci-physics/vgm/vgm-9999.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils versionator
-
-if [[ ${PV} == *9999* ]]; then
-	inherit subversion
-	ESVN_REPO_URI="svn://svn.code.sf.net/p/vgm/code/trunk/vgm"
-	KEYWORDS=""
-else
-	SRC_URI="http://ivana.home.cern.ch/ivana/${PN}.${PV}.tar.gz"
-	S="${WORKDIR}/${PN}.${PV}"
-	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="Virtual Geometry Model for High Energy Physics Experiments"
-HOMEPAGE="http://ivana.home.cern.ch/ivana/VGM.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc examples +geant4 +root test xml"
-
-RDEPEND="
-	sci-physics/clhep:=
-	root? ( sci-physics/root:= )
-	geant4? ( >=sci-physics/geant-4.9.6 )
-	xml? ( dev-libs/xerces-c )"
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen[dot] )
-	test? ( geant4? ( xml? ( >=sci-physics/geant-4.9.6[gdml] ) ) )"
-
-src_prepare() {
-	default
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCLHEP_DIR="${EROOT}usr"
-		-Dexamples="$(usex examples)"
-		-DVGM_INSTALL_EXAMPLES="$(usex examples)"
-		-Dgeant4="$(usex geant4)"
-		-Droot="$(usex root)"
-		-Dtest="$(usex test)"
-		-Dxercesc="$(usex xml)"
-	)
-	cmake-utils_src_configure
-}
-
-src_compile() {
-	cmake-utils_src_compile
-	if use doc; then
-		cd packages
-		doxygen || die
-	fi
-}
-
-src_test() {
-	cd "${BUILD_DIR}"/test
-	./test_suite.sh || die
-}
-
-src_install() {
-	cmake-utils_src_install
-	cd doc || die
-	dodoc README todo.txt VGMhistory.txt VGM.html VGMversions.html
-	use doc && dohtml -r html/*
-}


             reply	other threads:[~2020-09-22  2:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-22  2:10 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-07-07  6:36 [gentoo-commits] proj/sci:master commit in: sci-physics/vgm/ Justin Lecher
2014-07-07  6:36 Justin Lecher
2014-04-03 17:48 Sebastien Fabbro
2014-03-27 21:51 Sebastien Fabbro
2014-03-23 13:58 Christoph Junghans
2013-01-21 17:33 Sebastien Fabbro
2013-01-18 23:59 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1600740614.8a65791c838cfa5afd0b44de5c7bb962f7ff67e7.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox