diff options
Diffstat (limited to 'dev-vcs/git-deploy')
-rw-r--r-- | dev-vcs/git-deploy/Manifest | 3 | ||||
-rw-r--r-- | dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild | 69 | ||||
-rw-r--r-- | dev-vcs/git-deploy/metadata.xml | 8 |
3 files changed, 0 insertions, 80 deletions
diff --git a/dev-vcs/git-deploy/Manifest b/dev-vcs/git-deploy/Manifest deleted file mode 100644 index 8d4938ef9ed1..000000000000 --- a/dev-vcs/git-deploy/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST git-deploy-6.0.1_p20131024.tar.gz 55394 BLAKE2B 7d2f7578948033e182e271c44752be27bcddc4b2480a795d110675feea9408ac7b786b135f058f224f5edcbb184bcd022b19bb3d7614a366ec29b2ea4d5f6d2b SHA512 cf3504b8f40d86cd8322ed93f2fe43593bcbf2db37685d3337b89501f39b38298dfb6d6cd51dd3f518f6048b680446a1660b85887ef73647829608e77b497634 -EBUILD git-deploy-6.0.1_p20131024-r1.ebuild 1451 BLAKE2B 2d9db22596ad7423dffc94c63c65f229da9d1ef15afc19e3397a098ef49aced14fd1a412d950ebe0c5b888273eba2fc90bc665ac64007ce5d45345ac52f3d192 SHA512 0f65a7dd21b1892f751a1c6c4bac233d6870af55efe480ae79ec11cfc4994ccb54008d245a258c1ca8a4d2f98b1c84a9bc680e32d37ee0d264bc33871cd67726 -MISC metadata.xml 254 BLAKE2B d989c07f02c15f2621b71f305093cfae46a5038b69db89b271af140a2cd2561eda65820897e966326d5ce0b00ed15e4b48a2359f2a8bd439b187477a9cc9d047 SHA512 65efc2ef54dd6fce7095d615d5b353e3bd063aec6bebd5c7e5b6134ea5b3fdc0304fb5472145afbe21f26faa6f56d2a5e4227bbcbc78df4fdd64382819b6ee6d diff --git a/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild b/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild deleted file mode 100644 index f7e78a6147c7..000000000000 --- a/dev-vcs/git-deploy/git-deploy-6.0.1_p20131024-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit perl-functions - -COMMIT="e9ef93debd12d85e70676dd79b4bd78ac2b05271" - -DESCRIPTION="make deployments so easy that you'll let new hires do them on their -first day" -HOMEPAGE="https://github.com/git-deploy/git-deploy" -SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -COMMON_DEPEND="dev-vcs/git - virtual/perl-File-Spec - virtual/perl-Getopt-Long - virtual/perl-Term-ANSIColor - virtual/perl-Time-HiRes - virtual/perl-Memoize - virtual/perl-Data-Dumper" -DEPEND="dev-lang/perl - test? ( - ${COMMON_DEPEND} - virtual/perl-File-Temp - )" -RDEPEND="dev-lang/perl:= -${COMMON_DEPEND}" - -S="${WORKDIR}/${PN}-${COMMIT}" - -src_prepare() { - pod2man -n git-deploy README.pod > git-deploy.1 || die -} - -src_test() { - local testdir=${TMPDIR}/git-deploy-test - - # Prepare for tests - cp -a "${S}/" $testdir || die - cd $testdir || die - - git config --global user.name "git-deploy" || die - git config --global user.email "git-deploy@localhost" || die - - git init . || die - git add . || die - git commit -a -m 'git-deploy testing' || die - - USER="git-deploy" perl t/run.t || die -} - -src_install() { - perl_set_version - dobin git-deploy - - insinto $VENDOR_LIB - doins -r lib/Git - - doman git-deploy.1 - - newdoc Changes ChangeLog -} diff --git a/dev-vcs/git-deploy/metadata.xml b/dev-vcs/git-deploy/metadata.xml deleted file mode 100644 index 3677b7123579..000000000000 --- a/dev-vcs/git-deploy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">git-deploy/git-deploy</remote-id> - </upstream> -</pkgmetadata> |