Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glog/
Date: Sun, 11 Aug 2019 17:20:33
Message-Id: 1565544020.37574dffd48a81837afe5b0ac9eeb8845572e642.whissi@gentoo
1 commit: 37574dffd48a81837afe5b0ac9eeb8845572e642
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 17:20:07 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 17:20:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37574dff
7
8 dev-cpp/glog: drop old
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-cpp/glog/Manifest | 1 -
14 dev-cpp/glog/glog-0.3.3-r1.ebuild | 64 --------------------------------------
15 dev-cpp/glog/glog-0.3.4.ebuild | 65 ---------------------------------------
16 3 files changed, 130 deletions(-)
17
18 diff --git a/dev-cpp/glog/Manifest b/dev-cpp/glog/Manifest
19 index 76e694662c0..ee282632ddc 100644
20 --- a/dev-cpp/glog/Manifest
21 +++ b/dev-cpp/glog/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST glog-0.3.3.tar.gz 509676 BLAKE2B 21d8893ff535c0e8c1de27214f535aaea99727128d80f421da096969c19504da6a296054db2931232b4fd372446f96189464e4000f44c5720152085aa9976978 SHA512 95418ff0857415a0fbc15caeb22a13f3b6736618adcc3c30e054626f1397bc58399c45f68784c70b1f5dc594ebc6ea66e386896beab5c20be72dd53b25f5a4ac
24 DIST glog-0.3.4.tar.gz 522508 BLAKE2B 4a188d5998005b29afc52f2ea548f33e06a68da993bb74960e5aedb214ec52ef9e9fc39efb1a34f38f217b92df7db064ff01d58df36c3e4ad789becc97335ec2 SHA512 139525b546a9eccacc9bebf7cc3053ba52229e9488485ad45344c3d3134ca819d3b571250c0e3a6d84097009c8be89b0f4fa16ef5ec838ffcc237ae11c3a034c
25 DIST glog-0.3.5.tar.gz 532275 BLAKE2B a455f3ff8fc7cf2861a4351a0305db9455bb79977e57c49b6269b3fa2c147cd9627bfaf4c7aaa04fe4a49158d79abeb5b985813fe8c473d6005e915335c0d693 SHA512 a54a3b8b4b7660d7558ba5168c659bc3c8323c30908a4f6a4bbc6f9cd899350f3243aabc720daebfdeb799b276b51ba1eaa1a0f83149c4e1a038d552ada1ed72
26 DIST glog-0.4.0.tar.gz 200955 BLAKE2B 083da6117af3e85697724942bfcb5a7831d447666945b06b149d8d324231b10923887bd8c507e8027136d12bffd30a657cb225df8c449f234381e3876f132953 SHA512 b585f1819ade2075f6b61dc5aaca5c3f9d25601dba2bd08b6c49b96ac5f79db23c6b7f2042df003f7130497dd7241fcaa8b107d1f97385cb66ce52d3c554b176
27
28 diff --git a/dev-cpp/glog/glog-0.3.3-r1.ebuild b/dev-cpp/glog/glog-0.3.3-r1.ebuild
29 deleted file mode 100644
30 index 667d6572649..00000000000
31 --- a/dev-cpp/glog/glog-0.3.3-r1.ebuild
32 +++ /dev/null
33 @@ -1,64 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="4"
38 -inherit eutils multilib-minimal
39 -
40 -DESCRIPTION="Google's C++ logging library"
41 -HOMEPAGE="https://github.com/google/glog"
42 -SRC_URI="https://google-glog.googlecode.com/files/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
47 -IUSE="gflags static-libs unwind test"
48 -
49 -RDEPEND="gflags? ( >=dev-cpp/gflags-2.0-r1[${MULTILIB_USEDEP}] )
50 - unwind? ( sys-libs/libunwind )"
51 -DEPEND="${RDEPEND}
52 - test? ( >=dev-cpp/gtest-1.8.0[${MULTILIB_USEDEP}] )"
53 -
54 -src_prepare() {
55 - epatch "${FILESDIR}"/${PN}-0.3.2-avoid-inline-asm.patch
56 - # Fix the --dodcdir flag:
57 - # https://code.google.com/p/google-glog/issues/detail?id=193
58 - sed -i \
59 - -e '/^docdir =/s:=.*:= @docdir@:' \
60 - Makefile.in || die
61 -}
62 -
63 -multilib_src_configure() {
64 - use test || export ac_cv_prog_GTEST_CONFIG=no
65 - ECONF_SOURCE=${S} \
66 - ac_cv_lib_gflags_main=$(usex gflags) \
67 - ac_cv_lib_unwind_backtrace=$(usex unwind) \
68 - econf \
69 - --docdir="\$(datarootdir)/doc/${PF}" \
70 - --htmldir='$(docdir)/html' \
71 - $(use_enable static-libs static)
72 -}
73 -
74 -_emake() {
75 - # The tests always get built ... disable them when unused.
76 - emake $(usex test '' noinst_PROGRAMS=) "$@"
77 -}
78 -
79 -multilib_src_compile() {
80 - _emake
81 -}
82 -
83 -multilib_src_install() {
84 - _emake install DESTDIR="${D}"
85 -}
86 -
87 -multilib_src_install_all() {
88 - # Punt docs we don't care about (NEWS is 0 bytes).
89 - rm "${ED}"/usr/share/doc/${PF}/{COPYING,NEWS,README.windows} || die
90 -
91 - # --htmldir doesn't work (yet):
92 - # https://code.google.com/p/google-glog/issues/detail?id=144
93 - dohtml "${ED}"/usr/share/doc/${PF}/*
94 - rm "${ED}"/usr/share/doc/${PF}/*.{html,css}
95 -
96 - use static-libs || find "${ED}" -name '*.la' -delete
97 -}
98
99 diff --git a/dev-cpp/glog/glog-0.3.4.ebuild b/dev-cpp/glog/glog-0.3.4.ebuild
100 deleted file mode 100644
101 index a6b6ee4e3fb..00000000000
102 --- a/dev-cpp/glog/glog-0.3.4.ebuild
103 +++ /dev/null
104 @@ -1,65 +0,0 @@
105 -# Copyright 1999-2018 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI="5"
109 -
110 -inherit eutils multilib-minimal
111 -
112 -DESCRIPTION="Google's C++ logging library"
113 -HOMEPAGE="https://github.com/google/glog"
114 -SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
115 -
116 -LICENSE="BSD"
117 -SLOT="0"
118 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
119 -IUSE="gflags static-libs unwind test"
120 -
121 -RDEPEND="gflags? ( >=dev-cpp/gflags-2.0-r1[${MULTILIB_USEDEP}] )
122 - unwind? ( sys-libs/libunwind )"
123 -DEPEND="${RDEPEND}
124 - test? ( >=dev-cpp/gtest-1.8.0[${MULTILIB_USEDEP}] )"
125 -
126 -src_prepare() {
127 - epatch "${FILESDIR}"/${PN}-0.3.2-avoid-inline-asm.patch
128 - # Fix the --dodcdir flag:
129 - # https://code.google.com/p/google-glog/issues/detail?id=193
130 - sed -i \
131 - -e '/^docdir =/s:=.*:= @docdir@:' \
132 - Makefile.in || die
133 -}
134 -
135 -multilib_src_configure() {
136 - use test || export ac_cv_prog_GTEST_CONFIG=no
137 - ECONF_SOURCE=${S} \
138 - ac_cv_lib_gflags_main=$(usex gflags) \
139 - ac_cv_lib_unwind_backtrace=$(usex unwind) \
140 - econf \
141 - --docdir="\$(datarootdir)/doc/${PF}" \
142 - --htmldir='$(docdir)/html' \
143 - $(use_enable static-libs static)
144 -}
145 -
146 -_emake() {
147 - # The tests always get built ... disable them when unused.
148 - emake $(usex test '' noinst_PROGRAMS=) "$@"
149 -}
150 -
151 -multilib_src_compile() {
152 - _emake
153 -}
154 -
155 -multilib_src_install() {
156 - _emake install DESTDIR="${D}"
157 -}
158 -
159 -multilib_src_install_all() {
160 - # Punt docs we don't care about (NEWS is 0 bytes).
161 - rm "${ED}"/usr/share/doc/${PF}/{COPYING,NEWS,README.windows} || die
162 -
163 - # --htmldir doesn't work (yet):
164 - # https://code.google.com/p/google-glog/issues/detail?id=144
165 - dohtml "${ED}"/usr/share/doc/${PF}/*
166 - rm "${ED}"/usr/share/doc/${PF}/*.{html,css}
167 -
168 - use static-libs || find "${ED}" -name '*.la' -delete
169 -}