commit:     0e575b038fd8bcec8bfb0f094b045a6015811c13
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 07:36:48 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 24 07:36:48 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0e575b03

media-libs/libredwg: move to ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-libs/libredwg/libredwg-0.12.4.ebuild | 75 ------------------------------
 media-libs/libredwg/metadata.xml           |  8 ----
 profiles/updates/2Q-2021                   |  1 +
 3 files changed, 1 insertion(+), 83 deletions(-)

diff --git a/media-libs/libredwg/libredwg-0.12.4.ebuild 
b/media-libs/libredwg/libredwg-0.12.4.ebuild
deleted file mode 100644
index 459e83e54..000000000
--- a/media-libs/libredwg/libredwg-0.12.4.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DOCS_BUILDER="doxygen"
-# File is hardcoded to be run from ../ so we use this instead of DOCS_DIR
-DOCS_CONFIG_NAME="doc/Doxyfile"
-
-inherit docs python-single-r1 perl-functions
-
-DESCRIPTION="C library to handle DWG files"
-HOMEPAGE="https://www.gnu.org/software/libredwg/";
-SRC_URI="https://github.com/LibreDWG/${PN}/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="debug python perl static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       python? ( ${PYTHON_DEPS} )
-       perl? ( dev-lang/perl )
-       dev-libs/libpcre2
-       dev-libs/pslib
-"
-DEPEND="${RDEPEND}
-       python? ( dev-lang/swig )
-       perl? ( dev-lang/swig )
-"
-
-src_configure() {
-       perl_set_version
-       local myconf=(
-               --enable-write
-               --enable-dxf
-               --enable-json
-               --disable-gcov
-               $(usex debug "--disable-release" "--enable-release")
-               $(use_enable debug trace)
-               $(use_enable debug)
-               $(use_enable static-libs static)
-               $(use_enable python python "${EPYTHON}")
-               $(usex perl "--with-perl-install=vendor" 
"--with-perl-install=no")
-       )
-
-       if use python || use perl; then
-               myconf+=( --enable-bindings )
-       else
-               myconf+=( --disable-bindings )
-       fi
-
-       econf ${myconf[@]}
-
-       # Fix variable references itself error, fails in src_install otherwise.
-       # Can't put this in src_prepare and use eautoreconf because eautoreconf
-       # only works inside a git repository for this package.
-       sed -i -e 's/TEXINPUTS = 
"$(TEXINPUTS)$(PATH_SEPARATOR)$(TEXINFO_TEX_DIR)"/TEXINPUTS = 
"$(PATH_SEPARATOR)$(TEXINFO_TEX_DIR)"/g' doc/Makefile || die
-}
-
-src_compile() {
-       perl_set_version
-       emake
-       docs_compile
-}
-
-src_install() {
-       perl_set_version
-       default
-       use python && python_optimize
-       use perl && perl_domodule bindings/perl/LibreDWG.pm
-}

diff --git a/media-libs/libredwg/metadata.xml b/media-libs/libredwg/metadata.xml
deleted file mode 100644
index ae9640ffb..000000000
--- a/media-libs/libredwg/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>s...@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/profiles/updates/2Q-2021 b/profiles/updates/2Q-2021
new file mode 100644
index 000000000..17dcce9eb
--- /dev/null
+++ b/profiles/updates/2Q-2021
@@ -0,0 +1 @@
+media-libs/libredwg media-gfx/libredwg

Reply via email to