summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-11-25 18:33:35 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-11-25 18:33:35 +0000
commitff01e7583ca8ecf85a1a0f1b93b65050014fd317 (patch)
tree1fcab943f27c687c0fe88913bfec262d4d8fc3d1 /sci-mathematics
parentRestore Changelog truncated by mistake, bug #391253. (diff)
downloadgentoo-2-ff01e7583ca8ecf85a1a0f1b93b65050014fd317.tar.gz
gentoo-2-ff01e7583ca8ecf85a1a0f1b93b65050014fd317.tar.bz2
gentoo-2-ff01e7583ca8ecf85a1a0f1b93b65050014fd317.zip
Removed old
(Portage version: 2.1.10.37/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/qtoctave/ChangeLog7
-rw-r--r--sci-mathematics/qtoctave/files/qtoctave-0.8.1-gcc4.4.patch8
-rw-r--r--sci-mathematics/qtoctave/files/qtoctave-0.8.2-rpath.patch17
-rw-r--r--sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild41
-rw-r--r--sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild33
5 files changed, 6 insertions, 100 deletions
diff --git a/sci-mathematics/qtoctave/ChangeLog b/sci-mathematics/qtoctave/ChangeLog
index ddd23f18ab50..bd4534a6e51a 100644
--- a/sci-mathematics/qtoctave/ChangeLog
+++ b/sci-mathematics/qtoctave/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/qtoctave
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.16 2011/07/12 21:33:37 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.17 2011/11/25 18:33:35 bicatali Exp $
+
+ 25 Nov 2011; Sébastien Fabbro <bicatali@gentoo.org> -qtoctave-0.8.1.ebuild,
+ -files/qtoctave-0.8.1-gcc4.4.patch, -qtoctave-0.8.2.ebuild,
+ -files/qtoctave-0.8.2-rpath.patch:
+ Removed old
*qtoctave-0.10.1 (12 Jul 2011)
diff --git a/sci-mathematics/qtoctave/files/qtoctave-0.8.1-gcc4.4.patch b/sci-mathematics/qtoctave/files/qtoctave-0.8.1-gcc4.4.patch
deleted file mode 100644
index 4bc26f858cb5..000000000000
--- a/sci-mathematics/qtoctave/files/qtoctave-0.8.1-gcc4.4.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-diff -Naur qtoctave-0.8.1/qtoctave/src/search_dialog.cpp qtoctave-0.8.1.new/qtoctave/src/search_dialog.cpp
---- qtoctave-0.8.1/qtoctave/src/search_dialog.cpp 2008-09-21 05:00:30.000000000 -0400
-+++ qtoctave-0.8.1.new/qtoctave/src/search_dialog.cpp 2009-07-31 09:04:20.000000000 -0400
-@@ -1,3 +1,4 @@
-+#include <cstdio>
- #include "search_dialog.h"
-
- SearchDialog::SearchDialog(QWidget *parent): QDialog(parent)
diff --git a/sci-mathematics/qtoctave/files/qtoctave-0.8.2-rpath.patch b/sci-mathematics/qtoctave/files/qtoctave-0.8.2-rpath.patch
deleted file mode 100644
index 041ea19709e6..000000000000
--- a/sci-mathematics/qtoctave/files/qtoctave-0.8.2-rpath.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/qtoctave/src/CMakeLists.txt b/qtoctave/src/CMakeLists.txt
-index 77f7438..6e32a70 100644
---- a/qtoctave/src/CMakeLists.txt
-+++ b/qtoctave/src/CMakeLists.txt
-@@ -28,12 +28,6 @@ add_executable(qtoctave
- ${qtoctave_sources} ${qtoctave_moc_sources} ${qtoctave_ui_headers} ${qtoctave_moc_headers}
- )
-
--SET_TARGET_PROPERTIES(qtoctave
-- PROPERTIES INSTALL_RPATH ":usr/lib"
-- BUILD_WITH_INSTALL_RPATH true
-- INSTALL_RPATH_USE_LINK_PATH true
--)
--
- TARGET_LINK_LIBRARIES(qtoctave ${Qt4_LIBRARIES} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY} ${QT_QTSVG_LIBRARY})
-
- install (
diff --git a/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild b/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild
deleted file mode 100644
index c0c2ea777363..000000000000
--- a/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild,v 1.5 2009/08/01 06:13:55 mr_bones_ Exp $
-
-EAPI="1"
-
-CMAKE_IN_SOURCE_BUILD=1
-inherit cmake-utils
-
-DESCRIPTION="QtOctave is a Qt4 front-end for Octave"
-HOMEPAGE="http://forja.rediris.es/projects/csl-qtoctave/"
-SRC_URI="http://forja.rediris.es/frs/download.php/877/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/qt-gui:4
- x11-libs/qt-svg:4"
-
-RDEPEND="${DEPEND}
- >=sci-mathematics/octave-3.0.0"
-
-S="${WORKDIR}"/${P}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc4.4.patch
-}
-
-src_compile() {
- mycmakeargs="-DCMAKE_SKIP_RPATH:BOOL=YES"
- cmake-utils_src_compile
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc readme.txt news.txt
-}
diff --git a/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild b/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild
deleted file mode 100644
index 2646dd6aaaa8..000000000000
--- a/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild,v 1.6 2010/07/14 10:27:16 hwoarang Exp $
-
-EAPI="2"
-
-CMAKE_IN_SOURCE_BUILD=1
-
-inherit cmake-utils multilib
-
-DESCRIPTION="QtOctave is a Qt4 front-end for Octave"
-HOMEPAGE="http://forja.rediris.es/projects/csl-qtoctave/"
-SRC_URI="http://forja.rediris.es/frs/download.php/1383/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="x11-libs/qt-gui:4
- x11-libs/qt-svg:4"
-
-RDEPEND="${DEPEND}
- >=sci-mathematics/octave-3.2.0"
-
-S="${WORKDIR}"/${P}/${PN}
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.8.1-gcc4.4.patch
- "${FILESDIR}"/${P}-rpath.patch
- )
-
-DOCS=(readme.txt news.txt)