summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-08-16 23:06:43 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-08-16 23:06:43 +0000
commit8a0807206ae1d3dc6aecbbf5bea253e8a346fbf5 (patch)
tree5f3442e68d68602ab7a44c905340689b2766417e /gnome-base/libgnomeprint
parentdon't break when LINGUAS is unset... (diff)
downloadhistorical-8a0807206ae1d3dc6aecbbf5bea253e8a346fbf5.tar.gz
historical-8a0807206ae1d3dc6aecbbf5bea253e8a346fbf5.tar.bz2
historical-8a0807206ae1d3dc6aecbbf5bea253e8a346fbf5.zip
New release: 2.11.0
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'gnome-base/libgnomeprint')
-rw-r--r--gnome-base/libgnomeprint/ChangeLog8
-rw-r--r--gnome-base/libgnomeprint/Manifest6
-rw-r--r--gnome-base/libgnomeprint/files/digest-libgnomeprint-2.11.01
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-2.11.0.ebuild39
4 files changed, 51 insertions, 3 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog
index 29d12a210477..d5ea0678183a 100644
--- a/gnome-base/libgnomeprint/ChangeLog
+++ b/gnome-base/libgnomeprint/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-base/libgnomeprint
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.99 2005/08/08 14:43:59 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.100 2005/08/16 23:06:43 leonardop Exp $
+
+*libgnomeprint-2.11.0 (16 Aug 2005)
+
+ 16 Aug 2005; Leonardo Boshell <leonardop@gentoo.org>
+ +libgnomeprint-2.11.0.ebuild:
+ New version. Added 'static' USE flag.
08 Aug 2005; Markus Rothe <corsair@gentoo.org>
libgnomeprint-2.10.3.ebuild:
diff --git a/gnome-base/libgnomeprint/Manifest b/gnome-base/libgnomeprint/Manifest
index 5e45d868e197..44ec9a10cc11 100644
--- a/gnome-base/libgnomeprint/Manifest
+++ b/gnome-base/libgnomeprint/Manifest
@@ -1,10 +1,12 @@
-MD5 5228b8fed684c08eb78c1b550e7d3c46 ChangeLog 11443
+MD5 23735d110b5bb2523dc3b6672ee91035 ChangeLog 11611
MD5 c0afd4a51e1092b9b3ac634e21e4a66e libgnomeprint-1.116.0.ebuild 1556
MD5 0a8786b8144818f8825ce58ed21225a7 libgnomeprint-1.116.1.ebuild 1503
+MD5 427a6c4e6c21ab1cbbf2f66068434a66 libgnomeprint-2.11.0.ebuild 1007
+MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 e3aa420a4766e515120647e38338b358 libgnomeprint-2.10.0.ebuild 957
MD5 696a0a9966a5790e50d241d19ed46c8c libgnomeprint-2.10.3.ebuild 961
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 2097b4ad7684953eb08aa3cef747286b files/digest-libgnomeprint-1.116.0 74
MD5 f0d2d73b96d61f4385cbfc86554cb098 files/digest-libgnomeprint-1.116.1 74
+MD5 e2356a26aabf211d535773aad81f6fea files/digest-libgnomeprint-2.11.0 73
MD5 53ecaee2659e6985044799935baf09a9 files/digest-libgnomeprint-2.10.0 73
MD5 a4a49169985a280ea122cc58e74778a6 files/digest-libgnomeprint-2.10.3 73
diff --git a/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.11.0 b/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.11.0
new file mode 100644
index 000000000000..4b2826298061
--- /dev/null
+++ b/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.11.0
@@ -0,0 +1 @@
+MD5 922afa5f74445ce1f0e3322868b9e1fe libgnomeprint-2.11.0.tar.bz2 744956
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.11.0.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.11.0.ebuild
new file mode 100644
index 000000000000..fbc9acb97da9
--- /dev/null
+++ b/gnome-base/libgnomeprint/libgnomeprint-2.11.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.11.0.ebuild,v 1.1 2005/08/16 23:06:43 leonardop 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 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="cups doc static"
+
+RDEPEND=">=dev-libs/glib-1.3.10
+ >=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.28
+ >=dev-util/pkgconfig-0.9
+ doc? ( ~app-text/docbook-xml-dtd-4.1.2
+ >=dev-util/gtk-doc-0.9 )"
+
+DOCS="AUTHORS ChangeLog* NEWS README"
+USE_DESTDIR="1"
+
+
+pkg_setup() {
+ G2CONF="$(use_with cups) $(use_enable static)"
+}