commit:     80d5e4c089aa50dd905d8bbf29ed78ac10c5de43
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Nov 25 17:19:21 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Nov 25 17:19:21 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=80d5e4c0

dev-libs/utf8proc: drop duplicate ::gentoo package

duplicate of dev-libs/libutf8proc::gentoo
Closes: https://bugs.gentoo.org/756727

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 .../utf8proc/files/utf8proc-2.5.0-libdir.patch     | 15 -------------
 dev-libs/utf8proc/metadata.xml                     | 24 --------------------
 dev-libs/utf8proc/utf8proc-2.5.0.ebuild            | 26 ----------------------
 3 files changed, 65 deletions(-)

diff --git a/dev-libs/utf8proc/files/utf8proc-2.5.0-libdir.patch 
b/dev-libs/utf8proc/files/utf8proc-2.5.0-libdir.patch
deleted file mode 100644
index 8054c7ae3..000000000
--- a/dev-libs/utf8proc/files/utf8proc-2.5.0-libdir.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index bfc3f9b..8fef4af 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -52,8 +52,8 @@ set_target_properties (utf8proc PROPERTIES
- if (UTF8PROC_INSTALL)
-   install(TARGETS utf8proc
-     RUNTIME DESTINATION bin
--    LIBRARY DESTINATION lib
--    ARCHIVE DESTINATION lib)
-+    LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
-+    ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
- 
-   install(
-     FILES

diff --git a/dev-libs/utf8proc/metadata.xml b/dev-libs/utf8proc/metadata.xml
deleted file mode 100644
index daf64208c..000000000
--- a/dev-libs/utf8proc/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Aisha Tammy</name>
-       </maintainer>   
-       <longdescription>
-               utf8proc is a library for processing UTF-8 encoded Unicode
-               strings. Some features are Unicode normalization, stripping of
-               default ignorable characters, case folding and detection of 
grapheme
-               cluster boundaries. A special character mapping is available, 
which
-               converts for example the characters “Hyphen” (U+2010), “Minus”
-               (U+2212) and “Hyphen-Minus” (U+002D, ASCII Minus) all into the 
ASCII
-               minus sign, to make them equal for comparisons.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">JuliaLang/utf8proc</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-libs/utf8proc/utf8proc-2.5.0.ebuild 
b/dev-libs/utf8proc/utf8proc-2.5.0.ebuild
deleted file mode 100644
index a41743112..000000000
--- a/dev-libs/utf8proc/utf8proc-2.5.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils toolchain-funcs cmake
-
-DESCRIPTION="library for processing UTF-8 encoded Unicode strings"
-HOMEPAGE="http://www.public-software-group.org/utf8proc";
-SRC_URI="https://github.com/JuliaLang/utf8proc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-PATCHES=( "${FILESDIR}"/${P}-libdir.patch )
-
-src_configure() {
-       local mycmakeargs=(
-               -DUTF8PROC_INSTALL=ON
-               -DUTF8PROC_ENABLE_TESTING=$(usex test)
-       )
-       cmake_src_configure
-}

Reply via email to