Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uulib/
Date: Sun, 10 Feb 2019 11:40:53
Message-Id: 1549798836.bfdd79258731abcf6f5226cd3124d88f9ae258b7.zlogene@gentoo
1 commit: bfdd79258731abcf6f5226cd3124d88f9ae258b7
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 11:40:36 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 11:40:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdd7925
7
8 dev-libs/uulib: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/uulib/uulib-0.5.20.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-libs/uulib/uulib-0.5.20.ebuild b/dev-libs/uulib/uulib-0.5.20.ebuild
17 deleted file mode 100644
18 index 149dc7b5846..00000000000
19 --- a/dev-libs/uulib/uulib-0.5.20.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="4"
26 -
27 -inherit toolchain-funcs
28 -
29 -MY_P=uudeview-${PV}
30 -
31 -DESCRIPTION="Library that supports Base64 (MIME), uuencode, xxencode and binhex coding"
32 -HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/"
33 -SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${MY_P}.tar.gz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="alpha amd64 arm hppa ia64 ppc sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
38 -IUSE=""
39 -
40 -S=${WORKDIR}/${MY_P}/${PN}
41 -
42 -src_prepare() {
43 - sed -i 's:\<ar\>:$(AR):' Makefile.in || die
44 - tc-export AR CC RANLIB
45 -}
46 -
47 -src_install() {
48 - dolib.a libuu.a
49 - insinto /usr/include
50 - doins uudeview.h
51 -}