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/test-construct/
Date: Sun, 14 Feb 2016 19:29:28 +0000 (UTC)	[thread overview]
Message-ID: <1455473937.218104c93413d84e520edafe2844eee1e896a7cd.graaff@gentoo> (raw)

commit:     218104c93413d84e520edafe2844eee1e896a7cd
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 18:18:57 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 18:18:57 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=218104c9

obsolete package

 dev-ruby/test-construct/ChangeLog                  | 21 ---------------
 dev-ruby/test-construct/Manifest                   |  1 -
 dev-ruby/test-construct/metadata.xml               |  5 ----
 .../test-construct/test-construct-1.2.2.ebuild     | 30 ----------------------
 4 files changed, 57 deletions(-)

diff --git a/dev-ruby/test-construct/ChangeLog b/dev-ruby/test-construct/ChangeLog
deleted file mode 100644
index cb2272d..0000000
--- a/dev-ruby/test-construct/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for dev-ruby/test-construct
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*test-construct-1.2.2 (10 Jan 2014)
-
-  10 Jan 2014; Hans de Graaff <graaff@gentoo.org> +test-construct-1.2.2.ebuild:
-  Version bump.
-
-  14 Sep 2012; Hans de Graaff <graaff@gentoo.org> test-construct-1.2.0.ebuild:
-  Add ruby19.
-
-  14 Jun 2011; Hans de Graaff <graaff@gentoo.org> test-construct-1.2.0.ebuild:
-  Add x86 keyword.
-
-*test-construct-1.2.0 (12 Feb 2010)
-
-  12 Feb 2010; Hans de Graaff <graaff@gentoo.org>
-  +test-construct-1.2.0.ebuild, +metadata.xml:
-  Initial import, dependency of metric_fu.
-

diff --git a/dev-ruby/test-construct/Manifest b/dev-ruby/test-construct/Manifest
deleted file mode 100644
index 1502d25..0000000
--- a/dev-ruby/test-construct/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST test-construct-1.2.2.gem 22016 SHA256 f9445a5a0d14a1a29fbacc72214170b305ab7c4776071505aaf6f87127980ae8 SHA512 ec137b663b62dbeeaa058424550814939d45021e068cb03ada666f4b050847215e2a891ee1bdc613867fafbdecda605de6260bd4110523a8d45083747378fe03 WHIRLPOOL 350db9967d0c03e85a1cc3214c5c2266fb528cfb238a09bb863173721f578194d2949521379d805e5bbc69a5c6b37b9e6268c87b352168adcf2b1f82bd9a3fe4

diff --git a/dev-ruby/test-construct/metadata.xml b/dev-ruby/test-construct/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/dev-ruby/test-construct/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version = '1.0' encoding = 'UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
-</pkgmetadata>

diff --git a/dev-ruby/test-construct/test-construct-1.2.2.ebuild b/dev-ruby/test-construct/test-construct-1.2.2.ebuild
deleted file mode 100644
index ec67865..0000000
--- a/dev-ruby/test-construct/test-construct-1.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ruby20"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Construct is a DSL for creating temporary files and directories during testing."
-HOMEPAGE="http://github.com/devver/construct"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-	sed -i -e '/ruby-debug/ s:^:#:' test/construct_test.rb || die
-}
-
-each_ruby_test() {
-	${RUBY} -Ilib -S testrb-2 test/*_test.rb || die
-}


             reply	other threads:[~2016-02-14 19:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-14 19:29 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-14 19:29 [gentoo-commits] dev/graaff:master commit in: dev-ruby/test-construct/ Hans de Graaff
2016-02-14 19:29 Hans de Graaff
2012-09-17  8:59 Hans de Graaff
2011-06-15 11:38 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=1455473937.218104c93413d84e520edafe2844eee1e896a7cd.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