summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2005-08-25 12:53:02 +0000
committerMichael Kohl <citizen428@gentoo.org>2005-08-25 12:53:02 +0000
commitb96f5da2e832459d37d6495e35b8c4fb47506d9d (patch)
treeb41b04467b397769ac619c307586a80c6a643e83 /dev-ruby
parentfix for #103590 - sorry, files were not checked in (diff)
downloadgentoo-2-b96f5da2e832459d37d6495e35b8c4fb47506d9d.tar.gz
gentoo-2-b96f5da2e832459d37d6495e35b8c4fb47506d9d.tar.bz2
gentoo-2-b96f5da2e832459d37d6495e35b8c4fb47506d9d.zip
Version bump.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/color-tools/ChangeLog8
-rw-r--r--dev-ruby/color-tools/Manifest12
-rw-r--r--dev-ruby/color-tools/color-tools-1.3.0.ebuild27
-rw-r--r--dev-ruby/color-tools/files/digest-color-tools-1.3.01
-rw-r--r--dev-ruby/pdf-writer/ChangeLog8
-rw-r--r--dev-ruby/pdf-writer/Manifest12
-rw-r--r--dev-ruby/pdf-writer/files/digest-pdf-writer-1.1.21
-rw-r--r--dev-ruby/pdf-writer/pdf-writer-1.1.2.ebuild29
8 files changed, 76 insertions, 22 deletions
diff --git a/dev-ruby/color-tools/ChangeLog b/dev-ruby/color-tools/ChangeLog
index a30cafd65fd0..e71af05463ac 100644
--- a/dev-ruby/color-tools/ChangeLog
+++ b/dev-ruby/color-tools/ChangeLog
@@ -1,6 +1,12 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/ChangeLog,v 1.2 2005/08/25 12:49:41 citizen428 Exp $
+
+*color-tools-1.3.0 (25 Aug 2005)
+
+ 25 Aug 2005; Michael Kohl <citizen428@gentoo.org>
+ +color-tools-1.3.0.ebuild:
+ Version bump.
*color-tools-1.2.0 (15 Aug 2005)
diff --git a/dev-ruby/color-tools/Manifest b/dev-ruby/color-tools/Manifest
index 56f8873b5ca6..1afa08c2194e 100644
--- a/dev-ruby/color-tools/Manifest
+++ b/dev-ruby/color-tools/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 170ca89e885ee4127a33845b38e6fc08 color-tools-1.2.0.ebuild 763
+MD5 97167e0102e42c831ed196f09e9f2c50 color-tools-1.3.0.ebuild 640
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-----
+MD5 2028f5f20c5716c4851111d95b8239b5 files/digest-color-tools-1.3.0 65
diff --git a/dev-ruby/color-tools/color-tools-1.3.0.ebuild b/dev-ruby/color-tools/color-tools-1.3.0.ebuild
new file mode 100644
index 000000000000..5dbb85bf1ca6
--- /dev/null
+++ b/dev-ruby/color-tools/color-tools-1.3.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.3.0.ebuild,v 1.1 2005/08/25 12:49:41 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://gems.rubyforge.org/gems/${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.3.0 b/dev-ruby/color-tools/files/digest-color-tools-1.3.0
new file mode 100644
index 000000000000..e809a5808b4a
--- /dev/null
+++ b/dev-ruby/color-tools/files/digest-color-tools-1.3.0
@@ -0,0 +1 @@
+MD5 4c2fda5a410171a87f8cafa6672d296b color-tools-1.3.0.gem 31232
diff --git a/dev-ruby/pdf-writer/ChangeLog b/dev-ruby/pdf-writer/ChangeLog
index 6f785d13ca8b..9ca57f434069 100644
--- a/dev-ruby/pdf-writer/ChangeLog
+++ b/dev-ruby/pdf-writer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/pdf-writer
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-writer/ChangeLog,v 1.1 2005/08/15 14:18:45 citizen428 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-writer/ChangeLog,v 1.2 2005/08/25 12:53:02 citizen428 Exp $
+
+*pdf-writer-1.1.2 (25 Aug 2005)
+
+ 25 Aug 2005; Michael Kohl <citizen428@gentoo.org>
+ +pdf-writer-1.1.2.ebuild:
+ Version bump.
*pdf-writer-1.1.1 (15 Aug 2005)
diff --git a/dev-ruby/pdf-writer/Manifest b/dev-ruby/pdf-writer/Manifest
index 38b9a5212734..110d4d301746 100644
--- a/dev-ruby/pdf-writer/Manifest
+++ b/dev-ruby/pdf-writer/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 7fe5cb3fd7577b69430326e6995600ef pdf-writer-1.1.2.ebuild 659
MD5 ace95a1b796caceddef2b4c1ce2cf927 pdf-writer-1.1.1.ebuild 780
MD5 6630f8ef31099230c5e2b83821e9854a ChangeLog 432
MD5 361f6d725852fb94bd54b66b6a48cea1 metadata.xml 254
MD5 7250e1faf27ed5760ea225f502f6fddc files/digest-pdf-writer-1.1.1 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFDAKRgehlBotwFZuQRAt6AAKCKGlnJR7BmFcg1UyDC2/KgpXM65QCeMejP
-fqhauMG+FUGiDBTptZ+5wgc=
-=mo7F
------END PGP SIGNATURE-----
+MD5 8bbda6ffbe45f4ac11d60ed8f3e469fa files/digest-pdf-writer-1.1.2 65
diff --git a/dev-ruby/pdf-writer/files/digest-pdf-writer-1.1.2 b/dev-ruby/pdf-writer/files/digest-pdf-writer-1.1.2
new file mode 100644
index 000000000000..1cc959ea793f
--- /dev/null
+++ b/dev-ruby/pdf-writer/files/digest-pdf-writer-1.1.2
@@ -0,0 +1 @@
+MD5 15f4e60a5065f13672916c47f6743da3 pdf-writer-1.1.2.gem 359424
diff --git a/dev-ruby/pdf-writer/pdf-writer-1.1.2.ebuild b/dev-ruby/pdf-writer/pdf-writer-1.1.2.ebuild
new file mode 100644
index 000000000000..91e2fd87ce42
--- /dev/null
+++ b/dev-ruby/pdf-writer/pdf-writer-1.1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-writer/pdf-writer-1.1.2.ebuild,v 1.1 2005/08/25 12:53:02 citizen428 Exp $
+
+inherit ruby gems
+
+DESCRIPTION="PDF::Writer for Ruby"
+HOMEPAGE="http://rubyforge.org/projects/ruby-pdf/"
+SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+USE_RUBY="ruby18"
+DEPEND=">=dev-ruby/color-tools-1.3.0
+ >=dev-ruby/transaction-simple-1.3.0"
+
+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}'."
+}
+