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: Mon, 24 Sep 2018 14:56:56
Message-Id: 1537800999.0446c22318510e10f8b7d8c11066faadaba7d46f.prometheanfire@gentoo
1 commit: 0446c22318510e10f8b7d8c11066faadaba7d46f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 24 14:56:22 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 24 14:56:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0446c223
7
8 app-admin/augeas: 1.11.0 stable alpha amd64 hppa ia64 ppc sparc x86
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.11
11
12 app-admin/augeas/Manifest | 1 -
13 app-admin/augeas/augeas-1.11.0.ebuild | 4 +--
14 app-admin/augeas/augeas-1.8.1.ebuild | 46 -----------------------------------
15 3 files changed, 2 insertions(+), 49 deletions(-)
16
17 diff --git a/app-admin/augeas/Manifest b/app-admin/augeas/Manifest
18 index d7042a910b3..3cb9ad7a3fe 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.11.0.tar.gz 2393675 BLAKE2B e7c50715fee892b47843f9be4ec9e88937c0ce10544b3e212d9c32a6151bbc36550d711ebec9db2a691e91cc6a2cd93696d807b440ab57a678ca6680426a4b03 SHA512 1b67bb7fcd9b560d3fe4a5c753d5e778db73caaab6e50367afd123eec107b65b73096913ac7d5170e85f5b63ff3522b2a6932b130e207ab22560dfc6e267b8a1
24 -DIST augeas-1.8.1.tar.gz 2165325 BLAKE2B aa309984b5b11441fd2b10f3dc0b4a5f79a39038c1a71af6f7ef68b4fc24074db0bbcfd97341828211cc63d60d4b814515b119d0305367e9594cd5aa5159b822 SHA512 80be6dc75e86e2a00c56cb668824ffbe54105b64fad64a2737d980c8ee5ba347a97ddd190a1c712bd07a768ed23a8d07b0eb676033b367632036a8e7f98c976b
25
26 diff --git a/app-admin/augeas/augeas-1.11.0.ebuild b/app-admin/augeas/augeas-1.11.0.ebuild
27 index 3ea24d34080..2c3ae1c6c1b 100644
28 --- a/app-admin/augeas/augeas-1.11.0.ebuild
29 +++ b/app-admin/augeas/augeas-1.11.0.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 +# Copyright 1999-2018 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=6
36 @@ -11,7 +11,7 @@ SRC_URI="http://download.augeas.net/${P}.tar.gz"
37
38 SLOT="0"
39 LICENSE="LGPL-2.1"
40 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
41 +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86"
42 IUSE="static-libs test"
43
44 RDEPEND="
45
46 diff --git a/app-admin/augeas/augeas-1.8.1.ebuild b/app-admin/augeas/augeas-1.8.1.ebuild
47 deleted file mode 100644
48 index bd87d5c497e..00000000000
49 --- a/app-admin/augeas/augeas-1.8.1.ebuild
50 +++ /dev/null
51 @@ -1,46 +0,0 @@
52 -# Copyright 1999-2017 Gentoo Foundation
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=6
56 -
57 -inherit autotools
58 -
59 -DESCRIPTION="A library for changing configuration files"
60 -HOMEPAGE="http://augeas.net/"
61 -SRC_URI="http://download.augeas.net/${P}.tar.gz"
62 -
63 -SLOT="0"
64 -LICENSE="LGPL-2.1"
65 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86"
66 -IUSE="static-libs test"
67 -
68 -RDEPEND="
69 - dev-libs/libxml2
70 - sys-libs/readline:="
71 -DEPEND="${RDEPEND}
72 - virtual/pkgconfig
73 - >=app-doc/NaturalDocs-1.40
74 - test? ( dev-lang/ruby )"
75 -
76 -PATCHES=(
77 -)
78 -
79 -src_prepare() {
80 - if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then
81 - addwrite /usr/share/NaturalDocs/Config/Languages.txt
82 - fi
83 - if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then
84 - addwrite /usr/share/NaturalDocs/Config/Topics.txt
85 - fi
86 - default
87 -}
88 -
89 -src_configure() {
90 - # Needs to implemented
91 - local myeconfargs="--without-selinux
92 - $(use_enable !static-libs shared)
93 - $(use_enable static-libs static)"
94 - eautoreconf
95 - econf ${myeconfargs}
96 - default
97 -}