aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Cera <timcera@earthlink.net>2010-01-30 12:24:31 -0500
committerTim Cera <timcera@earthlink.net>2010-01-30 12:24:31 -0500
commit21b409e9e01df1e0a06c75ac8be5f399f89e6e5b (patch)
tree47da2c1c3b968f4ec2b862ec8d69d3ee723d72c4 /sci-mathematics/mdp
parentsci-libs/scikits_timeseries: Removed unnecessary blank line at end of (diff)
downloadsci-21b409e9e01df1e0a06c75ac8be5f399f89e6e5b.tar.gz
sci-21b409e9e01df1e0a06c75ac8be5f399f89e6e5b.tar.bz2
sci-21b409e9e01df1e0a06c75ac8be5f399f89e6e5b.zip
sci-mathematics/mdp: Removed unnecessary blank lines and fixed copyright
years.
Diffstat (limited to 'sci-mathematics/mdp')
-rw-r--r--sci-mathematics/mdp/Manifest4
-rw-r--r--sci-mathematics/mdp/mdp-2.4.ebuild3
-rw-r--r--sci-mathematics/mdp/mdp-2.5.ebuild3
3 files changed, 4 insertions, 6 deletions
diff --git a/sci-mathematics/mdp/Manifest b/sci-mathematics/mdp/Manifest
index e3c59031d..d24896d30 100644
--- a/sci-mathematics/mdp/Manifest
+++ b/sci-mathematics/mdp/Manifest
@@ -1,6 +1,6 @@
DIST MDP-2.4.tar.gz 162171 RMD160 33381ef9fc2f62c3b51da037a181da7cff0925fe SHA1 90c7213a20f570742a1753c32dffa70ce6ffdb99 SHA256 85d1a51ee56f4ed5021d56616646dd393c41a32a7390b49a7f19f9f02961ddff
DIST MDP-2.5.tar.gz 187213 RMD160 770928508ac24585a9076dab61b217377169a95f SHA1 f7df295cdd0b096714aa6e1078b94cbdbd58f9ac SHA256 5ff0e9b8d57f5dd6dc50f98d8dabcf1a1171ea6f779f3ae8f2dcc792a04fa0f6
-EBUILD mdp-2.4.ebuild 654 RMD160 ac87d5b79ef8806dbf1e711ac6ee78cd1e6e93f3 SHA1 97a028507b8048527d13416f90a38886bf6b4eec SHA256 52161780070c621e27c748927d701bc9a187c3cb4a2ef2b2042f731240fa8a5f
-EBUILD mdp-2.5.ebuild 654 RMD160 e0b959e1df6a9de3ae9d74b422784a8eb2e684ca SHA1 2e7fb6c6c121b224512ce8a9b46102d250f865fa SHA256 e6743b3e53acc8d21f280b32fb0dd6d4fd65f646f2d65477699e07b561405bfb
+EBUILD mdp-2.4.ebuild 653 RMD160 088c72b7cd383bd2fcef47fe22da6b2c17843e34 SHA1 51b0306026ef0a2bd88ee4acbd19ea85a63aa259 SHA256 8bef773e10336e5674bd7e0fe93e66e48889e670f6d4b24fdc655654be46b18e
+EBUILD mdp-2.5.ebuild 653 RMD160 2a61df8760822838b22ca6b6b68856f4f2d5bd05 SHA1 badaef80c5e470f3a6887ec216f7e1163f116ccc SHA256 f6bcf30a981ba1c1b306a86c1733e46c246853c7d89d40b0c51d9ba9b4b921e3
MISC ChangeLog 607 RMD160 a5801f33e5dba5168a77ab827f3f5a2121cddeaa SHA1 e093afed5f78eb6dc295805f756a9b8f0746855c SHA256 34160c55b35450663194f0abdc788fb9adf49a325e4dc1a7d04f25dfb73febd6
MISC metadata.xml 690 RMD160 ed4cf64e00309f9392595cfff9c5fae9034f252d SHA1 9db6ee0717246d2e588733dc9e5c339164c39ec2 SHA256 1dc442202528ffd5c0d9d256ad33868ad935664f30c3b143401866634af5a2d9
diff --git a/sci-mathematics/mdp/mdp-2.4.ebuild b/sci-mathematics/mdp/mdp-2.4.ebuild
index 4f2fa0112..5d6674a14 100644
--- a/sci-mathematics/mdp/mdp-2.4.ebuild
+++ b/sci-mathematics/mdp/mdp-2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -24,4 +24,3 @@ RDEPEND="${DEPEND}"
src_test() {
PYTHONPATH="${S}/src" "${python}" -c "import mdp;mdp.test()" || die "tests failed"
}
-
diff --git a/sci-mathematics/mdp/mdp-2.5.ebuild b/sci-mathematics/mdp/mdp-2.5.ebuild
index ef29f08dc..b811fcc96 100644
--- a/sci-mathematics/mdp/mdp-2.5.ebuild
+++ b/sci-mathematics/mdp/mdp-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -24,4 +24,3 @@ RDEPEND="${DEPEND}
src_test() {
PYTHONPATH="${S}/src" "${python}" -c "import mdp;mdp.test()" || die "tests failed"
}
-