summaryrefslogtreecommitdiff
path: root/dev-vcs/pwclient/pwclient-20121105131501.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/pwclient/pwclient-20121105131501.ebuild')
-rw-r--r--dev-vcs/pwclient/pwclient-20121105131501.ebuild31
1 files changed, 0 insertions, 31 deletions
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}
-}