Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
Date: Thu, 04 May 2017 22:58:17
Message-Id: 1493938687.42555b8c1ce8b1755567b97ebbe4cf2b267e2b10.monsieurp@gentoo
1 commit: 42555b8c1ce8b1755567b97ebbe4cf2b267e2b10
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 21:59:43 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 22:58:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42555b8c
7
8 dev-util/huc: clean up old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/huc/huc-0.1.ebuild | 31 -------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/dev-util/huc/huc-0.1.ebuild b/dev-util/huc/huc-0.1.ebuild
16 deleted file mode 100644
17 index 26a394cef73..00000000000
18 --- a/dev-util/huc/huc-0.1.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit toolchain-funcs
25 -
26 -DESCRIPTION="HTML umlaut conversion tool"
27 -SRC_URI="http://www.int21.de/huc/${P}.tar.bz2"
28 -HOMEPAGE="http://www.int21.de/huc/"
29 -
30 -SLOT="0"
31 -LICENSE="GPL-2"
32 -KEYWORDS="~amd64 ppc sparc x86 ~x86-linux ~ppc-macos"
33 -IUSE=""
34 -
35 -DEPEND=""
36 -
37 -doecho() {
38 - echo "$@"
39 - "$@"
40 -}
41 -
42 -src_compile() {
43 - doecho $(tc-getCXX) \
44 - ${LDFLAGS} ${CXXFLAGS} \
45 - -o ${PN} ${PN}.cpp || die "compile failed"
46 -}
47 -
48 -src_install () {
49 - dobin huc || die "dobin failed"
50 - dodoc README
51 -}