diff options
author | 2007-06-15 20:13:05 +0000 | |
---|---|---|
committer | 2007-06-15 20:13:05 +0000 | |
commit | 6345e2afa991379ea503e0bc08c94d772513904b (patch) | |
tree | c6811beec5f8b83695e3899f89c95b5c89f80ddd /sci-calculators | |
parent | dev-libs/tntdb: DEPEND and RDEPEND fixed, tntdb should actually not depend on... (diff) | |
download | sunrise-reviewed-6345e2afa991379ea503e0bc08c94d772513904b.tar.gz sunrise-reviewed-6345e2afa991379ea503e0bc08c94d772513904b.tar.bz2 sunrise-reviewed-6345e2afa991379ea503e0bc08c94d772513904b.zip |
sci-calculators/tilp2: removed trailing blank line
svn path=/sunrise/; revision=3946
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/tilp2/ChangeLog | 3 | ||||
-rw-r--r-- | sci-calculators/tilp2/Manifest | 4 | ||||
-rw-r--r-- | sci-calculators/tilp2/tilp2-1.03.ebuild | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/sci-calculators/tilp2/ChangeLog b/sci-calculators/tilp2/ChangeLog index 15f1b2de4..4b9384a82 100644 --- a/sci-calculators/tilp2/ChangeLog +++ b/sci-calculators/tilp2/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 15 Jun 2007; Ali Polatel (hawking) <polatel@gmail.com> tilp2-1.03.ebuild: + removed trailing blank line + 15 Jun 2007; Christian Helbling <helch@gmx.ch> +tilp2-1.03.ebuild, +metadata.xml: New ebuild for bug 109220 thanks to Henning Schild diff --git a/sci-calculators/tilp2/Manifest b/sci-calculators/tilp2/Manifest index 450aef260..723a0439e 100644 --- a/sci-calculators/tilp2/Manifest +++ b/sci-calculators/tilp2/Manifest @@ -1,4 +1,4 @@ DIST tilp2-1.03.tar.gz 913989 RMD160 af53a98b07935ce844b2c35c61ca2993c3b3352c SHA1 ee350749bfc3348de71df07c925a6ca26ab79ba6 SHA256 bd8f49a5dad4f7dbdec4902a2bea7c32f18db8038ef1c5702864463b72088dcc -EBUILD tilp2-1.03.ebuild 658 RMD160 26693d7b19daff0201afa7db6f59ba0f89291659 SHA1 456f250d26e8852c9554e98865a918205ab11240 SHA256 11a3f41a817ef9c69e8217204851dc014c339d33caf76b633b0f9ad6bac7c5c1 -MISC ChangeLog 262 RMD160 838365e287d0236dd89b16af2918d0f7802dcfd5 SHA1 05b61803dc1269f5e1bd2af92848d44449adbd28 SHA256 f71bd9d12261aa0b3cbdf57c97bfffe7274ea185e3b71665928fc2d88d95f66f +EBUILD tilp2-1.03.ebuild 657 RMD160 e9009f961f26072241425fa900c850eac90f87e4 SHA1 b1262a0d919cbc522ac1ab72541935fd633cb920 SHA256 f1ba4ba08b6fede641fc4d1ae15cdf59bdd779ee856a92fa408ac1b70085d4f3 +MISC ChangeLog 369 RMD160 6cbb3f2dbd2bff2a51811835b6bb5b8fdbddf9f7 SHA1 0e331b0868f3263b76b82a18df6334e10777600b SHA256 1f01c511b995109de0c1725aa2cd4e78f1e60fb76aa766ed5a83938a73b3de45 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/sci-calculators/tilp2/tilp2-1.03.ebuild b/sci-calculators/tilp2/tilp2-1.03.ebuild index 5f978149f..4b4f4833e 100644 --- a/sci-calculators/tilp2/tilp2-1.03.ebuild +++ b/sci-calculators/tilp2/tilp2-1.03.ebuild @@ -24,4 +24,3 @@ RDEPEND="${DEPEND}" src_install() { emake install DESTDIR=${D} || die "emake install failed" } - |