diff options
author | 2013-03-14 06:38:16 +0000 | |
---|---|---|
committer | 2013-03-14 06:38:16 +0000 | |
commit | 6ab24c42c279947fca38bc6d853dbcba998e792a (patch) | |
tree | fdfbb9c206e0aba31c092069151c912f10247f8a /sci-libs | |
parent | Remove old. (diff) | |
download | gentoo-2-6ab24c42c279947fca38bc6d853dbcba998e792a.tar.gz gentoo-2-6ab24c42c279947fca38bc6d853dbcba998e792a.tar.bz2 gentoo-2-6ab24c42c279947fca38bc6d853dbcba998e792a.zip |
Remove old.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/indilib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/indilib/indilib-0.9.1.ebuild | 43 | ||||
-rw-r--r-- | sci-libs/indilib/indilib-0.9.5.ebuild | 43 |
3 files changed, 5 insertions, 87 deletions
diff --git a/sci-libs/indilib/ChangeLog b/sci-libs/indilib/ChangeLog index 49088cd6e49e..9971541e9376 100644 --- a/sci-libs/indilib/ChangeLog +++ b/sci-libs/indilib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/indilib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.33 2013/03/12 18:28:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.34 2013/03/14 06:38:16 kensington Exp $ + + 14 Mar 2013; Michael Palimaka <kensington@gentoo.org> -indilib-0.9.1.ebuild, + -indilib-0.9.5.ebuild: + Remove old. 12 Mar 2013; Agostino Sarubbo <ago@gentoo.org> indilib-0.9.6.ebuild: Stable for ppc, wrt bug #461244 diff --git a/sci-libs/indilib/indilib-0.9.1.ebuild b/sci-libs/indilib/indilib-0.9.1.ebuild deleted file mode 100644 index beef613cc900..000000000000 --- a/sci-libs/indilib/indilib-0.9.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.9.1.ebuild,v 1.4 2013/03/10 11:08:17 kensington Exp $ - -EAPI=4 - -MY_PN="lib${PN/lib/}" - -inherit cmake-utils - -DESCRIPTION="INDI Astronomical Control Protocol library" -HOMEPAGE="http://www.indilib.org/" -SRC_URI="mirror://sourceforge/${PN/lib/}/${MY_PN}_${PV}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="nova v4l" - -RDEPEND=" - >=sci-libs/cfitsio-3.140 - sys-libs/zlib - virtual/libusb:0 - nova? ( >=sci-libs/libnova-0.12.1 ) -" -DEPEND="${RDEPEND} - v4l? ( >=sys-kernel/linux-headers-2.6 ) -" - -DOCS=( AUTHORS ChangeLog README README.drivers TODO ) - -PATCHES=( - "${FILESDIR}/${PV}-fix_symlinks.patch" -) - -S=${WORKDIR}/${MY_PN}-${PV} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with nova) - ) - cmake-utils_src_configure -} diff --git a/sci-libs/indilib/indilib-0.9.5.ebuild b/sci-libs/indilib/indilib-0.9.5.ebuild deleted file mode 100644 index 0d60545579b2..000000000000 --- a/sci-libs/indilib/indilib-0.9.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.9.5.ebuild,v 1.3 2013/03/10 11:08:17 kensington Exp $ - -EAPI=4 - -MY_PN="lib${PN/lib/}" - -inherit cmake-utils - -DESCRIPTION="INDI Astronomical Control Protocol library" -HOMEPAGE="http://www.indilib.org/" -SRC_URI="mirror://sourceforge/${PN/lib/}/${MY_PN}_${PV}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="nova v4l" - -RDEPEND=" - >=sci-libs/cfitsio-3.140 - sys-libs/zlib - virtual/libusb:0 - nova? ( >=sci-libs/libnova-0.12.1 ) -" -DEPEND="${RDEPEND} - v4l? ( >=sys-kernel/linux-headers-2.6 ) -" - -DOCS=( AUTHORS ChangeLog README README.drivers TODO ) - -PATCHES=( - "${FILESDIR}/0.9.1-fix_symlinks.patch" -) - -S=${WORKDIR}/${MY_PN}-${PV} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with nova) - ) - cmake-utils_src_configure -} |