diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2011-05-14 19:01:34 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2011-05-14 19:01:34 +0000 |
commit | 900adf73e89f33826a27269976d61f3e8d8c7493 (patch) | |
tree | 9b7c1a48503bdd9938564f0828830b8072c557f2 /sci-libs/libbufr | |
parent | Version bump. (diff) | |
download | gentoo-2-900adf73e89f33826a27269976d61f3e8d8c7493.tar.gz gentoo-2-900adf73e89f33826a27269976d61f3e8d8c7493.tar.bz2 gentoo-2-900adf73e89f33826a27269976d61f3e8d8c7493.zip |
Updated test file generation (note: do not remove blanks).
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libbufr')
-rw-r--r-- | sci-libs/libbufr/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libbufr/libbufr-000387.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sci-libs/libbufr/ChangeLog b/sci-libs/libbufr/ChangeLog index 7c9eab0087dd..609f01439b70 100644 --- a/sci-libs/libbufr/ChangeLog +++ b/sci-libs/libbufr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libbufr # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libbufr/ChangeLog,v 1.5 2011/05/03 05:23:55 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libbufr/ChangeLog,v 1.6 2011/05/14 19:01:34 nerdboy Exp $ + + 14 May 2011; Steve Arnold <nerdboy@gentoo.org> libbufr-000387.ebuild: + Updated test file generation (note: do not remove blanks). *libbufr-000387 (03 May 2011) diff --git a/sci-libs/libbufr/libbufr-000387.ebuild b/sci-libs/libbufr/libbufr-000387.ebuild index 9b03bf1e0585..22d4a7e779d3 100644 --- a/sci-libs/libbufr/libbufr-000387.ebuild +++ b/sci-libs/libbufr/libbufr-000387.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/sci-libs/libbufr/libbufr-000387.ebuild,v 1.2 2011/05/04 04:28:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libbufr/libbufr-000387.ebuild,v 1.3 2011/05/14 19:01:34 nerdboy Exp $ EAPI="3" @@ -160,6 +160,7 @@ pkg_postinst() { } generate_files() { + ## Do not remove blank lines from the response file cat <<-EOF > 20${PN} BUFR_TABLES="/usr/share/bufrtables" CONFIG_PROTECT="/usr/share/bufrtables" @@ -171,6 +172,9 @@ generate_files() { N 1 + + + N EOF } |