diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-09 08:48:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-09 08:48:16 +0000 |
commit | dce7df77ef5a1e3b8797e80aed41036fdd023358 (patch) | |
tree | 08af29f34c3fd05b30bde270b1370219772ee600 /media-libs/libwebp | |
parent | sys-cluster/pacemaker bump (diff) | |
download | gentoo-2-dce7df77ef5a1e3b8797e80aed41036fdd023358.tar.gz gentoo-2-dce7df77ef5a1e3b8797e80aed41036fdd023358.tar.bz2 gentoo-2-dce7df77ef5a1e3b8797e80aed41036fdd023358.zip |
old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/libwebp')
-rw-r--r-- | media-libs/libwebp/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libwebp/libwebp-0.1.3.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/media-libs/libwebp/ChangeLog b/media-libs/libwebp/ChangeLog index d2cd2b7d2d1b..ee39a69bf357 100644 --- a/media-libs/libwebp/ChangeLog +++ b/media-libs/libwebp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libwebp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v 1.37 2012/10/20 18:52:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v 1.38 2012/11/09 08:48:16 ssuominen Exp $ + + 09 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> -libwebp-0.1.3.ebuild: + old 20 Oct 2012; Raúl Porcel <armin76@gentoo.org> libwebp-0.2.0.ebuild: alpha/ia64 stable wrt #437184 diff --git a/media-libs/libwebp/libwebp-0.1.3.ebuild b/media-libs/libwebp/libwebp-0.1.3.ebuild deleted file mode 100644 index 076e6926181d..000000000000 --- a/media-libs/libwebp/libwebp-0.1.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.1.3.ebuild,v 1.8 2012/05/09 16:51:31 aballier Exp $ - -EAPI=4 - -DESCRIPTION="A lossy image compression format" -HOMEPAGE="http://code.google.com/p/webp/" -SRC_URI="http://webp.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-fbsd" -IUSE="static-libs" - -RDEPEND=">=media-libs/libpng-1.2:0 - virtual/jpeg" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - find "${D}" -name '*.la' -exec rm -f {} + -} |