diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-28 17:53:35 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-28 17:53:35 +0000 |
commit | 124c69b5e8f2f8885c05b27a34d423c4923e728b (patch) | |
tree | df7c40baf60831fda03dec9ff153233dbb90793b /sci-libs | |
parent | update deps for ocaml 4.02 (diff) | |
download | gentoo-2-124c69b5e8f2f8885c05b27a34d423c4923e728b.tar.gz gentoo-2-124c69b5e8f2f8885c05b27a34d423c4923e728b.tar.bz2 gentoo-2-124c69b5e8f2f8885c05b27a34d423c4923e728b.zip |
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/indilib/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/indilib/files/0.9.1-fix_symlinks.patch | 23 | ||||
-rw-r--r-- | sci-libs/indilib/files/indilib-0.9.6-underlinking.patch | 11 | ||||
-rw-r--r-- | sci-libs/indilib/indilib-0.9.6-r1.ebuild | 51 | ||||
-rw-r--r-- | sci-libs/indilib/indilib-0.9.8.1.ebuild | 46 |
5 files changed, 6 insertions, 132 deletions
diff --git a/sci-libs/indilib/ChangeLog b/sci-libs/indilib/ChangeLog index 22922adb8ad5..165bb95de684 100644 --- a/sci-libs/indilib/ChangeLog +++ b/sci-libs/indilib/ChangeLog @@ -1,6 +1,11 @@ # 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.47 2014/11/28 14:09:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.48 2014/11/28 17:53:35 mrueg Exp $ + + 28 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -files/0.9.1-fix_symlinks.patch, + -files/indilib-0.9.6-underlinking.patch, -indilib-0.9.6-r1.ebuild, + -indilib-0.9.8.1.ebuild: + Cleanup old. 28 Nov 2014; Agostino Sarubbo <ago@gentoo.org> indilib-0.9.9.ebuild: Stable for ppc64, wrt bug #530824 diff --git a/sci-libs/indilib/files/0.9.1-fix_symlinks.patch b/sci-libs/indilib/files/0.9.1-fix_symlinks.patch deleted file mode 100644 index c888498f0bed..000000000000 --- a/sci-libs/indilib/files/0.9.1-fix_symlinks.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -204,15 +204,11 @@ -
- install(TARGETS indi_lx200generic RUNTIME DESTINATION bin )
-
--file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/make_lx200generic_symlink.cmake
--"exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200classic)\n
--exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200autostar)\n
--exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200_16)\n
--exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200gps)\n
--exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200ap)\n
--exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200fs2)\n
--")
--set_target_properties(indi_lx200generic PROPERTIES POST_INSTALL_SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/make_lx200generic_symlink.cmake)
-+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200classic\" )" )
-+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200autostar\" )" )
-+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200_16\" )" )
-+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200gps\" )" )
-+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200ap\" )" )
- #################################################################################
-
- ########### Celestron GPS ############
diff --git a/sci-libs/indilib/files/indilib-0.9.6-underlinking.patch b/sci-libs/indilib/files/indilib-0.9.6-underlinking.patch deleted file mode 100644 index eff691697960..000000000000 --- a/sci-libs/indilib/files/indilib-0.9.6-underlinking.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -169,7 +169,7 @@ - # To link with main() and indibase classes ######
- ##################################################
- add_library(indidriver SHARED ${libindicom_SRCS} ${liblilxml_SRCS} ${indimain_SRCS} ${indidriver_SRCS})
--target_link_libraries(indidriver ${LIBUSB_LIBRARIES})
-+target_link_libraries(indidriver z ${LIBUSB_LIBRARIES})
- if (NOVA_FOUND)
- target_link_libraries(indidriver ${NOVA_LIBRARIES})
- endif(NOVA_FOUND)
diff --git a/sci-libs/indilib/indilib-0.9.6-r1.ebuild b/sci-libs/indilib/indilib-0.9.6-r1.ebuild deleted file mode 100644 index 29b607afc3cd..000000000000 --- a/sci-libs/indilib/indilib-0.9.6-r1.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-r1.ebuild,v 1.5 2014/03/14 10:17:14 ago Exp $ - -EAPI=5 - -MY_PN="lib${PN/lib/}" - -inherit cmake-utils udev - -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|$(get_udevdir)|" \ - -i CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with nova) - ) - cmake-utils_src_configure -} diff --git a/sci-libs/indilib/indilib-0.9.8.1.ebuild b/sci-libs/indilib/indilib-0.9.8.1.ebuild deleted file mode 100644 index d506a293ebd2..000000000000 --- a/sci-libs/indilib/indilib-0.9.8.1.ebuild +++ /dev/null @@ -1,46 +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.8.1.ebuild,v 1.1 2014/07/16 15:08:58 kensington Exp $ - -EAPI=5 - -MY_PN="lib${PN/lib/}" - -inherit cmake-utils udev - -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="" - -RDEPEND=" - sci-libs/cfitsio - sci-libs/libnova - sci-libs/gsl - sys-libs/zlib - virtual/jpeg:0 - virtual/libusb:0 -" -DEPEND="${RDEPEND} - sys-kernel/linux-headers -" - -DOCS=( AUTHORS ChangeLog README TODO ) - -PATCHES=( - "${FILESDIR}/${PN}-0.9.8.1-symlinks.patch" -) - -S=${WORKDIR}/${MY_PN}-${PV%.*} - -src_configure() { - local mycmakeargs=( - -DUDEVRULES_INSTALL_DIR=$(get_udevdir) - ) - - cmake-utils_src_configure -} |