commit:     4f196c69c967af7a877fc40d03bd9325ebf167e1
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jul  1 04:56:53 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 04:56:53 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=4f196c69

Cleanup.

Package-Manager: portage-2.2.18

 dev-ruby/krb5-auth/ChangeLog               |  6 +++-
 dev-ruby/krb5-auth/krb5-auth-0.7-r3.ebuild | 52 ----------------------------
 dev-ruby/krb5-auth/krb5-auth-0.7-r4.ebuild | 54 ------------------------------
 3 files changed, 5 insertions(+), 107 deletions(-)

diff --git a/dev-ruby/krb5-auth/ChangeLog b/dev-ruby/krb5-auth/ChangeLog
index 4a6873d..726658f 100644
--- a/dev-ruby/krb5-auth/ChangeLog
+++ b/dev-ruby/krb5-auth/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-ruby/krb5-auth
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Jul 2015; Hans de Graaff <gra...@gentoo.org> -krb5-auth-0.7-r3.ebuild,
+  -krb5-auth-0.7-r4.ebuild:
+  Cleanup.
+
 *krb5-auth-0.7-r5 (16 Sep 2014)
 
   16 Sep 2014; Hans de Graaff <gra...@gentoo.org> +krb5-auth-0.7-r5.ebuild:

diff --git a/dev-ruby/krb5-auth/krb5-auth-0.7-r3.ebuild 
b/dev-ruby/krb5-auth/krb5-auth-0.7-r3.ebuild
deleted file mode 100644
index 4167510..0000000
--- a/dev-ruby/krb5-auth/krb5-auth-0.7-r3.ebuild
+++ /dev/null
@@ -1,52 +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=4
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README TODO example.rb"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="ext"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the Kerberos library"
-HOMEPAGE="http://rubyforge.org/projects/krb5-auth/";
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-SLOT="0"
-IUSE=""
-
-DEPEND="${DEPEND} virtual/krb5"
-RDEPEND="${RDEPEND} virtual/krb5"
-
-all_ruby_prepare() {
-       # Move the example out of the bin directory to avoid auto-installation
-       mv bin/example.rb . || die
-       rmdir bin || die
-}
-
-each_ruby_configure() {
-       ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-       # We have injected --no-undefined in Ruby as a safety precaution
-       # against broken ebuilds, but these bindings unfortunately rely on
-       # a symbol that cannot be linked directly.
-       find . -name Makefile -print0 | xargs -0 \
-               sed -i -e 's:-Wl,--no-undefined::' || die "--no-undefined 
removal failed"
-
-       emake -Cext || die
-}
-
-all_ruby_install() {
-       all_fakegem_install
-
-       dodoc example.rb
-}

diff --git a/dev-ruby/krb5-auth/krb5-auth-0.7-r4.ebuild 
b/dev-ruby/krb5-auth/krb5-auth-0.7-r4.ebuild
deleted file mode 100644
index 4378845..0000000
--- a/dev-ruby/krb5-auth/krb5-auth-0.7-r4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 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=4
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README TODO example.rb"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="ext"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the Kerberos library"
-HOMEPAGE="http://rubyforge.org/projects/krb5-auth/";
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-SLOT="0"
-IUSE=""
-
-DEPEND="${DEPEND} virtual/krb5"
-RDEPEND="${RDEPEND} virtual/krb5"
-
-RUBY_PATCHES=( ${P}-ruby19.patch )
-
-all_ruby_prepare() {
-       # Move the example out of the bin directory to avoid auto-installation
-       mv bin/example.rb . || die
-       rmdir bin || die
-}
-
-each_ruby_configure() {
-       ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-       # We have injected --no-undefined in Ruby as a safety precaution
-       # against broken ebuilds, but these bindings unfortunately rely on
-       # a symbol that cannot be linked directly.
-       find . -name Makefile -print0 | xargs -0 \
-               sed -i -e 's:-Wl,--no-undefined::' || die "--no-undefined 
removal failed"
-
-       emake -Cext || die
-}
-
-all_ruby_install() {
-       all_fakegem_install
-
-       dodoc example.rb
-}

Reply via email to