Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/
Date: Sat, 04 Mar 2017 17:16:45
Message-Id: 1488647785.c212b60a1aafd45cb6adb0e62a6f8f8143e99218.alonbl@gentoo
1 commit: c212b60a1aafd45cb6adb0e62a6f8f8143e99218
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 02:07:46 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 17:16:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c212b60a
7
8 app-crypt/stan: cleanup
9
10 Bug: 611488
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 app-crypt/stan/stan-0.4.1.ebuild | 26 --------------------------
15 1 file changed, 26 deletions(-)
16
17 diff --git a/app-crypt/stan/stan-0.4.1.ebuild b/app-crypt/stan/stan-0.4.1.ebuild
18 deleted file mode 100644
19 index 47b3c5c5a41..00000000000
20 --- a/app-crypt/stan/stan-0.4.1.ebuild
21 +++ /dev/null
22 @@ -1,26 +0,0 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="2"
27 -inherit autotools eutils
28 -
29 -DESCRIPTION="Stan analyzes binary streams and calculates statistical information"
30 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
31 -SRC_URI="mirror://gentoo/${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -src_prepare() {
39 - epatch "${FILESDIR}/${P}-errno.patch"
40 - sed -i -e "s/-O3/${CFLAGS}/" configure.in || die "sed failed"
41 - sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
42 - eautoreconf
43 -}
44 -
45 -src_install() {
46 - emake install DESTDIR="${D}" || die "install failed"
47 - dodoc README || die
48 -}