Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/multisort/
Date: Wed, 12 Sep 2018 05:28:41
Message-Id: 1536730088.28499c162e35ccab315cd142fc0f131d6aeb6c04.asturm@gentoo
1 commit: 28499c162e35ccab315cd142fc0f131d6aeb6c04
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 11 18:54:21 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 05:28:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28499c16
7
8 www-misc/multisort: Drop old
9
10 www-misc/multisort/multisort-1.1-r1.ebuild | 30 ------------------------------
11 1 file changed, 30 deletions(-)
12
13 diff --git a/www-misc/multisort/multisort-1.1-r1.ebuild b/www-misc/multisort/multisort-1.1-r1.ebuild
14 deleted file mode 100644
15 index 7a1f5d15fff..00000000000
16 --- a/www-misc/multisort/multisort-1.1-r1.ebuild
17 +++ /dev/null
18 @@ -1,30 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=4
23 -
24 -inherit toolchain-funcs
25 -
26 -DESCRIPTION="Merges httpd logfiles in the Common Log Format"
27 -HOMEPAGE="https://www.xach.com/multisort/"
28 -SRC_URI="https://www.xach.com/${PN}/${PN}-${PV}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~x86"
33 -IUSE=""
34 -
35 -DEPEND=""
36 -
37 -src_prepare() {
38 - # respect LDFLAGS wrt bug #337359
39 - sed -i -e 's/$(CFLAGS)/& \$(LDFLAGS)/' Makefile || die 'sed on Makefile failed'
40 -}
41 -
42 -src_compile() {
43 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
44 -}
45 -
46 -src_install() {
47 - dosbin multisort
48 -}