dilfridge    15/06/21 15:18:45

  Modified:             libfreehand-9999.ebuild ChangeLog
  Added:                libfreehand-0.1.1.ebuild
  Log:
  Version bump; add missing dependencies
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.4                  media-libs/libfreehand/libfreehand-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfreehand/libfreehand-9999.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfreehand/libfreehand-9999.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfreehand/libfreehand-9999.ebuild?r1=1.3&r2=1.4

Index: libfreehand-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libfreehand/libfreehand-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libfreehand-9999.ebuild     14 Sep 2014 09:04:00 -0000      1.3
+++ libfreehand-9999.ebuild     21 Jun 2015 15:18:45 -0000      1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libfreehand/libfreehand-9999.ebuild,v 1.3 
2014/09/14 09:04:00 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libfreehand/libfreehand-9999.ebuild,v 1.4 
2015/06/21 15:18:45 dilfridge Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="doc static-libs"
 
 RDEPEND="
@@ -23,7 +23,9 @@
        sys-libs/zlib
 "
 DEPEND="${RDEPEND}
+       dev-libs/icu:=
        dev-util/gperf
+       media-libs/lcms
        sys-devel/libtool
        virtual/pkgconfig
        doc? ( app-doc/doxygen )



1.9                  media-libs/libfreehand/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libfreehand/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   15 Feb 2015 14:59:13 -0000      1.8
+++ ChangeLog   21 Jun 2015 15:18:45 -0000      1.9
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libfreehand
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libfreehand/ChangeLog,v 1.8 
2015/02/15 14:59:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libfreehand/ChangeLog,v 1.9 
2015/06/21 15:18:45 dilfridge Exp $
+
+*libfreehand-0.1.1 (21 Jun 2015)
+
+  21 Jun 2015; Andreas K. Huettel <[email protected]>
+  +libfreehand-0.1.1.ebuild, libfreehand-9999.ebuild:
+  Version bump; add missing dependencies
 
   15 Feb 2015; Agostino Sarubbo <[email protected]> libfreehand-0.1.0.ebuild:
   Stable for x86, wrt bug #534684



1.1                  media-libs/libfreehand/libfreehand-0.1.1.ebuild

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

Index: libfreehand-0.1.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libfreehand/libfreehand-0.1.1.ebuild,v 1.1 
2015/06/21 15:18:45 dilfridge Exp $

EAPI=5

EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libfreehand/"
inherit base eutils
[[ ${PV} == 9999 ]] && inherit autotools git-2

DESCRIPTION="Library for import of FreeHand drawings"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand";
[[ ${PV} == 9999 ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";

LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs"

RDEPEND="
        dev-libs/librevenge
        sys-libs/zlib
"
DEPEND="${RDEPEND}
        dev-libs/icu:=
        dev-util/gperf
        media-libs/lcms
        sys-devel/libtool
        virtual/pkgconfig
        doc? ( app-doc/doxygen )
"

src_prepare() {
        [[ -d m4 ]] || mkdir "m4"
        base_src_prepare
        [[ ${PV} == 9999 ]] && eautoreconf
}

src_configure() {
        econf \
                --docdir="${EPREFIX}/usr/share/doc/${PF}" \
                $(use_enable static-libs static) \
                --disable-werror \
                $(use_with doc docs)
}

src_install() {
        default
        prune_libtool_files --all
}




Reply via email to