commit: 3d66550cbc1f08ee7a78a94a3fd6c0ba289ded6d Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Wed Jul 2 08:49:47 2014 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Jul 2 08:49:47 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=3d66550c
Cleanup. Package-Manager: portage-2.2.8-r1 --- dev-ruby/fix_microsoft_links/ChangeLog | 6 +++++- dev-ruby/fix_microsoft_links/Manifest | 2 -- .../fix_microsoft_links-0.1.2.ebuild | 24 ---------------------- .../fix_microsoft_links-0.1.3.ebuild | 24 ---------------------- 4 files changed, 5 insertions(+), 51 deletions(-) diff --git a/dev-ruby/fix_microsoft_links/ChangeLog b/dev-ruby/fix_microsoft_links/ChangeLog index b9a174a..57814b4 100644 --- a/dev-ruby/fix_microsoft_links/ChangeLog +++ b/dev-ruby/fix_microsoft_links/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-ruby/fix_microsoft_links -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Jul 2014; Hans de Graaff <[email protected]> + -fix_microsoft_links-0.1.2.ebuild, -fix_microsoft_links-0.1.3.ebuild: + Cleanup. + *fix_microsoft_links-0.1.4 (13 Sep 2013) 13 Sep 2013; Hans de Graaff <[email protected]> diff --git a/dev-ruby/fix_microsoft_links/Manifest b/dev-ruby/fix_microsoft_links/Manifest index 9eb9d8f..37fa47c 100644 --- a/dev-ruby/fix_microsoft_links/Manifest +++ b/dev-ruby/fix_microsoft_links/Manifest @@ -1,3 +1 @@ -DIST fix_microsoft_links-0.1.2.gem 4096 SHA256 ae78f0cdf7f153afb996fe2f5ea2729c05dbac1f3e293d1c5b2b1be78201ed59 SHA512 8597cbfa378291b1acbd7582663214e4888ab58a52f21af4f085ebc347752f2273cf6567a25306f0fd077fa980d5f701cbb14276183c900672fcbeda0ffae73b WHIRLPOOL cd253bfb28b77aed4a0949d843045bbca1d84b30ef8ec33c5d167ed7ce7327c64b100a5e705996e7eccb0f2ad0ec2de87072dd3ff5be57460e2ff2d45da36795 -DIST fix_microsoft_links-0.1.3.gem 4096 SHA256 405794f0e855722231aa569d2fe54f0a19309176a1606279c40869198a6af7f2 SHA512 725cb1f2aa71df6a8f500d6cf55eb5173e1dc04b2db5ea4d6a250390b21521998fb1f04059409e68499a4a9ad1f6c0eb795d45c000f22a7099f0cc777238cd87 WHIRLPOOL bee951b060f10f4e50b8a1198fafe66c4a36b00d51af960ca3366c2014f92c89109de42cb25732a39144c8f086b089a3e4518e1d550affef7456dd5ade1fadd4 DIST fix_microsoft_links-0.1.4.gem 4096 SHA256 33480fdb8a5ac48e21e20264f58883e4721b97bbc49603090409a26c4872e58a SHA512 751ed059d04cd2cb7ea2ce6d7d731113677bad672de390dd511e39eeeca14236f5aa4d12388b67a69c0e8d4338b98a5e3230eb66fb9ad048d35b094c2bda8a00 WHIRLPOOL a602e98c65c09097758f59a97064e09646ae9cad9093b678c0199df5f9db16aae33b9e006e3a7fbe21ba1c96fa8fd5fe18023ffb04bc0eae4f75fe712d44039a diff --git a/dev-ruby/fix_microsoft_links/fix_microsoft_links-0.1.2.ebuild b/dev-ruby/fix_microsoft_links/fix_microsoft_links-0.1.2.ebuild deleted file mode 100644 index e81c362..0000000 --- a/dev-ruby/fix_microsoft_links/fix_microsoft_links-0.1.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -inherit ruby-fakegem - -DESCRIPTION="Fixes redirects to login pages when a user clicks a link to your site from a Microsoft application" -HOMEPAGE="https://github.com/spilliton/fix_microsoft_links" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0" -IUSE="doc" - -ruby_add_rdepend ">=dev-ruby/rack-1.1.1" diff --git a/dev-ruby/fix_microsoft_links/fix_microsoft_links-0.1.3.ebuild b/dev-ruby/fix_microsoft_links/fix_microsoft_links-0.1.3.ebuild deleted file mode 100644 index e81c362..0000000 --- a/dev-ruby/fix_microsoft_links/fix_microsoft_links-0.1.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -inherit ruby-fakegem - -DESCRIPTION="Fixes redirects to login pages when a user clicks a link to your site from a Microsoft application" -HOMEPAGE="https://github.com/spilliton/fix_microsoft_links" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0" -IUSE="doc" - -ruby_add_rdepend ">=dev-ruby/rack-1.1.1"
