pacho       14/06/22 15:19:10

  Modified:             ChangeLog
  Added:                giggle-0.7-r1.ebuild
  Removed:              giggle-0.6.1.ebuild
  Log:
  0.7 is compatible with latest eds, all .la files can be dropped, debug USE 
flag is not honoured, pass options at src_configure phase.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.22                 dev-vcs/giggle/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/giggle/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/giggle/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/giggle/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/giggle/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   12 Oct 2013 14:35:34 -0000      1.21
+++ ChangeLog   22 Jun 2014 15:19:10 -0000      1.22
@@ -1,6 +1,13 @@
 # ChangeLog for dev-vcs/giggle
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/ChangeLog,v 1.21 2013/10/12 
14:35:34 ikelos Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/ChangeLog,v 1.22 2014/06/22 
15:19:10 pacho Exp $
+
+*giggle-0.7-r1 (22 Jun 2014)
+
+  22 Jun 2014; Pacho Ramos <pa...@gentoo.org> +giggle-0.7-r1.ebuild,
+  -giggle-0.6.1.ebuild:
+  0.7 is compatible with latest eds, all .la files can be dropped, debug USE
+  flag is not honoured, pass options at src_configure phase.
 
 *giggle-0.7 (12 Oct 2013)
 



1.1                  dev-vcs/giggle/giggle-0.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/giggle/giggle-0.7-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/giggle/giggle-0.7-r1.ebuild?rev=1.1&content-type=text/plain

Index: giggle-0.7-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/giggle-0.7-r1.ebuild,v 1.1 
2014/06/22 15:19:10 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"

inherit gnome2 eutils

DESCRIPTION="GTK+ Frontend for GIT"
HOMEPAGE="https://wiki.gnome.org/Apps/giggle";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="eds"

RDEPEND="
        >=dev-vcs/git-1.5
        >=dev-libs/glib-2.30:2
        >=x11-libs/gtk+-3.3.12:3
        >=x11-libs/gtksourceview-3.0:3.0
        >=x11-libs/gdk-pixbuf-2.22.0
        eds? ( gnome-extra/evolution-data-server )
        >=x11-libs/vte-0.28:2.90
"
DEPEND="${RDEPEND}
        gnome-base/gnome-common
        sys-devel/gettext
        app-text/yelp-tools
        virtual/pkgconfig
        >=dev-util/intltool-0.35
        >=sys-devel/autoconf-2.64
        >=sys-devel/libtool-2
"

src_prepare() {
        epatch "${FILESDIR}/${PN}-0.6.2-gtksourceview-3.8.0.patch"
        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                $(use_enable eds evolution-data-server)
}




Reply via email to