diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-11-20 12:46:19 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-11-20 12:46:19 +0000 |
commit | 94ad501aad669a54724ecb826a63ef9279a1f667 (patch) | |
tree | 5c4c3b42b0e2e308769e6553d5429f287502c982 /media-libs/blib | |
parent | version bump - bug #231680. Thanks to Greisberger Christophe (diff) | |
download | gentoo-2-94ad501aad669a54724ecb826a63ef9279a1f667.tar.gz gentoo-2-94ad501aad669a54724ecb826a63ef9279a1f667.tar.bz2 gentoo-2-94ad501aad669a54724ecb826a63ef9279a1f667.zip |
Drop DEPRECATED flags, bug #391105
(Portage version: 2.1.10.36/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/blib')
-rw-r--r-- | media-libs/blib/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/blib/blib-1.1.7-r1.ebuild | 13 |
2 files changed, 16 insertions, 4 deletions
diff --git a/media-libs/blib/ChangeLog b/media-libs/blib/ChangeLog index aa2ff618e397..707bf925775c 100644 --- a/media-libs/blib/ChangeLog +++ b/media-libs/blib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/blib -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/blib/ChangeLog,v 1.7 2007/02/22 01:46:48 peper Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/blib/ChangeLog,v 1.8 2011/11/20 12:46:19 pacho Exp $ + + 20 Nov 2011; Pacho Ramos <pacho@gentoo.org> blib-1.1.7-r1.ebuild: + Drop DEPRECATED flags, bug #391105 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/media-libs/blib/blib-1.1.7-r1.ebuild b/media-libs/blib/blib-1.1.7-r1.ebuild index a22ad1a5ab82..81395f07e440 100644 --- a/media-libs/blib/blib-1.1.7-r1.ebuild +++ b/media-libs/blib/blib-1.1.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/blib/blib-1.1.7-r1.ebuild,v 1.4 2009/08/21 20:14:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/blib/blib-1.1.7-r1.ebuild,v 1.5 2011/11/20 12:46:19 pacho Exp $ EAPI=2 @@ -20,6 +20,15 @@ RDEPEND=">=dev-libs/glib-2 DEPEND="${RDEPEND} dev-util/pkgconfig" +src_prepare() { + # Drop DEPRECATED flags, bug #391105 + sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \ + blib/Makefile.am blib/Makefile.in \ + gfx/Makefile.am gfx/Makefile.in \ + modules/Makefile.am modules/Makefile.in \ + test/modules/Makefile.am test/modules/Makefile.in || die +} + src_configure() { econf \ $(use_enable aalib) \ |