summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-11-13 02:59:03 +0000
committerMart Raudsepp <leio@gentoo.org>2007-11-13 02:59:03 +0000
commit8af7a02a9565631fc17bfa15d9f09e3346a17183 (patch)
tree0334811fe5ebafa07ad8d10421b70b39008c3eab /x11-libs
parentQA: Fix quoting of variables in old versions (diff)
downloadgentoo-2-8af7a02a9565631fc17bfa15d9f09e3346a17183.tar.gz
gentoo-2-8af7a02a9565631fc17bfa15d9f09e3346a17183.tar.bz2
gentoo-2-8af7a02a9565631fc17bfa15d9f09e3346a17183.zip
QA: Remove an old versions and fix variable quoting in the rest. I feel an autumn cleaning coming in these ancient versions..
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/pango/ChangeLog8
-rw-r--r--x11-libs/pango/files/digest-pango-1.18.23
-rw-r--r--x11-libs/pango/pango-1.10.3.ebuild12
-rw-r--r--x11-libs/pango/pango-1.10.4.ebuild12
-rw-r--r--x11-libs/pango/pango-1.12.3.ebuild12
-rw-r--r--x11-libs/pango/pango-1.14.10.ebuild8
-rw-r--r--x11-libs/pango/pango-1.16.4.ebuild6
-rw-r--r--x11-libs/pango/pango-1.16.5.ebuild6
-rw-r--r--x11-libs/pango/pango-1.18.2.ebuild70
-rw-r--r--x11-libs/pango/pango-1.8.1-r1.ebuild16
10 files changed, 43 insertions, 110 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog
index f7a03cbc91da..68fecc19f2e4 100644
--- a/x11-libs/pango/ChangeLog
+++ b/x11-libs/pango/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/pango
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.194 2007/11/12 22:17:35 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.195 2007/11/13 02:59:02 leio Exp $
+
+ 13 Nov 2007; Mart Raudsepp <leio@gentoo.org> pango-1.8.1-r1.ebuild,
+ pango-1.10.3.ebuild, pango-1.10.4.ebuild, pango-1.12.3.ebuild,
+ pango-1.14.10.ebuild, pango-1.16.4.ebuild, pango-1.16.5.ebuild,
+ -pango-1.18.2.ebuild:
+ QA: Remove an old versions and fix variable quoting in the rest
12 Nov 2007; Samuli Suominen <drac@gentoo.org> pango-1.18.3.ebuild:
amd64 stable wrt #198845
diff --git a/x11-libs/pango/files/digest-pango-1.18.2 b/x11-libs/pango/files/digest-pango-1.18.2
deleted file mode 100644
index 2dbbb6573f3b..000000000000
--- a/x11-libs/pango/files/digest-pango-1.18.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 81efeac639977ed3f56c82f16ee0be74 pango-1.18.2.tar.bz2 1392725
-RMD160 59a097cdb7d90cfc9ed458de3ac2c9fbcf10bded pango-1.18.2.tar.bz2 1392725
-SHA256 78a0fd6e4b63aa7c3bb26f1045d8f36ee3b3f840d3b3f2d006483863c7369e32 pango-1.18.2.tar.bz2 1392725
diff --git a/x11-libs/pango/pango-1.10.3.ebuild b/x11-libs/pango/pango-1.10.3.ebuild
index 48377956a74d..25d7cdcd98f5 100644
--- a/x11-libs/pango/pango-1.10.3.ebuild
+++ b/x11-libs/pango/pango-1.10.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.10.3.ebuild,v 1.13 2007/07/22 03:01:36 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.10.3.ebuild,v 1.14 2007/11/13 02:59:02 leio Exp $
inherit eutils gnome2
@@ -43,15 +43,15 @@ src_unpack() {
cd "${S}"
# Some enhancements from Redhat
- epatch ${FILESDIR}/pango-1.0.99.020606-xfonts.patch
- epatch ${FILESDIR}/${PN}-1.10.2-slighthint.patch
+ epatch "${FILESDIR}/pango-1.0.99.020606-xfonts.patch"
+ epatch "${FILESDIR}/${PN}-1.10.2-slighthint.patch"
# make config file location host specific so that a 32bit and 64bit pango
# wont fight with each other on a multilib system
- use amd64 && epatch ${FILESDIR}/pango-1.2.5-lib64.patch
+ use amd64 && epatch "${FILESDIR}/pango-1.2.5-lib64.patch"
# and this line is just here to make building emul-linux-x86-gtklibs a bit
# easier, so even this should be amd64 specific.
- use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && epatch ${FILESDIR}/pango-1.2.5-lib64.patch
+ use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && epatch "${FILESDIR}/pango-1.2.5-lib64.patch"
epunt_cxx
}
@@ -60,7 +60,7 @@ src_install() {
gnome2_src_install
- rm ${D}/etc/pango/pango.modules
+ rm "${D}/etc/pango/pango.modules"
}
pkg_postinst() {
diff --git a/x11-libs/pango/pango-1.10.4.ebuild b/x11-libs/pango/pango-1.10.4.ebuild
index 1f8d738a0d5f..8bebd663af37 100644
--- a/x11-libs/pango/pango-1.10.4.ebuild
+++ b/x11-libs/pango/pango-1.10.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.10.4.ebuild,v 1.3 2007/07/22 03:01:36 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.10.4.ebuild,v 1.4 2007/11/13 02:59:02 leio Exp $
inherit eutils gnome2
@@ -43,16 +43,16 @@ src_unpack() {
cd "${S}"
# Some enhancements from Redhat
- epatch ${FILESDIR}/pango-1.0.99.020606-xfonts.patch
- epatch ${FILESDIR}/${PN}-1.10.2-slighthint.patch
+ epatch "${FILESDIR}/pango-1.0.99.020606-xfonts.patch"
+ epatch "${FILESDIR}/${PN}-1.10.2-slighthint.patch"
# make config file location host specific so that a 32bit and 64bit pango
# wont fight with each other on a multilib system
- use amd64 && epatch ${FILESDIR}/pango-1.2.5-lib64.patch
+ use amd64 && epatch "${FILESDIR}/pango-1.2.5-lib64.patch"
# and this line is just here to make building emul-linux-x86-gtklibs a bit
# easier, so even this should be amd64 specific.
- use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && epatch ${FILESDIR}/pango-1.2.5-lib64.patch
+ use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && epatch "${FILESDIR}/pango-1.2.5-lib64.patch"
epunt_cxx
}
@@ -61,7 +61,7 @@ src_install() {
gnome2_src_install
- rm ${D}/etc/pango/pango.modules
+ rm "${D}/etc/pango/pango.modules"
}
pkg_postinst() {
diff --git a/x11-libs/pango/pango-1.12.3.ebuild b/x11-libs/pango/pango-1.12.3.ebuild
index 5d724f3c9496..03128e972170 100644
--- a/x11-libs/pango/pango-1.12.3.ebuild
+++ b/x11-libs/pango/pango-1.12.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.12.3.ebuild,v 1.12 2007/07/22 03:02:37 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.12.3.ebuild,v 1.13 2007/11/13 02:59:02 leio Exp $
inherit eutils gnome2
@@ -37,15 +37,15 @@ src_unpack() {
# Some enhancements from Redhat
# These NEED to go upstream.
- epatch ${FILESDIR}/pango-1.11.3-xfonts.patch
- epatch ${FILESDIR}/${PN}-1.10.2-slighthint.patch
+ epatch "${FILESDIR}/pango-1.11.3-xfonts.patch"
+ epatch "${FILESDIR}/${PN}-1.10.2-slighthint.patch"
# make config file location host specific so that a 32bit and 64bit pango
# wont fight with each other on a multilib system
- use amd64 && epatch ${FILESDIR}/pango-1.2.5-lib64.patch
+ use amd64 && epatch "${FILESDIR}/pango-1.2.5-lib64.patch"
# and this line is just here to make building emul-linux-x86-gtklibs a bit
# easier, so even this should be amd64 specific.
- use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && epatch ${FILESDIR}/pango-1.2.5-lib64.patch
+ use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && epatch "${FILESDIR}/pango-1.2.5-lib64.patch"
epunt_cxx
}
@@ -54,7 +54,7 @@ src_install() {
gnome2_src_install
- rm ${D}/etc/pango/pango.modules
+ rm "${D}/etc/pango/pango.modules"
}
pkg_postinst() {
diff --git a/x11-libs/pango/pango-1.14.10.ebuild b/x11-libs/pango/pango-1.14.10.ebuild
index 30119e5763f3..bdd9f3c0e9a5 100644
--- a/x11-libs/pango/pango-1.14.10.ebuild
+++ b/x11-libs/pango/pango-1.14.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.14.10.ebuild,v 1.11 2007/06/24 22:41:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.14.10.ebuild,v 1.12 2007/11/13 02:59:02 leio Exp $
inherit eutils gnome2
@@ -34,12 +34,12 @@ src_unpack() {
# Some enhancements from Redhat
# These NEED to go upstream.
- epatch ${FILESDIR}/pango-1.11.3-xfonts.patch
- epatch ${FILESDIR}/${PN}-1.10.2-slighthint.patch
+ epatch "${FILESDIR}/pango-1.11.3-xfonts.patch"
+ epatch "${FILESDIR}/${PN}-1.10.2-slighthint.patch"
# make config file location host specific so that a 32bit and 64bit pango
# wont fight with each other on a multilib system
- use amd64 && epatch ${FILESDIR}/pango-1.2.5-lib64.patch
+ use amd64 && epatch "${FILESDIR}/pango-1.2.5-lib64.patch"
epunt_cxx
}
diff --git a/x11-libs/pango/pango-1.16.4.ebuild b/x11-libs/pango/pango-1.16.4.ebuild
index f921be3deca9..4cd19cde5a7c 100644
--- a/x11-libs/pango/pango-1.16.4.ebuild
+++ b/x11-libs/pango/pango-1.16.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.16.4.ebuild,v 1.9 2007/08/25 13:58:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.16.4.ebuild,v 1.10 2007/11/13 02:59:02 leio Exp $
inherit eutils gnome2 multilib
@@ -40,7 +40,7 @@ src_unpack() {
# wont fight with each other on a multilib system. Fix building for
# emul-linux-x86-gtklibs
if multilib_enabled ; then
- epatch ${FILESDIR}/${PN}-1.2.5-lib64.patch
+ epatch "${FILESDIR}/${PN}-1.2.5-lib64.patch"
fi
epunt_cxx
@@ -48,7 +48,7 @@ src_unpack() {
src_install() {
gnome2_src_install
- rm ${D}/etc/pango/pango.modules
+ rm "${D}/etc/pango/pango.modules"
}
pkg_postinst() {
diff --git a/x11-libs/pango/pango-1.16.5.ebuild b/x11-libs/pango/pango-1.16.5.ebuild
index 964511d6c223..12e79b0c5b88 100644
--- a/x11-libs/pango/pango-1.16.5.ebuild
+++ b/x11-libs/pango/pango-1.16.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.16.5.ebuild,v 1.8 2007/09/21 01:42:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.16.5.ebuild,v 1.9 2007/11/13 02:59:02 leio Exp $
inherit eutils gnome2 multilib
@@ -40,7 +40,7 @@ src_unpack() {
# wont fight with each other on a multilib system. Fix building for
# emul-linux-x86-gtklibs
if multilib_enabled ; then
- epatch ${FILESDIR}/${PN}-1.2.5-lib64.patch
+ epatch "${FILESDIR}/${PN}-1.2.5-lib64.patch"
fi
epunt_cxx
@@ -48,7 +48,7 @@ src_unpack() {
src_install() {
gnome2_src_install
- rm ${D}/etc/pango/pango.modules
+ rm "${D}/etc/pango/pango.modules"
}
pkg_postinst() {
diff --git a/x11-libs/pango/pango-1.18.2.ebuild b/x11-libs/pango/pango-1.18.2.ebuild
deleted file mode 100644
index 5a0021ad7473..000000000000
--- a/x11-libs/pango/pango-1.18.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild,v 1.3 2007/09/22 10:10:23 leio Exp $
-
-inherit eutils gnome2 multilib
-
-DESCRIPTION="Text rendering and layout library"
-HOMEPAGE="http://www.pango.org/"
-
-LICENSE="LGPL-2 FTL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND="x11-libs/libXrender
- x11-libs/libX11
- x11-libs/libXft
- >=dev-libs/glib-2.14
- >=media-libs/fontconfig-1.0.1
- >=media-libs/freetype-2
- >=x11-libs/cairo-1.2.6"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- x11-proto/xproto
- doc? (
- >=dev-util/gtk-doc-1
- ~app-text/docbook-xml-dtd-4.1.2
- )"
-
-DOCS="AUTHORS ChangeLog* NEWS README TODO*"
-
-function multilib_enabled() {
- has_multilib_profile || ( use x86 && [ "$(get_libdir)" == "lib32" ] )
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # 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.2.5-lib64.patch
- fi
-
- epunt_cxx
-}
-
-src_install() {
- gnome2_src_install
- rm ${D}/etc/pango/pango.modules
-}
-
-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.8.1-r1.ebuild b/x11-libs/pango/pango-1.8.1-r1.ebuild
index 9dfd364eb37c..6d749dd64c0c 100644
--- a/x11-libs/pango/pango-1.8.1-r1.ebuild
+++ b/x11-libs/pango/pango-1.8.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.8.1-r1.ebuild,v 1.14 2007/07/22 03:01:36 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.8.1-r1.ebuild,v 1.15 2007/11/13 02:59:02 leio Exp $
inherit gnome2 eutils
@@ -30,20 +30,20 @@ src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Some enhancements from Redhat
- epatch ${FILESDIR}/pango-1.0.99.020606-xfonts.patch
- epatch ${FILESDIR}/${PN}-1.2.2-slighthint.patch
+ epatch "${FILESDIR}/pango-1.0.99.020606-xfonts.patch"
+ epatch "${FILESDIR}/${PN}-1.2.2-slighthint.patch"
# fix for #84586
- epatch ${FILESDIR}/pango-1.8.1-fontfix.patch
+ epatch "${FILESDIR}/pango-1.8.1-fontfix.patch"
# make config file location host specific so that a 32bit and 64bit pango
# wont fight with each other on a multilib system
- use amd64 && epatch ${FILESDIR}/pango-1.2.5-lib64.patch
+ use amd64 && "epatch ${FILESDIR}/pango-1.2.5-lib64.patch"
# and this line is just here to make building emul-linux-x86-gtklibs a bit
# easier, so even this should be amd64 specific.
- use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && epatch ${FILESDIR}/pango-1.2.5-lib64.patch
+ use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && epatch "${FILESDIR}/pango-1.2.5-lib64.patch"
epunt_cxx
@@ -57,7 +57,7 @@ src_install() {
gnome2_src_install
- rm ${D}/etc/pango/pango.modules
+ rm "${D}/etc/pango/pango.modules"
}
pkg_postinst() {