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 5721A1386F3 for ; Fri, 14 Aug 2015 01:20:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 955601423F; Fri, 14 Aug 2015 01:20:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B3491423F for ; Fri, 14 Aug 2015 01:20:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5553340836 for ; Fri, 14 Aug 2015 01:20:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E471E147 for ; Fri, 14 Aug 2015 01:19:55 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1439515141.b5684d06835b936b52918d1ce937a871385e9139.creffett@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/augeas/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/augeas/augeas-0.10.0-r1.ebuild app-admin/augeas/augeas-0.10.0.ebuild X-VCS-Directories: app-admin/augeas/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: b5684d06835b936b52918d1ce937a871385e9139 X-VCS-Branch: master Date: Fri, 14 Aug 2015 01:19:55 +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: 00bc45da-922e-4be9-b9d4-913e73af2f61 X-Archives-Hash: e122302cb5027989e4eb4169ee121333 commit: b5684d06835b936b52918d1ce937a871385e9139 Author: Chris Reffett gentoo org> AuthorDate: Fri Aug 14 01:19:01 2015 +0000 Commit: Chris Reffett gentoo org> CommitDate: Fri Aug 14 01:19:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5684d06 app-admin/augeas: Security cleanup wrt bug 492528 Package-Manager: portage-2.2.20.1 app-admin/augeas/augeas-0.10.0-r1.ebuild | 49 -------------------------------- app-admin/augeas/augeas-0.10.0.ebuild | 43 ---------------------------- 2 files changed, 92 deletions(-) diff --git a/app-admin/augeas/augeas-0.10.0-r1.ebuild b/app-admin/augeas/augeas-0.10.0-r1.ebuild deleted file mode 100644 index 8c56a57..0000000 --- a/app-admin/augeas/augeas-0.10.0-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="A library for changing configuration files" -HOMEPAGE="http://augeas.net/" -SRC_URI="http://augeas.net/download/${P}.tar.gz" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="static-libs test" - -RDEPEND=" - dev-libs/libxml2 - sys-libs/readline" -DEPEND="${RDEPEND} - virtual/pkgconfig - >=app-doc/NaturalDocs-1.40 - test? ( dev-lang/ruby )" - -PATCHES=( - "${FILESDIR}"/${P}-gets.patch - "${FILESDIR}"/${P}-test.patch - "${FILESDIR}"/${P}-test2.patch - "${FILESDIR}"/${P}-libxml2-pkgconfig.patch - ) - -src_prepare() { - if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then - addwrite /usr/share/NaturalDocs/Config/Languages.txt - fi - if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then - addwrite /usr/share/NaturalDocs/Config/Topics.txt - fi - autotools-utils_src_prepare -} - -src_configure() { - # Needs to implemented - local myeconfargs=( --without-selinux ) - autotools-utils_src_configure -} - -AUTOTOOLS_IN_SOURCE_BUILD=1 diff --git a/app-admin/augeas/augeas-0.10.0.ebuild b/app-admin/augeas/augeas-0.10.0.ebuild deleted file mode 100644 index 9b837aa..0000000 --- a/app-admin/augeas/augeas-0.10.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -inherit eutils - -DESCRIPTION="A library for changing configuration files" -HOMEPAGE="http://augeas.net/" -SRC_URI="http://augeas.net/download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86" -IUSE="static-libs test" - -RDEPEND="sys-libs/readline - dev-libs/libxml2" -DEPEND="${RDEPEND} - virtual/pkgconfig - >=app-doc/NaturalDocs-1.40 - test? ( dev-lang/ruby )" - -src_prepare() { - if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then - addwrite /usr/share/NaturalDocs/Config/Languages.txt - fi - if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then - addwrite /usr/share/NaturalDocs/Config/Topics.txt - fi -} - -src_configure() { - econf $(use_enable static-libs static) || die -} - -src_install() { - default - - use static-libs || find "${ED}" -name '*.la' -delete - - dodoc AUTHORS ChangeLog README NEWS -}