Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libghemical/
Date: Sat, 29 Apr 2017 18:49:24
Message-Id: 1493491756.fdaaa67d3ea78a9c77daaa761d957aa402562318.jlec@gentoo
1 commit: fdaaa67d3ea78a9c77daaa761d957aa402562318
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 29 18:40:12 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 29 18:49:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdaaa67d
7
8 sci-libs/libghemical: Drop old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/libghemical/Manifest | 2 --
14 sci-libs/libghemical/libghemical-2.00.ebuild | 37 -----------------------
15 sci-libs/libghemical/libghemical-2.99.1.ebuild | 41 --------------------------
16 3 files changed, 80 deletions(-)
17
18 diff --git a/sci-libs/libghemical/Manifest b/sci-libs/libghemical/Manifest
19 index b9d117307a4..59de73635f4 100644
20 --- a/sci-libs/libghemical/Manifest
21 +++ b/sci-libs/libghemical/Manifest
22 @@ -1,3 +1 @@
23 -DIST libghemical-2.00.tar.gz 629479 SHA256 e873b3042df75fa1c9f37fc99f2ff14227965ed13c7680169f714ab6575d5f21 SHA512 3b37ef56634ecd3cdcd149c4864106f14870863a5f39139db0010d73800c4b4a73a56b8ec49b247e158a89d59d1a008b9b56bf35dd3393453e61ffb88402d700 WHIRLPOOL 4f2593179ef50b840d683605b392c5264fe463120e5e34bf557d52e18f75f60c195f43bdace280218d5b66f2433ef6a4f92385a2821eddf883ba12dbfe2423e6
24 -DIST libghemical-2.99.1.tar.gz 778812 SHA256 f9b6df3c1e98a524f90644ebaaebb804792f391ca383c0f92b609060dc485d9f SHA512 5678ab5f16c973f4012fc832c4e83779efbcac9b68f1fbe0cd8803c502312071adf76ad2515157163da3169ea122dab80e0e0f9aa7f34b5adc967b10c2fe99b6 WHIRLPOOL 799de0a73a08500faf04d048e9a8b6454bb7b548d692e08f8409396268185c7581a1db46ca26d4f54765b4ce9679fb0141af40c4a3757b0e732d72bda0a67790
25 DIST libghemical-3.0.0.tar.gz 787947 SHA256 db8c3add0aa1f94c21016d60fa3f66fb194e56b8e9fceaa3860c603700efc3ac SHA512 71531e7bd72a7fa063dd35536a346f15e3c0fd0284112fa2f304580204b93552bd0c9a426cee22044b5dd1662e34e5d191d20af938e474561fe55f2394e7519e WHIRLPOOL fae8e49a2136460013296e0a23a56513a36941ece73013a1a21b530abdfbabfba2b5098457b70a9cd1694759995ffeae01250d05034e0c1186fd2f47af52af08
26
27 diff --git a/sci-libs/libghemical/libghemical-2.00.ebuild b/sci-libs/libghemical/libghemical-2.00.ebuild
28 deleted file mode 100644
29 index 31add114b69..00000000000
30 --- a/sci-libs/libghemical/libghemical-2.00.ebuild
31 +++ /dev/null
32 @@ -1,37 +0,0 @@
33 -# Copyright 1999-2012 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -inherit autotools eutils
37 -
38 -DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
39 -HOMEPAGE="http://bioinformatics.org/ghemical/"
40 -SRC_URI="http://www.bioinformatics.org/ghemical/download/${P}.tar.gz"
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ppc x86"
44 -IUSE="mopac7 mpqc"
45 -RDEPEND="mopac7? ( sci-chemistry/mopac7 )
46 - mpqc? ( >=sci-chemistry/mpqc-2.3.1-r1
47 - virtual/blas
48 - virtual/lapack )"
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig"
51 -
52 -src_unpack() {
53 - unpack ${A}
54 - epatch "${FILESDIR}"/${PV}-really-find-blas-and-lapack.patch
55 - cd "${S}"
56 - eautoreconf
57 -}
58 -
59 -src_compile() {
60 - econf \
61 - $(use_enable mopac7) \
62 - $(use_enable mpqc) \
63 - || die "configure failed"
64 - emake || die "make failed"
65 -}
66 -
67 -src_install() {
68 - make DESTDIR="${D}" install || die "install failed"
69 -}
70
71 diff --git a/sci-libs/libghemical/libghemical-2.99.1.ebuild b/sci-libs/libghemical/libghemical-2.99.1.ebuild
72 deleted file mode 100644
73 index 5982b64de7f..00000000000
74 --- a/sci-libs/libghemical/libghemical-2.99.1.ebuild
75 +++ /dev/null
76 @@ -1,41 +0,0 @@
77 -# Copyright 1999-2012 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI="3"
81 -
82 -inherit autotools eutils
83 -
84 -DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
85 -HOMEPAGE="http://bioinformatics.org/ghemical/"
86 -SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
87 -
88 -LICENSE="GPL-2"
89 -SLOT="0"
90 -KEYWORDS="amd64 ppc x86"
91 -IUSE="mopac7 mpqc static-libs"
92 -
93 -RDEPEND="
94 - mopac7? ( >=sci-chemistry/mopac7-1.13-r1 )
95 - mpqc? (
96 - >=sci-chemistry/mpqc-2.3.1-r1
97 - virtual/blas
98 - virtual/lapack )"
99 -DEPEND="${RDEPEND}
100 - virtual/pkgconfig"
101 -
102 -src_prepare() {
103 - epatch "${FILESDIR}"/${P}-gl.patch
104 - eautoreconf
105 -}
106 -
107 -src_configure() {
108 - econf \
109 - --enable-shared \
110 - $(use_enable mopac7) \
111 - $(use_enable mpqc) \
112 - $(use_enable static-libs static)
113 -}
114 -
115 -src_install() {
116 - emake DESTDIR="${D}" install || die "install failed"
117 -}