From 11c7e2400b8649426d0e1f9152a63a1a6596b1ef Mon Sep 17 00:00:00 2001 From: davide Date: Sun, 12 Apr 2009 19:41:22 +0200 Subject: sci-mathematics/freefem++: fix building the documentation with >=app-text/texlive-2008 app-vim/freefem++-syntax: moved download location to omploader --- app-vim/freefem++-syntax/ChangeLog | 6 ++++++ app-vim/freefem++-syntax/Manifest | 1 + .../freefem++-syntax/freefem++-syntax-20070614.ebuild | 17 ----------------- .../freefem++-syntax-20081108-r1.ebuild | 17 +++++++++++++++++ 4 files changed, 24 insertions(+), 17 deletions(-) delete mode 100644 app-vim/freefem++-syntax/freefem++-syntax-20070614.ebuild create mode 100644 app-vim/freefem++-syntax/freefem++-syntax-20081108-r1.ebuild (limited to 'app-vim/freefem++-syntax') diff --git a/app-vim/freefem++-syntax/ChangeLog b/app-vim/freefem++-syntax/ChangeLog index 947676372..765d2004e 100644 --- a/app-vim/freefem++-syntax/ChangeLog +++ b/app-vim/freefem++-syntax/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Apr 2009; David Radice + +freefem++-syntax-20081108-r1.ebuild, -freefem++-syntax-20070614.ebuild: + Moved download location to omploader. + +*freefem++-syntax-20081108 (23 Nov 2008) + 23 Nov 2008; David Radice +freefem++-syntax-20081108.ebuild: Version bump. diff --git a/app-vim/freefem++-syntax/Manifest b/app-vim/freefem++-syntax/Manifest index 6d202e192..f40c851bb 100644 --- a/app-vim/freefem++-syntax/Manifest +++ b/app-vim/freefem++-syntax/Manifest @@ -1,6 +1,7 @@ DIST freefem++-syntax-20070614.tar.gz 1093 RMD160 408dd59d00410bc965d915c2544f1ce56cb1e764 SHA1 0085a196a714c0c8eb1504b160a54c917debc805 SHA256 b5e0b1e798c80068e162249503048576454153cc2eeb96765b6aa6d8146bac4f DIST freefem++-syntax-20081108.tar.gz 1108 RMD160 02c947dae0495de4b2ad1a49d7bdee8d2f4f21c0 SHA1 d0c718a41623d5b5897e97deed2acb5fa35b06a9 SHA256 1bad9e9150ca754695669dbc892c14a678062353a59ce648cc9a35650f014eff EBUILD freefem++-syntax-20070614.ebuild 553 RMD160 52461b3e24eb02baf47166859f385fbc71ef1173 SHA1 09324d751e65559d4f720dafc12477cb79037e9f SHA256 13f903446e6241aec337885fc731ca4c248eb664645c11b305373c6d8f97d9e8 +EBUILD freefem++-syntax-20081108-r1.ebuild 547 RMD160 91ea1c75ef3b8736ebdc94093a22350dfae885c2 SHA1 d034cebba3192d644effb26d976d3d0b5fbc72de SHA256 c12cc78876e0bb865defb97bb72678f81ce161c9891418e180621bec787754f5 EBUILD freefem++-syntax-20081108.ebuild 548 RMD160 ad2af33804dbf3d9de039868018491ee2e66ac5d SHA1 a93bc606e78d635ef353a3191875c5dc5858e4b9 SHA256 54dc52d75186c8917330e90b34c380735bdb1d1c3f271caeae5bcc367a732c81 MISC ChangeLog 403 RMD160 7678b9a3c9786d861163c9b2aac4930f0ccae158 SHA1 3107904d731f060d62572efcb8515dd4fc2722e5 SHA256 53558b498433b9712a3d7d1f7c568d912ea92e2040be22f0c618cc2b397bc79a MISC metadata.xml 294 RMD160 f0861f754064bfe5d6c1cb33cda3ec243bfa9770 SHA1 8d1e56c9fd1873f3800a816c320746bdc40d93d4 SHA256 9ae00119576875f3047da60f0502a37671d41a155bd152a204949836db51ef27 diff --git a/app-vim/freefem++-syntax/freefem++-syntax-20070614.ebuild b/app-vim/freefem++-syntax/freefem++-syntax-20070614.ebuild deleted file mode 100644 index 5507e8bb8..000000000 --- a/app-vim/freefem++-syntax/freefem++-syntax-20070614.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: syntax highlighting for freefem++ script files" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1901" -# This is a workaround to make the ebuild work on an overlay: -SRC_URI="http://web.tiscali.it/david_e/freefem++-syntax-20070614.tar.gz" - -LICENSE="vim" -KEYWORDS="~amd64 ~x86" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for freefem++ script files." diff --git a/app-vim/freefem++-syntax/freefem++-syntax-20081108-r1.ebuild b/app-vim/freefem++-syntax/freefem++-syntax-20081108-r1.ebuild new file mode 100644 index 000000000..4d2865f60 --- /dev/null +++ b/app-vim/freefem++-syntax/freefem++-syntax-20081108-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: syntax highlighting for freefem++ script files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1901" +# This is a workaround to make the ebuild work on an overlay: +SRC_URI="http://omploader.org/vMWlraw/freefem++-syntax-20081108.tar.gz" + +LICENSE="vim" +KEYWORDS="~amd64" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for freefem++ script files." -- cgit v1.2.3-65-gdbad