diff options
author | 2014-12-26 18:47:48 +0000 | |
---|---|---|
committer | 2014-12-26 18:47:48 +0000 | |
commit | feede348e24342548a0da5e3fc9b31dba85f92e4 (patch) | |
tree | 1e6d1cc3a5f0be97fdd660f4de560f430f1865b0 /dev-libs/lzo | |
parent | Stable on ppc and ppc64, bug #525286 (diff) | |
download | gentoo-2-feede348e24342548a0da5e3fc9b31dba85f92e4.tar.gz gentoo-2-feede348e24342548a0da5e3fc9b31dba85f92e4.tar.bz2 gentoo-2-feede348e24342548a0da5e3fc9b31dba85f92e4.zip |
Security cleanup
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-libs/lzo')
-rw-r--r-- | dev-libs/lzo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/lzo/lzo-2.06-r1.ebuild | 41 | ||||
-rw-r--r-- | dev-libs/lzo/lzo-2.06.ebuild | 35 |
3 files changed, 5 insertions, 77 deletions
diff --git a/dev-libs/lzo/ChangeLog b/dev-libs/lzo/ChangeLog index f69301623274..f38b51d871bc 100644 --- a/dev-libs/lzo/ChangeLog +++ b/dev-libs/lzo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/lzo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v 1.89 2014/07/06 17:46:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v 1.90 2014/12/26 18:47:48 zlogene Exp $ + + 26 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> -lzo-2.06-r1.ebuild, + -lzo-2.06.ebuild: + Security cleanup 06 Jul 2014; Markus Meier <maekke@gentoo.org> lzo-2.08.ebuild: arm stable, bug #515238 diff --git a/dev-libs/lzo/lzo-2.06-r1.ebuild b/dev-libs/lzo/lzo-2.06-r1.ebuild deleted file mode 100644 index 1f20da494bf1..000000000000 --- a/dev-libs/lzo/lzo-2.06-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-2.06-r1.ebuild,v 1.1 2014/02/28 20:37:12 mgorny Exp $ - -EAPI=5 - -inherit 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 ~x86-interix ~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] - )" - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - econf \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --enable-shared \ - $(use_enable static-libs static) -} - -multilib_src_install_all() { - dodoc BUGS ChangeLog README THANKS doc/* - rm "${ED}"/usr/share/doc/${PF}/COPYING || die - - if use examples; then - docinto examples - dodoc examples/*.{c,h} - fi - - find "${ED}" -name '*.la' -exec rm -f {} + -} diff --git a/dev-libs/lzo/lzo-2.06.ebuild b/dev-libs/lzo/lzo-2.06.ebuild deleted file mode 100644 index 00fd68a58678..000000000000 --- a/dev-libs/lzo/lzo-2.06.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-2.06.ebuild,v 1.16 2014/01/18 01:50:39 vapier Exp $ - -EAPI=4 - -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 ~x86-interix ~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" - -src_configure() { - econf \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --enable-shared \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc BUGS ChangeLog README THANKS doc/* - rm "${ED}"/usr/share/doc/${PF}/COPYING || die - - if use examples; then - docinto examples - dodoc examples/*.{c,h} - fi - - find "${ED}" -name '*.la' -exec rm -f {} + -} |