dlan        14/11/26 02:14:54

  Modified:             ChangeLog
  Added:                gource-0.43.ebuild
  Log:
  version bump, bug 517724, update libsdl2 as new dep
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.30                 dev-util/gource/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   18 Sep 2013 08:28:37 -0000      1.29
+++ ChangeLog   26 Nov 2014 02:14:54 -0000      1.30
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/gource
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.29 2013/09/18 
08:28:37 flameeyes Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.30 2014/11/26 
02:14:54 dlan Exp $
+
+*gource-0.43 (26 Nov 2014)
+
+  26 Nov 2014; Yixun Lan <[email protected]> +gource-0.43.ebuild:
+  version bump, bug 517724, update libsdl2 as new dep
 
   18 Sep 2013; Diego E. Pettenò <[email protected]> gource-0.40.ebuild:
   Fix bug #479896. Patch by Enrico Tagliavini.



1.1                  dev-util/gource/gource-0.43.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/gource-0.43.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/gource-0.43.ebuild?rev=1.1&content-type=text/plain

Index: gource-0.43.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.43.ebuild,v 1.1 
2014/11/26 02:14:54 dlan Exp $

EAPI=5

inherit eutils flag-o-matic versionator

MY_P=${P/_p/-}
MY_P=${MY_P/_/-}
MY_DATE=${PV/*_p}

DESCRIPTION="A software version control visualization tool"
HOMEPAGE="http://code.google.com/p/gource/";
SRC_URI="https://github.com/acaudwell/Gource/releases/download/${P}/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
        >=dev-libs/boost-1.46:=[threads(+)]
        >=media-libs/glew-1.5
        >=media-libs/libpng-1.2
        media-libs/libsdl2[video,opengl,X]
        media-libs/sdl2-image[jpeg,png]
        dev-libs/libpcre:3
        dev-libs/tinyxml
        media-fonts/freefont
        media-libs/freetype:2
        media-libs/mesa
        virtual/glu
        virtual/jpeg
        "
DEPEND="
        ${RDEPEND}
        virtual/pkgconfig
        >=media-libs/glm-0.9.3
        "

case ${PV} in
        *_beta*)
                my_v=$(get_version_component_range 1-3)
                my_v=${my_v//_/-}
                S="${WORKDIR}/${PN}-${my_v}" ;;
        *)
                S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)" ;;
esac

src_configure() {
        # fix bug #386525
        # this enable gource to be compiled against dev-libs/tinyxml[stl]
        if has_version dev-libs/tinyxml[stl]; then
                append-cppflags -DTIXML_USE_STL;
        fi
        econf \
                --enable-ttf-font-dir=/usr/share/fonts/freefont/ \
                --with-tinyxml
}

DOCS=( README ChangeLog THANKS )




Reply via email to