summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2005-08-07 22:35:18 +0000
committerMichael Kohl <citizen428@gentoo.org>2005-08-07 22:35:18 +0000
commit5e498bcdfd1a01e062884b69302971737a071ac1 (patch)
tree3152fc80ddf2ca0bde14709837c42f02fc9da77d /dev-ruby/bluecloth
parentVersion bump. (diff)
downloadhistorical-5e498bcdfd1a01e062884b69302971737a071ac1.tar.gz
historical-5e498bcdfd1a01e062884b69302971737a071ac1.tar.bz2
historical-5e498bcdfd1a01e062884b69302971737a071ac1.zip
Initial import. Ebuild submitted by Ben de Groot <ben@stijlstek.nl> in bug #101561.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r--dev-ruby/bluecloth/ChangeLog11
-rw-r--r--dev-ruby/bluecloth/Manifest14
-rw-r--r--dev-ruby/bluecloth/bluecloth-1.0.0.ebuild30
-rw-r--r--dev-ruby/bluecloth/files/digest-bluecloth-1.0.01
-rw-r--r--dev-ruby/bluecloth/metadata.xml9
5 files changed, 65 insertions, 0 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog
new file mode 100644
index 000000000000..d102b6090edc
--- /dev/null
+++ b/dev-ruby/bluecloth/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-ruby/bluecloth
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.1 2005/08/07 22:35:18 citizen428 Exp $
+
+*bluecloth-1.0.0 (07 Aug 2005)
+
+ 07 Aug 2005; Michael Kohl <citizen428@gentoo.org> +metadata.xml,
+ +bluecloth-1.0.0.ebuild:
+ Initial import. Ebuild submitted by Ben de Groot <ben@stijlstek.nl> in bug
+ #101561.
+
diff --git a/dev-ruby/bluecloth/Manifest b/dev-ruby/bluecloth/Manifest
new file mode 100644
index 000000000000..582e90889ccc
--- /dev/null
+++ b/dev-ruby/bluecloth/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 1bbf1ed3ade5d00199996a57c79d87a7 bluecloth-1.0.0.ebuild 783
+MD5 b738eb28f180895ca175606fa9af1a57 ChangeLog 428
+MD5 1a24e0b48460c02e20931fceded24e1a metadata.xml 254
+MD5 b0818443c2418eb08529beb014509cbc files/digest-bluecloth-1.0.0 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (GNU/Linux)
+
+iD8DBQFC9oy4ehlBotwFZuQRAgtHAJ4pfE7rFwW/op8cS2bA5b0c0TVyiwCcCLcj
+rWX4O7sP2+syfHnHk1u7BjQ=
+=nO1n
+-----END PGP SIGNATURE-----
diff --git a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild
new file mode 100644
index 000000000000..b3b5889a97fd
--- /dev/null
+++ b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.1 2005/08/07 22:35:18 citizen428 Exp $
+
+inherit ruby gems
+
+MY_P="BlueCloth-${PV}"
+DESCRIPTION="A Ruby implementation of Markdown"
+HOMEPAGE="http://www.deveiate.org/projects/BlueCloth"
+SRC_URI="http://www.deveiate.org/code/${MY_P}.gem"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+USE_RUBY="ruby18"
+DEPEND=">=dev-lang/ruby-1.8"
+
+S=${WORKDIR}/${MY_P}
+
+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/bluecloth/files/digest-bluecloth-1.0.0 b/dev-ruby/bluecloth/files/digest-bluecloth-1.0.0
new file mode 100644
index 000000000000..a9eb32a5f1cd
--- /dev/null
+++ b/dev-ruby/bluecloth/files/digest-bluecloth-1.0.0
@@ -0,0 +1 @@
+MD5 280cb5e30ae432724b52455e62de011a BlueCloth-1.0.0.gem 66199
diff --git a/dev-ruby/bluecloth/metadata.xml b/dev-ruby/bluecloth/metadata.xml
new file mode 100644
index 000000000000..7e86655fcda4
--- /dev/null
+++ b/dev-ruby/bluecloth/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>ruby</herd>
+ <maintainer>
+ <email>citizen428@gentoo.org</email>
+ <name>Michael Kohl</name>
+ </maintainer>
+</pkgmetadata>