diff options
author | Mark Wright <gienah@gentoo.org> | 2012-01-30 06:54:53 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-01-30 06:54:53 +0000 |
commit | 588e0f70708ad7a971ae3484a94a9a6d15aed9cf (patch) | |
tree | 2ec20db84f4fc2ee9957460882d76cd82959c5c0 /sci-mathematics | |
parent | Version bump. (diff) | |
download | gentoo-2-588e0f70708ad7a971ae3484a94a9a6d15aed9cf.tar.gz gentoo-2-588e0f70708ad7a971ae3484a94a9a6d15aed9cf.tar.bz2 gentoo-2-588e0f70708ad7a971ae3484a94a9a6d15aed9cf.zip |
Fix bug #400961, thanks to Mr. Anderson for report and fix.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/isabelle/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/isabelle/isabelle-2011.1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/isabelle/metadata.xml | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/sci-mathematics/isabelle/ChangeLog b/sci-mathematics/isabelle/ChangeLog index c5bb9e0742e8..c2ba2bd7f436 100644 --- a/sci-mathematics/isabelle/ChangeLog +++ b/sci-mathematics/isabelle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/isabelle # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/ChangeLog,v 1.2 2012/01/09 13:49:21 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/ChangeLog,v 1.3 2012/01/30 06:54:53 gienah Exp $ + + 30 Jan 2012; Mark Wright <gienah@gentoo.org> isabelle-2011.1.ebuild, + metadata.xml: + Fix bug #400961, thanks to Mr. Anderson for report and fix. 09 Jan 2012; Mark Wright <gienah@gentoo.org> isabelle-2011.1.ebuild: Thanks to few_ and xarthisius for reviewing, remove pdf use flag, add || die diff --git a/sci-mathematics/isabelle/isabelle-2011.1.ebuild b/sci-mathematics/isabelle/isabelle-2011.1.ebuild index fc9f3b056c53..2dca16f2a6b7 100644 --- a/sci-mathematics/isabelle/isabelle-2011.1.ebuild +++ b/sci-mathematics/isabelle/isabelle-2011.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2011.1.ebuild,v 1.2 2012/01/09 13:49:21 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2011.1.ebuild,v 1.3 2012/01/30 06:54:53 gienah Exp $ EAPI="4" @@ -109,7 +109,7 @@ src_install() { dodir /etc/isabelle insinto /etc/isabelle - doins -r etc + doins -r etc/* dosym /etc/isabelle "${TARGETDIR}/etc" dosym "${LIBDIR}/heaps" "${TARGETDIR}/heaps" diff --git a/sci-mathematics/isabelle/metadata.xml b/sci-mathematics/isabelle/metadata.xml index c874493b4533..099959fac571 100644 --- a/sci-mathematics/isabelle/metadata.xml +++ b/sci-mathematics/isabelle/metadata.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> +<maintainer> + <email>gienah@gentoo.org></email> +</maintainer> <herd>sci-mathematics</herd> <longdescription lang='en'> Isabelle is a generic proof assistant. It allows mathematical |