From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/lzo/
Date: Sun, 28 May 2017 23:32:10 +0000 (UTC) [thread overview]
Message-ID: <1496014262.bc8f7b89be2972f7273bff3426e93d3f5838bd6d.mattst88@gentoo> (raw)
commit: bc8f7b89be2972f7273bff3426e93d3f5838bd6d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 23:31:02 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 28 23:31:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8f7b89
dev-libs/lzo: Drop old
Bug: https://bugs.gentoo.org/532088
dev-libs/lzo/Manifest | 1 -
dev-libs/lzo/lzo-2.08.ebuild | 42 ------------------------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-libs/lzo/Manifest b/dev-libs/lzo/Manifest
index 4692f9a3805..cc4b7b86b48 100644
--- a/dev-libs/lzo/Manifest
+++ b/dev-libs/lzo/Manifest
@@ -1,3 +1,2 @@
-DIST lzo-2.08.tar.gz 589045 SHA256 ac1b3e4dee46febe9fd28737eb7f5692d3232ef1a01da10444394c3d47536614 SHA512 d03ae521000d69dd1fc92112a7b6e642c388b2898d7fb6ac4168e947a895e8d5e77199f78f05e036cefe02f346ea242bca694522f3c7959ab6ca19de956162dd WHIRLPOOL bea0357b01cb64018a5afc7b0934065dda944866aa23f44edd4eb615d53c0242b70c836d2d8144ed64df4a438bea5c1b8b5120ee4a7f08af15db171f85c11ac8
DIST lzo-2.09.tar.gz 594855 SHA256 f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c SHA512 7c64e5e7d2050d75ac8c59d613f6f7230b74746b1d207666755b07450053c8b73980f12f8a1ec59d2af0bada02beec126aaacb675b8088b5fe65e97ff7e6bfc7 WHIRLPOOL 5c5aaa79ddc4202b784ec29e6607d450a3824564ac3364a1219cd971be32bc58fc583ab5ffcbd52a8ddf975518059eab9bd1b897c052081e19dc0a43a96fee45
DIST lzo-2.10.tar.gz 600622 SHA256 c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072 SHA512 a3dae5e4a6b93b1f5bf7435e8ab114a9be57252e9efc5dd444947d7a2d031b0819f34bcaeb35f60b5629a01b1238d738735a64db8f672be9690d3c80094511a4 WHIRLPOOL 58ebddd8c8755f7a3808d4c996356e4c45d341ee0600f7a28963bd71cad9e3efcb77f50fb5514d1663e530b38e007f42fe57143252f407756ad2d710e8623654
diff --git a/dev-libs/lzo/lzo-2.08.ebuild b/dev-libs/lzo/lzo-2.08.ebuild
deleted file mode 100644
index 8d7fd6db777..00000000000
--- a/dev-libs/lzo/lzo-2.08.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="An extremely fast compression and decompression library"
-HOMEPAGE="http://www.oberhumer.com/opensource/lzo/"
-SRC_URI="http://www.oberhumer.com/opensource/lzo/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="examples static-libs"
-
-RDEPEND="abi_x86_32? (
- !<=app-emulation/emul-linux-x86-baselibs-20131008-r19
- !app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
- )"
-
-DOCS="BUGS ChangeLog README THANKS doc/*"
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} \
- econf \
- --docdir="${EPREFIX}"/usr/share/doc/${PF} \
- --enable-shared \
- $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
- einstalldocs
- rm -f "${ED}"/usr/share/doc/${PF}/COPYING
-
- if use examples; then
- docinto examples
- dodoc examples/*.{c,h}
- fi
-
- prune_libtool_files
-}
next reply other threads:[~2017-05-28 23:32 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-28 23:32 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-21 7:41 [gentoo-commits] repo/gentoo:master commit in: dev-libs/lzo/ Michał Górny
2022-05-04 8:16 WANG Xuerui
2021-03-14 18:55 Mike Gilbert
2021-01-06 19:34 Fabian Groffen
2020-12-27 14:21 Fabian Groffen
2020-08-31 9:23 Yixun Lan
2019-12-26 11:27 Michał Górny
2019-12-26 11:27 Michał Górny
2018-06-08 11:24 Mikle Kolyada
2018-05-27 8:41 Michał Górny
2018-05-03 6:29 Mart Raudsepp
2018-04-18 20:43 Mikle Kolyada
2018-04-07 5:17 Matt Turner
2018-04-07 5:17 Matt Turner
2018-04-06 9:38 Jeroen Roovers
2018-04-05 23:19 Thomas Deutschmann
2018-04-01 11:09 Tobias Klausmann
2018-03-30 13:32 Aaron Bauman
2018-03-27 22:32 Sergei Trofimovich
2018-03-27 19:07 Sergei Trofimovich
2018-03-22 17:24 Mikle Kolyada
2017-04-30 10:28 Jeroen Roovers
2017-04-16 8:02 Michał Górny
2017-03-28 23:32 Michael Weber
2017-03-20 1:05 Matt Turner
2017-03-18 15:49 Matt Turner
2017-03-18 15:49 Matt Turner
2017-03-18 15:44 Matt Turner
2017-03-18 15:44 Matt Turner
2017-03-18 15:44 Matt Turner
2017-03-18 15:44 Matt Turner
2017-01-29 16:19 Fabian Groffen
2016-08-07 17:26 Michał Górny
2016-08-07 17:26 Michał Górny
2016-08-07 7:25 Pacho Ramos
2015-08-19 4:20 Nathan Phillip Brink
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1496014262.bc8f7b89be2972f7273bff3426e93d3f5838bd6d.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox