* [gentoo-commits] proj/gnome:master commit in: gnome-extra/nautilus-sendto/
@ 2012-12-24 16:05 Gilles Dartiguelongue
0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-24 16:05 UTC (permalink / raw
To: gentoo-commits
commit: ff8fc6d35de0dc4272021271fbbcc37182c696ba
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 15:58:41 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 15:58:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ff8fc6d3
gnome-extra/nautilus-sendto: moved to gx86, add metadata.xml
---
| 11 +++
.../nautilus-sendto/nautilus-sendto-3.6.0.ebuild | 66 --------------------
2 files changed, 11 insertions(+), 66 deletions(-)
--git a/gnome-extra/nautilus-sendto/metadata.xml b/gnome-extra/nautilus-sendto/metadata.xml
new file mode 100644
index 0000000..b47046f
--- /dev/null
+++ b/gnome-extra/nautilus-sendto/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+ <use>
+ <flag name="gajim">Enables support for <pkg>net-im/gajim</pkg></flag>
+ <flag name="mail">Enables support for mailto using
+ <pkg>gnome-extra/evolution-data-server</pkg></flag>
+ <flag name="pidgin">Enables support for <pkg>net-im/pidgin</pkg></flag>
+ </use>
+</pkgmetadata>
diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.6.0.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.6.0.ebuild
deleted file mode 100644
index 0f81b91..0000000
--- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.6.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.3.ebuild,v 1.1 2012/05/13 00:24:42 tetromino Exp $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 multilib
-
-DESCRIPTION="A nautilus extension for sending files to locations"
-HOMEPAGE="http://www.gnome.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cdr gajim +mail pidgin upnp-av"
-
-COMMON_DEPEND=">=x11-libs/gtk+-2.90.3:3[X(+)]
- >=dev-libs/glib-2.25.9:2
- cdr? ( >=app-cdr/brasero-2.26.0[nautilus] )
- gajim? (
- net-im/gajim
- >=dev-libs/dbus-glib-0.60 )
- mail? ( >=gnome-extra/evolution-data-server-3.5.3 )
- pidgin? (
- >=net-im/pidgin-2.0.0
- >=dev-libs/dbus-glib-0.60 )
- upnp-av? ( >=net-libs/gupnp-0.13.0 )"
-RDEPEND="${COMMON_DEPEND}
- >=gnome-base/nautilus-2.91.1[sendto]"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/gtk-doc-am-1.9
- >=gnome-base/nautilus-2.91.1
- >=dev-util/intltool-0.35
- sys-devel/gettext
- virtual/pkgconfig
-"
-# Needed for eautoreconf
-# >=gnome-base/gnome-common-0.12
-
-_use_plugin() {
- if use ${1}; then
- G2CONF="${G2CONF}${2:-"${1}"},"
- fi
-}
-
-src_configure() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF}
- --with-plugins=removable-devices,"
- _use_plugin cdr nautilus-burn
- _use_plugin mail evolution
- _use_plugin pidgin
- _use_plugin gajim
- _use_plugin upnp-av upnp
- gnome2_src_configure
-}
-
-src_install() {
- gnome2_src_install
-
- # Prevent file collision with nautilus-3 (which installs its own copy of
- # libnautilus-sendto.so)
- rm -r "${ED}/usr/$(get_libdir)/nautilus/extensions-"*
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/nautilus-sendto/
@ 2014-10-26 16:55 Gilles Dartiguelongue
0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-26 16:55 UTC (permalink / raw
To: gentoo-commits
commit: 8f00cb57eac05abe27cf9c8d2aa739084ab676ec
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 16:49:00 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 16:49:00 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8f00cb57
gnome-extra/nautilus-sendto: clean up
---
| 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gnome-extra/nautilus-sendto/metadata.xml b/gnome-extra/nautilus-sendto/metadata.xml
deleted file mode 100644
index b47046f..0000000
--- a/gnome-extra/nautilus-sendto/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>gnome</herd>
- <use>
- <flag name="gajim">Enables support for <pkg>net-im/gajim</pkg></flag>
- <flag name="mail">Enables support for mailto using
- <pkg>gnome-extra/evolution-data-server</pkg></flag>
- <flag name="pidgin">Enables support for <pkg>net-im/pidgin</pkg></flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/nautilus-sendto/
@ 2012-12-15 18:52 Alexandre Rostovtsev
0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-15 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 39469415052a55a814946ecff13cf164720f09cf
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 15 18:51:38 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Sat Dec 15 18:51:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=39469415
gnome-extra/nautilus-sendto: rename upnp USE flag to upnp-av (#435770)
---
.../nautilus-sendto/nautilus-sendto-3.6.0.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.6.0.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.6.0.ebuild
index 5d77c26..0f81b91 100644
--- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.6.0.ebuild
+++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.6.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.gnome.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="cdr gajim +mail pidgin upnp"
+IUSE="cdr gajim +mail pidgin upnp-av"
COMMON_DEPEND=">=x11-libs/gtk+-2.90.3:3[X(+)]
>=dev-libs/glib-2.25.9:2
@@ -26,7 +26,7 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.90.3:3[X(+)]
pidgin? (
>=net-im/pidgin-2.0.0
>=dev-libs/dbus-glib-0.60 )
- upnp? ( >=net-libs/gupnp-0.13.0 )"
+ upnp-av? ( >=net-libs/gupnp-0.13.0 )"
RDEPEND="${COMMON_DEPEND}
>=gnome-base/nautilus-2.91.1[sendto]"
DEPEND="${COMMON_DEPEND}
@@ -53,7 +53,7 @@ src_configure() {
_use_plugin mail evolution
_use_plugin pidgin
_use_plugin gajim
- _use_plugin upnp
+ _use_plugin upnp-av upnp
gnome2_src_configure
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/nautilus-sendto/
@ 2012-10-27 21:50 Gilles Dartiguelongue
0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 21:50 UTC (permalink / raw
To: gentoo-commits
commit: b4c8df32a4d87b5a469ead9096e596ac0332c81e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 21:39:06 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 21:39:06 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b4c8df32
gnome-base/gnome-desktop: gnome-extra/nautilus-sendto: 3.5.3 → 3.6.1
---
...o-3.5.3.ebuild => nautilus-sendto-3.6.0.ebuild} | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.5.3.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.6.0.ebuild
similarity index 93%
rename from gnome-extra/nautilus-sendto/nautilus-sendto-3.5.3.ebuild
rename to gnome-extra/nautilus-sendto/nautilus-sendto-3.6.0.ebuild
index 214c685..5d77c26 100644
--- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.5.3.ebuild
+++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.6.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.gnome.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="cdr doc gajim +mail pidgin upnp"
+IUSE="cdr gajim +mail pidgin upnp"
COMMON_DEPEND=">=x11-libs/gtk+-2.90.3:3[X(+)]
>=dev-libs/glib-2.25.9:2
@@ -30,14 +30,14 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.90.3:3[X(+)]
RDEPEND="${COMMON_DEPEND}
>=gnome-base/nautilus-2.91.1[sendto]"
DEPEND="${COMMON_DEPEND}
+ >=dev-util/gtk-doc-am-1.9
>=gnome-base/nautilus-2.91.1
>=dev-util/intltool-0.35
sys-devel/gettext
virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.9 )"
+"
# Needed for eautoreconf
# >=gnome-base/gnome-common-0.12
-# dev-util/gtk-doc-am
_use_plugin() {
if use ${1}; then
@@ -45,7 +45,7 @@ _use_plugin() {
fi
}
-pkg_setup() {
+src_configure() {
DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
--with-plugins=removable-devices,"
@@ -54,6 +54,7 @@ pkg_setup() {
_use_plugin pidgin
_use_plugin gajim
_use_plugin upnp
+ gnome2_src_configure
}
src_install() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/nautilus-sendto/
@ 2012-08-18 10:47 Priit Laes
0 siblings, 0 replies; 7+ messages in thread
From: Priit Laes @ 2012-08-18 10:47 UTC (permalink / raw
To: gentoo-commits
commit: 03b4cec535527d425645d5a0a8f85c4129f5fb14
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Sat Aug 18 10:46:14 2012 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Sat Aug 18 10:46:14 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=03b4cec5
gnome-extra/nautilus-nautilus-sendto: Add 3.5.3 to overlay
---
.../nautilus-sendto/nautilus-sendto-3.5.3.ebuild | 65 ++++++++++++++++++++
1 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.5.3.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.5.3.ebuild
new file mode 100644
index 0000000..214c685
--- /dev/null
+++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.5.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.3.ebuild,v 1.1 2012/05/13 00:24:42 tetromino Exp $
+
+EAPI="4"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 multilib
+
+DESCRIPTION="A nautilus extension for sending files to locations"
+HOMEPAGE="http://www.gnome.org"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cdr doc gajim +mail pidgin upnp"
+
+COMMON_DEPEND=">=x11-libs/gtk+-2.90.3:3[X(+)]
+ >=dev-libs/glib-2.25.9:2
+ cdr? ( >=app-cdr/brasero-2.26.0[nautilus] )
+ gajim? (
+ net-im/gajim
+ >=dev-libs/dbus-glib-0.60 )
+ mail? ( >=gnome-extra/evolution-data-server-3.5.3 )
+ pidgin? (
+ >=net-im/pidgin-2.0.0
+ >=dev-libs/dbus-glib-0.60 )
+ upnp? ( >=net-libs/gupnp-0.13.0 )"
+RDEPEND="${COMMON_DEPEND}
+ >=gnome-base/nautilus-2.91.1[sendto]"
+DEPEND="${COMMON_DEPEND}
+ >=gnome-base/nautilus-2.91.1
+ >=dev-util/intltool-0.35
+ sys-devel/gettext
+ virtual/pkgconfig
+ doc? ( >=dev-util/gtk-doc-1.9 )"
+# Needed for eautoreconf
+# >=gnome-base/gnome-common-0.12
+# dev-util/gtk-doc-am
+
+_use_plugin() {
+ if use ${1}; then
+ G2CONF="${G2CONF}${2:-"${1}"},"
+ fi
+}
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README"
+ G2CONF="${G2CONF}
+ --with-plugins=removable-devices,"
+ _use_plugin cdr nautilus-burn
+ _use_plugin mail evolution
+ _use_plugin pidgin
+ _use_plugin gajim
+ _use_plugin upnp
+}
+
+src_install() {
+ gnome2_src_install
+
+ # Prevent file collision with nautilus-3 (which installs its own copy of
+ # libnautilus-sendto.so)
+ rm -r "${ED}/usr/$(get_libdir)/nautilus/extensions-"*
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/nautilus-sendto/
@ 2011-10-18 7:37 Alexandre Restovtsev
0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Restovtsev @ 2011-10-18 7:37 UTC (permalink / raw
To: gentoo-commits
commit: fbe3dd9151ed86ee6d143483d6f0d031f798e4d9
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 00:24:53 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 00:24:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fbe3dd91
gnome-extra/nautilus-sendto: add 3.0.1 with nautilus-3 compatibility
nautilus-3[sendto] installs the sendto plugin, but still relies on
nautilus-sendto for the actual backend that sends files to places.
However, nautilus-sendto by default builds its own version of the
nautilus plugin, which we therefore have to delete to prevent file
collisions.
---
.../nautilus-sendto/nautilus-sendto-3.0.1.ebuild | 65 ++++++++++++++++++++
1 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.1.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.1.ebuild
new file mode 100644
index 0000000..f8958d4
--- /dev/null
+++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.0.ebuild,v 1.1 2011/08/18 04:44:26 nirbheek Exp $
+
+EAPI="4"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 multilib
+
+DESCRIPTION="A nautilus extension for sending files to locations"
+HOMEPAGE="http://www.gnome.org"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="cdr doc gajim +mail pidgin upnp"
+
+COMMON_DEPEND=">=x11-libs/gtk+-2.90.3:3
+ >=dev-libs/glib-2.25.9:2
+ cdr? ( >=app-cdr/brasero-2.26.0[nautilus] )
+ gajim? (
+ net-im/gajim
+ >=dev-libs/dbus-glib-0.60 )
+ mail? ( >=gnome-extra/evolution-data-server-1.5.3 )
+ pidgin? (
+ >=net-im/pidgin-2.0.0
+ >=dev-libs/dbus-glib-0.60 )
+ upnp? ( >=net-libs/gupnp-0.13.0 )"
+RDEPEND="${COMMON_DEPEND}
+ >=gnome-base/nautilus-2.91.1[sendto]"
+DEPEND="${COMMON_DEPEND}
+ >=gnome-base/nautilus-2.91.1
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.19
+ >=dev-util/intltool-0.35
+ doc? ( >=dev-util/gtk-doc-1.9 )"
+# Needed for eautoreconf
+# >=gnome-base/gnome-common-0.12
+# dev-util/gtk-doc-am
+
+_use_plugin() {
+ if use ${1}; then
+ G2CONF="${G2CONF}${2:-"${1}"},"
+ fi
+}
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README"
+ G2CONF="${G2CONF}
+ --with-plugins=removable-devices,"
+ _use_plugin cdr nautilus-burn
+ _use_plugin mail evolution
+ _use_plugin pidgin
+ _use_plugin gajim
+ _use_plugin upnp
+}
+
+src_install() {
+ gnome2_src_install
+
+ # Prevent file collision with nautilus-3 (which installs its own copy of
+ # libnautilus-sendto.so)
+ rm -r "${ED}/usr/$(get_libdir)/nautilus/extensions-"*
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/nautilus-sendto/
@ 2011-05-09 22:06 Gilles Dartiguelongue
0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2011-05-09 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 38d6ee0979585b40679916143f42611db104243c
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon May 9 22:04:30 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon May 9 22:04:30 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=38d6ee09
gnome-extra/nautilus-sendto: 2.32.0 → 3.0.0
---
.../nautilus-sendto/nautilus-sendto-3.0.0.ebuild | 55 ++++++++++++++++++++
1 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.0.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.0.ebuild
new file mode 100644
index 0000000..dba533a
--- /dev/null
+++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.0.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.32.0.ebuild,v 1.5 2011/03/22 19:32:09 ranger Exp $
+
+EAPI="4"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 multilib
+
+DESCRIPTION="A nautilus extension for sending files to locations"
+HOMEPAGE="http://www.gnome.org"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="cdr doc gajim +mail pidgin upnp"
+
+RDEPEND=">=x11-libs/gtk+-2.90.3:3
+ >=dev-libs/glib-2.25.9:2
+ >=gnome-base/nautilus-2.31.3
+ cdr? ( >=app-cdr/brasero-2.26.0[nautilus] )
+ gajim? (
+ net-im/gajim
+ >=dev-libs/dbus-glib-0.60 )
+ mail? ( >=gnome-extra/evolution-data-server-1.5.3 )
+ pidgin? (
+ >=net-im/pidgin-2.0.0
+ >=dev-libs/dbus-glib-0.60 )
+ upnp? ( >=net-libs/gupnp-0.13.0 )"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.19
+ >=dev-util/intltool-0.35
+ doc? ( >=dev-util/gtk-doc-1.9 )"
+# Needed for eautoreconf
+# >=gnome-base/gnome-common-0.12
+# dev-util/gtk-doc-am
+
+_use_plugin() {
+ if use ${1}; then
+ G2CONF="${G2CONF}${2:-"${1}"},"
+ fi
+}
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README"
+ G2CONF="${G2CONF}
+ --with-plugins=removable-devices,"
+ _use_plugin cdr nautilus-burn
+ _use_plugin mail evolution
+ _use_plugin pidgin
+ _use_plugin gajim
+ _use_plugin upnp
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-10-26 16:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-24 16:05 [gentoo-commits] proj/gnome:master commit in: gnome-extra/nautilus-sendto/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2014-10-26 16:55 Gilles Dartiguelongue
2012-12-15 18:52 Alexandre Rostovtsev
2012-10-27 21:50 Gilles Dartiguelongue
2012-08-18 10:47 Priit Laes
2011-10-18 7:37 Alexandre Restovtsev
2011-05-09 22:06 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox