summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-18 11:24:02 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-18 11:37:54 +0200
commited6b3d27986e5b9bc590a20c5d4760b2935e6531 (patch)
tree08cf1418340ebd27c9e1cdaf68c319065ee2fdd4 /app-portage
parentapp-portage/nattka: Remove old (diff)
downloadgentoo-ed6b3d27986e5b9bc590a20c5d4760b2935e6531.tar.gz
gentoo-ed6b3d27986e5b9bc590a20c5d4760b2935e6531.tar.bz2
gentoo-ed6b3d27986e5b9bc590a20c5d4760b2935e6531.zip
app-portage/unsymlink-lib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/unsymlink-lib/Manifest1
-rw-r--r--app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild32
-rw-r--r--app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild28
3 files changed, 0 insertions, 61 deletions
diff --git a/app-portage/unsymlink-lib/Manifest b/app-portage/unsymlink-lib/Manifest
index 7b3a42c89418..429cb09ca8bb 100644
--- a/app-portage/unsymlink-lib/Manifest
+++ b/app-portage/unsymlink-lib/Manifest
@@ -1,2 +1 @@
-DIST unsymlink-lib-17.tar.gz 10550 BLAKE2B 036cf63e3619113763f01086fbd952fb2a6efda4d4f4989a5d8cadc0d47b439cba0fab84d53336d615ccbec4e0815519cd4709162f11bbf5fa42c770b928f6f2 SHA512 b981419e320da74f983c184f2b9739b0f1cdae7adf1b9d29c3221b7d010432f6844ff3bdf93793b2f701e2337acebc28a6bd2df0763a081cd8e53a8400aaea42
DIST unsymlink-lib-18.tar.gz 10807 BLAKE2B 0c15ba8fadc96641139db68068c6402f24bd9129b452a8996c393ee899b274e7a5c96d58c2745b74ec3dbb469008a6756041b153abbbe3f29aca5f93c8700834 SHA512 bb08f1c35046d756aee752c7cd28f8eb93c562587f2fbc0070817c11fd42f3d12fade9c8ad29c508813e10993f5b622c9d33da52e49dfa7e16b1997a72d491f5
diff --git a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild
deleted file mode 100644
index ed7fca696e94..000000000000
--- a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-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}
- $(python_gen_cond_dep '
- sys-apps/portage[${PYTHON_MULTI_USEDEP}]
- ')"
-
-src_test() {
- # tests are docker-based
- :
-}
-
-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
deleted file mode 100644
index 82f1121193da..000000000000
--- a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-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}
- $(python_gen_cond_dep '
- sys-apps/portage[${PYTHON_MULTI_USEDEP}]
- ')"
-
-src_install() {
- python_doscript unsymlink-lib
- dodoc README
-}