pacho 15/06/07 11:08:47
Modified: ChangeLog
Added: cinnamon-menus-2.4.2.ebuild
Removed: cinnamon-menus-2.4.0.ebuild
cinnamon-menus-2.2.0.ebuild
Log:
Version bump, drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
A188FBD4)
Revision Changes Path
1.8 gnome-extra/cinnamon-menus/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 15 Mar 2015 13:24:14 -0000 1.7
+++ ChangeLog 7 Jun 2015 11:08:47 -0000 1.8
@@ -1,6 +1,12 @@
# ChangeLog for gnome-extra/cinnamon-menus
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog,v 1.7
2015/03/15 13:24:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon-menus/ChangeLog,v 1.8
2015/06/07 11:08:47 pacho Exp $
+
+*cinnamon-menus-2.4.2 (07 Jun 2015)
+
+ 07 Jun 2015; Pacho Ramos <[email protected]> +cinnamon-menus-2.4.2.ebuild,
+ -cinnamon-menus-2.2.0.ebuild, -cinnamon-menus-2.4.0.ebuild:
+ Version bump, drop old
15 Mar 2015; Pacho Ramos <[email protected]> cinnamon-menus-2.4.1.ebuild:
x86 stable, bug 534012
1.1 gnome-extra/cinnamon-menus/cinnamon-menus-2.4.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-menus/cinnamon-menus-2.4.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon-menus/cinnamon-menus-2.4.2.ebuild?rev=1.1&content-type=text/plain
Index: cinnamon-menus-2.4.2.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.2.ebuild,v
1.1 2015/06/07 11:08:47 pacho Exp $
EAPI="5"
GCONF_DEBUG="yes"
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="+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"
gnome2_src_configure \
$(use_enable introspection) \
--disable-static
}