summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-06-05 13:01:59 +0000
committerPacho Ramos <pacho@gentoo.org>2011-06-05 13:01:59 +0000
commitd24f6be712ff02901598b9022d064c858d979474 (patch)
tree7a9e6ac631b8c89863603d7a0b30f7757f2a7824 /x11-libs
parentRemoved old. (diff)
downloadgentoo-2-d24f6be712ff02901598b9022d064c858d979474.tar.gz
gentoo-2-d24f6be712ff02901598b9022d064c858d979474.tar.bz2
gentoo-2-d24f6be712ff02901598b9022d064c858d979474.zip
Block old sys-devel/autoconf versions to prevent upgrade problems like bug #368333. Remove old.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/pango/ChangeLog7
-rw-r--r--x11-libs/pango/pango-1.28.1.ebuild82
-rw-r--r--x11-libs/pango/pango-1.28.3.ebuild87
-rw-r--r--x11-libs/pango/pango-1.28.4.ebuild5
4 files changed, 9 insertions, 172 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog
index 0354e24f3ce9..6dd6eb98a5a9 100644
--- a/x11-libs/pango/ChangeLog
+++ b/x11-libs/pango/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/pango
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.318 2011/04/29 00:54:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.319 2011/06/05 13:01:59 pacho Exp $
+
+ 05 Jun 2011; Pacho Ramos <pacho@gentoo.org> -pango-1.28.1.ebuild,
+ -pango-1.28.3.ebuild, pango-1.28.4.ebuild:
+ Block old sys-devel/autoconf versions to prevent upgrade problems like bug
+ #368333. Remove old.
29 Apr 2011; Jeroen Roovers <jer@gentoo.org> pango-1.28.4.ebuild:
Marked ~hppa (bug #364693).
diff --git a/x11-libs/pango/pango-1.28.1.ebuild b/x11-libs/pango/pango-1.28.1.ebuild
deleted file mode 100644
index 5d8ac4071dc7..000000000000
--- a/x11-libs/pango/pango-1.28.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.28.1.ebuild,v 1.10 2010/10/09 16:39:50 armin76 Exp $
-
-EAPI="2"
-GCONF_DEBUG="yes"
-
-inherit autotools eutils gnome2 multilib toolchain-funcs
-
-DESCRIPTION="Internationalized text layout and rendering library"
-HOMEPAGE="http://www.pango.org/"
-
-LICENSE="LGPL-2 FTL"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="X doc +introspection test"
-
-RDEPEND=">=dev-libs/glib-2.17.3
- >=media-libs/fontconfig-2.5.0
- media-libs/freetype:2
- >=x11-libs/cairo-1.7.6[X?]
- X? (
- x11-libs/libXrender
- x11-libs/libX11
- x11-libs/libXft )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=dev-util/gtk-doc-am-1.13
- doc? (
- >=dev-util/gtk-doc-1.13
- ~app-text/docbook-xml-dtd-4.1.2
- x11-libs/libXft )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
- test? (
- >=dev-util/gtk-doc-1.13
- ~app-text/docbook-xml-dtd-4.1.2
- x11-libs/libXft )
- X? ( x11-proto/xproto )"
-
-DOCS="AUTHORS ChangeLog* NEWS README THANKS"
-
-function multilib_enabled() {
- has_multilib_profile || ( use x86 && [ "$(get_libdir)" = "lib32" ] )
-}
-
-pkg_setup() {
- tc-export CXX
- G2CONF="${G2CONF}
- $(use_enable introspection)
- $(use_with X x)"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # make config file location host specific so that a 32bit and 64bit pango
- # wont fight with each other on a multilib system. Fix building for
- # emul-linux-x86-gtklibs
- if multilib_enabled ; then
- epatch "${FILESDIR}/${PN}-1.26.0-lib64.patch"
- fi
-
- eautoreconf
-}
-
-pkg_postinst() {
- if [ "${ROOT}" = "/" ] ; then
- einfo "Generating modules listing..."
-
- local PANGO_CONFDIR=
-
- if multilib_enabled ; then
- PANGO_CONFDIR="/etc/pango/${CHOST}"
- else
- PANGO_CONFDIR="/etc/pango"
- fi
-
- mkdir -p ${PANGO_CONFDIR}
-
- pango-querymodules > ${PANGO_CONFDIR}/pango.modules
- fi
-}
diff --git a/x11-libs/pango/pango-1.28.3.ebuild b/x11-libs/pango/pango-1.28.3.ebuild
deleted file mode 100644
index 54945658259e..000000000000
--- a/x11-libs/pango/pango-1.28.3.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.28.3.ebuild,v 1.6 2011/03/22 19:50:35 ranger Exp $
-
-EAPI="3"
-GCONF_DEBUG="yes"
-
-inherit autotools eutils gnome2 multilib toolchain-funcs
-
-DESCRIPTION="Internationalized text layout and rendering library"
-HOMEPAGE="http://www.pango.org/"
-
-LICENSE="LGPL-2 FTL"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="X doc +introspection test"
-
-RDEPEND=">=dev-libs/glib-2.17.3
- >=media-libs/fontconfig-2.5.0
- media-libs/freetype:2
- >=x11-libs/cairo-1.7.6[X?]
- X? (
- x11-libs/libXrender
- x11-libs/libX11
- x11-libs/libXft )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=dev-util/gtk-doc-am-1.13
- doc? (
- >=dev-util/gtk-doc-1.13
- ~app-text/docbook-xml-dtd-4.1.2
- x11-libs/libXft )
- introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
- test? (
- >=dev-util/gtk-doc-1.13
- ~app-text/docbook-xml-dtd-4.1.2
- x11-libs/libXft )
- X? ( x11-proto/xproto )"
-
-DOCS="AUTHORS ChangeLog* NEWS README THANKS"
-
-function multilib_enabled() {
- has_multilib_profile || ( use x86 && [ "$(get_libdir)" = "lib32" ] )
-}
-
-pkg_setup() {
- tc-export CXX
- G2CONF="${G2CONF}
- $(use_enable introspection)
- $(use_with X x)"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # make config file location host specific so that a 32bit and 64bit pango
- # wont fight with each other on a multilib system. Fix building for
- # emul-linux-x86-gtklibs
- if multilib_enabled ; then
- epatch "${FILESDIR}/${PN}-1.26.0-lib64.patch"
- fi
-
- eautoreconf
-}
-
-src_install() {
- gnome2_src_install
- find "${ED}/usr/$(get_libdir)/pango/1.6.0/modules" -name "*.la" -delete || die
-}
-
-pkg_postinst() {
- if [ "${ROOT}" = "/" ] ; then
- einfo "Generating modules listing..."
-
- local PANGO_CONFDIR=
-
- if multilib_enabled ; then
- PANGO_CONFDIR="/etc/pango/${CHOST}"
- else
- PANGO_CONFDIR="/etc/pango"
- fi
-
- mkdir -p ${PANGO_CONFDIR}
-
- pango-querymodules > ${PANGO_CONFDIR}/pango.modules
- fi
-}
diff --git a/x11-libs/pango/pango-1.28.4.ebuild b/x11-libs/pango/pango-1.28.4.ebuild
index c2d41b87d398..d06c39b77976 100644
--- a/x11-libs/pango/pango-1.28.4.ebuild
+++ b/x11-libs/pango/pango-1.28.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.28.4.ebuild,v 1.4 2011/04/29 00:54:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.28.4.ebuild,v 1.5 2011/06/05 13:01:59 pacho Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -36,7 +36,8 @@ DEPEND="${RDEPEND}
>=dev-util/gtk-doc-1.13
~app-text/docbook-xml-dtd-4.1.2
x11-libs/libXft )
- X? ( x11-proto/xproto )"
+ X? ( x11-proto/xproto )
+ !~sys-devel/autoconf-2.63"
function multilib_enabled() {
has_multilib_profile || ( use x86 && [ "$(get_libdir)" = "lib32" ] )