summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/lightweight-cvs-toolkit/Manifest1
-rw-r--r--app-portage/lightweight-cvs-toolkit/lightweight-cvs-toolkit-1.ebuild22
-rw-r--r--app-portage/lightweight-cvs-toolkit/metadata.xml16
3 files changed, 0 insertions, 39 deletions
diff --git a/app-portage/lightweight-cvs-toolkit/Manifest b/app-portage/lightweight-cvs-toolkit/Manifest
deleted file mode 100644
index 8c63709f4c8c..000000000000
--- a/app-portage/lightweight-cvs-toolkit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lightweight-cvs-toolkit-1.tar.gz 4823 SHA256 aa3d3a76f9685b6f6f7c6b766f0061b4ed053b0bb15ef3ac9b5eb3ddf22e0cfa SHA512 5ba80de35e9176d3862e6edc174c77001a48e737c5b618d03cb532b89a3927b104002ae41fa62f4c26fd224684f832c5638650a9e44a50f2e2945e6d44228628 WHIRLPOOL 1c440b0a2a3f23a8fd1c3e8c704b6b81d10241f10f0f4565e769cfad96fb0bb9a04016d38810e1da3a12f7cec4b00ca1a35a3892c888cd28dc237f807285629c
diff --git a/app-portage/lightweight-cvs-toolkit/lightweight-cvs-toolkit-1.ebuild b/app-portage/lightweight-cvs-toolkit/lightweight-cvs-toolkit-1.ebuild
deleted file mode 100644
index 8e74aadfab91..000000000000
--- a/app-portage/lightweight-cvs-toolkit/lightweight-cvs-toolkit-1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Tools to create partial CVS checkout, merge PRs and revert commits"
-HOMEPAGE="https://bitbucket.org/mgorny/lightweight-cvs-toolkit"
-SRC_URI="https://bitbucket.org/mgorny/${PN}/downloads/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-vcs/cvs
- dev-vcs/git"
-
-src_install() {
- dobin lcvs-*
- dodoc README
-}
diff --git a/app-portage/lightweight-cvs-toolkit/metadata.xml b/app-portage/lightweight-cvs-toolkit/metadata.xml
deleted file mode 100644
index bbec287bb7bf..000000000000
--- a/app-portage/lightweight-cvs-toolkit/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <upstream>
- <maintainer status="active">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <bugs-to>https://bitbucket.org/mgorny/lightweight-cvs-toolkit/issues/</bugs-to>
- <remote-id type="bitbucket">mgorny/lightweight-cvs-toolkit</remote-id>
- </upstream>
-</pkgmetadata>