diff options
author | Simon Haegler <simon.haegler@mistafunk.ch> | 2011-10-18 11:03:54 +0200 |
---|---|---|
committer | Simon Haegler <simon.haegler@mistafunk.ch> | 2011-10-18 11:03:54 +0200 |
commit | 363bc251c8f7f7520529a0c151d2df05bc8b0ff1 (patch) | |
tree | cebfa8b623161362ecd526a2275097582ed08894 /sci-mathematics | |
parent | remove old collada-dom ebuild (diff) | |
download | mistafunk-363bc251c8f7f7520529a0c151d2df05bc8b0ff1.tar.gz mistafunk-363bc251c8f7f7520529a0c151d2df05bc8b0ff1.tar.bz2 mistafunk-363bc251c8f7f7520529a0c151d2df05bc8b0ff1.zip |
cleanup
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/mcsim/mcsim-5.4.0.ebuild~ | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-mathematics/mcsim/mcsim-5.4.0.ebuild~ b/sci-mathematics/mcsim/mcsim-5.4.0.ebuild~ deleted file mode 100644 index c0c7f22..0000000 --- a/sci-mathematics/mcsim/mcsim-5.4.0.ebuild~ +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit eutils multilib - -DESCRIPTION="GNU MCSim is a Monte-Carlo simulation package." -HOMEPAGE="http://www.gnu.org/s/mcsim" -SRC_URI="http://www.gnu.org/s/mcsim/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - -#src_install() { -#} |