diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-08-28 16:29:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-08-28 16:29:21 +0000 |
commit | c261539e6a9add430691034d23331906be2b6505 (patch) | |
tree | 18cb422e1d90dff5bf5f35780c331b67af38e679 /media-libs/libopenraw | |
parent | Remove mask for removed version of the libopenraw git snapshot. (diff) | |
download | gentoo-2-c261539e6a9add430691034d23331906be2b6505.tar.gz gentoo-2-c261539e6a9add430691034d23331906be2b6505.tar.bz2 gentoo-2-c261539e6a9add430691034d23331906be2b6505.zip |
Remove snapshot of libopenraw which should have never been committed.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/libopenraw')
-rw-r--r-- | media-libs/libopenraw/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libopenraw/libopenraw-0.1.0_pre20130826.ebuild | 58 |
2 files changed, 5 insertions, 59 deletions
diff --git a/media-libs/libopenraw/ChangeLog b/media-libs/libopenraw/ChangeLog index f6ebd37f82a3..35f6ec49509c 100644 --- a/media-libs/libopenraw/ChangeLog +++ b/media-libs/libopenraw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libopenraw # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/ChangeLog,v 1.67 2014/08/28 16:23:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/ChangeLog,v 1.68 2014/08/28 16:29:21 ssuominen Exp $ + + 28 Aug 2014; Samuli Suominen <ssuominen@gentoo.org> + -libopenraw-0.1.0_pre20130826.ebuild: + Remove snapshot of libopenraw which should have never been committed. 28 Aug 2014; Samuli Suominen <ssuominen@gentoo.org> +files/libopenraw-0.0.9-jpeg-9a.patch, libopenraw-0.0.9.ebuild: diff --git a/media-libs/libopenraw/libopenraw-0.1.0_pre20130826.ebuild b/media-libs/libopenraw/libopenraw-0.1.0_pre20130826.ebuild deleted file mode 100644 index bd6128fee303..000000000000 --- a/media-libs/libopenraw/libopenraw-0.1.0_pre20130826.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/libopenraw-0.1.0_pre20130826.ebuild,v 1.2 2013/09/10 14:28:37 ssuominen Exp $ - -EAPI=5 - -inherit eutils gnome2-utils - -DESCRIPTION="A decoding library for RAW image formats" -HOMEPAGE="http://libopenraw.freedesktop.org/wiki/" -SRC_URI="http://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.bz2 - http://${PN}.freedesktop.org/download/${P}.tar.bz2" - -LICENSE="GPL-3 LGPL-3" -SLOT="0/7" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" -IUSE="gtk static-libs test" - -RDEPEND=" - dev-libs/libxml2 - virtual/jpeg:0 - gtk? ( - >=dev-libs/glib-2 - >=x11-libs/gdk-pixbuf-2.24.0:2 ) -" -DEPEND="${RDEPEND} - >=dev-libs/boost-1.35 - virtual/pkgconfig - test? ( net-misc/curl ) -" - -S="${WORKDIR}/${PN}-0.1.0" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - econf \ - --with-boost="${EPREFIX}"/usr \ - $(use_enable static-libs static) \ - $(use_enable gtk gnome) -} - -src_install() { - default - prune_libtool_files --modules -} - -pkg_preinst() { - gnome2_gdk_pixbuf_savelist -} - -pkg_postinst() { - gnome2_gdk_pixbuf_update -} - -pkg_postinst() { - gnome2_gdk_pixbuf_update -} |