Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/cadabra/
Date: Sun, 31 Mar 2013 11:15:57
Message-Id: 1364475936.be3e74e21ef2615ed03fc019178fc1d55524ca06.alexxy@gentoo
1 commit: be3e74e21ef2615ed03fc019178fc1d55524ca06
2 Author: Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 28 13:05:36 2013 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 28 13:05:36 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=be3e74e2
7
8 sci-mathematics/cadabra-1.31: new line fixes, thanks to jlec
9
10 ---
11 sci-mathematics/cadabra/cadabra-1.31.ebuild | 4 +---
12 1 files changed, 1 insertions(+), 3 deletions(-)
13
14 diff --git a/sci-mathematics/cadabra/cadabra-1.31.ebuild b/sci-mathematics/cadabra/cadabra-1.31.ebuild
15 index 7f3735c..d9c1fc4 100644
16 --- a/sci-mathematics/cadabra/cadabra-1.31.ebuild
17 +++ b/sci-mathematics/cadabra/cadabra-1.31.ebuild
18 @@ -13,7 +13,6 @@ SRC_URI="http://cadabra.phi-sci.com/${P}.tar.gz"
19 RESTRICT="mirror"
20
21 LICENSE="GPL-2"
22 -
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 IUSE="doc examples X"
26 @@ -79,7 +78,6 @@ pkg_postinst() {
27 elog "http://bugs.gentoo.org/show_bug.cgi?id= 194393"
28 }
29
30 -pkg_postrm()
31 -{
32 +pkg_postrm() {
33 etexmf-update
34 }