dev-vcs/pwclient: remove 20121105131501
authorMichael Palimaka <kensington@gentoo.org>
Thu, 21 Dec 2017 08:55:12 +0000 (19:55 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 21 Dec 2017 09:07:32 +0000 (20:07 +1100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

dev-vcs/pwclient/Manifest
dev-vcs/pwclient/pwclient-20121105131501.ebuild [deleted file]

index bc6bbada3a8227664dc3490f95340e6e3856fb7b..a3d4daecb3e707980955be40d54b138248a3ff5a 100644 (file)
@@ -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 (file)
index 446896a..0000000
+++ /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}
-}