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/macaddr/
Date: Wed,  1 Jul 2015 21:34:17 +0000 (UTC)	[thread overview]
Message-ID: <1435785726.b2291aa90ed6f02f5448657262f1ef50e55785a6.graaff@gentoo> (raw)

commit:     b2291aa90ed6f02f5448657262f1ef50e55785a6
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jul  1 21:22:06 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 21:22:06 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=b2291aa9

Cleanup.

Package-Manager: portage-2.2.18

 dev-ruby/macaddr/ChangeLog            |  6 +++++-
 dev-ruby/macaddr/Manifest             |  2 --
 dev-ruby/macaddr/macaddr-1.6.1.ebuild | 23 -----------------------
 dev-ruby/macaddr/macaddr-1.6.5.ebuild | 23 -----------------------
 4 files changed, 5 insertions(+), 49 deletions(-)

diff --git a/dev-ruby/macaddr/ChangeLog b/dev-ruby/macaddr/ChangeLog
index cdbd055..9a20ea0 100644
--- a/dev-ruby/macaddr/ChangeLog
+++ b/dev-ruby/macaddr/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-ruby/macaddr
-# 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> -macaddr-1.6.1.ebuild,
+  -macaddr-1.6.5.ebuild:
+  Cleanup.
+
 *macaddr-1.7.1 (23 May 2014)
 
   23 May 2014; Hans de Graaff <graaff@gentoo.org> +macaddr-1.7.1.ebuild:

diff --git a/dev-ruby/macaddr/Manifest b/dev-ruby/macaddr/Manifest
index 577106f..7847a6d 100644
--- a/dev-ruby/macaddr/Manifest
+++ b/dev-ruby/macaddr/Manifest
@@ -1,4 +1,2 @@
-DIST macaddr-1.6.1.gem 10240 SHA256 901dcf67341597418007f85d837fc3bdbf9fb90948f960f3c01a300a5aa0a9ed SHA512 4cd793084dada2e5e9139690ea7dddee2c70b909399583a23c4369dc2c81dc3835e7f0c88288761844dcc274e1260b943e45b6d00362a238e9cfceead25d9bd8 WHIRLPOOL 95d90c273ba17cc6d467ac47b153f231f2e1e7a86bfbb20142c483ca923a39049c670a482071adf39e3da67302ae067e1223fd797d9486ec79f18a4abbe1f4bf
-DIST macaddr-1.6.5.gem 11264 SHA256 3311b71084c188b4751f93ebaaa55211a196b66e4fcad5abaf7eada44fbe784e SHA512 329da5d46984bf3207b95a8d8efd142e456442ce7ff947627dada285990dfb7f100e4dc3c04941772cb73eb02545fe5f511a96d9bcdc6788dc24b23238aace9d WHIRLPOOL e0e5f7ea213c15f689aa4cf266107792e69cc0e553e2e38675234e759e2064da4ea41e4ce744f7c47370a2bb574942bb71e243402f933dcbf48d28e54312cd78
 DIST macaddr-1.7.0.gem 11776 SHA256 01fb814155643d572bc80c976d4774f8d7dc0c1d5d8a92b688731dec421a24d0 SHA512 41c51e7d5b30e5b50db402573d48c86858a55aefcce16bbcf82e2f4eb0c9b68c3a41d969b64fc303af2487521040828ef96c2c04ef89f44f2dbd92045cabb0df WHIRLPOOL 5e16e0fc628e3a2658fcbad4922676ee2d287fef12d9a03161ee6295bacbbd487f022dca06af96a87ef101950cb89b9cdbae1fc42d7d57f1bfe991a0a2713909
 DIST macaddr-1.7.1.gem 11776 SHA256 0b58a645b11de68388df8515a4e46dd047ffbcb49296546da50556b82b8a91b2 SHA512 98994056ecad615643270ff25c0d62b102f0d350d9e6320c431541aa5bb8ceb3ab0178aae2f160daff6881e69d4e1998843f5f8d278bb3c4aee3ea18b68a1a2d WHIRLPOOL 7b1321c17b9c5b9846ec033e9d93e85a544870051a86ab3edb642d03f1c91e1ea0a0e5d8fd9d9200bad577af3d0c097f74a31d3433823796381840a9dbadbd19

diff --git a/dev-ruby/macaddr/macaddr-1.6.1.ebuild b/dev-ruby/macaddr/macaddr-1.6.1.ebuild
deleted file mode 100644
index dc71b41..0000000
--- a/dev-ruby/macaddr/macaddr-1.6.1.ebuild
+++ /dev/null
@@ -1,23 +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_EXTRADOC="README"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Cross platform mac address determination for ruby"
-HOMEPAGE="http://github.com/ahoward/macaddr"
-LICENSE="Ruby"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/systemu-2.5.0 =dev-ruby/systemu-2.5*"

diff --git a/dev-ruby/macaddr/macaddr-1.6.5.ebuild b/dev-ruby/macaddr/macaddr-1.6.5.ebuild
deleted file mode 100644
index 27c6cb1..0000000
--- a/dev-ruby/macaddr/macaddr-1.6.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Cross platform mac address determination for ruby"
-HOMEPAGE="http://github.com/ahoward/macaddr"
-LICENSE="Ruby"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/systemu-2.6.2 =dev-ruby/systemu-2.6*"


             reply	other threads:[~2015-07-01 21:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-01 21:34 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-07-01 21:34 [gentoo-commits] dev/graaff:master commit in: dev-ruby/macaddr/ Hans de Graaff
2014-05-27  5:07 Hans de Graaff
2014-04-06  6:03 Hans de Graaff
2014-03-25 10:56 Hans de Graaff
2013-01-23 12:43 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=1435785726.b2291aa90ed6f02f5448657262f1ef50e55785a6.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