tetromino    15/03/06 05:06:28

  Modified:             ChangeLog gtkmm-3.14.0.ebuild gtkmm-3.12.0.ebuild
  Added:                gtkmm-3.14.0-r1.ebuild gtkmm-2.24.4-r1.ebuild
  Log:
  Add multilib support. Update license.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.291                dev-cpp/gtkmm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?rev=1.291&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?rev=1.291&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?r1=1.290&r2=1.291

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog   21 Dec 2014 12:21:54 -0000      1.290
+++ ChangeLog   6 Mar 2015 05:06:28 -0000       1.291
@@ -1,6 +1,14 @@
 # ChangeLog for dev-cpp/gtkmm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v 1.290 2014/12/21 
12:21:54 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v 1.291 2015/03/06 
05:06:28 tetromino Exp $
+
+*gtkmm-3.14.0-r1 (06 Mar 2015)
+*gtkmm-2.24.4-r1 (06 Mar 2015)
+
+  06 Mar 2015; Alexandre Rostovtsev <[email protected]>
+  +gtkmm-2.24.4-r1.ebuild, gtkmm-3.12.0.ebuild, gtkmm-3.14.0.ebuild,
+  +gtkmm-3.14.0-r1.ebuild:
+  Add multilib support. Update license.
 
 *gtkmm-3.14.0 (21 Dec 2014)
 



1.2                  dev-cpp/gtkmm/gtkmm-3.14.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.14.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.14.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.14.0.ebuild?r1=1.1&r2=1.2

Index: gtkmm-3.14.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.14.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtkmm-3.14.0.ebuild 21 Dec 2014 12:21:54 -0000      1.1
+++ gtkmm-3.14.0.ebuild 6 Mar 2015 05:06:28 -0000       1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.14.0.ebuild,v 1.1 
2014/12/21 12:21:54 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.14.0.ebuild,v 1.2 
2015/03/06 05:06:28 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -10,7 +10,7 @@
 DESCRIPTION="C++ interface for GTK+"
 HOMEPAGE="http://www.gtkmm.org";
 
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
 SLOT="3.0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="aqua doc examples test wayland +X"



1.11                 dev-cpp/gtkmm/gtkmm-3.12.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.12.0.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.12.0.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.12.0.ebuild?r1=1.10&r2=1.11

Index: gtkmm-3.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.12.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gtkmm-3.12.0.ebuild 11 Oct 2014 11:40:25 -0000      1.10
+++ gtkmm-3.12.0.ebuild 6 Mar 2015 05:06:28 -0000       1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.12.0.ebuild,v 1.10 
2014/10/11 11:40:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.12.0.ebuild,v 1.11 
2015/03/06 05:06:28 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -10,7 +10,7 @@
 DESCRIPTION="C++ interface for GTK+"
 HOMEPAGE="http://www.gtkmm.org";
 
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
 SLOT="3.0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="aqua doc examples test wayland +X"



1.1                  dev-cpp/gtkmm/gtkmm-3.14.0-r1.ebuild

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

Index: gtkmm-3.14.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.14.0-r1.ebuild,v 1.1 
2015/03/06 05:06:28 tetromino Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2 multilib-minimal

DESCRIPTION="C++ interface for GTK+"
HOMEPAGE="http://www.gtkmm.org";

LICENSE="LGPL-2.1+"
SLOT="3.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="aqua doc examples test wayland +X"
REQUIRED_USE="|| ( aqua wayland X )"

COMMON_DEPEND="
        >=dev-cpp/glibmm-2.41.2:2[${MULTILIB_USEDEP}]
        >=x11-libs/gtk+-3.14:3[aqua?,wayland?,X?,${MULTILIB_USEDEP}]
        >=x11-libs/gdk-pixbuf-2.28:2[${MULTILIB_USEDEP}]
        >=dev-cpp/atkmm-2.22.7[${MULTILIB_USEDEP}]
        >=dev-cpp/cairomm-1.10.0-r1[${MULTILIB_USEDEP}]
        >=dev-cpp/pangomm-2.34.0:1.4[${MULTILIB_USEDEP}]
        >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]
"
RDEPEND="${COMMON_DEPEND}
        abi_x86_32? (
                !<=app-emulation/emul-linux-x86-gtkmmlibs-20140508
                !app-emulation/emul-linux-x86-gtkmmlibs[-abi_x86_32(-)] )
"
DEPEND="${COMMON_DEPEND}
        virtual/pkgconfig
        doc? (
                media-gfx/graphviz
                dev-libs/libxslt
                app-doc/doxygen )
"
#       dev-cpp/mm-common"
# eautoreconf needs mm-common

src_prepare() {
        if ! use test; then
                # don't waste time building tests
                sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
                        || die "sed 1 failed"
        fi

        if ! use examples; then
                # don't waste time building tests
                sed 's/^\(SUBDIRS =.*\)demos\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
                        || die "sed 2 failed"
        fi

        gnome2_src_prepare
}

multilib_src_configure() {
        ECONF_SOURCE="${S}" gnome2_src_configure \
                --enable-api-atkmm \
                $(multilib_native_use_enable doc documentation) \
                $(use_enable aqua quartz-backend) \
                $(use_enable wayland wayland-backend) \
                $(use_enable X x11-backend)
}

multilib_src_install() {
        gnome2_src_install
}

multilib_src_install_all() {
        DOCS="AUTHORS ChangeLog PORTING NEWS README"
        einstalldocs
}



1.1                  dev-cpp/gtkmm/gtkmm-2.24.4-r1.ebuild

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

Index: gtkmm-2.24.4-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.24.4-r1.ebuild,v 1.1 
2015/03/06 05:06:28 tetromino Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2 multilib-minimal

DESCRIPTION="C++ interface for GTK+"
HOMEPAGE="http://www.gtkmm.org";

LICENSE="LGPL-2.1+"
SLOT="2.4"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="doc examples test"

COMMON_DEPEND="
        >=dev-cpp/glibmm-2.34.1:2[${MULTILIB_USEDEP}]
        >=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}]
        >=x11-libs/gdk-pixbuf-2.28:2[${MULTILIB_USEDEP}]
        >=dev-cpp/atkmm-2.22.7[${MULTILIB_USEDEP}]
        >=dev-cpp/cairomm-1.10.0-r1[${MULTILIB_USEDEP}]
        >=dev-cpp/pangomm-2.34.0:1.4[${MULTILIB_USEDEP}]
        >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]
"
RDEPEND="${COMMON_DEPEND}
        abi_x86_32? (
                !<=app-emulation/emul-linux-x86-gtkmmlibs-20140508
                !app-emulation/emul-linux-x86-gtkmmlibs[-abi_x86_32(-)] )
"
DEPEND="${COMMON_DEPEND}
        virtual/pkgconfig
        doc? (
                media-gfx/graphviz
                dev-libs/libxslt
                app-doc/doxygen )
"

src_prepare() {
        if ! use test; then
                # don't waste time building tests
                sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
                        || die "sed 1 failed"
        fi

        if ! use examples; then
                # don't waste time building tests
                sed 's/^\(SUBDIRS =.*\)demos\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
                        || die "sed 2 failed"
        fi

        gnome2_src_prepare
}

multilib_src_configure() {
        ECONF_SOURCE="${S}" gnome2_src_configure \
                --enable-api-atkmm \
                $(multilib_native_use_enable doc documentation)
}

multilib_src_install() {
        gnome2_src_install
}

multilib_src_install_all() {
        DOCS="AUTHORS ChangeLog PORTING NEWS README"
        einstalldocs
}




Reply via email to