diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-14 10:22:53 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-14 10:22:53 +0000 |
commit | 837222a052bd6d4ba583db73056bef12a62a2a07 (patch) | |
tree | 646e44c75e21fee55b51ac1d7abcfc07040d0551 /sci-libs | |
parent | Stable for ppc64, wrt bug #500400 (diff) | |
download | gentoo-2-837222a052bd6d4ba583db73056bef12a62a2a07.tar.gz gentoo-2-837222a052bd6d4ba583db73056bef12a62a2a07.tar.bz2 gentoo-2-837222a052bd6d4ba583db73056bef12a62a2a07.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/indilib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/indilib/indilib-0.9.6.ebuild | 51 |
2 files changed, 4 insertions, 52 deletions
diff --git a/sci-libs/indilib/ChangeLog b/sci-libs/indilib/ChangeLog index ecf56871ceb3..387e637d15ea 100644 --- a/sci-libs/indilib/ChangeLog +++ b/sci-libs/indilib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/indilib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.40 2014/03/14 10:17:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.41 2014/03/14 10:22:53 johu Exp $ + + 14 Mar 2014; Johannes Huber <johu@gentoo.org> -indilib-0.9.6.ebuild: + Remove old. 14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> indilib-0.9.6-r1.ebuild: Stable for ppc64, wrt bug #500400 diff --git a/sci-libs/indilib/indilib-0.9.6.ebuild b/sci-libs/indilib/indilib-0.9.6.ebuild deleted file mode 100644 index b26b2421a097..000000000000 --- a/sci-libs/indilib/indilib-0.9.6.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.9.6.ebuild,v 1.8 2014/01/06 14:43:59 jlec Exp $ - -EAPI=5 - -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" - "${FILESDIR}/${P}-underlinking.patch" -) - -S=${WORKDIR}/${MY_PN}-${PV} - -src_prepare() { - cmake-utils_src_prepare - - sed -e "s|/etc/udev/rules.d|/lib/udev/rules.d|" \ - -i CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with nova) - ) - cmake-utils_src_configure -} |