commit:     1289d910bf4c391b8b513daa3b37af3bb4da95e1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 20:17:22 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 20:20:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1289d910

dev-libs/device-atlas-api-c: Remove last-rited package

Closes: https://bugs.gentoo.org/770499
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/device-atlas-api-c/Manifest               |  1 -
 .../device-atlas-api-c-2.1.4.ebuild                | 48 ----------------------
 .../files/2.1.4-src-cmakelists.patch               | 25 -----------
 dev-libs/device-atlas-api-c/metadata.xml           | 15 -------
 profiles/package.mask                              |  5 ---
 5 files changed, 94 deletions(-)

diff --git a/dev-libs/device-atlas-api-c/Manifest 
b/dev-libs/device-atlas-api-c/Manifest
deleted file mode 100644
index e37d1bb01952..000000000000
--- a/dev-libs/device-atlas-api-c/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST deviceatlas-enterprise-c-2.1.4.tgz 51756 BLAKE2B 
f8dafdf31b608890da07214e14e9b2ec558e2c9c94c394a04c554e915cc1d4e2e886be1c0932353b0a68efaf90f190157696a2575db6ff2a86bbca3b492bc427
 SHA512 
5ea765738560c6dbc90799426f6bc0e6eb5e7775fa005279f046a68a4a984305ef99ae8b943dd9d32f88d88c1d24b6c09145643fa64a90eb834fc4a6ece05008

diff --git a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.4.ebuild 
b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.4.ebuild
deleted file mode 100644
index 1f91f978318a..000000000000
--- a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CMAKE_MAKEFILE_GENERATOR=emake
-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 "Save the file as ${MY_P}.tgz in your DISTDIR directory."
-}
-
-multilib_src_install_all() {
-       if use doc; then
-               local -a HTML_DOCS=( Documentation )
-       fi
-
-       if use examples; then
-               docinto examples
-               dodoc -r Examples/.
-       fi
-
-       einstalldocs
-}

diff --git a/dev-libs/device-atlas-api-c/files/2.1.4-src-cmakelists.patch 
b/dev-libs/device-atlas-api-c/files/2.1.4-src-cmakelists.patch
deleted file mode 100644
index d66fdad8e4dc..000000000000
--- a/dev-libs/device-atlas-api-c/files/2.1.4-src-cmakelists.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/Src/CMakeLists.txt
-+++ b/Src/CMakeLists.txt
-@@ -11,6 +11,7 @@ if (NOT LIBTYPE)
-     set(LIBTYPE SHARED)
- endif()
- 
-+include(GNUInstallDirs)
- message(STATUS "${CMAKE_BUILD_TYPE} version")
- 
- include_directories(${PCRE_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
-@@ -33,11 +34,11 @@ set_target_properties(ci PROPERTIES SOVERSION 
${CI_API_VERSION})
- 
- if(UNIX)
-     if(NOT APPLE)
--        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libda.so 
${CMAKE_CURRENT_BINARY_DIR}/libda.so.${DA_API_VERSION} DESTINATION 
/usr/local/lib)
--        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libci.so 
${CMAKE_CURRENT_BINARY_DIR}/libci.so.${CI_API_VERSION} DESTINATION 
/usr/local/lib)
-+        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libda.so 
${CMAKE_CURRENT_BINARY_DIR}/libda.so.${DA_API_VERSION} DESTINATION 
${CMAKE_INSTALL_LIBDIR})
-+        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libci.so 
${CMAKE_CURRENT_BINARY_DIR}/libci.so.${CI_API_VERSION} DESTINATION 
${CMAKE_INSTALL_LIBDIR})
-     else()
-         install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libda.dylib 
${CMAKE_CURRENT_BINARY_DIR}/libda.${DA_API_VERSION}.dylib DESTINATION 
/usr/local/lib)
-         install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libci.dylib 
${CMAKE_CURRENT_BINARY_DIR}/libci.${CI_API_VERSION}.dylib DESTINATION 
/usr/local/lib)
-     endif()
--    install(FILES dac.h dac_json.h ci.h ci_priv.h ci_fwd.h DESTINATION 
/usr/local/include)
-+    install(FILES dac.h dac_json.h ci.h ci_priv.h ci_fwd.h DESTINATION 
${CMAKE_INSTALL_INCLUDEDIR})
- endif()

diff --git a/dev-libs/device-atlas-api-c/metadata.xml 
b/dev-libs/device-atlas-api-c/metadata.xml
deleted file mode 100644
index 715b905568b1..000000000000
--- a/dev-libs/device-atlas-api-c/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-    <maintainer type="person" proxied="yes">
-        <email>bertr...@jacquin.bzh</email>
-        <name>Bertrand Jacquin</name>
-    </maintainer>
-    <maintainer type="project" proxied="proxy">
-        <email>proxy-ma...@gentoo.org</email>
-        <name>Proxy Maintainers</name>
-    </maintainer>
-    <longdescription>
-        DeviceAtlas is the de facto standard for device data across the web, 
telco, advertising and digital marketing sectors. As the only solution that is 
indexed for both web and mobile operator environments, DeviceAtlas' patented 
technology provides a common device identifier to understand device traffic 
across all connected environments.
-    </longdescription>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index baee7130d1cf..1f963a87bb85 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -288,11 +288,6 @@ media-gfx/slic3r
 # Bug #834261. Removal on 2022-04-06.
 sci-chemistry/openbabel-perl
 
-# Andreas Sturmlechner <ast...@gentoo.org> (2022-03-07)
-# Proprietary, requires login to download, no maintainer, blocks cleanup.
-# Bug #770499. Removal on 2022-04-06.
-dev-libs/device-atlas-api-c
-
 # Sam James <s...@gentoo.org> (2022-03-07)
 # Python 3.6 was declared end-of-life by upstream on 2021-11-04.
 # Please migrate to a newer Python version/slot or use a virtualenv

Reply via email to