diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-04-17 07:52:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-04-17 07:52:14 +0000 |
commit | bfb7695a1c27b67ffb3e944b7a878724987df03a (patch) | |
tree | bc442f701a7be9190a1748c67098e65f12073fdc /sci-libs/tamu_anova | |
parent | License for net-misc/shmux, bug 464870. (diff) | |
download | gentoo-2-bfb7695a1c27b67ffb3e944b7a878724987df03a.tar.gz gentoo-2-bfb7695a1c27b67ffb3e944b7a878724987df03a.tar.bz2 gentoo-2-bfb7695a1c27b67ffb3e944b7a878724987df03a.zip |
sci-libs/tamu_anova: Add compatibility patch with sys-apps/texinfo-5.1, #464516
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/tamu_anova')
-rw-r--r-- | sci-libs/tamu_anova/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/tamu_anova/files/tamu_anova-0.2.1-texinfo5.1.patch | 39 | ||||
-rw-r--r-- | sci-libs/tamu_anova/metadata.xml | 8 | ||||
-rw-r--r-- | sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild | 9 |
4 files changed, 55 insertions, 9 deletions
diff --git a/sci-libs/tamu_anova/ChangeLog b/sci-libs/tamu_anova/ChangeLog index d0e0e53d433a..183f811c2af0 100644 --- a/sci-libs/tamu_anova/ChangeLog +++ b/sci-libs/tamu_anova/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/tamu_anova -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/ChangeLog,v 1.4 2012/05/19 08:03:57 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/ChangeLog,v 1.5 2013/04/17 07:52:13 jlec Exp $ + + 17 Apr 2013; Justin Lecher <jlec@gentoo.org> tamu_anova-0.2.1.ebuild, + +files/tamu_anova-0.2.1-texinfo5.1.patch, metadata.xml: + Add compatibility patch with sys-apps/texinfo-5.1, #464516 19 May 2012; Agostino Sarubbo <ago@gentoo.org> tamu_anova-0.2.1.ebuild: Stable for x86, wrt bug #414355 diff --git a/sci-libs/tamu_anova/files/tamu_anova-0.2.1-texinfo5.1.patch b/sci-libs/tamu_anova/files/tamu_anova-0.2.1-texinfo5.1.patch new file mode 100644 index 000000000000..f0c0570fc46d --- /dev/null +++ b/sci-libs/tamu_anova/files/tamu_anova-0.2.1-texinfo5.1.patch @@ -0,0 +1,39 @@ + fdl.texi | 2 +- + tamu_anova.texi | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/fdl.texi b/fdl.texi +index 006dec7..6d8114a 100644 +--- a/fdl.texi ++++ b/fdl.texi +@@ -403,7 +403,7 @@ number of this License, you may choose any version ever published (not + as a draft) by the Free Software Foundation. + @end enumerate + +-@unnumberedsubsec ADDENDUM: How to use this License for your documents ++@unnumberedsec ADDENDUM: How to use this License for your documents + + To use this License in a document you have written, include a copy of + the License in the document and put the following copyright and +diff --git a/tamu_anova.texi b/tamu_anova.texi +index 8d4cd5b..5fba0e5 100644 +--- a/tamu_anova.texi ++++ b/tamu_anova.texi +@@ -177,7 +177,7 @@ that the first effect is the fixed effect, while the second effect is the random + @section Structures + @b{One way table} + +-@deftypefn {struct tamu_anova_table} ++@deftypefn {Structures} struct tamu_anova_table + @code{struct tamu_anova_table@{ + long df_tr, df_err, df_tot; + double SSTr, SSE, SST, MSTr, MSE, F, p;@}; +@@ -185,7 +185,7 @@ that the first effect is the fixed effect, while the second effect is the random + @end deftypefn + @* + @b{Two way table} +-@deftypefn {struct tamu_anova_table_twoway} ++@deftypefn {Structures} struct tamu_anova_table_twoway + @code{struct tamu_anova_table_twoway @{ + long + dfA, dfB, dfAB, dfT, dfE; diff --git a/sci-libs/tamu_anova/metadata.xml b/sci-libs/tamu_anova/metadata.xml index 210ad0db014c..5ef07a39e7e1 100644 --- a/sci-libs/tamu_anova/metadata.xml +++ b/sci-libs/tamu_anova/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <maintainer> - <email>jlec@gentoo.org</email> - </maintainer> + <herd>sci</herd> + <maintainer> + <email>jlec@gentoo.org</email> + </maintainer> </pkgmetadata> diff --git a/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild b/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild index 26bc29ba7cdd..fc78f0fc64f4 100644 --- a/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild +++ b/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild,v 1.4 2012/05/19 08:03:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild,v 1.5 2013/04/17 07:52:13 jlec Exp $ EAPI=4 @@ -22,4 +22,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN}-0.2 -PATCHES=( "${FILESDIR}"/${PV}-gentoo.patch ) +PATCHES=( + "${FILESDIR}"/${PV}-gentoo.patch + "${FILESDIR}"/${P}-texinfo5.1.patch + ) |