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/libmems/
Date: Fri, 25 Dec 2015 11:45:05
Message-Id: 1451043891.ed3b6ab5a4cee65f11f68a91f8abb883fcedc6ef.jlec@gentoo
1 commit: ed3b6ab5a4cee65f11f68a91f8abb883fcedc6ef
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 11:04:12 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 11:44:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3b6ab5
7
8 sci-libs/libmems: Drop old
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/libmems/Manifest | 1 -
14 sci-libs/libmems/libmems-1.6.ebuild | 32 --------------------------------
15 sci-libs/libmems/libmems-1.6_p1.ebuild | 32 --------------------------------
16 3 files changed, 65 deletions(-)
17
18 diff --git a/sci-libs/libmems/Manifest b/sci-libs/libmems/Manifest
19 index c1c88d1..831b836 100644
20 --- a/sci-libs/libmems/Manifest
21 +++ b/sci-libs/libmems/Manifest
22 @@ -1,2 +1 @@
23 -DIST libmems-1.6.tar.bz2 441051 SHA256 624ef4921f00c2c81d179819a5d1af91f01b1ec66dfa5f7c977b8e42696e76b4 SHA512 4a4fdc2849c5e292175249834e702421c975b6fc5995c50abce90ad2e18df3a4fd0192330a0200dc18aa26bcce4de15baccd6f269555a7710dd4e620c0ca0738 WHIRLPOOL 4ea1cf8feca0a165dc970dc93e36a8602eb746ccb31bedfc20f960c9bb0c8268152f39b5725c6c917a2869df93d0539b518db4db4b43815172218f6620913cfe
24 DIST libmems-1.6_p1.tar.xz 226628 SHA256 c692d7d42378e7264d0a39674d1a6072183ee4c073ad90858153986b6a8b4848 SHA512 c6336f69b767bba010617deb2de9bb8fbbbaf516de3b1d293b062c76c6a763166080badd730938c6d849602d64a968edb6d4622b5d3e7ea7a6d8bc38164d3d73 WHIRLPOOL bc216dfb0c24c13b7b770da00100730e0e9b350c7bb6b312a480a83b51bc8c212e6ed73f08a88a7d262da8d4ed9a4c788883cbcfa3f2b2cdc362888e85b7f66a
25
26 diff --git a/sci-libs/libmems/libmems-1.6.ebuild b/sci-libs/libmems/libmems-1.6.ebuild
27 deleted file mode 100644
28 index 56bb4be..0000000
29 --- a/sci-libs/libmems/libmems-1.6.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2012 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="2"
37 -
38 -inherit autotools
39 -
40 -DESCRIPTION="Library for sci-biology/mauve"
41 -HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/"
42 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
43 -
44 -SLOT="0"
45 -LICENSE="GPL-2"
46 -IUSE="doc"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -CDEPEND="
50 - dev-libs/boost
51 - sci-libs/libgenome
52 - sci-libs/libmuscle"
53 -DEPEND="${CDEPEND}
54 - doc? ( app-doc/doxygen )"
55 -RDEPEND="${CDEPEND}"
56 -
57 -src_prepare() {
58 - eautoreconf
59 -}
60 -
61 -src_install() {
62 - emake install DESTDIR="${D}" || die
63 -}
64
65 diff --git a/sci-libs/libmems/libmems-1.6_p1.ebuild b/sci-libs/libmems/libmems-1.6_p1.ebuild
66 deleted file mode 100644
67 index f5dc6f0..0000000
68 --- a/sci-libs/libmems/libmems-1.6_p1.ebuild
69 +++ /dev/null
70 @@ -1,32 +0,0 @@
71 -# Copyright 1999-2013 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Id$
74 -
75 -EAPI=4
76 -
77 -AUTOTOOLS_AUTORECONF=yes
78 -
79 -inherit autotools-utils
80 -
81 -DESCRIPTION="Library for sci-biology/mauve"
82 -HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/"
83 -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
84 -
85 -SLOT="0"
86 -LICENSE="GPL-2"
87 -IUSE="doc"
88 -KEYWORDS="~amd64 ~x86"
89 -
90 -CDEPEND="
91 - dev-libs/boost
92 - sci-libs/libgenome
93 - sci-libs/libmuscle"
94 -DEPEND="${CDEPEND}
95 - doc? ( app-doc/doxygen )"
96 -RDEPEND="${CDEPEND}"
97 -
98 -PATCHES=(
99 - "${FILESDIR}"/${P}-build.patch
100 - "${FILESDIR}"/${P}-boost.patch
101 - "${FILESDIR}"/${P}-gcc-4.7.patch
102 - )