diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-25 18:25:25 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-25 18:25:25 +0000 |
commit | 16c9eb7b6fe7026b1687de95b7d296d3ff40f785 (patch) | |
tree | a3ddc983fbd5b636b486526e16b3d615116dbcea /gnome-extra/gnome-documents | |
parent | Version bump for Gnome 3.6. Switch to EAPI=5. USE=introspection is now global. (diff) | |
download | gentoo-2-16c9eb7b6fe7026b1687de95b7d296d3ff40f785.tar.gz gentoo-2-16c9eb7b6fe7026b1687de95b7d296d3ff40f785.tar.bz2 gentoo-2-16c9eb7b6fe7026b1687de95b7d296d3ff40f785.zip |
Version bump for Gnome 3.6. Switch to EAPI=5.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-extra/gnome-documents')
-rw-r--r-- | gnome-extra/gnome-documents/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/gnome-documents/gnome-documents-0.2.1.ebuild | 46 | ||||
-rw-r--r-- | gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild | 46 |
3 files changed, 53 insertions, 47 deletions
diff --git a/gnome-extra/gnome-documents/ChangeLog b/gnome-extra/gnome-documents/ChangeLog index 3bb874f80e53..863f73b15b63 100644 --- a/gnome-extra/gnome-documents/ChangeLog +++ b/gnome-extra/gnome-documents/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/gnome-documents # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.4 2012/05/19 23:10:54 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.5 2012/12/25 18:25:25 eva Exp $ + +*gnome-documents-3.6.2 (25 Dec 2012) + + 25 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-documents-0.2.1.ebuild, +gnome-documents-3.6.2.ebuild: + Version bump for Gnome 3.6. Switch to EAPI=5. *gnome-documents-0.4.2 (19 May 2012) diff --git a/gnome-extra/gnome-documents/gnome-documents-0.2.1.ebuild b/gnome-extra/gnome-documents/gnome-documents-0.2.1.ebuild deleted file mode 100644 index 0b0c011287ab..000000000000 --- a/gnome-extra/gnome-documents/gnome-documents-0.2.1.ebuild +++ /dev/null @@ -1,46 +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/gnome-documents/gnome-documents-0.2.1.ebuild,v 1.3 2012/05/05 06:25:22 jdhore Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="GNOME document manager" -HOMEPAGE="https://live.gnome.org/Design/Apps/Documents" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" - -COMMON_DEPEND=" - >=app-misc/tracker-0.12.1 - >=app-text/evince-3[introspection] - dev-libs/gjs - >=dev-libs/glib-2.29.90:2 - >=dev-libs/gobject-introspection-0.9.6 - >=dev-libs/libgdata-0.9.1[introspection] - gnome-base/gnome-desktop:3 - >=media-libs/clutter-gtk-1.0.1:1.0[introspection] - >=net-libs/gnome-online-accounts-3.1.90 - net-libs/liboauth - net-libs/libsoup:2.4 - x11-libs/gdk-pixbuf:2[introspection] - >=x11-libs/gtk+-3.1.13:3[introspection] - x11-libs/pango[introspection]" -RDEPEND="${COMMON_DEPEND} - media-libs/clutter[introspection] - sys-apps/dbus - x11-themes/gnome-icon-theme-symbolic" -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40 - virtual/pkgconfig - >=sys-devel/gettext-0.17" - -pkg_setup() { - DOCS="AUTHORS NEWS README TODO" - G2CONF="${G2CONF} --disable-schemas-compile" -} diff --git a/gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild new file mode 100644 index 000000000000..4c180956bbf6 --- /dev/null +++ b/gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild,v 1.1 2012/12/25 18:25:25 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="GNOME document manager" +HOMEPAGE="https://live.gnome.org/Design/Apps/Documents" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +# Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length +COMMON_DEPEND=" + >=app-misc/tracker-0.13.1:= + >=app-text/evince-3.3.0[introspection] + dev-libs/gjs + >=dev-libs/glib-2.31.6:2 + >=dev-libs/gobject-introspection-1.31.6 + >=dev-libs/libgdata-0.13.1[gnome,introspection] + gnome-base/gnome-desktop:3= + >=media-libs/clutter-1.10:1.0 + >=media-libs/clutter-gtk-1.3.2:1.0[introspection] + >=net-libs/gnome-online-accounts-3.2.0 + net-libs/libsoup:2.4 + >=net-libs/libzapojit-0.0.2 + >=x11-libs/gdk-pixbuf-2.25:2[introspection] + >=x11-libs/gtk+-3.5.5:3[introspection] + x11-libs/pango[introspection] +" +RDEPEND="${COMMON_DEPEND} + media-libs/clutter[introspection] + sys-apps/dbus + x11-themes/gnome-icon-theme-symbolic +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.17 + virtual/pkgconfig +" |