eva         15/01/11 17:01:56

  Modified:             ChangeLog
  Added:                cinnamon-menus-2.4.0.ebuild
  Log:
  Version bump for Cinnamon 2.4, bug #529878.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.4                  gnome-extra/cinnamon-menus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   23 Jul 2014 15:17:41 -0000      1.3
+++ ChangeLog   11 Jan 2015 17:01:56 -0000      1.4
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-extra/cinnamon-menus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog,v 1.3 
2014/07/23 15:17:41 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog,v 1.4 
2015/01/11 17:01:56 eva Exp $
+
+*cinnamon-menus-2.4.0 (11 Jan 2015)
+
+  11 Jan 2015; Gilles Dartiguelongue <[email protected]>
+  +cinnamon-menus-2.4.0.ebuild:
+  Version bump for Cinnamon 2.4, bug #529878.
 
   23 Jul 2014; Agostino Sarubbo <[email protected]> cinnamon-menus-2.2.0.ebuild:
   Stable for x86, wrt bug #512012



1.1                  gnome-extra/cinnamon-menus/cinnamon-menus-2.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-menus/cinnamon-menus-2.4.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-menus/cinnamon-menus-2.4.0.ebuild?rev=1.1&content-type=text/plain

Index: cinnamon-menus-2.4.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/cinnamon-menus/cinnamon-menus-2.4.0.ebuild,v
 1.1 2015/01/11 17:01:56 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
HOMEPAGE="http://cinnamon.linuxmint.com/";
SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="debug +introspection"

RDEPEND="
        >=dev-libs/glib-2.29.15:2
        introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
"
DEPEND="${RDEPEND}
        >=dev-util/intltool-0.40
        sys-devel/gettext
        virtual/pkgconfig
"

src_configure() {
        DOCS="AUTHORS ChangeLog HACKING NEWS README"

        # Do NOT compile with --disable-debug/--enable-debug=no
        # It disables api usage checks
        gnome2_src_configure \
                $(usex debug --enable-debug=yes --enable-debug=minimum) \
                $(use_enable introspection) \
                --disable-static
}




Reply via email to