commit: d055a2b39a0d1866030866bdea3742d6004e2c0a Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Wed Jul 2 09:00:20 2014 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Jul 2 09:00:20 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=d055a2b3
Cleanup. Package-Manager: portage-2.2.8-r1 --- dev-ruby/authlogic-oid/ChangeLog | 6 +++- dev-ruby/authlogic-oid/Manifest | 1 - .../authlogic-oid/authlogic-oid-1.0.4-r1.ebuild | 34 -------------------- .../authlogic-oid/authlogic-oid-1.0.4-r2.ebuild | 36 ---------------------- 4 files changed, 5 insertions(+), 72 deletions(-) diff --git a/dev-ruby/authlogic-oid/ChangeLog b/dev-ruby/authlogic-oid/ChangeLog index 2b2e5f8..5f9b9cb 100644 --- a/dev-ruby/authlogic-oid/ChangeLog +++ b/dev-ruby/authlogic-oid/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-ruby/authlogic-oid -# 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]> + -authlogic-oid-1.0.4-r1.ebuild, -authlogic-oid-1.0.4-r2.ebuild: + Cleanup. + 11 Jul 2013; Hans de Graaff <[email protected]> authlogic-oid-1.0.4-r3.ebuild: Upstream source no longer exists, host tgz myself. diff --git a/dev-ruby/authlogic-oid/Manifest b/dev-ruby/authlogic-oid/Manifest index ad2f768..313136e 100644 --- a/dev-ruby/authlogic-oid/Manifest +++ b/dev-ruby/authlogic-oid/Manifest @@ -1,2 +1 @@ -DIST authlogic-oid-1.0.4.gem 24064 SHA256 a15226df0835a585e6a111f93bf941b108d135448b63d4d231530afaa0c0bfab SHA512 2565cc2722ca5043433effa2ec9cc63f891fa36138f28e9fb69986e9ef9f22062f67ba3e928ef9130f34a6e2cb0e4c510e198545f7d0fd8c719a5b7fbaded1cf WHIRLPOOL 8c116b46afb98ac0ac1292c284f377fd03724930415af20b66c28408bbcc66ff3fe81f3252c10a3700b8fd898309bace322cbfe66e7d65456fcdbe94e62242e4 DIST authlogic-oid-1.0.4.tgz 11212 SHA256 2323d893d1299ac0166603146d47732c0b25358f5849834f6393b28256431afc SHA512 b8609aba2b1bb436c982b76af32dd648bd1cd93c2b2e59db3b4b3558f91e35e9c20d415dddee8f207b095dc9d3e16c02f4794e0f058d7b080a708abc70388747 WHIRLPOOL 13317c99cf8002b2de6409398efea0976b8bee550180d051afbce8b5181780007df10e788c1430e412c2fdeefd0e73b3f36ee644491c35ffdda79efa3653f0d6 diff --git a/dev-ruby/authlogic-oid/authlogic-oid-1.0.4-r1.ebuild b/dev-ruby/authlogic-oid/authlogic-oid-1.0.4-r1.ebuild deleted file mode 100644 index 574c326..0000000 --- a/dev-ruby/authlogic-oid/authlogic-oid-1.0.4-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 2006/08/28 14:34:06 pclouds Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="docs" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -inherit ruby-fakegem - -DESCRIPTION="Extension of the Authlogic library to add OpenID support." -HOMEPAGE="http://authlogic-oid.rubyforge.org/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86 ~x86-macos" -SLOT="0" -IUSE="" - -# Tests use hardcoded path to authlogic -RESTRICT="test" - -ruby_add_bdepend "doc? ( dev-ruby/hoe )" - -ruby_add_rdepend ">=dev-ruby/authlogic-2.0.13" - -all_ruby_prepare() { - # Remove reference to documenation template we don't have. - sed -i -e 's/-T hanna//' Rakefile || die -} diff --git a/dev-ruby/authlogic-oid/authlogic-oid-1.0.4-r2.ebuild b/dev-ruby/authlogic-oid/authlogic-oid-1.0.4-r2.ebuild deleted file mode 100644 index e12d857..0000000 --- a/dev-ruby/authlogic-oid/authlogic-oid-1.0.4-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 2006/08/28 14:34:06 pclouds Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="docs" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -inherit ruby-fakegem - -DESCRIPTION="Extension of the Authlogic library to add OpenID support." -HOMEPAGE="http://authlogic-oid.rubyforge.org/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86 ~x86-macos" -SLOT="0" -IUSE="" - -# Tests use hardcoded path to authlogic -RESTRICT="test" - -ruby_add_bdepend "doc? ( dev-ruby/hoe )" - -ruby_add_rdepend ">=dev-ruby/authlogic-2.0.13" - -all_ruby_prepare() { - # Remove reference to documenation template we don't have. - sed -i -e 's/-T hanna//' Rakefile || die - - epatch "${FILESDIR}/${P}-open_id_authentication.patch" -}
