diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-07-13 09:06:03 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-07-13 09:06:03 +0000 |
commit | 7c7eaaeba373957bb32c41b0cacf8c69d7b0a5ce (patch) | |
tree | 5d42eb6c1d0150a88c92a2c9a453fddf9074310c /media-libs/lasi | |
parent | Re-add ~arm keyword, wrt bug #469294 (diff) | |
download | gentoo-2-7c7eaaeba373957bb32c41b0cacf8c69d7b0a5ce.tar.gz gentoo-2-7c7eaaeba373957bb32c41b0cacf8c69d7b0a5ce.tar.bz2 gentoo-2-7c7eaaeba373957bb32c41b0cacf8c69d7b0a5ce.zip |
media-libs/lasi: Convert to recent changes in cmake-utils.eclass, #476660
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'media-libs/lasi')
-rw-r--r-- | media-libs/lasi/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/lasi/lasi-1.1.1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/lasi/metadata.xml | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/media-libs/lasi/ChangeLog b/media-libs/lasi/ChangeLog index 679e0c0dceae..8210c8a859ba 100644 --- a/media-libs/lasi/ChangeLog +++ b/media-libs/lasi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/lasi -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/ChangeLog,v 1.33 2012/07/04 22:07:06 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/ChangeLog,v 1.34 2013/07/13 09:06:03 jlec Exp $ + + 13 Jul 2013; Justin Lecher <jlec@gentoo.org> lasi-1.1.1.ebuild, metadata.xml: + Convert to recent changes in cmake-utils.eclass, #476660 04 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> lasi-1.1.1.ebuild, metadata.xml: diff --git a/media-libs/lasi/lasi-1.1.1.ebuild b/media-libs/lasi/lasi-1.1.1.ebuild index 8d80cd984583..733d8f5fe3af 100644 --- a/media-libs/lasi/lasi-1.1.1.ebuild +++ b/media-libs/lasi/lasi-1.1.1.ebuild @@ -1,6 +1,6 @@ -# 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/lasi/lasi-1.1.1.ebuild,v 1.11 2012/07/04 22:07:06 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/lasi-1.1.1.ebuild,v 1.12 2013/07/13 09:06:03 jlec Exp $ EAPI=4 @@ -33,7 +33,7 @@ PATCHES=( ) src_prepare() { - base_src_prepare + cmake-utils_src_prepare sed -i \ -e "s:\/lib$:\/$(get_libdir):" \ -e "s/libLASi-\${VERSION}/${PF}/" \ diff --git a/media-libs/lasi/metadata.xml b/media-libs/lasi/metadata.xml index fe32deb782f9..dd304f66056f 100644 --- a/media-libs/lasi/metadata.xml +++ b/media-libs/lasi/metadata.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<herd>graphics</herd> -<longdescription lang="en"> + <herd>sci</herd> + <herd>graphics</herd> + <longdescription lang="en"> libLASi is a library written by Larry Siden that provides a C++ stream output interface for creating Postscript documents that can contain characters from any of the scripts and symbol blocks |