diff options
author | Torsten Veller <tove@gentoo.org> | 2010-10-19 16:36:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-10-19 16:36:36 +0000 |
commit | 0463dd74de1a8d121f3c4bd6dcbdac1e17029b8f (patch) | |
tree | d218ef866ac180f5a03ebac6efa4edb95fb693ba /app-text/po4a | |
parent | Version bump (#338520). Tests work with gettext-0.18.1.1 (#341073) (diff) | |
download | gentoo-2-0463dd74de1a8d121f3c4bd6dcbdac1e17029b8f.tar.gz gentoo-2-0463dd74de1a8d121f3c4bd6dcbdac1e17029b8f.tar.bz2 gentoo-2-0463dd74de1a8d121f3c4bd6dcbdac1e17029b8f.zip |
Disable tests because they fail with gettext-0.18.1.1. Cleanup
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'app-text/po4a')
-rw-r--r-- | app-text/po4a/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.32-r1.ebuild | 31 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.34.ebuild | 31 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.36.4.ebuild | 41 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.36.ebuild | 36 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.37.1.ebuild | 40 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.38.ebuild | 4 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.39.ebuild | 4 |
8 files changed, 10 insertions, 184 deletions
diff --git a/app-text/po4a/ChangeLog b/app-text/po4a/ChangeLog index 801531b496c8..4b6267605b39 100644 --- a/app-text/po4a/ChangeLog +++ b/app-text/po4a/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/po4a # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.49 2010/10/19 16:18:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.50 2010/10/19 16:36:36 tove Exp $ + + 19 Oct 2010; Torsten Veller <tove@gentoo.org> -po4a-0.32-r1.ebuild, + -po4a-0.34.ebuild, -po4a-0.36.ebuild, -po4a-0.36.4.ebuild, + -po4a-0.37.1.ebuild, po4a-0.38.ebuild, po4a-0.39.ebuild: + Disable tests because they fail with gettext-0.18.1.1. Cleanup *po4a-0.40.1 (19 Oct 2010) diff --git a/app-text/po4a/po4a-0.32-r1.ebuild b/app-text/po4a/po4a-0.32-r1.ebuild deleted file mode 100644 index 5d5f7454fc30..000000000000 --- a/app-text/po4a/po4a-0.32-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.32-r1.ebuild,v 1.9 2008/11/18 15:59:50 tove Exp $ - -inherit eutils perl-app - -DESCRIPTION="Tools for helping translation of documentation" -HOMEPAGE="http://po4a.alioth.debian.org" -SRC_URI="http://alioth.debian.org/frs/download.php/2108/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc s390 sh sparc x86" -IUSE="test" -SRC_TEST="do" - -RDEPEND="dev-perl/SGMLSpm - >=sys-devel/gettext-0.13 - app-text/openjade - dev-perl/Locale-gettext - dev-perl/TermReadKey - dev-perl/Text-WrapI18N - dev-lang/perl" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28 - test? ( app-text/docbook-sgml-dtd app-text/docbook-sgml-utils )" - -src_compile() { - rm "${S}"/Makefile - perl-app_src_compile -} diff --git a/app-text/po4a/po4a-0.34.ebuild b/app-text/po4a/po4a-0.34.ebuild deleted file mode 100644 index 47135934d995..000000000000 --- a/app-text/po4a/po4a-0.34.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.34.ebuild,v 1.2 2008/11/18 15:59:50 tove Exp $ - -inherit perl-app - -DESCRIPTION="Tools for helping translation of documentation" -HOMEPAGE="http://po4a.alioth.debian.org" -SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="test" -SRC_TEST="do" - -RDEPEND="dev-perl/SGMLSpm - >=sys-devel/gettext-0.13 - app-text/openjade - dev-perl/Locale-gettext - dev-perl/TermReadKey - dev-perl/Text-WrapI18N - dev-lang/perl" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28 - test? ( app-text/docbook-sgml-dtd app-text/docbook-sgml-utils )" - -src_compile() { - rm "${S}"/Makefile - perl-app_src_compile -} diff --git a/app-text/po4a/po4a-0.36.4.ebuild b/app-text/po4a/po4a-0.36.4.ebuild deleted file mode 100644 index 05e5fa5e7721..000000000000 --- a/app-text/po4a/po4a-0.36.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.36.4.ebuild,v 1.1 2009/09/05 07:02:35 tove Exp $ - -EAPI=2 - -inherit perl-app - -DESCRIPTION="Tools for helping translation of documentation" -HOMEPAGE="http://po4a.alioth.debian.org" -SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="test" - -MY_P=${PN}-v${PV} -S=${WORKDIR}/${MY_P} - -RDEPEND="dev-perl/SGMLSpm - >=sys-devel/gettext-0.13 - app-text/openjade - dev-perl/Locale-gettext - dev-perl/TermReadKey - dev-perl/Text-WrapI18N - dev-lang/perl" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.34.0201 - test? ( app-text/docbook-sgml-dtd - app-text/docbook-sgml-utils - virtual/tex-base )" - -PATCHES=( "${FILESDIR}/po4a-fix-io-capture.patch" ) -SRC_TEST="do" - -src_prepare() { - rm "${S}"/Makefile || die - sed -i '/^Makefile$/d' "${S}"/MANIFEST || die - perl-module_src_prepare -} diff --git a/app-text/po4a/po4a-0.36.ebuild b/app-text/po4a/po4a-0.36.ebuild deleted file mode 100644 index 33f7ab8b7408..000000000000 --- a/app-text/po4a/po4a-0.36.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.36.ebuild,v 1.2 2009/05/31 23:49:27 ranger Exp $ - -inherit perl-app - -DESCRIPTION="Tools for helping translation of documentation" -HOMEPAGE="http://po4a.alioth.debian.org" -SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="test" - -RDEPEND="dev-perl/SGMLSpm - >=sys-devel/gettext-0.13 - app-text/openjade - dev-perl/Locale-gettext - dev-perl/TermReadKey - dev-perl/Text-WrapI18N - dev-lang/perl" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28 - test? ( app-text/docbook-sgml-dtd - app-text/docbook-sgml-utils - virtual/tex-base )" - -PATCHES=( "${FILESDIR}/0.36-3-debian.patches" ) -SRC_TEST="do" - -src_compile() { - rm "${S}"/Makefile || die - sed -i '/^Makefile$/d' "${S}"/MANIFEST || die - perl-app_src_compile -} diff --git a/app-text/po4a/po4a-0.37.1.ebuild b/app-text/po4a/po4a-0.37.1.ebuild deleted file mode 100644 index 93ea24d130ea..000000000000 --- a/app-text/po4a/po4a-0.37.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.37.1.ebuild,v 1.2 2010/01/02 11:35:17 fauli Exp $ - -EAPI=2 - -inherit perl-app - -DESCRIPTION="Tools for helping translation of documentation" -HOMEPAGE="http://po4a.alioth.debian.org" -SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" -IUSE="test" - -MY_P=${PN}-v${PV} -S=${WORKDIR}/${MY_P} - -RDEPEND="dev-perl/SGMLSpm - >=sys-devel/gettext-0.13 - app-text/openjade - dev-perl/Locale-gettext - dev-perl/TermReadKey - dev-perl/Text-WrapI18N - dev-lang/perl" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.34.0201 - test? ( app-text/docbook-sgml-dtd - app-text/docbook-sgml-utils - virtual/tex-base )" - -SRC_TEST="do" - -src_prepare() { - rm "${S}"/Makefile || die - sed -i '/^Makefile$/d' "${S}"/MANIFEST || die - perl-module_src_prepare -} diff --git a/app-text/po4a/po4a-0.38.ebuild b/app-text/po4a/po4a-0.38.ebuild index 073e88045993..b50c2885631c 100644 --- a/app-text/po4a/po4a-0.38.ebuild +++ b/app-text/po4a/po4a-0.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.38.ebuild,v 1.7 2010/05/08 18:02:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.38.ebuild,v 1.8 2010/10/19 16:36:36 tove Exp $ EAPI=2 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} app-text/docbook-sgml-utils virtual/tex-base )" -SRC_TEST="do" +#SRC_TEST="do" src_prepare() { rm "${S}"/Makefile || die diff --git a/app-text/po4a/po4a-0.39.ebuild b/app-text/po4a/po4a-0.39.ebuild index e25182fc5f4e..aa236e180af1 100644 --- a/app-text/po4a/po4a-0.39.ebuild +++ b/app-text/po4a/po4a-0.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.39.ebuild,v 1.1 2010/04/13 11:05:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.39.ebuild,v 1.2 2010/10/19 16:36:36 tove Exp $ EAPI=2 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} app-text/docbook-sgml-utils virtual/tex-base )" -SRC_TEST="do" +#SRC_TEST="do" src_prepare() { rm "${S}"/Makefile || die |