pacho       14/11/25 09:06:50

  Modified:             ChangeLog
  Added:                meld-3.12.2.ebuild
  Removed:              meld-1.8.6.ebuild meld-3.12.0.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.189                dev-util/meld/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog   25 Oct 2014 22:33:47 -0000      1.188
+++ ChangeLog   25 Nov 2014 09:06:50 -0000      1.189
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/meld
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.188 2014/10/25 
22:33:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.189 2014/11/25 
09:06:50 pacho Exp $
+
+*meld-3.12.2 (25 Nov 2014)
+
+  25 Nov 2014; Pacho Ramos <[email protected]> +meld-3.12.2.ebuild,
+  -files/meld-3.12.0-c-locale.patch, -meld-1.8.6.ebuild, -meld-3.12.0.ebuild:
+  Version bump, drop old
 
 *meld-3.12.1 (25 Oct 2014)
 



1.1                  dev-util/meld/meld-3.12.2.ebuild

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

Index: meld-3.12.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/meld-3.12.2.ebuild,v 1.1 
2014/11/25 09:06:50 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
PYTHON_REQ_USE="xml"
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit gnome2 distutils-r1

DESCRIPTION="A graphical diff and merge tool"
HOMEPAGE="http://meldmerge.org/";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
IUSE=""

RDEPEND="
        ${PYTHON_DEPS}
        >=dev-libs/glib-2.34:2
        dev-python/dbus-python[${PYTHON_USEDEP}]
        >=dev-python/pygobject-3.8:3[cairo,${PYTHON_USEDEP}]
        gnome-base/gsettings-desktop-schemas
        >=x11-libs/gtk+-3.6:3[introspection]
        >=x11-libs/gtksourceview-3.6:3.0[introspection]
        x11-themes/hicolor-icon-theme
"
DEPEND="${RDEPEND}
        sys-devel/gettext
        dev-util/intltool
        dev-util/itstool
"

python_compile_all() {
        mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
}




Reply via email to