jlec        15/02/27 07:57:53

  Modified:             ChangeLog
  Added:                libemf-1.0.7.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.44                 media-libs/libemf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libemf/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libemf/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libemf/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   12 Aug 2013 12:47:11 -0000      1.43
+++ ChangeLog   27 Feb 2015 07:57:53 -0000      1.44
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libemf
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.43 
2013/08/12 12:47:11 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.44 
2015/02/27 07:57:53 jlec Exp $
+
+*libemf-1.0.7 (27 Feb 2015)
+
+  27 Feb 2015; Justin Lecher <[email protected]> +libemf-1.0.7.ebuild:
+  Version Bump
 
   12 Aug 2013; Michael Palimaka <[email protected]> -libemf-1.0.4.ebuild:
   Remove old.



1.1                  media-libs/libemf/libemf-1.0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libemf/libemf-1.0.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libemf/libemf-1.0.7.ebuild?rev=1.1&content-type=text/plain

Index: libemf-1.0.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.7.ebuild,v 1.1 
2015/02/27 07:57:53 jlec Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=true

inherit autotools-utils

MY_P="${P/emf/EMF}"
DESCRIPTION="Library implementation of ECMA-234 API for the generation of 
enhanced metafiles"
HOMEPAGE="http://libemf.sourceforge.net/";
SRC_URI="mirror://sourceforge/libemf/${MY_P}.tar.gz"

LICENSE="LGPL-2.1 GPL-2"
SLOT="0"
KEYWORDS="~amd64 -arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
IUSE="doc static-libs"

S=${WORKDIR}/${MY_P}

src_prepare(){
        sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
        autotools-utils_src_prepare
}

src_configure() {
        local myeconfargs=( --enable-editing )
        autotools-utils_src_configure
}

src_install() {
        use doc && HTML_DOCS=( doc/html/. )
        autotools-utils_src_install
}




Reply via email to