From b9ef7cab6264f1838672efbbcb4ba3b3abd5323f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Dec 2017 09:14:02 +0000 Subject: gentoo resync : 09.12.2017 --- app-portage/unsymlink-lib/Manifest | 6 ++++++ app-portage/unsymlink-lib/metadata.xml | 12 +++++++++++ app-portage/unsymlink-lib/unsymlink-lib-1.ebuild | 24 +++++++++++++++++++++ app-portage/unsymlink-lib/unsymlink-lib-2.ebuild | 24 +++++++++++++++++++++ .../unsymlink-lib/unsymlink-lib-9999.ebuild | 25 ++++++++++++++++++++++ 5 files changed, 91 insertions(+) create mode 100644 app-portage/unsymlink-lib/Manifest create mode 100644 app-portage/unsymlink-lib/metadata.xml create mode 100644 app-portage/unsymlink-lib/unsymlink-lib-1.ebuild create mode 100644 app-portage/unsymlink-lib/unsymlink-lib-2.ebuild create mode 100644 app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild (limited to 'app-portage/unsymlink-lib') diff --git a/app-portage/unsymlink-lib/Manifest b/app-portage/unsymlink-lib/Manifest new file mode 100644 index 000000000000..17dec4bafdc5 --- /dev/null +++ b/app-portage/unsymlink-lib/Manifest @@ -0,0 +1,6 @@ +DIST unsymlink-lib-1.tar.gz 6000 BLAKE2B d9263d973ab70ffb77aa8c90f0b4562a8214ae4c9d111cf7a19172b2e62427cbce4a5ffa0a3c020b4a599274d664eaf60967922315f414eed3f9321f3863a736 SHA512 f27640cbcc67ef1ff5a24c8e8d17955eb0cc745465b3ee831d9a06da37c058279311f230846cc350160cfcce1b80e74defedad8ebd59abd2a6d2a59af9c39500 +DIST unsymlink-lib-2.tar.gz 6145 BLAKE2B 52036321e28ee98b8d58d009031091e720c791859bdd43f4c4a5468ad3133a99fe89eeab3dfd23d9e97e928787cde430e45af7fad142cc3383ab896b3397ad56 SHA512 01dc59afd32c503d115ccf86a723bdf000a78d2d5b7b8dc9e5f89c4e0cbea4d7167186206a6e06dc52803e418370e8f7de5e783eae3790704254ab95c3adeb1f +EBUILD unsymlink-lib-1.ebuild 552 BLAKE2B 320731b1763bb4f192b4f8bc27c5defd7bb850834f99e641abb3980470b5d2d20dda041b33c0482c04c791f4346ad1daa223066aaf34304efd8684edc65ebb84 SHA512 5d24ca910a5474c9fc901008fa5432d768d4580b01ae1849166d8cbbb1cd19c1a42c2c407325b6bae6b5d551baf511c03c4febdbb5bbf20c5dcb4200ec40c524 +EBUILD unsymlink-lib-2.ebuild 552 BLAKE2B 320731b1763bb4f192b4f8bc27c5defd7bb850834f99e641abb3980470b5d2d20dda041b33c0482c04c791f4346ad1daa223066aaf34304efd8684edc65ebb84 SHA512 5d24ca910a5474c9fc901008fa5432d768d4580b01ae1849166d8cbbb1cd19c1a42c2c407325b6bae6b5d551baf511c03c4febdbb5bbf20c5dcb4200ec40c524 +EBUILD unsymlink-lib-9999.ebuild 537 BLAKE2B 9d759237ad8326c1651705cb1ff604dc1fe91958ad655c83ddac0046e9760bbb42669f549da600ff5f47c579fcfe1ba3f3e419b5d3aa5638a094f7e01de06927 SHA512 e0f88165520b8886801a7180cc5a2c71c368810017e274ed588b4836df0643a1caea286ffdfe60de977b7ea8ead8ed7588563ef13ed7a9492812b583a7213dcc +MISC metadata.xml 401 BLAKE2B f16ce51083f8054e7190c2d5fc193808898071af155cc8442a9ef7064cb4d46e6639d8724f85a4a0f551477c6f7ae0f81434c6bef8bd88b2077ea7b7e1f2133b SHA512 dbd79971b54d9027956c46586b547f8308404e273e91dd7ff84d3fbbd50936b8f19dd1dacde5e16a22ca2ef17924f19f66ec83e64c9f145f29322150db9e00a6 diff --git a/app-portage/unsymlink-lib/metadata.xml b/app-portage/unsymlink-lib/metadata.xml new file mode 100644 index 000000000000..975c323b5133 --- /dev/null +++ b/app-portage/unsymlink-lib/metadata.xml @@ -0,0 +1,12 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + https://github.com/mgorny/unsymlink-lib/issues/ + mgorny/unsymlink-lib + + diff --git a/app-portage/unsymlink-lib/unsymlink-lib-1.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-1.ebuild new file mode 100644 index 000000000000..c5194b936c20 --- /dev/null +++ b/app-portage/unsymlink-lib/unsymlink-lib-1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +inherit python-single-r1 + +DESCRIPTION="Convert your system to SYMLINK_LIB=no" +HOMEPAGE="https://github.com/mgorny/unsymlink-lib" +SRC_URI="https://github.com/mgorny/unsymlink-lib/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" + +src_install() { + python_doscript unsymlink-lib + dodoc README +} diff --git a/app-portage/unsymlink-lib/unsymlink-lib-2.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-2.ebuild new file mode 100644 index 000000000000..c5194b936c20 --- /dev/null +++ b/app-portage/unsymlink-lib/unsymlink-lib-2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +inherit python-single-r1 + +DESCRIPTION="Convert your system to SYMLINK_LIB=no" +HOMEPAGE="https://github.com/mgorny/unsymlink-lib" +SRC_URI="https://github.com/mgorny/unsymlink-lib/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" + +src_install() { + python_doscript unsymlink-lib + dodoc README +} diff --git a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild new file mode 100644 index 000000000000..8f99997dcec6 --- /dev/null +++ b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +inherit git-r3 python-single-r1 + +DESCRIPTION="Convert your system to SYMLINK_LIB=no" +HOMEPAGE="https://github.com/mgorny/unsymlink-lib" +SRC_URI="" +EGIT_REPO_URI="https://github.com/mgorny/unsymlink-lib.git" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" + +src_install() { + python_doscript unsymlink-lib + dodoc README +} -- cgit v1.2.3