From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-base/nautilus/
Date: Thu, 7 Jul 2011 15:10:24 +0000 (UTC) [thread overview]
Message-ID: <65ed2e3e7aad108c4e66a9cdee6c1f4b672ea885.tetromino@gentoo> (raw)
commit: 65ed2e3e7aad108c4e66a9cdee6c1f4b672ea885
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Thu Jul 7 15:06:14 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Jul 7 15:08:23 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=65ed2e3e
gnome-base/nautilus: 3.0.2 → 3.1.3
Version bump to gnome-3.1.x version. Update dependencies. Make
packagekit support optional.
---
...nautilus-3.0.2.ebuild => nautilus-3.1.3.ebuild} | 10 ++++++----
gnome-base/nautilus/nautilus-9999.ebuild | 12 +++++++-----
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/gnome-base/nautilus/nautilus-3.0.2.ebuild b/gnome-base/nautilus/nautilus-3.1.3.ebuild
similarity index 92%
rename from gnome-base/nautilus/nautilus-3.0.2.ebuild
rename to gnome-base/nautilus/nautilus-3.1.3.ebuild
index da2ec5a..e9f4eaf 100644
--- a/gnome-base/nautilus/nautilus-3.0.2.ebuild
+++ b/gnome-base/nautilus/nautilus-3.1.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -21,11 +21,11 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux"
fi
-IUSE="doc exif gnome +introspection sendto xmp"
+IUSE="doc exif gnome +introspection packagekit sendto xmp"
COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
>=x11-libs/pango-1.28.3
- >=x11-libs/gtk+-3.0.8:3[introspection?]
+ >=x11-libs/gtk+-3.1.6:3[introspection?]
>=dev-libs/libxml2-2.7.8:2
>=gnome-base/gnome-desktop-3.0.0:3
@@ -43,8 +43,10 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.40.1
sys-devel/gettext
+ x11-proto/xproto
doc? ( >=dev-util/gtk-doc-1.4 )"
RDEPEND="${COMMON_DEPEND}
+ packagekit? ( app-portage/packagekit )
sendto? ( !gnome-extra/nautilus-sendto )"
# For eautoreconf
# gnome-base/gnome-common
@@ -56,9 +58,9 @@ pkg_setup() {
G2CONF="${G2CONF}
--disable-maintainer-mode
--disable-update-mimedb
- --disable-packagekit
$(use_enable exif libexif)
$(use_enable introspection)
+ $(use_enable packagekit)
$(use_enable sendto nst-extension)
$(use_enable xmp)"
DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO"
diff --git a/gnome-base/nautilus/nautilus-9999.ebuild b/gnome-base/nautilus/nautilus-9999.ebuild
index f5b9a68..17c6313 100644
--- a/gnome-base/nautilus/nautilus-9999.ebuild
+++ b/gnome-base/nautilus/nautilus-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -21,16 +21,16 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux"
fi
-IUSE="doc exif gnome +introspection sendto xmp"
+IUSE="doc exif gnome +introspection packagekit sendto xmp"
COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
>=x11-libs/pango-1.28.3
- >=x11-libs/gtk+-3.0.8:3[introspection?]
+ >=x11-libs/gtk+-3.1.6:3[introspection?]
>=dev-libs/libxml2-2.7.8:2
>=gnome-base/gnome-desktop-3.0.0:3
gnome-base/gsettings-desktop-schemas
- x11-libs/libnotify
+ >=x11-libs/libnotify-0.7
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
@@ -43,8 +43,10 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.40.1
sys-devel/gettext
+ x11-proto/xproto
doc? ( >=dev-util/gtk-doc-1.4 )"
RDEPEND="${COMMON_DEPEND}
+ packagekit? ( app-portage/packagekit )
sendto? ( !gnome-extra/nautilus-sendto )"
# For eautoreconf
# gnome-base/gnome-common
@@ -56,9 +58,9 @@ pkg_setup() {
G2CONF="${G2CONF}
--disable-maintainer-mode
--disable-update-mimedb
- --disable-packagekit
$(use_enable exif libexif)
$(use_enable introspection)
+ $(use_enable packagekit)
$(use_enable sendto nst-extension)
$(use_enable xmp)"
DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO"
next reply other threads:[~2011-07-07 15:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-07 15:10 Alexandre Restovtsev [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-07-23 17:46 [gentoo-commits] proj/gnome:gnome-next commit in: gnome-base/nautilus/ Alexandre Restovtsev
2011-07-26 8:29 Alexandre Restovtsev
2011-08-25 4:26 Alexandre Restovtsev
2011-09-25 21:44 Alexandre Restovtsev
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=65ed2e3e7aad108c4e66a9cdee6c1f4b672ea885.tetromino@gentoo \
--to=tetromino@gmail.com \
--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: link
Be 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