From f705a93d25bf9d5606336960939752b07d57f9a0 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Mon, 17 Sep 2007 21:23:12 +0000 Subject: bump to 2.18.2 (Portage version: 2.1.3.9) --- gnome-base/libgnomeprint/ChangeLog | 8 ++++- .../files/digest-libgnomeprint-2.18.2 | 3 ++ .../libgnomeprint/libgnomeprint-2.18.2.ebuild | 41 ++++++++++++++++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 gnome-base/libgnomeprint/files/digest-libgnomeprint-2.18.2 create mode 100644 gnome-base/libgnomeprint/libgnomeprint-2.18.2.ebuild 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 + +libgnomeprint-2.18.2.ebuild: + bump to 2.18.2, updated arabic translation 28 Aug 2007; Jeroen Roovers 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)" +} -- cgit v1.2.3-65-gdbad