summaryrefslogtreecommitdiff
path: root/app-admin/stow
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
commitc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (patch)
treec44943ee0563a3fa957716de909fed683117fcb9 /app-admin/stow
parent69051588e2f955485fe5d45d45e616bc60a2de57 (diff)
gentoo (valentine's day) resync : 14.02.2021
Diffstat (limited to 'app-admin/stow')
-rw-r--r--app-admin/stow/Manifest4
-rw-r--r--app-admin/stow/stow-2.2.2-r1.ebuild29
-rw-r--r--app-admin/stow/stow-2.3.1.ebuild4
3 files changed, 3 insertions, 34 deletions
diff --git a/app-admin/stow/Manifest b/app-admin/stow/Manifest
index 89b03d6b5dbb..89df51f03651 100644
--- a/app-admin/stow/Manifest
+++ b/app-admin/stow/Manifest
@@ -1,5 +1,3 @@
-DIST stow-2.2.2.tar.gz 579324 BLAKE2B fc4ab7f386e8245b361cee5fc0decd91caec543ec6178c82720866c33a974ba9d68e999a68c3b7357d873ab1b58bb8b022bf02dad029972f42c317ffc288bd04 SHA512 8a3e5da6b5cb4c1ee1b512bae5a9859f83659d5de05f7a9af1dd09df2a32f6b8c6d43b79736db91232c43621d542041d4ef92eb088925796adad0676f200a9b5
DIST stow-2.3.1.tar.gz 654191 BLAKE2B 9fd54fd3ff76aa7b72ed973cd6d70b8dc747fa3bb1ecc6bedd221b308d7d141a21a2f077c67efb432f2c7c4fb6bd126639038b196946206bf4a7f95040477ab2 SHA512 e9a7de1a6f10eaf7cdbe6737e0a8be1498e2eac46b6c57e65b83759b061efd1c0db45f7cba123e35428307e3aebe5baef9ea8bd4b5eb6ec5e1b159117a760441
-EBUILD stow-2.2.2-r1.ebuild 644 BLAKE2B 5df5695a345d135207741d67bea7c80b79de23b42297b93573ca587955307507ad91d6fd66c84d6554dd4395dd16e8f7c4088f9ba77e9e1eb17e02cc3deea07b SHA512 5767ac1057a4a7c9d897e500f78b3e2e355bedf758fbadb41f1864574e448f89abb24b976c2c4fd70024537a52c46906bff93c3cc03109e6e6e12f0dadc385e1
-EBUILD stow-2.3.1.ebuild 652 BLAKE2B 692023f140cca9ec4144a0b78f524528c7608b18837250b7bf5ed1416d86c1c9b62b90cddb94b4df68d73406884d3d4ccb929abdeb1611b309af5f7803f53975 SHA512 99d7bca792d4935fb3ab486f6e95b1bb577d45bfc24e4235e889252f5a75e02aeb0a3834fbabbad83d806325ab5030db9c18dba4fcb5ddd629f1b8eabadb54e0
+EBUILD stow-2.3.1.ebuild 694 BLAKE2B 14f6bc41c07a25167652eea7b9fc08ce6498403395bf5fc5a2a0679350b04c2d0066fff33f165a1331fbd94365d9b826e50bfcbc2ceba445346df4897663bf2a SHA512 26ba27b119c33986369169221455454a54a7e1ff737459e4cecfcb0844534cfb94d4e0b12aacfc9db12517f67b46e6f4eb093a1c24c960f2c2385df1f9f3db48
MISC metadata.xml 239 BLAKE2B c3f80795644ca8d3012c8071f317e1e465b7d872e1ea1b588d39633f5a01afa8524326142708b549145b6ff5dfc2a3990cf7d05446adc81b0b757a20c73b7ec5 SHA512 d6ea54fb5d3105910888a617840c732bee452eeaa967da073389e417d2fbe0165b335ddbc261b2eb96ad5b6fabd05515f5d76962629716a5ea9a345793dad855
diff --git a/app-admin/stow/stow-2.2.2-r1.ebuild b/app-admin/stow/stow-2.2.2-r1.ebuild
deleted file mode 100644
index 5fc1dffc1261..000000000000
--- a/app-admin/stow/stow-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit perl-functions
-
-DESCRIPTION="GNU Stow is a symlink farm manager"
-HOMEPAGE="https://www.gnu.org/software/stow/"
-SRC_URI="mirror://gnu/stow/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-lang/perl
- test? (
- dev-perl/IO-stringy
- virtual/perl-Test-Harness
- dev-perl/Test-Output
- )"
-RDEPEND="dev-lang/perl:="
-
-src_configure() {
- perl_set_version
- econf "--with-pmdir=${VENDOR_LIB}"
-}
diff --git a/app-admin/stow/stow-2.3.1.ebuild b/app-admin/stow/stow-2.3.1.ebuild
index f6f37faefd1d..7c766a2724f7 100644
--- a/app-admin/stow/stow-2.3.1.ebuild
+++ b/app-admin/stow/stow-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
inherit perl-functions
DESCRIPTION="GNU Stow is a symlink farm manager"
-HOMEPAGE="https://www.gnu.org/software/stow/"
+HOMEPAGE="https://www.gnu.org/software/stow/ http://git.savannah.gnu.org/cgit/stow.git"
SRC_URI="mirror://gnu/stow/${P}.tar.gz"
LICENSE="GPL-3+"