Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/editorconfig-core-c/
Date: Sat, 29 Aug 2020 22:11:31
Message-Id: 1598739082.589cde117a122e1e06e1726e04bf4707e2991b97.zmedico@gentoo
1 commit: 589cde117a122e1e06e1726e04bf4707e2991b97
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 22:10:30 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 22:11:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589cde11
7
8 app-text/editorconfig-core-c: Remove old versions
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-text/editorconfig-core-c/Manifest | 2 --
14 .../editorconfig-core-c-0.12.1.ebuild | 37 ----------------------
15 .../editorconfig-core-c-0.12.2.ebuild | 37 ----------------------
16 .../editorconfig-core-c-0.12.3-r1.ebuild | 31 ------------------
17 4 files changed, 107 deletions(-)
18
19 diff --git a/app-text/editorconfig-core-c/Manifest b/app-text/editorconfig-core-c/Manifest
20 index 907a7628569..c8cd95f6c86 100644
21 --- a/app-text/editorconfig-core-c/Manifest
22 +++ b/app-text/editorconfig-core-c/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST editorconfig-core-c-0.12.1.tar.gz 65369 BLAKE2B 30296b64bd215a8b51d3b4d6146ce5eac13cb1a8ba8a25d0faabcc22989503d9d73bc138240b475eb7ea4eecd5f5bbbf347519b1696373daf55ffd27fc772f4c SHA512 3517f7db84d632615ba651eeafab6730739b7bf01f4ea34fbca65f58463fbbcbabc101587b289a7922b55708453262c65569077c51087424d47d0676dc1db686
25 -DIST editorconfig-core-c-0.12.2.tar.gz 67002 BLAKE2B 6b808366acc8d0a96fc47cb74d620a4028978d7114b4a64d6799527276442f1d39ba8d5611530f873c78b7c49893c5edecec84dcc6f2616ba2663cb36fa92d0d SHA512 6ab3e4f7f95c83c0781064ca15bb70394bb947f9d4cd1348224f02e25c65021d14439b913775d7cfafb93476158799c34438fa548adf3c7ec6dbfd6f1052a046
26 DIST editorconfig-core-c-0.12.3.tar.gz 67701 BLAKE2B d5e6310f770099f542eb81f4ca7ec975e74c49f481c4e8e07832a7f9fc0882e2cb65da5b4b18ad926786d7ac92c3deb6ac0a547188bd68d350143258796ad1b8 SHA512 4a17cd6317bd45f8b0131070165d852569d020f1cf74e72b44057b97672184b4992aee54aae6e3222c669fdce8bb6b1f3482235e6518acffcef05e1d74087e6e
27 DIST editorconfig-core-c-0.12.4.tar.gz 72141 BLAKE2B bfbd7ab2eb3ac1c73d387447e16c0888b4dce1318f14f1a511cbf1e5c34aecb31921955fb51a6c07a8a991fb388995971ceed22b4e53c53b1c56fddbbcccfdfc SHA512 e275d4f77fddd31717a588be15a67a630e693efbddc5e1cf7e9b116b1c1a700fa9bafc1322733aa73a009c78519e00083b151bbc4a5ad55128df2c7360f9a163
28
29 diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild
30 deleted file mode 100644
31 index 23760494555..00000000000
32 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild
33 +++ /dev/null
34 @@ -1,37 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit cmake-utils
41 -
42 -DESCRIPTION="EditorConfig core library written in C"
43 -HOMEPAGE="https://github.com/editorconfig/editorconfig-core-c/"
44 -SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="BSD-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm arm64 x86"
49 -IUSE="cli doc"
50 -CDEPEND="dev-libs/libpcre:="
51 -DEPEND="${CDEPEND}
52 - doc? ( app-doc/doxygen )"
53 -RDEPEND="${CDEPEND}
54 - cli? ( !dev-python/editorconfig-core-py[cli] )"
55 -
56 -src_prepare() {
57 - sed -e 's:OUTPUT_NAME editorconfig_static:OUTPUT_NAME editorconfig:' \
58 - -i src/lib/CMakeLists.txt || die
59 - cmake-utils_src_prepare
60 -}
61 -
62 -src_configure() {
63 - local mycmakeargs=()
64 - use doc && mycmakeargs+=(-DINSTALL_HTML_DOC=ON)
65 - cmake-utils_src_configure
66 -}
67 -
68 -src_install() {
69 - cmake-utils_src_install
70 - use cli || rm -rf "${ED}usr/bin"
71 -}
72
73 diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.2.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.2.ebuild
74 deleted file mode 100644
75 index ff9112b620b..00000000000
76 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.2.ebuild
77 +++ /dev/null
78 @@ -1,37 +0,0 @@
79 -# Copyright 1999-2020 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -
84 -inherit cmake-utils
85 -
86 -DESCRIPTION="EditorConfig core library written in C"
87 -HOMEPAGE="https://github.com/editorconfig/editorconfig-core-c/"
88 -SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
89 -
90 -LICENSE="BSD-2"
91 -SLOT="0"
92 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
93 -IUSE="cli doc"
94 -CDEPEND="dev-libs/libpcre:="
95 -DEPEND="${CDEPEND}
96 - doc? ( app-doc/doxygen )"
97 -RDEPEND="${CDEPEND}
98 - cli? ( !dev-python/editorconfig-core-py[cli] )"
99 -
100 -src_prepare() {
101 - sed -e 's:OUTPUT_NAME editorconfig_static:OUTPUT_NAME editorconfig:' \
102 - -i src/lib/CMakeLists.txt || die
103 - cmake-utils_src_prepare
104 -}
105 -
106 -src_configure() {
107 - local mycmakeargs=()
108 - use doc && mycmakeargs+=(-DINSTALL_HTML_DOC=ON)
109 - cmake-utils_src_configure
110 -}
111 -
112 -src_install() {
113 - cmake-utils_src_install
114 - use cli || rm -rf "${ED}usr/bin"
115 -}
116
117 diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3-r1.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3-r1.ebuild
118 deleted file mode 100644
119 index 828fb761bde..00000000000
120 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.3-r1.ebuild
121 +++ /dev/null
122 @@ -1,31 +0,0 @@
123 -# Copyright 1999-2020 Gentoo Authors
124 -# Distributed under the terms of the GNU General Public License v2
125 -
126 -EAPI=7
127 -
128 -inherit cmake
129 -
130 -DESCRIPTION="EditorConfig core library written in C"
131 -HOMEPAGE="https://github.com/editorconfig/editorconfig-core-c/"
132 -SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
133 -
134 -LICENSE="BSD-2"
135 -SLOT="0"
136 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
137 -IUSE="cli doc"
138 -
139 -BDEPEND="app-doc/doxygen"
140 -DEPEND="dev-libs/libpcre2:="
141 -RDEPEND="${DEPEND}
142 - cli? ( !dev-python/editorconfig-core-py[cli] )"
143 -
144 -PATCHES=( "${FILESDIR}/${P}-no-static-libs.patch" )
145 -
146 -src_install() {
147 - use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
148 - cmake_src_install
149 -
150 - if ! use cli; then
151 - rm -r "${ED}/usr/bin" || die
152 - fi
153 -}