From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B34FB138262 for ; Tue, 24 May 2016 09:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 419F614301; Tue, 24 May 2016 09:20:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7727214301 for ; Tue, 24 May 2016 09:20:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 269F2340BE2 for ; Tue, 24 May 2016 09:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9835C976 for ; Tue, 24 May 2016 09:20:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1464081623.49ed9244ec4012783ddf40730a441e1c6ef2b7bf.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/talloc/talloc-2.1.5-r1.ebuild X-VCS-Directories: sys-libs/talloc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 49ed9244ec4012783ddf40730a441e1c6ef2b7bf X-VCS-Branch: master Date: Tue, 24 May 2016 09:20:35 +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-Archives-Salt: 99dbf34f-8b02-4dfe-b278-cfd50feba231 X-Archives-Hash: c1e348c04df1e8cc422e9da79d2263cc commit: 49ed9244ec4012783ddf40730a441e1c6ef2b7bf Author: Lars Wendler gentoo org> AuthorDate: Tue May 24 08:06:59 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue May 24 09:20:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ed9244 sys-libs/talloc: Removed old. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> sys-libs/talloc/talloc-2.1.5-r1.ebuild | 95 ---------------------------------- 1 file changed, 95 deletions(-) diff --git a/sys-libs/talloc/talloc-2.1.5-r1.ebuild b/sys-libs/talloc/talloc-2.1.5-r1.ebuild deleted file mode 100644 index 4f61bf0..0000000 --- a/sys-libs/talloc/talloc-2.1.5-r1.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads" - -inherit waf-utils python-single-r1 multilib multilib-minimal - -DESCRIPTION="Samba talloc library" -HOMEPAGE="http://talloc.samba.org/" -SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" - -LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris" -IUSE="compat +python" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="python? ( ${PYTHON_DEPS} ) - !!