From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/posix-spawn/
Date: Sun, 4 Dec 2011 13:18:18 +0000 (UTC) [thread overview]
Message-ID: <d527c5073c54ec1d473e094791da51f9248df679.graaff@gentoo> (raw)
commit: d527c5073c54ec1d473e094791da51f9248df679
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Dec 4 11:13:13 2011 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 11:13:13 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=d527c507
Sync to main repository.
---
dev-ruby/posix-spawn/ChangeLog | 7 -----
dev-ruby/posix-spawn/Manifest | 14 ----------
dev-ruby/posix-spawn/metadata.xml | 5 ---
dev-ruby/posix-spawn/posix-spawn-0.3.6.ebuild | 34 -------------------------
4 files changed, 0 insertions(+), 60 deletions(-)
diff --git a/dev-ruby/posix-spawn/ChangeLog b/dev-ruby/posix-spawn/ChangeLog
deleted file mode 100644
index e616148..0000000
--- a/dev-ruby/posix-spawn/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-# ChangeLog for dev-ruby/posix-spawn
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 16 Aug 2011; Hans de Graaff <graaff@gentoo.org> ChangeLog:
- Initial import. New dependency of dev-ruby/grit.
-
diff --git a/dev-ruby/posix-spawn/Manifest b/dev-ruby/posix-spawn/Manifest
deleted file mode 100644
index eda4a11..0000000
--- a/dev-ruby/posix-spawn/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST posix-spawn-0.3.6.gem 25600 RMD160 36e583d222fe6b5cad9256033d955f95aa845248 SHA1 36025fd942b93910ab2a043e2561b2660f64c3cc SHA256 83aced0908f18b3ea8734191dcf2b2984f55378c8b231e4bf99e0880d4c45538
-EBUILD posix-spawn-0.3.6.ebuild 678 RMD160 552272e8cbe15698e244b342c352a4020e652f22 SHA1 fbd6387c9d0d848238d9d1f6cd31ff4a9011e1a2 SHA256 ad199d587e15331afc3d2871b3ca3b386ddcf54cdcff54a18f8e6bec875dd295
-MISC ChangeLog 234 RMD160 fbf4b8078fdac771a9f992c41274c7815c1f545b SHA1 b8f74c9821bf0d8e743e6dcca7f1298990cbccc9 SHA256 0c08190bb6a0d15b1bebe912fd19a364b0f8a78492ef73d5fdbde9e218a19193
-MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk5KP/QACgkQiIP6VqMIqNfJywD8CKT26h3RajYG9C1w/bnr8zLc
-UwpRbAGtUWC7Xwa7jgIA/R3797f+NytwmanRaf1u0/kTnwWoTzQrLtHgCqw+Rs4T
-=QxpN
------END PGP SIGNATURE-----
diff --git a/dev-ruby/posix-spawn/metadata.xml b/dev-ruby/posix-spawn/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/dev-ruby/posix-spawn/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/posix-spawn/posix-spawn-0.3.6.ebuild b/dev-ruby/posix-spawn/posix-spawn-0.3.6.ebuild
deleted file mode 100644
index 147b2f1..0000000
--- a/dev-ruby/posix-spawn/posix-spawn-0.3.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_EXTRADOC="README.md TODO"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="none"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="The posix-spawn library aims to implement a subset of the Ruby 1.9 Process::spawn"
-HOMEPAGE="https://github.com/rtomayko/posix-spawn/"
-LICENSE="MIT LGPL-2"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-each_ruby_configure() {
- ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
- emake -Cext
- cp ext/*$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib -S testrb test || die
-}
next reply other threads:[~2011-12-04 13:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-04 13:18 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-16 10:01 [gentoo-commits] dev/graaff:master commit in: dev-ruby/posix-spawn/ Hans de Graaff
2011-08-16 10:01 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=d527c5073c54ec1d473e094791da51f9248df679.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