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 D7338138334 for ; Mon, 13 May 2019 21:01:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0C46E07B2; Mon, 13 May 2019 21:00:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C4BB0E07B2 for ; Mon, 13 May 2019 21:00:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B3CB9344257 for ; Mon, 13 May 2019 21:00:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B85F22A5 for ; Mon, 13 May 2019 21:00:56 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1557780910.fa82a829e3853cd00a86bfa9f6978534a9d1f656.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgii/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgii/libgii-1.0.2-r1.ebuild X-VCS-Directories: media-libs/libgii/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: fa82a829e3853cd00a86bfa9f6978534a9d1f656 X-VCS-Branch: master Date: Mon, 13 May 2019 21:00:56 +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: 5038fe26-2c34-4c50-8acc-8e9b2f18e802 X-Archives-Hash: 2260e31b283f04b85afbfd65b095338c commit: fa82a829e3853cd00a86bfa9f6978534a9d1f656 Author: Pacho Ramos gentoo org> AuthorDate: Mon May 13 20:55:10 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon May 13 20:55:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa82a829 media-libs/libgii: Drop old Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> media-libs/libgii/libgii-1.0.2-r1.ebuild | 44 -------------------------------- 1 file changed, 44 deletions(-) diff --git a/media-libs/libgii/libgii-1.0.2-r1.ebuild b/media-libs/libgii/libgii-1.0.2-r1.ebuild deleted file mode 100644 index 09e2746d488..00000000000 --- a/media-libs/libgii/libgii-1.0.2-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-multilib - -DESCRIPTION="Easy to use, but yet powerful, API for all possible input sources" -HOMEPAGE="https://ibiblio.org/ggicore/packages/libgii.html" -SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="X" - -RDEPEND="X? ( - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXxf86dga-1.1.4[${MULTILIB_USEDEP}] - )" -DEPEND="${RDEPEND} - kernel_linux? ( >=sys-kernel/linux-headers-2.6.11 )" - -PATCHES=( - "${FILESDIR}"/${PN}-0.9.0-linux26-headers.patch - "${FILESDIR}"/${P}-configure-cpuid-pic.patch - "${FILESDIR}"/${P}-libtool_1.5_compat.patch -) - -DOCS=( ChangeLog ChangeLog.1999 FAQ NEWS README ) - -MULTILIB_WRAPPED_HEADERS=( /usr/include/ggi/system.h ) - -src_prepare() { - rm -f acinclude.m4 m4/libtool.m4 m4/lt*.m4 - AT_M4DIR=m4 autotools-multilib_src_prepare -} - -src_configure() { - local myeconfargs=( $(use_with X x) $(use_enable X x) ) - autotools-multilib_src_configure -}