public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/krb5-auth/
Date: Wed,  1 Jul 2015 04:57:04 +0000 (UTC)	[thread overview]
Message-ID: <1435726613.4f196c69c967af7a877fc40d03bd9325ebf167e1.graaff@gentoo> (raw)

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 <graaff@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 <graaff@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	other threads:[~2015-07-01  4:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-01  4:57 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-16  9:21 [gentoo-commits] dev/graaff:master commit in: dev-ruby/krb5-auth/ Hans de Graaff
2011-06-03 11:32 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1435726613.4f196c69c967af7a877fc40d03bd9325ebf167e1.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox