diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-27 03:43:30 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-27 03:43:30 +0000 |
commit | fb2a51965cb7304321acaeb5f7d5f52b4c5c97d2 (patch) | |
tree | e496d82adf08a6dea76c00a68e4a9a0c6989f356 /gnome-base/libgnomeprint | |
parent | gnome 2.18.0 (diff) | |
download | gentoo-2-fb2a51965cb7304321acaeb5f7d5f52b4c5c97d2.tar.gz gentoo-2-fb2a51965cb7304321acaeb5f7d5f52b4c5c97d2.tar.bz2 gentoo-2-fb2a51965cb7304321acaeb5f7d5f52b4c5c97d2.zip |
gnome 2.18.0
(Portage version: 2.1.2.2)
Diffstat (limited to 'gnome-base/libgnomeprint')
-rw-r--r-- | gnome-base/libgnomeprint/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/libgnomeprint/files/digest-libgnomeprint-2.18.0 | 3 | ||||
-rw-r--r-- | gnome-base/libgnomeprint/libgnomeprint-2.18.0.ebuild | 41 |
3 files changed, 51 insertions, 1 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog index 367b80755a2c..527527631917 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.118 2007/02/09 23:43:35 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.119 2007/03/27 03:43:30 dang Exp $ + +*libgnomeprint-2.18.0 (27 Mar 2007) + + 27 Mar 2007; Daniel Gryniewicz <dang@gentoo.org> + +libgnomeprint-2.18.0.ebuild: + gnome 2.18.0 09 Feb 2007; Roy Marples <uberlord@gentoo.org> libgnomeprint-2.12.1.ebuild: diff --git a/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.18.0 b/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.18.0 new file mode 100644 index 000000000000..77e998d01f16 --- /dev/null +++ b/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.18.0 @@ -0,0 +1,3 @@ +MD5 5bfc42d67cae1148d1faf238185cbf4d libgnomeprint-2.18.0.tar.bz2 830629 +RMD160 145a6854e334893ce0f74f08b61edb746a018f73 libgnomeprint-2.18.0.tar.bz2 830629 +SHA256 2063836aa4d3de6251d3c38350dd41468cf89afde3ed0ae62b7875eb0661cb00 libgnomeprint-2.18.0.tar.bz2 830629 diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.18.0.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.18.0.ebuild new file mode 100644 index 000000000000..fdc4a2b0f951 --- /dev/null +++ b/gnome-base/libgnomeprint/libgnomeprint-2.18.0.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.0.ebuild,v 1.1 2007/03/27 03:43:30 dang 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)" +} |