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 B5581138353 for ; Wed, 12 Feb 2020 20:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7027E0829; Wed, 12 Feb 2020 20:33:02 +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 AA1FFE0829 for ; Wed, 12 Feb 2020 20:33:02 +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 61B4334EC62 for ; Wed, 12 Feb 2020 20:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F6C210B for ; Wed, 12 Feb 2020 20:32:59 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1581539570.8548546604a5dc0289879b2b5b3a384af6483269.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aalib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/aalib/aalib-1.4_rc5-r8.ebuild X-VCS-Directories: media-libs/aalib/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8548546604a5dc0289879b2b5b3a384af6483269 X-VCS-Branch: master Date: Wed, 12 Feb 2020 20:32:59 +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: 2ce5f5d1-289c-488b-8cff-26150edf0463 X-Archives-Hash: 03287c8ec1047d18f0de06e44e1b0642 commit: 8548546604a5dc0289879b2b5b3a384af6483269 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Feb 12 20:30:24 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Feb 12 20:32:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85485466 media-libs/aalib: drop old Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/aalib/aalib-1.4_rc5-r8.ebuild | 70 -------------------------------- 1 file changed, 70 deletions(-) diff --git a/media-libs/aalib/aalib-1.4_rc5-r8.ebuild b/media-libs/aalib/aalib-1.4_rc5-r8.ebuild deleted file mode 100644 index c88fa397f8e..00000000000 --- a/media-libs/aalib/aalib-1.4_rc5-r8.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-multilib eutils toolchain-funcs - -MY_P="${P/_/}" -S="${WORKDIR}/${PN}-1.4.0" - -DESCRIPTION="A ASCII-Graphics Library" -HOMEPAGE="http://aa-project.sourceforge.net/aalib/" -SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" -IUSE="X slang gpm static-libs" - -RDEPEND=" - X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] ) - gpm? ( >=sys-libs/gpm-1.20.7-r2[${MULTILIB_USEDEP}] ) - slang? ( >=sys-libs/slang-2.2.4-r1[${MULTILIB_USEDEP}] ) - >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND} - virtual/pkgconfig - X? ( x11-base/xorg-proto ) -" - -DOCS="ANNOUNCE AUTHORS ChangeLog NEWS README*" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.4_rc4-gentoo.patch - epatch "${FILESDIR}"/${PN}-1.4_rc4-m4.patch - epatch "${FILESDIR}"/${PN}-1.4_rc5-fix-protos.patch #224267 - epatch "${FILESDIR}"/${PN}-1.4_rc5-fix-aarender.patch #214142 - epatch "${FILESDIR}"/${PN}-1.4_rc5-tinfo.patch #468566 - epatch "${FILESDIR}"/${PN}-1.4_rc5-key-down-OOB.patch - epatch "${FILESDIR}"/${PN}-1.4_rc5-more-protos.patch - - sed -i -e 's:#include :#include :g' "${S}"/src/*.c - - # Fix bug #165617. - use gpm || sed -i \ - 's/gpm_mousedriver_test=yes/gpm_mousedriver_test=no/' "${S}/configure.in" - - #467988 automake-1.13 - mv configure.{in,ac} || die - sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die - - epatch_user - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_with slang slang-driver) - $(use_with X x11-driver) - $(use_enable static-libs static) - ) - - PKG_CONFIG=$(tc-getPKG_CONFIG) \ - autotools-multilib_src_configure -} - -src_install() { - autotools-multilib_src_install - use static-libs || prune_libtool_files --all -}