Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-ctp/, profiles/
Date: Wed, 30 Mar 2022 19:43:27
Message-Id: 1648669275.80c5467f059e9ac669a3a9a24e0d113ae891c4c4.asturm@gentoo
1 commit: 80c5467f059e9ac669a3a9a24e0d113ae891c4c4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 19:41:15 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 19:41:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c5467f
7
8 sci-chemistry/votca-ctp: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/773175
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 profiles/package.mask | 5 --
14 sci-chemistry/votca-ctp/Manifest | 2 -
15 sci-chemistry/votca-ctp/metadata.xml | 15 -----
16 sci-chemistry/votca-ctp/votca-ctp-1.5.1-r1.ebuild | 70 -----------------------
17 4 files changed, 92 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index eb062b7c5550..d4a92d960d7f 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -283,11 +283,6 @@ dev-lang/php:7.3
24 virtual/httpd-php:7.3
25 <www-apps/icingaweb2-module-director-1.8.1
26
27 -# Andreas Sturmlechner <asturm@g.o> (2022-03-01)
28 -# Dead upstream, blocks cleanup of dependencies.
29 -# Bug #773175. Removal on 2022-03-31.
30 -sci-chemistry/votca-ctp
31 -
32 # Anton Fischl <github@×××××××××××××.de> (2022-02-23)
33 # Version 2.5.* is not meant for production according to upstream
34 =app-backup/burp-2.5*
35
36 diff --git a/sci-chemistry/votca-ctp/Manifest b/sci-chemistry/votca-ctp/Manifest
37 deleted file mode 100644
38 index edb307902792..000000000000
39 --- a/sci-chemistry/votca-ctp/Manifest
40 +++ /dev/null
41 @@ -1,2 +0,0 @@
42 -DIST votca-ctp-1.5.1.tar.gz 1345994 BLAKE2B 6e927c5d57abfff335412bdac085c9dd81696503310e58a89bf2207b07f9d9900d11d20176a11fbde6d6cdfa97f50faa5e877889e35201ad9ed5dd93dbc158cb SHA512 686d7193cdd6a763197dd4f332554c9c6c2022c539191d0a243e70450aa2a4c7048fff3c06636aee09525516fb3717fe49934d5daf2dfcdcbc08be416cc4b6c0
43 -DIST votca-ctp-manual-1.5.1.pdf 948647 BLAKE2B 4afec48d0e6bb29dc86d4d22fce74a8d2197d6b7a1ed35a5b09af84c5bbc0fc49b91e045c85e5b5ab79beb5a7de1db78a15e395a1a5faf4c11cc1b58c1ffca97 SHA512 b4ae79b2da0037cc325fdff3b0fd8d142d6bfdad5bc11991cee314f40f105bcdcb1189d17679a84eb37da7a9bb686d0c5ee57c7796a0c6b787b70d53222dbc17
44
45 diff --git a/sci-chemistry/votca-ctp/metadata.xml b/sci-chemistry/votca-ctp/metadata.xml
46 deleted file mode 100644
47 index a77179a479f6..000000000000
48 --- a/sci-chemistry/votca-ctp/metadata.xml
49 +++ /dev/null
50 @@ -1,15 +0,0 @@
51 -<?xml version="1.0" encoding="UTF-8"?>
52 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
53 -<pkgmetadata>
54 - <maintainer type="person">
55 - <email>junghans@g.o</email>
56 - <name>Christoph Junghans</name>
57 - </maintainer>
58 - <maintainer type="project">
59 - <email>sci-chemistry@g.o</email>
60 - <name>Gentoo Chemistry Project</name>
61 - </maintainer>
62 - <upstream>
63 - <remote-id type="github">votca/ctp</remote-id>
64 - </upstream>
65 -</pkgmetadata>
66
67 diff --git a/sci-chemistry/votca-ctp/votca-ctp-1.5.1-r1.ebuild b/sci-chemistry/votca-ctp/votca-ctp-1.5.1-r1.ebuild
68 deleted file mode 100644
69 index ace4787f199b..000000000000
70 --- a/sci-chemistry/votca-ctp/votca-ctp-1.5.1-r1.ebuild
71 +++ /dev/null
72 @@ -1,70 +0,0 @@
73 -# Copyright 1999-2021 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -
78 -CMAKE_MAKEFILE_GENERATOR="ninja"
79 -
80 -inherit cmake-utils multilib
81 -
82 -IUSE="doc"
83 -if [ "${PV}" != "9999" ]; then
84 - SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz
85 - doc? ( https://github.com/${PN/-//}/releases/download/v${PV}/${PN}-manual-${PV}.pdf )"
86 - KEYWORDS="~amd64 ~x86 ~amd64-linux"
87 - S="${WORKDIR}/${P#votca-}"
88 -else
89 - inherit git-r3
90 - EGIT_REPO_URI="https://github.com/${PN/-//}.git"
91 -fi
92 -
93 -DESCRIPTION="Votca charge transport module"
94 -HOMEPAGE="http://www.votca.org"
95 -
96 -LICENSE="Apache-2.0"
97 -SLOT="0"
98 -
99 -RDEPEND="
100 - ~sci-libs/votca-tools-${PV}[sqlite]
101 - >=dev-cpp/eigen-3.3
102 - sci-libs/gsl:=
103 - ~sci-chemistry/votca-csg-${PV}"
104 -
105 -DEPEND="${RDEPEND}
106 - virtual/pkgconfig"
107 -
108 -if [ "${PV}" != "9999" ]; then
109 - DEPEND="${DEPEND}
110 - doc? (
111 - app-doc/doxygen[dot]
112 - dev-texlive/texlive-latexextra
113 - virtual/latex-base
114 - dev-tex/pgf
115 - )"
116 -fi
117 -
118 -DOCS=( README.md NOTICE CHANGELOG.md )
119 -
120 -src_configure() {
121 - [[ ${PV} = *9999* ]] && mycmakeargs=(
122 - -DBUILD_XTP_MANUAL=$(usex doc)
123 - )
124 - cmake-utils_src_configure
125 -}
126 -
127 -src_install() {
128 - cmake-utils_src_install
129 - if use doc; then
130 - [[ ${PV} != *9999* ]] && dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
131 - cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" html
132 - dodoc -r "${CMAKE_BUILD_DIR}"/share/doc/html
133 - fi
134 -}
135 -
136 -pkg_postinst() {
137 - einfo
138 - einfo "Please read and cite:"
139 - einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)"
140 - einfo "https://dx.doi.org/10.1021/ct200388s"
141 - einfo
142 -}