diff options
author | 2013-05-04 14:27:43 +0000 | |
---|---|---|
committer | 2013-05-04 14:27:43 +0000 | |
commit | e0fad0ea074bb96ba3d87121ca48b538d534e731 (patch) | |
tree | 3f169d16277e9db3b7938dec8e5321a823f74ad9 /media-libs/sg | |
parent | media-libs/plotutils: Unbundle media-libs/libxmi, #399741 (diff) | |
download | gentoo-2-e0fad0ea074bb96ba3d87121ca48b538d534e731.tar.gz gentoo-2-e0fad0ea074bb96ba3d87121ca48b538d534e731.tar.bz2 gentoo-2-e0fad0ea074bb96ba3d87121ca48b538d534e731.zip |
media-libs/sg: Fix obsolete macros to work with automake-1.13
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'media-libs/sg')
-rw-r--r-- | media-libs/sg/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/sg/metadata.xml | 8 | ||||
-rw-r--r-- | media-libs/sg/sg-1.5.ebuild | 7 |
3 files changed, 13 insertions, 9 deletions
diff --git a/media-libs/sg/ChangeLog b/media-libs/sg/ChangeLog index ee853684653d..4945bc2e5aac 100644 --- a/media-libs/sg/ChangeLog +++ b/media-libs/sg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sg -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.9 2012/10/24 19:14:28 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.10 2013/05/04 14:27:43 jlec Exp $ + + 04 May 2013; Justin Lecher <jlec@gentoo.org> sg-1.5.ebuild, metadata.xml: + Fix obsolete macros to work with automake-1.13 24 Oct 2012; Ulrich Müller <ulm@gentoo.org> sg-1.4.ebuild, sg-1.5.ebuild: Update dependency after package move from x11-libs/openmotif to diff --git a/media-libs/sg/metadata.xml b/media-libs/sg/metadata.xml index 210ad0db014c..5ef07a39e7e1 100644 --- a/media-libs/sg/metadata.xml +++ b/media-libs/sg/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <maintainer> - <email>jlec@gentoo.org</email> - </maintainer> + <herd>sci</herd> + <maintainer> + <email>jlec@gentoo.org</email> + </maintainer> </pkgmetadata> diff --git a/media-libs/sg/sg-1.5.ebuild b/media-libs/sg/sg-1.5.ebuild index d8828e18d0b6..8631170047c0 100644 --- a/media-libs/sg/sg-1.5.ebuild +++ b/media-libs/sg/sg-1.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.5.ebuild,v 1.6 2012/10/24 19:14:28 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.5.ebuild,v 1.7 2013/05/04 14:27:43 jlec Exp $ -EAPI=4 +EAPI=5 AUTOTOOLS_AUTORECONF=true @@ -40,6 +40,7 @@ PATCHES=( src_prepare() { rm src/{gl,glu,glw} -rf || die + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die autotools-utils_src_prepare } |