diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-02-02 10:22:28 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-02-02 10:22:28 +0000 |
commit | 60ad3c6979a135671da5c1a4fa66e6673953675a (patch) | |
tree | 1cbd44250773fb90192482a84230561b96363746 /app-office/dia | |
parent | block new prerelease of dia. (diff) | |
download | gentoo-2-60ad3c6979a135671da5c1a4fa66e6673953675a.tar.gz gentoo-2-60ad3c6979a135671da5c1a4fa66e6673953675a.tar.bz2 gentoo-2-60ad3c6979a135671da5c1a4fa66e6673953675a.zip |
Version bump to prerelease, fixes glitches with text overflow in exports that I need.
(Portage version: 2.1.2_rc3-r5)
Diffstat (limited to 'app-office/dia')
-rw-r--r-- | app-office/dia/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/dia/dia-0.96_pre3.ebuild | 60 | ||||
-rw-r--r-- | app-office/dia/files/digest-dia-0.96_pre3 | 3 |
3 files changed, 71 insertions, 2 deletions
diff --git a/app-office/dia/ChangeLog b/app-office/dia/ChangeLog index cd8526aeb272..ed9272cab6a7 100644 --- a/app-office/dia/ChangeLog +++ b/app-office/dia/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/dia -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.93 2006/10/27 17:24:45 gustavoz Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.94 2007/02/02 10:22:28 robbat2 Exp $ + +*dia-0.96_pre3 (02 Feb 2007) + + 02 Feb 2007; Robin H. Johnson <robbat2@gentoo.org> +dia-0.96_pre3.ebuild: + Version bump to prerelease, fixes glitches with text overflow in exports + that I need. 27 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> -files/dia-0.94-db2man.patch, -files/dia-0.94-help.patch, diff --git a/app-office/dia/dia-0.96_pre3.ebuild b/app-office/dia/dia-0.96_pre3.ebuild new file mode 100644 index 000000000000..e13d9a3211cb --- /dev/null +++ b/app-office/dia/dia-0.96_pre3.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.96_pre3.ebuild,v 1.1 2007/02/02 10:22:28 robbat2 Exp $ + +inherit eutils gnome2 libtool autotools versionator + +DESCRIPTION="Diagram/flowchart creation program" +HOMEPAGE="http://www.gnome.org/projects/dia/" +LICENSE="GPL-2" + +# dia used -1 instead of .1 for the new version. +MY_PV=$(replace_version_separator 2 '-' ) +MY_PV_MM=$(get_version_component_range 1-2 ) +MY_P="${PN}-${MY_PV}" +SRC_URI="mirror://gnome/sources/${PN}/${MY_PV_MM}/${PN}-${MY_PV}.tar.bz2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="gnome png python zlib cairo gnome-print" + +RDEPEND=">=x11-libs/gtk+-2.6.0 + >=dev-libs/glib-2.6.0 + >=x11-libs/pango-1.1.5 + >=dev-libs/libxml2-2.3.9 + >=dev-libs/libxslt-1 + >=media-libs/freetype-2.0.95 + dev-libs/popt + zlib? ( sys-libs/zlib ) + png? ( media-libs/libpng + >=media-libs/libart_lgpl-2 ) + gnome? ( >=gnome-base/libgnome-2.0 + >=gnome-base/libgnomeui-2.0 ) + gnome-print? ( gnome-base/libgnomeprint ) + cairo? ( x11-libs/cairo ) + python? ( >=dev-lang/python-1.5.2 + >=dev-python/pygtk-1.99 ) + ~app-text/docbook-xml-dtd-4.2 + app-text/docbook-xsl-stylesheets" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.21 + dev-util/pkgconfig" + +G2CONF="${G2CONF} $(use_enable gnome) $(use_with gnome-print gnomeprint)" +G2CONF="${G2CONF} $(use_with python) $(use_with cairo)" + +DOCS="AUTHORS ChangeLog COPYING KNOWN_BUGS MAINTAINERS NEWS README RELEASE-PROCESS THANKS TODO" + +S="${WORKDIR}/${MY_P}" + +src_unpack() { + gnome2_src_unpack + + # Disable python -c 'import gtk' during compile to prevent using + # X being involved (#31589) + # changed the patch to a sed to make it a bit more portable - AllanonJL + sed -i -e '/AM_CHECK_PYMOD/d' configure.in + + eautoreconf +} diff --git a/app-office/dia/files/digest-dia-0.96_pre3 b/app-office/dia/files/digest-dia-0.96_pre3 new file mode 100644 index 000000000000..1f95d5694ad8 --- /dev/null +++ b/app-office/dia/files/digest-dia-0.96_pre3 @@ -0,0 +1,3 @@ +MD5 abcb045a4f0c88d9d91ca2dbcdc7be37 dia-0.96-pre3.tar.bz2 4422788 +RMD160 c9b4feb603a4685d43e836738e4d677b26a23f5e dia-0.96-pre3.tar.bz2 4422788 +SHA256 f8db0d529eb441d0726f1ff07650a5f84e68862098a90604f4ef8aa6b5b9e187 dia-0.96-pre3.tar.bz2 4422788 |