Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/snappy/
Date: Thu, 27 Aug 2015 03:53:26
Message-Id: 1440647549.b526085a918fb07a62ada84b99e274926d4d18bc.radhermit@gentoo
1 commit: b526085a918fb07a62ada84b99e274926d4d18bc
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 03:51:43 2015 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 03:52:29 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b526085a
7
8 app-arch/snappy: remove old
9
10 app-arch/snappy/Manifest | 1 -
11 app-arch/snappy/snappy-1.1.1.ebuild | 40 -------------------------------------
12 app-arch/snappy/snappy-1.1.2.ebuild | 40 -------------------------------------
13 3 files changed, 81 deletions(-)
14
15 diff --git a/app-arch/snappy/Manifest b/app-arch/snappy/Manifest
16 index b2fb604..c940200 100644
17 --- a/app-arch/snappy/Manifest
18 +++ b/app-arch/snappy/Manifest
19 @@ -1,3 +1,2 @@
20 -DIST snappy-1.1.1.tar.gz 1777992 SHA256 d79f04a41b0b513a014042a4365ec999a1ad5575e10d5e5578720010cb62fab3 SHA512 36b6a1934579dd82a67bcc46626f8dbe9d24d53fe2ca1eca2982d2091054241c9797ada0d4657c484ebc82e7ec11069fd9cd83aac61f4aa1a530167d899041f3 WHIRLPOOL f95ae11130ddd32123e202d6a179b04a5424593937ada0baee9bd17fbb980a9d2d0242df7eb48d795f5d98879b7b025070008852ad7324bc850c0ab0b245612e
21 DIST snappy-1.1.2.tar.gz 1485435 SHA256 f9d8fe1c85494f62dbfa3efe8e73bc23d8dec7a254ff7fe09ec4b0ebfc586af4 SHA512 da0e80528dfc815d765347c60dc5f14bc7fb882cc6894b87d3a43dec1a127cf8bcfe46e6cb93e130790c0ebd67368a1042500d9080f844441803c1b69c3cc07e WHIRLPOOL a9cf520cc578a0a63ebb7fb127428b50d282cdf2448938ad88349f775e21b3dd27f2c6843f86dd749d66e9df5e29094bc5c67032f0219932fec69f882ec91246
22 DIST snappy-1.1.3.tar.gz 1509026 SHA256 2f1e82adf0868c9e26a5a7a3115111b6da7e432ddbac268a7ca2fae2a247eef3 SHA512 4c4f47c657a072989179be9df0e5e98d14f4a67c27ec7ae0e5a15d14289a75d4e266bc6c5c89723f3e9860408ffcc7138a815f8ad9299407c4a1946fc00ab5bf WHIRLPOOL 97f82d1439973582f0ba3fde43ba2ee2c23b2512e0ee426b9e372fbfbba87921355c1f6bf0bf80671d7c4da26a23d480508cb7a188e414b9cb5d95996bfabe39
23
24 diff --git a/app-arch/snappy/snappy-1.1.1.ebuild b/app-arch/snappy/snappy-1.1.1.ebuild
25 deleted file mode 100644
26 index f2ed365..0000000
27 --- a/app-arch/snappy/snappy-1.1.1.ebuild
28 +++ /dev/null
29 @@ -1,40 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -inherit eutils autotools
37 -
38 -DESCRIPTION="A high-speed compression/decompression library by Google"
39 -HOMEPAGE="https://code.google.com/p/snappy/"
40 -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
45 -IUSE="static-libs"
46 -
47 -DOCS="AUTHORS ChangeLog README NEWS format_description.txt"
48 -
49 -src_prepare() {
50 - # Avoid automagic lzop and gzip by not checking for it
51 - sed -i -e '/^CHECK_EXT_COMPRESSION_LIB/d' "${S}/configure.ac" || die
52 - eautoreconf
53 -}
54 -
55 -src_configure() {
56 - econf \
57 - --without-gflags \
58 - --disable-gtest \
59 - $(use_enable static-libs static)
60 -}
61 -
62 -src_install() {
63 - default
64 -
65 - # Remove docs installed by snappy itself
66 - rm -rf "${ED}/usr/share/doc/snappy" || die
67 -
68 - prune_libtool_files
69 -}
70
71 diff --git a/app-arch/snappy/snappy-1.1.2.ebuild b/app-arch/snappy/snappy-1.1.2.ebuild
72 deleted file mode 100644
73 index 23d27c4..0000000
74 --- a/app-arch/snappy/snappy-1.1.2.ebuild
75 +++ /dev/null
76 @@ -1,40 +0,0 @@
77 -# Copyright 1999-2014 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Id$
80 -
81 -EAPI="5"
82 -
83 -inherit eutils autotools
84 -
85 -DESCRIPTION="A high-speed compression/decompression library by Google"
86 -HOMEPAGE="https://code.google.com/p/snappy/"
87 -# upstream uses google drive which has hash-based URLS
88 -SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz"
89 -
90 -LICENSE="BSD"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
93 -IUSE="static-libs"
94 -
95 -src_prepare() {
96 - # Avoid automagic lzo and gzip by not checking for it
97 - sed -i '/^CHECK_EXT_COMPRESSION_LIB/d' configure.ac || die
98 -
99 - # don't install unwanted files
100 - sed -i 's/COPYING INSTALL//' Makefile.am || die
101 -
102 - eautoreconf
103 -}
104 -
105 -src_configure() {
106 - econf \
107 - --docdir="${EPREFIX}"/usr/share/doc/${PF} \
108 - --without-gflags \
109 - --disable-gtest \
110 - $(use_enable static-libs static)
111 -}
112 -
113 -src_install() {
114 - default
115 - prune_libtool_files
116 -}