From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1F61138334 for ; Sun, 10 Feb 2019 11:40:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DEB4E09BC; Sun, 10 Feb 2019 11:40:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44AACE09B7 for ; Sun, 10 Feb 2019 11:40:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5977335D60 for ; Sun, 10 Feb 2019 11:40:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E27A53E for ; Sun, 10 Feb 2019 11:40:49 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1549798836.bfdd79258731abcf6f5226cd3124d88f9ae258b7.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uulib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/uulib/uulib-0.5.20.ebuild X-VCS-Directories: dev-libs/uulib/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: bfdd79258731abcf6f5226cd3124d88f9ae258b7 X-VCS-Branch: master Date: Sun, 10 Feb 2019 11:40:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e452ef9-965a-4d36-9c93-67ccd36abdc6 X-Archives-Hash: e0359a572b058236b6e7b566d52baeaf commit: bfdd79258731abcf6f5226cd3124d88f9ae258b7 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 10 11:40:36 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 10 11:40:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdd7925 dev-libs/uulib: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/uulib/uulib-0.5.20.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/dev-libs/uulib/uulib-0.5.20.ebuild b/dev-libs/uulib/uulib-0.5.20.ebuild deleted file mode 100644 index 149dc7b5846..00000000000 --- a/dev-libs/uulib/uulib-0.5.20.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit toolchain-funcs - -MY_P=uudeview-${PV} - -DESCRIPTION="Library that supports Base64 (MIME), uuencode, xxencode and binhex coding" -HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/" -SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -S=${WORKDIR}/${MY_P}/${PN} - -src_prepare() { - sed -i 's:\:$(AR):' Makefile.in || die - tc-export AR CC RANLIB -} - -src_install() { - dolib.a libuu.a - insinto /usr/include - doins uudeview.h -}