]> Pileus Git - ~andy/sunrise/commitdiff
dev-ruby/ trollop: In gentoo-x86
authorThomas Sachau <tommy@gentoo.org>
Fri, 21 May 2010 22:20:13 +0000 (22:20 +0000)
committerThomas Sachau <tommy@gentoo.org>
Fri, 21 May 2010 22:20:13 +0000 (22:20 +0000)
svn path=/sunrise/; revision=10587

dev-ruby/trollop/ChangeLog [deleted file]
dev-ruby/trollop/Manifest [deleted file]
dev-ruby/trollop/metadata.xml [deleted file]
dev-ruby/trollop/trollop-1.15.ebuild [deleted file]

diff --git a/dev-ruby/trollop/ChangeLog b/dev-ruby/trollop/ChangeLog
deleted file mode 100644 (file)
index 793226a..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# ChangeLog for dev-ruby/trollop
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  06 Dec 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
-  trollop-1.15.ebuild:
-  Use mirror://
-
-  04 Oct 2009; Sven Schwyn (svoop) <gentoo@bitcetera.com>
-  -trollop-1.14.ebuild, +trollop-1.15.ebuild:
-  Version bump to 1.15.
-
-  30 Jun 2009; Sven Schwyn (svoop) <gentoo@bitcetera.com>
-  -trollop-1.13.ebuild, +trollop-1.14.ebuild:
-  Version bump for bug 232644
-
-  08 Jun 2009; Tomas Chvatal <scarabeus@gentoo.org> trollop-1.13.ebuild:
-  Fix repoman warning
-
-  29 May 2009; Sven Schwyn (svoop) <gentoo@bitcetera.com>
-  -trollop-1.10.2.ebuild, +trollop-1.13.ebuild:
-  version bump to 1.13 (bug 232644)
-
-  03 Jan 2009; Sven Schwyn (svoop) <gentoo@bitcetera.com>
-  -trollop-1.8.2.ebuild, +trollop-1.10.2.ebuild:
-  dev-ruby/trollop: version bump
-
-  11 Sep 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> metadata.xml:
-  Fix metadata.xml
-
-  26 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org>
-  trollop-1.8.2.ebuild:
-  Simplify variables, much of this is set by the ruby USE flag
-
-  22 Jul 2008; Sven Schwyn (svoop) <gentoo@bitcetera.com>
-  +trollop-1.8.2.ebuild, +metadata.xml:
-  New ebuild dev-ruby/trollop for bug 232644
-
diff --git a/dev-ruby/trollop/Manifest b/dev-ruby/trollop/Manifest
deleted file mode 100644 (file)
index 5f3816a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST trollop-1.15.gem 20992 RMD160 998d01f0ee369059e93a923dbb4c7b59982f1fc9 SHA1 291a445ef14e24e691e6dc7f006c7352b632b82d SHA256 13b647dd51be5a2fc6e7c0497034e17f69fbb0bc5c715c5220b5767bbb49ad77
-EBUILD trollop-1.15.ebuild 416 RMD160 93526320a677594b5f9ae2289edfd6756d35583d SHA1 46a4f0e80b5a8acbef14d578a0835385fc682445 SHA256 e5dcb3eca6bf0d0b30d305715f26aef40b314a061d50466b749f8d341caf4f9d
-MISC ChangeLog 1238 RMD160 a752e8bf723b748e0559346a9fe3159e8a332f1b SHA1 1c13af6ef06fbadc1cb405abe7bef627f3717dfd SHA256 87d248a849eab9f7c9980c239586130d3741dda597b68d3c8203d60cc3c59f22
-MISC metadata.xml 587 RMD160 146baae085822e16fc376db84101ba38bffba95a SHA1 05d887acd4c7abd2e8eb74ef809546c56f6fff4e SHA256 bf66ffac9285aba191387703e8e128f9dcc9e874cc405a999c033bfed63ef645
diff --git a/dev-ruby/trollop/metadata.xml b/dev-ruby/trollop/metadata.xml
deleted file mode 100644 (file)
index 2b39898..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <herd>no-herd</herd>
-       <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-       <longdescription lang="en">
-               Trollop is a commandline option parser for Ruby that just gets out of
-               your way. One line of code per option is all you need to write. For that,
-               you get a nice automatically-generated help page, robust option parsing,
-               command subcompletion, and sensible defaults for everything you don't
-               specify. 
-       </longdescription>
-</pkgmetadata>
diff --git a/dev-ruby/trollop/trollop-1.15.ebuild b/dev-ruby/trollop/trollop-1.15.ebuild
deleted file mode 100644 (file)
index d5a45a2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit ruby gems
-
-DESCRIPTION="Advanced commandline option parser with implicit --help generator."
-HOMEPAGE="http://trollop.rubyforge.org"
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-USE_RUBY="1.8 1.9"
-DEPEND="virtual/ruby"
-RDEPEND="${DEPEND}"