summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-11-01 17:15:06 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-11-01 17:15:06 +0000
commita1f38d442b9ae79c1e0fa611bf907c4dff8a56a1 (patch)
tree91ff5900909b5968c305f534a788cb9c55335d92 /dev-util
parentAutomatic update to use.local.desc (diff)
downloadsunrise-a1f38d442b9ae79c1e0fa611bf907c4dff8a56a1.tar.gz
sunrise-a1f38d442b9ae79c1e0fa611bf907c4dff8a56a1.tar.bz2
sunrise-a1f38d442b9ae79c1e0fa611bf907c4dff8a56a1.zip
drop dev-util/depot_tools, bug #320227
svn path=/sunrise/; revision=12494
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/depot_tools/ChangeLog8
-rw-r--r--dev-util/depot_tools/Manifest3
-rw-r--r--dev-util/depot_tools/depot_tools-9999.ebuild41
-rw-r--r--dev-util/depot_tools/metadata.xml5
4 files changed, 0 insertions, 57 deletions
diff --git a/dev-util/depot_tools/ChangeLog b/dev-util/depot_tools/ChangeLog
deleted file mode 100644
index 5208942ef..000000000
--- a/dev-util/depot_tools/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for dev-util/depot_tools
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 17 May 2010; Maxim (maksbotan) <kolmax94@gmail.com>
- +depot_tools-9999.ebuild, +metadata.xml:
- New ebuild for bug 320227
-
diff --git a/dev-util/depot_tools/Manifest b/dev-util/depot_tools/Manifest
deleted file mode 100644
index 2626a0e7a..000000000
--- a/dev-util/depot_tools/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD depot_tools-9999.ebuild 1203 RMD160 c4e2b745e21785c24ff21f56b472d5cfd4d626bb SHA1 170b59f49088ea67de52ada02806c31ee16f5754 SHA256 15df655122743a8b780914276006f65f712501480046bd33a13c388804558799
-MISC ChangeLog 247 RMD160 27bdc7472a5b0016ff66e324d49559bbb49982d9 SHA1 ae7e91c23cb88d59ba4abb81f2ae85647ca12165 SHA256 4802599ec196379fff89d9bd3d078e59a286da0a879b0fadfa65ead27889c389
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/dev-util/depot_tools/depot_tools-9999.ebuild b/dev-util/depot_tools/depot_tools-9999.ebuild
deleted file mode 100644
index e79dcc59c..000000000
--- a/dev-util/depot_tools/depot_tools-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-ESVN_REPO_URI="http://src.chromium.org/svn/trunk/tools/depot_tools"
-PYTHON_DEPEND="2"
-
-inherit eutils python subversion
-
-DESCRIPTION="Scripts to manage integration with Chromium repository and development process"
-HOMEPAGE="http://dev.chromium.org/developers/how-tos/depottools"
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND=">=dev-vcs/git-1.6.6[curl]"
-
-src_install() {
- insinto /opt/${PN}
- doins -r \
- git_cl_hooks.py presubmit_canned_checks.py breakpad.py \
- PRESUBMIT.py gclient.py gclient_scm.py \
- WATCHLISTS gclient_utils.py codereview.settings weekly scm.py \
- tests zsh-goodies third_party || die "install failed"
- exeinto /opt/${PN}
- local exes="chrome-update.py cpplint.py create-chromium-git-src \
- drover drover.py gcl gcl.py gclient git-cl \
- git-cl-upload-hook git-gs git-try hammer \
- presubmit_support.py trychange.py watchlists.py wtf"
- doexe ${exes} || die "install failed"
- for i in ${exes}
- do
- make_wrapper $i /opt/${PN}/$i "" "" /opt/bin || die "make_wrapper failed"
- done
- dodoc README README.gclient || die "dodoc failed"
-}
diff --git a/dev-util/depot_tools/metadata.xml b/dev-util/depot_tools/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/dev-util/depot_tools/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>