summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-02-15 11:59:57 +0000
committerMart Raudsepp <leio@gentoo.org>2008-02-15 11:59:57 +0000
commitecdb4a3922a396d3b2a68b166e83665ce41d8612 (patch)
treeaf0f457cf222c6fffa9afe202c3c336beab29aca /gnome-base
parentSparc stable, Bug #210229. Working since 18 January. (diff)
downloadgentoo-2-ecdb4a3922a396d3b2a68b166e83665ce41d8612.tar.gz
gentoo-2-ecdb4a3922a396d3b2a68b166e83665ce41d8612.tar.bz2
gentoo-2-ecdb4a3922a396d3b2a68b166e83665ce41d8612.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/libgnomeprint/ChangeLog7
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild40
2 files changed, 46 insertions, 1 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog
index 12913bf54519..51d5aaa51541 100644
--- a/gnome-base/libgnomeprint/ChangeLog
+++ b/gnome-base/libgnomeprint/ChangeLog
@@ -1,6 +1,11 @@
# 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.146 2008/02/04 04:41:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.147 2008/02/15 11:59:57 leio Exp $
+
+*libgnomeprint-2.18.4 (15 Feb 2008)
+
+ 15 Feb 2008; Mart Raudsepp <leio@gentoo.org> +libgnomeprint-2.18.4.ebuild:
+ Version bump
04 Feb 2008; Jeroen Roovers <jer@gentoo.org> libgnomeprint-2.18.3.ebuild:
Stable for HPPA (bug #208366).
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild
new file mode 100644
index 000000000000..c98d464f8d70
--- /dev/null
+++ b/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild
@@ -0,0 +1,40 @@
+# 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.4.ebuild,v 1.1 2008/02/15 11:59:57 leio 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() {
+ G2CONF="$(use_with cups)"
+}