diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-12-21 19:55:12 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-21 20:07:32 +1100 |
commit | 3a4a967bb910aa6644b33f2c5bdc00eb1e2d9e09 (patch) | |
tree | 55407bdcb90498d7f1e57280859847cd9b379198 /dev-vcs/pwclient | |
parent | sys-boot/raincoat: remove 0.5 (diff) | |
download | gentoo-3a4a967bb910aa6644b33f2c5bdc00eb1e2d9e09.tar.gz gentoo-3a4a967bb910aa6644b33f2c5bdc00eb1e2d9e09.tar.bz2 gentoo-3a4a967bb910aa6644b33f2c5bdc00eb1e2d9e09.zip |
dev-vcs/pwclient: remove 20121105131501
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-vcs/pwclient')
-rw-r--r-- | dev-vcs/pwclient/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/pwclient/pwclient-20121105131501.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-vcs/pwclient/Manifest b/dev-vcs/pwclient/Manifest index bc6bbada3a82..a3d4daecb3e7 100644 --- a/dev-vcs/pwclient/Manifest +++ b/dev-vcs/pwclient/Manifest @@ -1,2 +1 @@ -DIST pwclient-20121105131501 15497 BLAKE2B 5fb7f5cd6ceee39c0613e78347ba4ecc4890d2f66b9f605c171c269810aa603cf07f76dc323b2440fc0a1cc21d8f0f0bdca36836f218c77a45ca8f98cf1e584f SHA512 07e70ec8ba2bd3a048cd9c5d5c8f8e142358608f462befc10388651c658d46660ce71cbc24eec09c908112dd38761febc8dfbee0c5a56f325eca8129e190ed1c DIST pwclient-20141110122616 23527 BLAKE2B 61a49c6104db0015d0cf9ea4fddefe3ccde6495d0a0caf918d858e535bbbd085ee5a80f856753ea547b1ac18fb22344036734a5814d06865bde2622368b88155 SHA512 4933b7c5b4129d5fa1e47fa09dd8a75e5e5aac3254d8ed4bb65f8e7363d082217deecf8fc99f53092b607c49eebf9144e335079472a790a0193d0c6cddcf433f diff --git a/dev-vcs/pwclient/pwclient-20121105131501.ebuild b/dev-vcs/pwclient/pwclient-20121105131501.ebuild deleted file mode 100644 index 446896a4d4e5..000000000000 --- a/dev-vcs/pwclient/pwclient-20121105131501.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -# The PV comes from: -# git clone ${EGIT_REPO_URI} -# cd patchwork -# EGIT_COMMIT=$(git log -n1 --format=%H apps/patchwork/bin/pwclient) -# date --date="$(git log -n1 --format=%ci ${EGIT_COMMIT})" -u +%Y%m%d%H%M%S -EGIT_REPO_URI="git://ozlabs.org/home/jk/git/patchwork" -EGIT_COMMIT="bc695f5a7e0a2dd184dc0eae7a923be24b1b1723" - -DESCRIPTION="command line utility for interacting with patchwork repos" -HOMEPAGE="http://jk.ozlabs.org/projects/patchwork/" -SRC_URI="http://repo.or.cz/w/patchwork.git/blob_plain/${EGIT_COMMIT}:/apps/patchwork/bin/pwclient -> ${P}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lang/python" - -S=${WORKDIR} - -src_unpack() { :; } - -src_install() { - newbin "${DISTDIR}"/${P} ${PN} -} |