summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gentoo.org>2009-12-19 11:10:16 +0900
committerMATSUU Takuto <matsuu@gentoo.org>2009-12-19 11:10:16 +0900
commitc52ad408864c55e0385b756c0bc2fe6f250f96e8 (patch)
treea96ab72a20220c6e16ba270c9923d7637a3ee56e /dev-ruby
parentgames-simulation/micropolis: moved to portage tree. (diff)
downloadmatsuu-c52ad408864c55e0385b756c0bc2fe6f250f96e8.tar.gz
matsuu-c52ad408864c55e0385b756c0bc2fe6f250f96e8.tar.bz2
matsuu-c52ad408864c55e0385b756c0bc2fe6f250f96e8.zip
dev-ruby/ruby-rmail: Initial import.
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-rmail/Manifest2
-rw-r--r--dev-ruby/ruby-rmail/ruby-rmail-1.0.0.ebuild16
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/ruby-rmail/Manifest b/dev-ruby/ruby-rmail/Manifest
new file mode 100644
index 0000000..f014cc1
--- /dev/null
+++ b/dev-ruby/ruby-rmail/Manifest
@@ -0,0 +1,2 @@
+DIST rmail-1.0.0.gem 79872 RMD160 9a6069172ac6bed7355c0f4b4325ec8cea4582bc SHA1 0c946e2e7daf5468a338ce42177f52bd4f89eb82 SHA256 b7479f1cafb4f677f0aac57fc218ccdb800ab4b89942224d52bcbda09a3f4f5b
+EBUILD ruby-rmail-1.0.0.ebuild 355 RMD160 45877e8cc0862def2f030c8e30dcf17390c31e2c SHA1 5fb18865ae9def6ba8db59bbe324ddadc3b75778 SHA256 8c73801905ef9fae85fae89c6f5428801e347d7d3e6aedc375dbd7bdb4f59a0f
diff --git a/dev-ruby/ruby-rmail/ruby-rmail-1.0.0.ebuild b/dev-ruby/ruby-rmail/ruby-rmail-1.0.0.ebuild
new file mode 100644
index 0000000..b710a53
--- /dev/null
+++ b/dev-ruby/ruby-rmail/ruby-rmail-1.0.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+inherit gems
+
+MY_P="${P/ruby-/}"
+DESCRIPTION="Ruby mail handling library."
+HOMEPAGE="http://www.rfc20.org/rubymail/"
+SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+USE_RUBY="ruby18"