summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2007-09-17 21:23:12 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2007-09-17 21:23:12 +0000
commitf705a93d25bf9d5606336960939752b07d57f9a0 (patch)
treef5a070a8749d3f131441b37bb92cf4cf7d8a851c /gnome-base/libgnomeprint
parentStable on sparc wrt bug #192579 (diff)
downloadgentoo-2-f705a93d25bf9d5606336960939752b07d57f9a0.tar.gz
gentoo-2-f705a93d25bf9d5606336960939752b07d57f9a0.tar.bz2
gentoo-2-f705a93d25bf9d5606336960939752b07d57f9a0.zip
bump to 2.18.2
(Portage version: 2.1.3.9)
Diffstat (limited to 'gnome-base/libgnomeprint')
-rw-r--r--gnome-base/libgnomeprint/ChangeLog8
-rw-r--r--gnome-base/libgnomeprint/files/digest-libgnomeprint-2.18.23
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-2.18.2.ebuild41
3 files changed, 51 insertions, 1 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog
index cb7b639753d3..d351962a1bbc 100644
--- a/gnome-base/libgnomeprint/ChangeLog
+++ b/gnome-base/libgnomeprint/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-base/libgnomeprint
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.126 2007/08/28 19:37:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.127 2007/09/17 21:23:12 eva Exp $
+
+*libgnomeprint-2.18.2 (17 Sep 2007)
+
+ 17 Sep 2007; Gilles Dartiguelongue <eva@gentoo.org>
+ +libgnomeprint-2.18.2.ebuild:
+ bump to 2.18.2, updated arabic translation
28 Aug 2007; Jeroen Roovers <jer@gentoo.org> libgnomeprint-2.18.0.ebuild:
Stable for HPPA (bug #185823).
diff --git a/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.18.2 b/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.18.2
new file mode 100644
index 000000000000..be0cf680e6a7
--- /dev/null
+++ b/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.18.2
@@ -0,0 +1,3 @@
+MD5 b1f6c95a8dbb8ce17ab00fc2eea2aa91 libgnomeprint-2.18.2.tar.bz2 867762
+RMD160 53126d1ff565e1fefd66d33eb6380a6a55c5a1cc libgnomeprint-2.18.2.tar.bz2 867762
+SHA256 a55b91288aa00b3523feafae155cb7182abb6b646dc86b8bfaf191076389dda4 libgnomeprint-2.18.2.tar.bz2 867762
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.18.2.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.18.2.ebuild
new file mode 100644
index 000000000000..6c03077124ca
--- /dev/null
+++ b/gnome-base/libgnomeprint/libgnomeprint-2.18.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.2.ebuild,v 1.1 2007/09/17 21:23:12 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
+ dev-libs/popt
+ 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() {
+ G2CONF="$(use_with cups)"
+}