diff options
author | 2013-01-21 12:02:25 +0000 | |
---|---|---|
committer | 2013-01-21 12:02:25 +0000 | |
commit | 543694482892f7675a9c67596bfb62cbd5ae3b79 (patch) | |
tree | aa44d430ac7e565253e4b2e713cc8889f63a9817 /dev-ruby/listen | |
parent | Version bump, fix SRC_URI to new locations, cleanup old (diff) | |
download | gentoo-2-543694482892f7675a9c67596bfb62cbd5ae3b79.tar.gz gentoo-2-543694482892f7675a9c67596bfb62cbd5ae3b79.tar.bz2 gentoo-2-543694482892f7675a9c67596bfb62cbd5ae3b79.zip |
Cleanup.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/listen')
-rw-r--r-- | dev-ruby/listen/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/listen/listen-0.5.3.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/listen/listen-0.6.0.ebuild | 28 |
3 files changed, 5 insertions, 57 deletions
diff --git a/dev-ruby/listen/ChangeLog b/dev-ruby/listen/ChangeLog index 9c161d531eff..ddeea3792288 100644 --- a/dev-ruby/listen/ChangeLog +++ b/dev-ruby/listen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/listen # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.16 2013/01/15 06:43:37 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/ChangeLog,v 1.17 2013/01/21 12:02:25 graaff Exp $ + + 21 Jan 2013; Hans de Graaff <graaff@gentoo.org> -listen-0.5.3.ebuild, + -listen-0.6.0.ebuild: + Cleanup. 15 Jan 2013; Rick Farina <zerochaos@gentoo.org> listen-0.5.3.ebuild, listen-0.6.0.ebuild, listen-0.7.0.ebuild, listen-0.7.2.ebuild: diff --git a/dev-ruby/listen/listen-0.5.3.ebuild b/dev-ruby/listen/listen-0.5.3.ebuild deleted file mode 100644 index 611eb77a6592..000000000000 --- a/dev-ruby/listen/listen-0.5.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.5.3.ebuild,v 1.3 2013/01/15 06:43:36 zerochaos Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Listens to file modifications and notifies you about the changes." -HOMEPAGE="https://github.com/guard/listen" -SRC_URI="https://github.com/guard/listen/tarball/v${PV} -> ${P}-git.tgz" -RUBY_S="guard-listen-*" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/rb-inotify-0.8.8" diff --git a/dev-ruby/listen/listen-0.6.0.ebuild b/dev-ruby/listen/listen-0.6.0.ebuild deleted file mode 100644 index aadb101fa5e6..000000000000 --- a/dev-ruby/listen/listen-0.6.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.6.0.ebuild,v 1.2 2013/01/15 06:43:37 zerochaos Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Listens to file modifications and notifies you about the changes." -HOMEPAGE="https://github.com/guard/listen" -SRC_URI="https://github.com/guard/listen/tarball/v${PV} -> ${P}-git.tgz" -RUBY_S="guard-listen-*" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/rb-inotify-0.8.8" |