diff options
author | 2013-04-20 09:21:18 +0000 | |
---|---|---|
committer | 2013-04-20 09:21:18 +0000 | |
commit | 935fb7d6414bda472812505101c3054fdde2c2b7 (patch) | |
tree | 51fb84aee2b513fde55249ed485aa067ff62761f /gnome-extra/gnome-documents | |
parent | License for media-libs/simage and media-video/mpeg2vidcodec, bugs 465086 and ... (diff) | |
download | gentoo-2-935fb7d6414bda472812505101c3054fdde2c2b7.tar.gz gentoo-2-935fb7d6414bda472812505101c3054fdde2c2b7.tar.bz2 gentoo-2-935fb7d6414bda472812505101c3054fdde2c2b7.zip |
Version bump
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/gnome-documents')
-rw-r--r-- | gnome-extra/gnome-documents/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/gnome-documents/gnome-documents-3.8.1.ebuild | 46 |
2 files changed, 52 insertions, 1 deletions
diff --git a/gnome-extra/gnome-documents/ChangeLog b/gnome-extra/gnome-documents/ChangeLog index bc5e60b38a58..8219942c627d 100644 --- a/gnome-extra/gnome-documents/ChangeLog +++ b/gnome-extra/gnome-documents/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/gnome-documents # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.13 2013/03/29 22:34:18 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.14 2013/04/20 09:21:18 pacho Exp $ + +*gnome-documents-3.8.1 (20 Apr 2013) + + 20 Apr 2013; Pacho Ramos <pacho@gentoo.org> +gnome-documents-3.8.1.ebuild: + Version bump 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -gnome-documents-0.4.2.ebuild: diff --git a/gnome-extra/gnome-documents/gnome-documents-3.8.1.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.8.1.ebuild new file mode 100644 index 000000000000..953aec8a2aed --- /dev/null +++ b/gnome-extra/gnome-documents/gnome-documents-3.8.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2013 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.8.1.ebuild,v 1.1 2013/04/20 09:21:18 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="GNOME document manager" +HOMEPAGE="https://live.gnome.org/Design/Apps/Documents" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length +COMMON_DEPEND=" + >=app-misc/tracker-0.16:= + >=app-text/evince-3.7.4[introspection] + dev-libs/gjs + >=dev-libs/glib-2.35.1:2 + >=dev-libs/gobject-introspection-1.31.6 + >=dev-libs/libgdata-0.13.3[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.41.3:2.4 + >=net-libs/libzapojit-0.0.2 + >=net-libs/webkit-gtk-1.10.0:3 + >=x11-libs/gdk-pixbuf-2.25:2[introspection] + >=x11-libs/gtk+-3.7.7: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 +" |