diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-09-07 10:58:28 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-09-07 10:58:28 +0000 |
commit | 4c74852ee3f97c440ff2d940faa6673f0943ccf5 (patch) | |
tree | ee590496263e909e16a4828cf97d76c94e131f64 /sci-libs | |
parent | Version bump. Needed for kstars. (diff) | |
download | gentoo-2-4c74852ee3f97c440ff2d940faa6673f0943ccf5.tar.gz gentoo-2-4c74852ee3f97c440ff2d940faa6673f0943ccf5.tar.bz2 gentoo-2-4c74852ee3f97c440ff2d940faa6673f0943ccf5.zip |
Remove old.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/indilib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/indilib/files/indilib-0.5+gcc-4.3.patch | 10 | ||||
-rw-r--r-- | sci-libs/indilib/indilib-0.5.ebuild | 40 |
3 files changed, 5 insertions, 51 deletions
diff --git a/sci-libs/indilib/ChangeLog b/sci-libs/indilib/ChangeLog index 00e83e3811eb..8eadc5325e33 100644 --- a/sci-libs/indilib/ChangeLog +++ b/sci-libs/indilib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/indilib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.4 2009/09/07 10:56:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.5 2009/09/07 10:58:28 scarabeus Exp $ + + 07 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org> -indilib-0.5.ebuild, + -files/indilib-0.5+gcc-4.3.patch: + Remove old. *indilib-0.6 (07 Sep 2009) diff --git a/sci-libs/indilib/files/indilib-0.5+gcc-4.3.patch b/sci-libs/indilib/files/indilib-0.5+gcc-4.3.patch deleted file mode 100644 index 30ee94eaec51..000000000000 --- a/sci-libs/indilib/files/indilib-0.5+gcc-4.3.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/sbigcam.h.orig 2008-06-07 22:18:07.000000000 +0200 -+++ src/sbigcam.h 2008-06-07 22:18:35.000000000 +0200 -@@ -33,6 +33,7 @@ - #include <math.h> - #include <time.h> - #include <string> -+#include <cstring> - #include "sbigudrv.h" - - // Define INDI if INDI driver should be generated, otherwise only SbigCam class without diff --git a/sci-libs/indilib/indilib-0.5.ebuild b/sci-libs/indilib/indilib-0.5.ebuild deleted file mode 100644 index 54647471ac3b..000000000000 --- a/sci-libs/indilib/indilib-0.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.5.ebuild,v 1.3 2008/11/02 08:38:03 vapier Exp $ - -inherit multilib eutils - -DESCRIPTION="INDI Astronomical Control Protocol library" -HOMEPAGE="http://indi.sourceforge.net/index.php/Main_Page" -SRC_URI="mirror://sourceforge/indi/${PN}-${PV}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="usb v4l2" - -RDEPEND="sci-libs/cfitsio - usb? ( dev-libs/libusb ) - v4l2? ( >=sys-kernel/linux-headers-2.6 )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/indi" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}+gcc-4.3.patch - sed -i '/#include <sys.io.h>/d' src/apogee/*.cpp -} - -src_compile() { - econf \ - $(use_enable usb) \ - $(use_enable v4l2) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "make install failed" -} |