From: "Ettore Di Giacinto" <mudler@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/gentoo-mate:master commit in: app-editors/pluma/ Date: Thu, 16 Mar 2017 16:17:37 +0000 (UTC) [thread overview] Message-ID: <1489674871.9e8c98c04615217cbe5a70722c5ee7d16348dd4e.mudler@gentoo> (raw) commit: 9e8c98c04615217cbe5a70722c5ee7d16348dd4e Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> AuthorDate: Thu Mar 16 14:34:31 2017 +0000 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> CommitDate: Thu Mar 16 14:34:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=9e8c98c0 app-editors/pluma: sync live ebuild with upstream * Add introspection useflag * Readd python dep. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-editors/pluma/pluma-9999.ebuild | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/app-editors/pluma/pluma-9999.ebuild b/app-editors/pluma/pluma-9999.ebuild index 17826bb..65d4d2f 100644 --- a/app-editors/pluma/pluma-9999.ebuild +++ b/app-editors/pluma/pluma-9999.ebuild @@ -5,7 +5,9 @@ EAPI=6 MATE_LA_PUNT="yes" -inherit mate multilib virtualx +PYTHON_COMPAT=( python2_7 ) + +inherit mate multilib python-single-r1 virtualx if [[ ${PV} != 9999 ]]; then KEYWORDS="~amd64 ~arm ~x86" @@ -15,7 +17,9 @@ DESCRIPTION="Pluma text editor for the MATE desktop" LICENSE="GPL-2" SLOT="0" -IUSE="spell" +IUSE="+introspection spell" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Tests require gvfs sftp fs mounted and schema's installed. Disable tests. # https://github.com/mate-desktop/mate-text-editor/issues/33 @@ -23,24 +27,27 @@ RESTRICT="test" COMMON_DEPEND="dev-libs/atk:0 >=dev-libs/glib-2.36:2 + >=dev-libs/libpeas-1.2.0[gtk] >=dev-libs/libxml2-2.5:2 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-3.14.0:3[introspection?] + >=x11-libs/gtksourceview-3.0.0:3.0 x11-libs/libICE:0 x11-libs/libX11:0 >=x11-libs/libSM-1.0 x11-libs/pango:0 virtual/libintl:0 - >=x11-libs/gtk+-3.14.0:3 - >=x11-libs/gtksourceview-3.0.0:3.0 + introspection? ( >=dev-libs/gobject-introspection-0.9.3:= ) spell? ( >=app-text/enchant-1.2:0 >=app-text/iso-codes-0.35:0 ) !!app-editors/mate-text-editor" -RDEPEND="${COMMON_DEPEND} - >=mate-base/mate-desktop-1.9" +RDEPEND="${PYTHON_DEPS} + ${COMMON_DEPEND} + >=mate-base/mate-desktop-1.9[introspection?]" DEPEND="${COMMON_DEPEND} ~app-text/docbook-xml-dtd-4.1.2 @@ -56,6 +63,7 @@ DEPEND="${COMMON_DEPEND} src_configure() { mate_src_configure \ + $(use_enable introspection) \ $(use_enable spell) }
WARNING: multiple messages have this Message-ID (diff)
From: "Ettore Di Giacinto" <mudler@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: app-editors/pluma/ Date: Thu, 16 Mar 2017 16:08:02 +0000 (UTC) [thread overview] Message-ID: <1489674871.9e8c98c04615217cbe5a70722c5ee7d16348dd4e.mudler@gentoo> (raw) Message-ID: <20170316160802.lRx0oNR-SWajEHdhwx3wXS_BxcNOp89THejbGPQBkpY@z> (raw) commit: 9e8c98c04615217cbe5a70722c5ee7d16348dd4e Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> AuthorDate: Thu Mar 16 14:34:31 2017 +0000 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> CommitDate: Thu Mar 16 14:34:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=9e8c98c0 app-editors/pluma: sync live ebuild with upstream * Add introspection useflag * Readd python dep. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-editors/pluma/pluma-9999.ebuild | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/app-editors/pluma/pluma-9999.ebuild b/app-editors/pluma/pluma-9999.ebuild index 17826bb..65d4d2f 100644 --- a/app-editors/pluma/pluma-9999.ebuild +++ b/app-editors/pluma/pluma-9999.ebuild @@ -5,7 +5,9 @@ EAPI=6 MATE_LA_PUNT="yes" -inherit mate multilib virtualx +PYTHON_COMPAT=( python2_7 ) + +inherit mate multilib python-single-r1 virtualx if [[ ${PV} != 9999 ]]; then KEYWORDS="~amd64 ~arm ~x86" @@ -15,7 +17,9 @@ DESCRIPTION="Pluma text editor for the MATE desktop" LICENSE="GPL-2" SLOT="0" -IUSE="spell" +IUSE="+introspection spell" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Tests require gvfs sftp fs mounted and schema's installed. Disable tests. # https://github.com/mate-desktop/mate-text-editor/issues/33 @@ -23,24 +27,27 @@ RESTRICT="test" COMMON_DEPEND="dev-libs/atk:0 >=dev-libs/glib-2.36:2 + >=dev-libs/libpeas-1.2.0[gtk] >=dev-libs/libxml2-2.5:2 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-3.14.0:3[introspection?] + >=x11-libs/gtksourceview-3.0.0:3.0 x11-libs/libICE:0 x11-libs/libX11:0 >=x11-libs/libSM-1.0 x11-libs/pango:0 virtual/libintl:0 - >=x11-libs/gtk+-3.14.0:3 - >=x11-libs/gtksourceview-3.0.0:3.0 + introspection? ( >=dev-libs/gobject-introspection-0.9.3:= ) spell? ( >=app-text/enchant-1.2:0 >=app-text/iso-codes-0.35:0 ) !!app-editors/mate-text-editor" -RDEPEND="${COMMON_DEPEND} - >=mate-base/mate-desktop-1.9" +RDEPEND="${PYTHON_DEPS} + ${COMMON_DEPEND} + >=mate-base/mate-desktop-1.9[introspection?]" DEPEND="${COMMON_DEPEND} ~app-text/docbook-xml-dtd-4.1.2 @@ -56,6 +63,7 @@ DEPEND="${COMMON_DEPEND} src_configure() { mate_src_configure \ + $(use_enable introspection) \ $(use_enable spell) }
next reply other threads:[~2017-03-16 16:17 UTC|newest] Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top 2017-03-16 16:17 Ettore Di Giacinto [this message] 2017-03-16 16:08 ` [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: app-editors/pluma/ Ettore Di Giacinto -- strict thread matches above, loose matches on Subject: below -- 2021-08-02 1:02 [gentoo-commits] proj/gentoo-mate:master " Adam Feldman 2021-06-10 15:36 Adam Feldman 2021-06-10 0:24 Adam Feldman 2021-06-09 2:05 Adam Feldman 2020-09-07 18:08 Adam Feldman 2020-09-07 18:08 Adam Feldman 2020-09-02 5:55 Adam Feldman 2020-04-09 22:52 Adam Feldman 2018-02-11 13:49 Ettore Di Giacinto 2018-01-14 10:52 Ettore Di Giacinto 2017-09-27 3:18 NP Hardass 2017-05-14 10:36 Ettore Di Giacinto 2017-03-16 16:08 [gentoo-commits] proj/gentoo-mate:1.18-bump " Ettore Di Giacinto 2017-03-16 16:17 ` [gentoo-commits] proj/gentoo-mate:master " Ettore Di Giacinto 2017-01-13 11:08 Ettore Di Giacinto 2017-01-13 11:08 Ettore Di Giacinto 2016-11-29 19:49 Ettore Di Giacinto 2016-11-29 19:49 Ettore Di Giacinto 2016-11-22 11:11 Ettore Di Giacinto 2016-10-15 2:22 NP Hardass 2016-10-15 2:22 NP Hardass 2016-09-10 18:56 NP Hardass 2016-07-06 6:20 NP Hardass 2016-06-17 17:39 NP Hardass 2015-12-31 6:27 NP Hardass
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1489674871.9e8c98c04615217cbe5a70722c5ee7d16348dd4e.mudler@gentoo \ --to=mudler@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox