diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-06-20 11:00:24 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-06-20 11:00:24 +0000 |
commit | 30f84cf42c6457ecd03b7d18709d6eb943bb61aa (patch) | |
tree | 6a468fe957af7bdb8ee791c73d43e91fc00dc89e /dev-cpp | |
parent | dev-python/python-distutils-extra: Remove dot from DESCRIPTION. (diff) | |
download | sunrise-reviewed-30f84cf42c6457ecd03b7d18709d6eb943bb61aa.tar.gz sunrise-reviewed-30f84cf42c6457ecd03b7d18709d6eb943bb61aa.tar.bz2 sunrise-reviewed-30f84cf42c6457ecd03b7d18709d6eb943bb61aa.zip |
removing, in gentoo-x86
svn path=/sunrise/; revision=8677
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/plotmm/ChangeLog | 27 | ||||
-rw-r--r-- | dev-cpp/plotmm/Manifest | 5 | ||||
-rw-r--r-- | dev-cpp/plotmm/files/plotmm-0.1.2-libsigc++-2.2.patch | 100 | ||||
-rw-r--r-- | dev-cpp/plotmm/metadata.xml | 5 | ||||
-rw-r--r-- | dev-cpp/plotmm/plotmm-0.1.2.ebuild | 38 |
5 files changed, 0 insertions, 175 deletions
diff --git a/dev-cpp/plotmm/ChangeLog b/dev-cpp/plotmm/ChangeLog deleted file mode 100644 index 95221d3a7..000000000 --- a/dev-cpp/plotmm/ChangeLog +++ /dev/null @@ -1,27 +0,0 @@ -# ChangeLog for dev-cpp/plotmm -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 04 Aug 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> plotmm-0.1.2.ebuild: - Don't dodoc INSTALL - - 29 Jul 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> - plotmm-0.1.2.ebuild: - Whitey - - 24 Jul 2008; Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com> - plotmm-0.1.2.ebuild, +files/plotmm-0.1.2-libsigc++-2.2.patch: - Updated ebuild with libsigc++-2.2* patch - - 11 Jun 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com> - plotmm-0.1.2.ebuild: - dohtml should die if it fails - - 10 Jun 2008; Mounir Lamouri (Volkmar) <mounir.lamouri@gmail.com> - plotmm-0.1.2.ebuild: - Enhanced doc installation. - - 07 Jun 2008; Mounir Lamouri (Volkmar) <mounir.lamouri@gmail.com> - +plotmm-0.1.2.ebuild, +metadata.xml: - New Ebuild for bug 225287. - diff --git a/dev-cpp/plotmm/Manifest b/dev-cpp/plotmm/Manifest deleted file mode 100644 index 2d11cae78..000000000 --- a/dev-cpp/plotmm/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX plotmm-0.1.2-libsigc++-2.2.patch 4037 RMD160 21266c4274d42e3da0957f07ae3dfb566fc9f4fd SHA1 d54faf2882060a317b0c2dc6c6395050204f3951 SHA256 6c535a0665d561841dc1fa9fce29eb18735850bea3d7af8b19e1d20050237cc6 -DIST plotmm-0.1.2.tar.gz 473175 RMD160 1a42a6681f540911c58a23290e1f7f9877bc49c1 SHA1 64da0930b7c8994d59769597917cca05df989258 SHA256 896bb729eb9cad5f3188d72304789dd7a86fdae66020ac0632fe3bc66abe9653 -EBUILD plotmm-0.1.2.ebuild 705 RMD160 27387d829cb0ba42c3d8dc45dee9d492983e5cb0 SHA1 d72292079a0ab7ef44fb60d6910a769faff5c502 SHA256 d08f2fe52914ad69d37c9d8117fd5d8fb58fafb84d397fbd50848d6cc536fcfe -MISC ChangeLog 863 RMD160 eefa4d9293f8ca733d5d12c6090560e10d914bd5 SHA1 3c902cee162000c2b65c5336ec4118947a9af6fb SHA256 84c9a8941c757f0fc252bdce7ee548dc2352abf4157485570ec9301a04222ba9 -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/dev-cpp/plotmm/files/plotmm-0.1.2-libsigc++-2.2.patch b/dev-cpp/plotmm/files/plotmm-0.1.2-libsigc++-2.2.patch deleted file mode 100644 index a9aa53190..000000000 --- a/dev-cpp/plotmm/files/plotmm-0.1.2-libsigc++-2.2.patch +++ /dev/null @@ -1,100 +0,0 @@ -diff -ur plotmm-0.1.2-old/plotmm/compat.h plotmm-0.1.2/plotmm/compat.h ---- plotmm-0.1.2-old/plotmm/compat.h 2005-11-09 17:36:02.000000000 +0100 -+++ plotmm-0.1.2/plotmm/compat.h 2008-07-25 00:13:55.000000000 +0200 -@@ -58,7 +58,7 @@ - #else - - namespace PlotMM { -- typedef SigC::ObjectBase ObjectBase; -+ typedef sigc::ObjectBase ObjectBase; - } - - #endif -diff -ur plotmm-0.1.2-old/plotmm/curve.h plotmm-0.1.2/plotmm/curve.h ---- plotmm-0.1.2-old/plotmm/curve.h 2005-11-09 17:47:21.000000000 +0100 -+++ plotmm-0.1.2/plotmm/curve.h 2008-07-25 00:24:02.000000000 +0200 -@@ -140,7 +140,7 @@ - int from = 0, int to = -1); - - //! Signals that this curve has changed in some way or the other -- SigC::Signal0<void> signal_curve_changed; -+ sigc::signal0<void> signal_curve_changed; - - protected: - virtual void init(const Glib::ustring &title); -diff -ur plotmm-0.1.2-old/plotmm/plot.cc plotmm-0.1.2/plotmm/plot.cc ---- plotmm-0.1.2-old/plotmm/plot.cc 2005-11-09 17:59:48.000000000 +0100 -+++ plotmm-0.1.2/plotmm/plot.cc 2008-07-25 00:24:30.000000000 +0200 -@@ -322,7 +322,7 @@ - connect(sigc::mem_fun(*this,&Plot::on_canvas_expose_event)); - #else - canvas_.signal_expose_event(). -- connect(SigC::slot(*this,&Plot::on_canvas_expose_event)); -+ connect(sigc::slot(*this,&Plot::on_canvas_expose_event)); - #endif - - show_all(); -@@ -406,19 +406,19 @@ - } - - //! Return the signal owned by plot canvas --SigC::Signal3<void,int,int,GdkEventButton*> Plot::signal_plot_mouse_press() -+sigc::signal3<void,int,int,GdkEventButton*> Plot::signal_plot_mouse_press() - { - return canvas_.signal_plot_mouse_press; - } - - //! Return the signal owned by plot canvas --SigC::Signal3<void,int,int,GdkEventButton*> Plot::signal_plot_mouse_release() -+sigc::signal3<void,int,int,GdkEventButton*> Plot::signal_plot_mouse_release() - { - return canvas_.signal_plot_mouse_release; - } - - //! Return the signal owned by plot canvas --SigC::Signal3<void,int,int,GdkEventMotion*> Plot::signal_plot_mouse_move() -+sigc::signal3<void,int,int,GdkEventMotion*> Plot::signal_plot_mouse_move() - { - return canvas_.signal_plot_mouse_move; - } -diff -ur plotmm-0.1.2-old/plotmm/plot.h plotmm-0.1.2/plotmm/plot.h ---- plotmm-0.1.2-old/plotmm/plot.h 2004-03-09 10:51:55.000000000 +0100 -+++ plotmm-0.1.2/plotmm/plot.h 2008-07-25 00:25:17.000000000 +0200 -@@ -79,9 +79,9 @@ - virtual void clear(); - virtual void end_replot(); - -- SigC::Signal3<void,int,int,GdkEventButton*> signal_plot_mouse_press; -- SigC::Signal3<void,int,int,GdkEventButton*> signal_plot_mouse_release; -- SigC::Signal3<void,int,int,GdkEventMotion*> signal_plot_mouse_move; -+ sigc::signal3<void,int,int,GdkEventButton*> signal_plot_mouse_press; -+ sigc::signal3<void,int,int,GdkEventButton*> signal_plot_mouse_release; -+ sigc::signal3<void,int,int,GdkEventMotion*> signal_plot_mouse_move; - - protected: - virtual bool on_expose_event(GdkEventExpose* event); -@@ -141,9 +141,9 @@ - Scale *scale(PlotAxisID id) { return tickMark_[id]; } - PlotLabel *label(PlotAxisID id) { return axisLabel_[id]; } - -- SigC::Signal3<void,int,int,GdkEventButton*> signal_plot_mouse_press(); -- SigC::Signal3<void,int,int,GdkEventButton*> signal_plot_mouse_release(); -- SigC::Signal3<void,int,int,GdkEventMotion*> signal_plot_mouse_move(); -+ sigc::signal3<void,int,int,GdkEventButton*> signal_plot_mouse_press(); -+ sigc::signal3<void,int,int,GdkEventButton*> signal_plot_mouse_release(); -+ sigc::signal3<void,int,int,GdkEventMotion*> signal_plot_mouse_move(); - - void set_selection(const Rectangle &r); - Rectangle get_selection() { return select_; } -diff -ur plotmm-0.1.2-old/plotmm/scale.h plotmm-0.1.2/plotmm/scale.h ---- plotmm-0.1.2-old/plotmm/scale.h 2004-03-05 16:25:43.000000000 +0100 -+++ plotmm-0.1.2/plotmm/scale.h 2008-07-25 00:25:30.000000000 +0200 -@@ -133,7 +133,7 @@ - /*! This signal is thrown whenever the scale is enabled or disabled - * \sa set_enabled, enabled - */ -- SigC::Signal1<void,bool> signal_enabled; -+ sigc::signal1<void,bool> signal_enabled; - - protected: - virtual void on_realize(); diff --git a/dev-cpp/plotmm/metadata.xml b/dev-cpp/plotmm/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/dev-cpp/plotmm/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> diff --git a/dev-cpp/plotmm/plotmm-0.1.2.ebuild b/dev-cpp/plotmm/plotmm-0.1.2.ebuild deleted file mode 100644 index 77ff76900..000000000 --- a/dev-cpp/plotmm/plotmm-0.1.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" - -inherit eutils - -DESCRIPTION="Plot widget for GTKmm" -HOMEPAGE="http://plotmm.sourceforge.net/" -SRC_URI="mirror://sourceforge/plotmm/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="doc" - -RDEPEND=">=dev-cpp/gtkmm-2.0 - dev-libs/libsigc++:2" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-libsigc++-2.2.patch" -} - -src_install() { - make install DESTDIR="${D}" || die "install failed" - - dodoc AUTHORS ChangeLog NEWS README || die - - if use doc; then - dohtml -r doc/html/* || die "dohtml failed" - fi -} |