Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/augeas/
Date: Wed, 28 Feb 2018 10:59:59
Message-Id: 1519815579.95164ff6acb5ec446bc7c5af979dd549cd1915f9.prometheanfire@gentoo
1 commit: 95164ff6acb5ec446bc7c5af979dd549cd1915f9
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 28 10:55:57 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 28 10:59:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95164ff6
7
8 app-admin/augeas: 1.10.1 stable allarches with cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-admin/augeas/Manifest | 1 -
13 app-admin/augeas/augeas-1.10.1.ebuild | 2 +-
14 app-admin/augeas/augeas-1.9.0.ebuild | 46 -----------------------------------
15 3 files changed, 1 insertion(+), 48 deletions(-)
16
17 diff --git a/app-admin/augeas/Manifest b/app-admin/augeas/Manifest
18 index d77bcaa77f0..b0b19be4e50 100644
19 --- a/app-admin/augeas/Manifest
20 +++ b/app-admin/augeas/Manifest
21 @@ -1,3 +1,2 @@
22 DIST augeas-1.10.1.tar.gz 2289207 BLAKE2B 6e3cf750c4d3faf7dc472ec7bfe3c46f5babca294d2bd5169cca419c2f93e21bdd656bbc44b30ab66c00fb793df1aa045f60c1260963901773c334b9019eff0b SHA512 382e8ef6a5bd3d12d7d2e0d2987f39c04ff7df3f07cd68aa732bf266b89d5d59a85be63921a7ff70f9219dbc6bb8547f80528242caa9417e08a008d1721cb1d2
23 DIST augeas-1.8.1.tar.gz 2165325 BLAKE2B aa309984b5b11441fd2b10f3dc0b4a5f79a39038c1a71af6f7ef68b4fc24074db0bbcfd97341828211cc63d60d4b814515b119d0305367e9594cd5aa5159b822 SHA512 80be6dc75e86e2a00c56cb668824ffbe54105b64fad64a2737d980c8ee5ba347a97ddd190a1c712bd07a768ed23a8d07b0eb676033b367632036a8e7f98c976b
24 -DIST augeas-1.9.0.tar.gz 2199534 BLAKE2B 174d3da7f4c7da3146e4bf21245533fdb0cf6927c160153013e0b7d1afac54088daa1e14eecaaed6412fa9c5e353e944eba48013d69fd997ba9c30f609f159e3 SHA512 340aed78ac2df455770735b41f3c10a1cbe40f160e236a735d4580edf5b635afeaf7ddadc10e759e9197c4b233e98b3b6b94a3c2f072aa765c104d64371ce171
25
26 diff --git a/app-admin/augeas/augeas-1.10.1.ebuild b/app-admin/augeas/augeas-1.10.1.ebuild
27 index 3ea24d34080..da590fa6914 100644
28 --- a/app-admin/augeas/augeas-1.10.1.ebuild
29 +++ b/app-admin/augeas/augeas-1.10.1.ebuild
30 @@ -11,7 +11,7 @@ SRC_URI="http://download.augeas.net/${P}.tar.gz"
31
32 SLOT="0"
33 LICENSE="LGPL-2.1"
34 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
35 +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86"
36 IUSE="static-libs test"
37
38 RDEPEND="
39
40 diff --git a/app-admin/augeas/augeas-1.9.0.ebuild b/app-admin/augeas/augeas-1.9.0.ebuild
41 deleted file mode 100644
42 index fb463071303..00000000000
43 --- a/app-admin/augeas/augeas-1.9.0.ebuild
44 +++ /dev/null
45 @@ -1,46 +0,0 @@
46 -# Copyright 1999-2017 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=6
50 -
51 -inherit autotools
52 -
53 -DESCRIPTION="A library for changing configuration files"
54 -HOMEPAGE="http://augeas.net/"
55 -SRC_URI="http://download.augeas.net/${P}.tar.gz"
56 -
57 -SLOT="0"
58 -LICENSE="LGPL-2.1"
59 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
60 -IUSE="static-libs test"
61 -
62 -RDEPEND="
63 - dev-libs/libxml2
64 - sys-libs/readline:="
65 -DEPEND="${RDEPEND}
66 - virtual/pkgconfig
67 - >=app-doc/NaturalDocs-1.40
68 - test? ( dev-lang/ruby )"
69 -
70 -PATCHES=(
71 -)
72 -
73 -src_prepare() {
74 - if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then
75 - addwrite /usr/share/NaturalDocs/Config/Languages.txt
76 - fi
77 - if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then
78 - addwrite /usr/share/NaturalDocs/Config/Topics.txt
79 - fi
80 - default
81 -}
82 -
83 -src_configure() {
84 - # Needs to implemented
85 - local myeconfargs="--without-selinux
86 - $(use_enable !static-libs shared)
87 - $(use_enable static-libs static)"
88 - eautoreconf
89 - econf ${myeconfargs}
90 - default
91 -}