summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-21 22:09:28 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-21 22:10:23 +0100
commit3196a606180dd47584f3277fc126cba869c79177 (patch)
tree942d5d44e9a36fa15d4ee51ea432eef3e2e8cf83 /dev-libs
parentdev-java/oracle-jre-bin: x86 stable (bug #645268) (diff)
downloadgentoo-3196a606180dd47584f3277fc126cba869c79177.tar.gz
gentoo-3196a606180dd47584f3277fc126cba869c79177.tar.bz2
gentoo-3196a606180dd47584f3277fc126cba869c79177.zip
dev-libs/device-atlas-api-c: Remove old
Remove the old versions with unfetchable distfiles. Closes: https://bugs.gentoo.org/642874
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/device-atlas-api-c/Manifest3
-rw-r--r--dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p1.ebuild50
-rw-r--r--dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p2.ebuild50
-rw-r--r--dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.ebuild50
-rw-r--r--dev-libs/device-atlas-api-c/files/2.1-cmake-install.patch20
-rw-r--r--dev-libs/device-atlas-api-c/files/2.1.2-src-cmakelists.patch18
6 files changed, 0 insertions, 191 deletions
diff --git a/dev-libs/device-atlas-api-c/Manifest b/dev-libs/device-atlas-api-c/Manifest
index 30cda7ef9e5f..742a2d263770 100644
--- a/dev-libs/device-atlas-api-c/Manifest
+++ b/dev-libs/device-atlas-api-c/Manifest
@@ -1,4 +1 @@
-DIST deviceatlas-enterprise-c-2.1.2_1.tgz 184432 SHA256 984e1ae3147459a4ed0a8d5053d83dd05ce8c5127cd3cb055be35a74e9217372 SHA512 4ff269c55e74688dc1c954a1d9b0fc28aa135eccd20089f4da390522644bd1c08e2bc38e4ad15a64308a0e91b007a820dcdc3998c262fa5a7cfe1038e9f0e969 WHIRLPOOL 73c1c7eec0daed7632e8a5a7ceda956ec91cc603fe45df2fdbf2b54ecc950bd72ff59fdd85ff6a0ee70d54b2099ecc3219ef55f4aecb308f254851f93fe57738
-DIST deviceatlas-enterprise-c-2.1.2_2.tgz 184368 SHA256 feaa9198a5d6bed125b34742bd626ad0a0fcb862803916cd7d974413f8bdfdce SHA512 46c021b3430c6900f9172c13cdeb26931634345485c2fe0fe7b6911f7c6f6bee46ab3551e4fe11ef5b5caabe66c786c72b51db6875aa9d44aab673056b9debee WHIRLPOOL d85161010cf195eab5ef9c4e83404ad08cc10d607ace5bc6424ffb170ca09a26d5410534279eab1d721615db943f3a447ff908f62f76311ec80c3d95abbb49d4
DIST deviceatlas-enterprise-c-2.1.3.tgz 183663 BLAKE2B e190aa8e9a4b9bc90af76e21eb425c0f040ef70e605c8f9e588bd0c859520a82807aaafddd24402d3365e94bcf3b7a875a65804f2b1b3bed6f0703f28a841440 SHA512 364811d42b2c0d937a12f2bbfee760701a1dee4e93bcc84423c8b236d59257a3440111ffc6072a7822b9694ea65986572550f67d0b1e5d68a784d1339b2b70aa
-DIST deviceatlas-enterprise-c-2.1.zip 504286 SHA256 a02fc29486d245b1c8d946c663b71ba981e88fee8d037f5bc1bf255deb287974 SHA512 99a8e89f3d1c084a93b184685108ea65d1fd925e0c8b52599a42dbe70af3126103da0a9fd284b14ddf59b996204334d360a12651025413bc4d7f76054779275b WHIRLPOOL 939733a58f352cbeee852ccfea3f2f022310ceb7363a15889d9a6366532102ee700271b6008e0a57ae4d86cafe6354409f9520105e46eaabb5c41f1a7827f1b4
diff --git a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p1.ebuild b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p1.ebuild
deleted file mode 100644
index 0cdafeab860a..000000000000
--- a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-multilib
-
-MY_P="deviceatlas-enterprise-c-${PV/_p/_}"
-
-DESCRIPTION="API to detect devices based on the User-Agent HTTP header"
-HOMEPAGE="https://deviceatlas.com"
-SRC_URI="${MY_P}.tgz"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="doc examples"
-
-RDEPEND="dev-libs/libpcre[${MULTILIB_USEDEP}]"
-DEPEND="
- ${RDEPEND}"
-
-RESTRICT="fetch mirror bindist"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}/${PV}-src-cmakelists.patch"
-)
-
-pkg_nofetch() {
- eerror "Please go to https://deviceatlas.com/deviceatlas-haproxy-module"
- eerror "And download DeviceAtlas C API"
- eerror "Then place the file in ${DISTDIR}/${MY_P}.zip"
-}
-
-multilib_src_install_all() {
- if use doc ; then
- local -a HTML_DOCS=( Documentation )
- fi
-
- if use examples ; then
- insinto /usr/share/doc/${P}/examples
- doins examples/daexutil.h
- doins examples/example{0,1,2,3}.c
- doins examples/util.c
- doins examples/EXAMPLES.USAGE
- fi
-
- einstalldocs
-}
diff --git a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p2.ebuild b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p2.ebuild
deleted file mode 100644
index 2923dead8a25..000000000000
--- a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.2_p2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-multilib
-
-MY_P="deviceatlas-enterprise-c-${PV/_p/_}"
-
-DESCRIPTION="API to detect devices based on the User-Agent HTTP header"
-HOMEPAGE="https://deviceatlas.com"
-SRC_URI="${MY_P}.tgz"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="doc examples"
-
-RDEPEND="dev-libs/libpcre[${MULTILIB_USEDEP}]"
-DEPEND="
- ${RDEPEND}"
-
-RESTRICT="fetch mirror bindist"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}/${PV}-src-cmakelists.patch"
-)
-
-pkg_nofetch() {
- eerror "Please go to https://deviceatlas.com/deviceatlas-haproxy-module"
- eerror "And download DeviceAtlas C API"
- eerror "Then place the file in ${DISTDIR}/${MY_P}.tgz"
-}
-
-multilib_src_install_all() {
- if use doc; then
- local -a HTML_DOCS=( Documentation )
- fi
-
- if use examples; then
- insinto /usr/share/doc/${P}/examples
- doins examples/daexutil.h
- doins examples/example{0,1,2,3}.c
- doins examples/util.c
- doins examples/EXAMPLES.USAGE
- fi
-
- einstalldocs
-}
diff --git a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.ebuild b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.ebuild
deleted file mode 100644
index db18e64b2738..000000000000
--- a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit unpacker cmake-multilib
-
-MY_P="deviceatlas-enterprise-c-${PV}"
-
-DESCRIPTION="API to detect devices based on the User-Agent HTTP header"
-HOMEPAGE="https://deviceatlas.com"
-SRC_URI="${MY_P}.zip"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="doc examples"
-
-RDEPEND="dev-libs/libpcre[${MULTILIB_USEDEP}]"
-DEPEND="app-arch/unzip
- ${RDEPEND}"
-
-RESTRICT="fetch mirror bindist"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}/${PV}-cmake-install.patch"
-)
-
-pkg_nofetch() {
- eerror "Please go to https://deviceatlas.com/deviceatlas-haproxy-module"
- eerror "And download DeviceAtlas C API"
- eerror "Then place the file in ${DISTDIR}/${MY_P}.zip"
-}
-
-multilib_src_install_all() {
- if use doc ; then
- local -a HTML_DOCS=( Documentation )
- fi
-
- if use examples ; then
- insinto /usr/share/doc/${P}/examples
- doins examples/daexutil.h
- doins examples/example{0,1,2,3}.c
- doins examples/util.c
- doins examples/EXAMPLES.USAGE
- fi
-
- einstalldocs
-}
diff --git a/dev-libs/device-atlas-api-c/files/2.1-cmake-install.patch b/dev-libs/device-atlas-api-c/files/2.1-cmake-install.patch
deleted file mode 100644
index 9f518629e5a1..000000000000
--- a/dev-libs/device-atlas-api-c/files/2.1-cmake-install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./CMakeLists.txt 2016-11-08 22:54:33.351677837 +0000
-+++ ./CMakeLists.txt 2016-11-08 23:04:26.737184360 +0000
-@@ -16,6 +16,7 @@
- set(MODEL 64)
- endif()
-
-+include(GNUInstallDirs)
- message(STATUS "${CMAKE_BUILD_TYPE} version")
-
- include_directories(${PCRE_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
-@@ -31,6 +32,9 @@
-
- add_subdirectory(examples)
-
-+install(TARGETS da DESTINATION ${CMAKE_INSTALL_LIBDIR})
-+install(FILES dac.h dac_json.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
-+
- if (EXISTS "${PROJECT_SOURCE_DIR}/tests")
- subdirs(tests)
- endif()
diff --git a/dev-libs/device-atlas-api-c/files/2.1.2-src-cmakelists.patch b/dev-libs/device-atlas-api-c/files/2.1.2-src-cmakelists.patch
deleted file mode 100644
index b81768aba648..000000000000
--- a/dev-libs/device-atlas-api-c/files/2.1.2-src-cmakelists.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/Src/CMakeLists.txt.orig 2017-05-20 22:56:14.138401705 +0100
-+++ b/Src/CMakeLists.txt 2017-05-20 22:58:11.376354697 +0100
-@@ -18,6 +18,7 @@
- set(MODEL 64)
- endif()
-
-+include(GNUInstallDirs)
- message(STATUS "${CMAKE_BUILD_TYPE} version")
-
- include_directories(${PCRE_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
-@@ -37,5 +38,5 @@
- set (CMAKE_SHARED_LINKER_FLAGS -m32)
- endif()
-
--install(FILES libda.so libda.so.${API_VERSION} DESTINATION /usr/local/lib)
--install(FILES dac.h dac_json.h DESTINATION /usr/local/include)
-+install(TARGETS da DESTINATION ${CMAKE_INSTALL_LIBDIR})
-+install(FILES dac.h dac_json.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})