mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
dev-libs/libdivsufsort: Remove unused package
Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
73d0d6e455
commit
c467480157
@ -1,40 +0,0 @@
|
|||||||
http://code.google.com/p/libdivsufsort/issues/detail?id=2
|
|
||||||
|
|
||||||
--- a/lib/CMakeLists.txt
|
|
||||||
+++ b/lib/CMakeLists.txt
|
|
||||||
@@ -7,8 +7,8 @@ set(divsufsort_SRCS divsufsort.c sssort.c trsort.c utils.c)
|
|
||||||
add_library(divsufsort ${divsufsort_SRCS})
|
|
||||||
install(TARGETS divsufsort
|
|
||||||
RUNTIME DESTINATION bin
|
|
||||||
- LIBRARY DESTINATION lib
|
|
||||||
- ARCHIVE DESTINATION lib)
|
|
||||||
+ LIBRARY DESTINATION lib${LIB_SUFFIX}
|
|
||||||
+ ARCHIVE DESTINATION lib${LIB_SUFFIX})
|
|
||||||
set_target_properties(divsufsort PROPERTIES
|
|
||||||
VERSION "${LIBRARY_VERSION_FULL}"
|
|
||||||
SOVERSION "${LIBRARY_VERSION_MAJOR}"
|
|
||||||
@@ -20,8 +20,8 @@ if(BUILD_DIVSUFSORT64)
|
|
||||||
add_library(divsufsort64 ${divsufsort_SRCS})
|
|
||||||
install(TARGETS divsufsort64
|
|
||||||
RUNTIME DESTINATION bin
|
|
||||||
- LIBRARY DESTINATION lib
|
|
||||||
- ARCHIVE DESTINATION lib)
|
|
||||||
+ LIBRARY DESTINATION lib${LIB_SUFFIX}
|
|
||||||
+ ARCHIVE DESTINATION lib${LIB_SUFFIX})
|
|
||||||
set_target_properties(divsufsort64 PROPERTIES
|
|
||||||
VERSION "${LIBRARY_VERSION_FULL}"
|
|
||||||
SOVERSION "${LIBRARY_VERSION_MAJOR}"
|
|
||||||
--- a/pkgconfig/CMakeLists.txt
|
|
||||||
+++ b/pkgconfig/CMakeLists.txt
|
|
||||||
@@ -2,9 +2,9 @@
|
|
||||||
set(prefix "${CMAKE_INSTALL_PREFIX}")
|
|
||||||
set(W64BIT "")
|
|
||||||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/libdivsufsort.pc.cmake" "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort.pc" @ONLY)
|
|
||||||
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort.pc" DESTINATION lib/pkgconfig)
|
|
||||||
+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort.pc" DESTINATION lib${LIB_SUFFIX}/pkgconfig)
|
|
||||||
if(BUILD_DIVSUFSORT64)
|
|
||||||
set(W64BIT "64")
|
|
||||||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/libdivsufsort.pc.cmake" "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort64.pc" @ONLY)
|
|
||||||
- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort64.pc" DESTINATION lib/pkgconfig)
|
|
||||||
+ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort64.pc" DESTINATION lib${LIB_SUFFIX}/pkgconfig)
|
|
||||||
endif(BUILD_DIVSUFSORT64)
|
|
@ -1,26 +0,0 @@
|
|||||||
# Copyright 1999-2011 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
EAPI="3"
|
|
||||||
|
|
||||||
inherit cmake-utils
|
|
||||||
|
|
||||||
DESCRIPTION="library to construct the suffix array and the Burrows-Wheeler transformed string"
|
|
||||||
HOMEPAGE="http://code.google.com/p/libdivsufsort/"
|
|
||||||
SRC_URI="http://libdivsufsort.googlecode.com/files/${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
epatch "${FILESDIR}"/${PN}-2.0.1-libsuffix.patch
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mycmakeargs="-DBUILD_DIVSUFSORT64=ON"
|
|
||||||
tc-export CC
|
|
||||||
cmake-utils_src_configure
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
DEFINED_PHASES=compile configure install prepare test
|
|
||||||
DEPEND=sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
|
|
||||||
DESCRIPTION=library to construct the suffix array and the Burrows-Wheeler transformed string
|
|
||||||
EAPI=3
|
|
||||||
HOMEPAGE=http://code.google.com/p/libdivsufsort/
|
|
||||||
KEYWORDS=amd64 arm arm64 x86
|
|
||||||
LICENSE=MIT
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=http://libdivsufsort.googlecode.com/files/libdivsufsort-2.0.1.tar.gz
|
|
||||||
_eclasses_=cmake-utils 0430c386d85cec959d72640afd63ea91 eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4
|
|
||||||
_md5_=28b43a71ca413a77ba8dec480ed56410
|
|
Loading…
x
Reference in New Issue
Block a user