summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-09-27 15:36:54 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-09-27 15:36:54 +0000
commit95f3f9cdf54e061cce0bacb5aa41b178664197a4 (patch)
tree3355fd4bdcbee299124467692c4d6d5443788dfa /gnome-base
parentStable on ppc64; bug #234099 (diff)
downloadgentoo-2-95f3f9cdf54e061cce0bacb5aa41b178664197a4.tar.gz
gentoo-2-95f3f9cdf54e061cce0bacb5aa41b178664197a4.tar.bz2
gentoo-2-95f3f9cdf54e061cce0bacb5aa41b178664197a4.zip
bump to 2.18.5. Updated translations.
(Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/libgnomeprint/ChangeLog8
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-2.18.5.ebuild42
2 files changed, 49 insertions, 1 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog
index 9ddda58c0b81..a19a5f10a3a9 100644
--- a/gnome-base/libgnomeprint/ChangeLog
+++ b/gnome-base/libgnomeprint/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-base/libgnomeprint
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.155 2008/08/28 09:30:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.156 2008/09/27 15:36:54 eva Exp $
+
+*libgnomeprint-2.18.5 (27 Sep 2008)
+
+ 27 Sep 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +libgnomeprint-2.18.5.ebuild:
+ bump to 2.18.5. Updated translations.
28 Aug 2008; Diego Pettenò <flameeyes@gentoo.org>
libgnomeprint-2.18.4.ebuild:
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.18.5.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.18.5.ebuild
new file mode 100644
index 000000000000..b8a6eb8d5629
--- /dev/null
+++ b/gnome-base/libgnomeprint/libgnomeprint-2.18.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.5.ebuild,v 1.1 2008/09/27 15:36:54 eva Exp $
+
+inherit gnome2
+
+DESCRIPTION="Printer handling for Gnome"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="2.2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="cups doc"
+
+RDEPEND=">=dev-libs/glib-2
+ >=media-libs/libart_lgpl-2.3.7
+ >=x11-libs/pango-1.5
+ >=dev-libs/libxml2-2.4.23
+ >=media-libs/fontconfig-1
+ >=media-libs/freetype-2.0.5
+ sys-libs/zlib
+ cups? (
+ >=net-print/cups-1.1.20
+ >=net-print/libgnomecups-0.2 )"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/intltool-0.35
+ >=dev-util/pkgconfig-0.9
+ sys-devel/flex
+ sys-devel/bison
+ doc? (
+ ~app-text/docbook-xml-dtd-4.1.2
+ >=dev-util/gtk-doc-0.9 )"
+
+DOCS="AUTHORS BUGS ChangeLog* NEWS README"
+USE_DESTDIR="1"
+
+pkg_setup() {
+ # Disable papi support until papi is in portage; avoids automagic
+ # dependencies on an untracked library.
+ G2CONF="$(use_with cups) --without-papi"
+}