summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2005-08-15 13:42:36 +0000
committerMichael Kohl <citizen428@gentoo.org>2005-08-15 13:42:36 +0000
commite35707b5c807e1ec442c2228de8b2968e28ff356 (patch)
tree2cf0dfa960bed71ddf89ae807dcd6e4711206e24 /dev-ruby
parentRemove old ebuilds. (diff)
downloadgentoo-2-e35707b5c807e1ec442c2228de8b2968e28ff356.tar.gz
gentoo-2-e35707b5c807e1ec442c2228de8b2968e28ff356.tar.bz2
gentoo-2-e35707b5c807e1ec442c2228de8b2968e28ff356.zip
Initial import. Ebuild submitted by Mathias Gumz <akira@fluxbox.org> in bug #100546
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/color-tools/ChangeLog11
-rw-r--r--dev-ruby/color-tools/Manifest2
-rw-r--r--dev-ruby/color-tools/color-tools-1.2.0.ebuild27
-rw-r--r--dev-ruby/color-tools/files/digest-color-tools-1.2.01
-rw-r--r--dev-ruby/color-tools/metadata.xml5
5 files changed, 46 insertions, 0 deletions
diff --git a/dev-ruby/color-tools/ChangeLog b/dev-ruby/color-tools/ChangeLog
new file mode 100644
index 000000000000..a30cafd65fd0
--- /dev/null
+++ b/dev-ruby/color-tools/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-ruby/color-tools
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/ChangeLog,v 1.1 2005/08/15 13:42:36 citizen428 Exp $
+
+*color-tools-1.2.0 (15 Aug 2005)
+
+ 15 Aug 2005; Michael Kohl <citizen428@gentoo.org> +metadata.xml,
+ +color-tools-1.2.0.ebuild:
+ Initial import. Ebuild submitted by Mathias Gumz <akira@fluxbox.org> in bug
+ #100546
+
diff --git a/dev-ruby/color-tools/Manifest b/dev-ruby/color-tools/Manifest
new file mode 100644
index 000000000000..45460cbb7147
--- /dev/null
+++ b/dev-ruby/color-tools/Manifest
@@ -0,0 +1,2 @@
+MD5 ab09d4549cca176b698be1eb42b5e402 color-tools-1.2.0.ebuild 654
+MD5 737f4ad3c0cbc67e773ac13732be86f1 files/digest-color-tools-1.2.0 65
diff --git a/dev-ruby/color-tools/color-tools-1.2.0.ebuild b/dev-ruby/color-tools/color-tools-1.2.0.ebuild
new file mode 100644
index 000000000000..10e50b520ca4
--- /dev/null
+++ b/dev-ruby/color-tools/color-tools-1.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/color-tools-1.2.0.ebuild,v 1.1 2005/08/15 13:42:36 citizen428 Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Ruby library to provide RGB and CMYK colour support."
+HOMEPAGE="http://ruby-pdf.rubyforge.org/color-tools/"
+SRC_URI="http://rubyforge.org/frs/download.php/5064/${P}.gem"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+USE_RUBY="ruby18"
+DEPEND="virtual/ruby"
+
+pkg_postinst() {
+ einfo "This package was installed using a 'gem'."
+ einfo "If you are intending to write code which"
+ einfo "requires ${PN}, you will need to"
+ einfo
+ einfo "require 'rubygems'"
+ einfo
+ einfo "before requiring '${PN}'."
+}
+
diff --git a/dev-ruby/color-tools/files/digest-color-tools-1.2.0 b/dev-ruby/color-tools/files/digest-color-tools-1.2.0
new file mode 100644
index 000000000000..5f7714c15e86
--- /dev/null
+++ b/dev-ruby/color-tools/files/digest-color-tools-1.2.0
@@ -0,0 +1 @@
+MD5 73331cbaa7886ce7a82ca2887e28ee07 color-tools-1.2.0.gem 23552
diff --git a/dev-ruby/color-tools/metadata.xml b/dev-ruby/color-tools/metadata.xml
new file mode 100644
index 000000000000..983f5c15176b
--- /dev/null
+++ b/dev-ruby/color-tools/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>Ruby</herd>
+</pkgmetadata>