diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-02-04 02:05:53 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-02-04 02:05:53 +0000 |
commit | f8966591da4d8a49e8a04bcc95e5cc10024c8fcc (patch) | |
tree | 1be9a94618eb373d3e90e63e9b870392e5430c37 /gnome-base | |
parent | New version (diff) | |
download | gentoo-2-f8966591da4d8a49e8a04bcc95e5cc10024c8fcc.tar.gz gentoo-2-f8966591da4d8a49e8a04bcc95e5cc10024c8fcc.tar.bz2 gentoo-2-f8966591da4d8a49e8a04bcc95e5cc10024c8fcc.zip |
Added the new version
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnomeprint/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/libgnomeprint/files/digest-libgnomeprint-2.2.1.1 | 1 | ||||
-rw-r--r-- | gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild | 25 |
3 files changed, 32 insertions, 1 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog index 70a294cd10d0..3d80174ed2ca 100644 --- a/gnome-base/libgnomeprint/ChangeLog +++ b/gnome-base/libgnomeprint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libgnomeprint # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.14 2003/01/31 01:40:23 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.15 2003/02/04 02:05:53 spider Exp $ + +*libgnomeprint-2.2.1.1 (04 Feb 2003) + + 04 Feb 2003; Spider <spider@gentoo.org> libgnomeprint-2.2.1.1.ebuild : + bump the version *libgnomeprint-2.2.1 (30 Jan 2003) diff --git a/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.2.1.1 b/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.2.1.1 new file mode 100644 index 000000000000..7067c40c1602 --- /dev/null +++ b/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.2.1.1 @@ -0,0 +1 @@ +MD5 21398826672d7d13933448c859892a81 libgnomeprint-2.2.1.1.tar.bz2 558292 diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild new file mode 100644 index 000000000000..13929543e131 --- /dev/null +++ b/gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild,v 1.1 2003/02/04 02:05:53 spider Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="Printer handling for Gnome" +HOMEPAGE="http://www.gnome.org/" +SLOT="2.2" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=dev-libs/glib-2 + >=x11-libs/pango-1 + >=media-libs/fontconfig-1 + >=media-libs/libart_lgpl-2.3.7 + >=dev-libs/libxml2-2.4.23 + >=media-libs/freetype-2.0.5" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.10 )" + +DOCS="AUTHORS COPYING* ChangeLog* INSTALL NEWS README" |