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
commit9ae495f715977acf6192e9a961f378448e0c2b84 (patch)
tree5523ebf92a24582e8e86f4265287bf06835f66ee /dev-ruby
parentRemove old ebuilds. (diff)
downloadhistorical-9ae495f715977acf6192e9a961f378448e0c2b84.tar.gz
historical-9ae495f715977acf6192e9a961f378448e0c2b84.tar.bz2
historical-9ae495f715977acf6192e9a961f378448e0c2b84.zip
Initial import. Ebuild submitted by Mathias Gumz <akira@fluxbox.org> in bug #100546
Package-Manager: portage-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/Manifest14
-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, 58 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..56f8873b5ca6
--- /dev/null
+++ b/dev-ruby/color-tools/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 170ca89e885ee4127a33845b38e6fc08 color-tools-1.2.0.ebuild 763
+MD5 f20317c1369b1c2f6212b10604cfe3a7 ChangeLog 436
+MD5 51d7fcdd635fd0590ec84b8cfb4d8561 metadata.xml 158
+MD5 737f4ad3c0cbc67e773ac13732be86f1 files/digest-color-tools-1.2.0 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (GNU/Linux)
+
+iD8DBQFDAJvoehlBotwFZuQRAnb0AKCmc1dLDR63OcZh3yS4dCb0UQW/nQCcDDwK
+H5qsXW0iltyqS5qndj/2uwE=
+=VcJ0
+-----END PGP SIGNATURE-----
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>