From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/lzo/
Date: Sun, 27 May 2018 08:41:15 +0000 (UTC) [thread overview]
Message-ID: <1527410469.6747c0d6ff814cbeeec8127b387b53a00cf70d71.mgorny@gentoo> (raw)
commit: 6747c0d6ff814cbeeec8127b387b53a00cf70d71
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 08:40:41 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 27 08:41:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6747c0d6
dev-libs/lzo: Drop old
dev-libs/lzo/Manifest | 1 -
dev-libs/lzo/lzo-2.09.ebuild | 44 --------------------------------------------
2 files changed, 45 deletions(-)
diff --git a/dev-libs/lzo/Manifest b/dev-libs/lzo/Manifest
index ae9d6c37127..1272fd3c558 100644
--- a/dev-libs/lzo/Manifest
+++ b/dev-libs/lzo/Manifest
@@ -1,2 +1 @@
-DIST lzo-2.09.tar.gz 594855 BLAKE2B e2a3f3582ce8290f4c66e80e5703af7074a4f097f8b8dd953d8ebcfeea42bad13bbc724c268ef09f5344ff9857ed60cb5092085b225a1b33f0d1252369516cd4 SHA512 7c64e5e7d2050d75ac8c59d613f6f7230b74746b1d207666755b07450053c8b73980f12f8a1ec59d2af0bada02beec126aaacb675b8088b5fe65e97ff7e6bfc7
DIST lzo-2.10.tar.gz 600622 BLAKE2B 124b6645a2cb7f01f153c9fa6e1976378bdfb224841a7b45ab19c584c6ef704c20719ae87640b8d83f3f9269a57d9cc2e870a914124dac03a2ef1336e9feb9c9 SHA512 a3dae5e4a6b93b1f5bf7435e8ab114a9be57252e9efc5dd444947d7a2d031b0819f34bcaeb35f60b5629a01b1238d738735a64db8f672be9690d3c80094511a4
diff --git a/dev-libs/lzo/lzo-2.09.ebuild b/dev-libs/lzo/lzo-2.09.ebuild
deleted file mode 100644
index 2d7312f7d5d..00000000000
--- a/dev-libs/lzo/lzo-2.09.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib-minimal toolchain-funcs
-
-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 ~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=""
-
-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() {
- emake DESTDIR="${D}" install
- gen_usr_ldscript -a lzo2
-}
-
-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:[~2018-05-27 8:41 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-27 8:41 Michał Górny [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-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-05-28 23:32 Matt Turner
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=1527410469.6747c0d6ff814cbeeec8127b387b53a00cf70d71.mgorny@gentoo \
--to=mgorny@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