Drop obsolete package.
authorTomas Chvatal <scarabeus@gentoo.org>
Sat, 17 Sep 2011 04:28:17 +0000 (04:28 +0000)
committerTomas Chvatal <scarabeus@gentoo.org>
Sat, 17 Sep 2011 04:28:17 +0000 (04:28 +0000)
dev-ruby/capistrano-launcher/ChangeLog [deleted file]
dev-ruby/capistrano-launcher/Manifest [deleted file]
dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild [deleted file]
dev-ruby/capistrano-launcher/files/cap [deleted file]
dev-ruby/capistrano-launcher/metadata.xml [deleted file]

diff --git a/dev-ruby/capistrano-launcher/ChangeLog b/dev-ruby/capistrano-launcher/ChangeLog
deleted file mode 100644 (file)
index 1ee3272..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# ChangeLog for dev-ruby/capistrano-launcher
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/ChangeLog,v 1.10 2010/07/30 15:25:01 darkside Exp $
-
-  30 Jul 2010; Jeremy Olexa <darkside@gentoo.org>
-  capistrano-launcher-1.ebuild:
-  Add prefix keywords, as tested in prefix overlay
-
-  13 Jun 2009; Hans de Graaff <graaff@gentoo.org>
-  capistrano-launcher-1.ebuild:
-  Fix quoting.
-
-  21 Jun 2008; nixnut <nixnut@gentoo.org> capistrano-launcher-1.ebuild:
-  Stable on ppc wrt bug 228453
-
-  09 Apr 2008; Robin H. Johnson <robbat2@gentoo.org>
-  capistrano-launcher-1.ebuild:
-  Add ~ppc.
-
-  14 Nov 2007; Peter Weller <welp@gentoo.org> capistrano-launcher-1.ebuild:
-  Stable on amd64 wrt bug 198966
-
-  13 Nov 2007; Markus Rothe <corsair@gentoo.org>
-  capistrano-launcher-1.ebuild:
-  Stable on ppc64; bug #198966
-
-  13 Nov 2007; Raúl Porcel <armin76@gentoo.org>
-  capistrano-launcher-1.ebuild:
-  ia64 stable wrt #198966
-
-  12 Nov 2007; Dawid Węgliński <cla@gentoo.org>
-  capistrano-launcher-1.ebuild:
-  Stable on x86 (bug #198966)
-
-  01 Sep 2007; Joshua Nichols <nichoj@gentoo.org>
-  capistrano-launcher-1.ebuild:
-  Fixed instructions in pkg_postinst.
-
-*capistrano-launcher-1 (01 Sep 2007)
-
-  01 Sep 2007; Joshua Nichols <nichoj@gentoo.org> +files/cap, +metadata.xml,
-  +capistrano-launcher-1.ebuild:
-  Initial version.
-
diff --git a/dev-ruby/capistrano-launcher/Manifest b/dev-ruby/capistrano-launcher/Manifest
deleted file mode 100644 (file)
index 1d6ca04..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX cap 345 RMD160 b8e2e2c5f36fafd8eecfc9dbc26fa018c4ee0f21 SHA1 cfddf78c5c7cb5525b0744fdd09bee572924eaf1 SHA256 716010e985be4870a1757b3c096e7c71c9a5a9af232c06650cf74f2989d5b754
-EBUILD capistrano-launcher-1.ebuild 899 RMD160 acc429570746d5ee9b9ff115cc6f183d2faa09b6 SHA1 2390c2b581f99aa24fa154b094c501d8e6b1bdd4 SHA256 8ba28b58f16b52b2ba8e6818a3caf2eed0fc9be05d28949dff2bcff2081037ed
-MISC ChangeLog 1399 RMD160 c7f4b7ba71703afe66a0c1c6baa683810a406662 SHA1 8cdcee129178c7a6741e456d8debe356cf269a64 SHA256 738c6187aa98c425140efbe5d37c3874f653c58a89dbe775f12bdea92b1e276a
-MISC metadata.xml 157 RMD160 5d9e2c7ecba96ffebd936d38acedf859cdea84e1 SHA1 8ce15dcc608eeb5616aeec610dc695cbe6f93e02 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c
diff --git a/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild b/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild
deleted file mode 100644 (file)
index 2ad83b3..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild,v 1.11 2010/07/30 15:25:01 darkside Exp $
-
-DESCRIPTION="Launcher script for capistrano"
-HOMEPAGE="http://capify.org/"
-SRC_URI=""
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# Block versions of capistrano that install /usr/bin/cap to avoid file-collision
-RDEPEND="!~dev-ruby/capistrano-1.99.1
-       !~dev-ruby/capistrano-1.99.3
-       !<dev-ruby/capistrano-1.4.1-r1
-"
-
-src_install() {
-       dobin "${FILESDIR}"/cap
-}
-
-pkg_postinst() {
-       einfo "The highest installed version of capistrano will be used when"
-       einfo "invoking /usr/bin/cap by default."
-       einfo "To invoke a different version, invoke it like:"
-       einfo "\tcap _1.4.1_"
-}
diff --git a/dev-ruby/capistrano-launcher/files/cap b/dev-ruby/capistrano-launcher/files/cap
deleted file mode 100755 (executable)
index 04414ae..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env ruby
-#
-# This file was generated by RubyGems.
-#
-# The application 'capistrano' is installed as part of a gem, and
-# this file is here to facilitate running it. 
-#
-
-require 'rubygems'
-version = "> 0"
-if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then
-  version = $1
-  ARGV.shift
-end
-gem 'capistrano', version
-load 'cap'
diff --git a/dev-ruby/capistrano-launcher/metadata.xml b/dev-ruby/capistrano-launcher/metadata.xml
deleted file mode 100644 (file)
index 8521361..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>ruby</herd>
-</pkgmetadata>