diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-08-07 22:35:18 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-08-07 22:35:18 +0000 |
commit | 6815eb1802ae093c0ebe8922f50e99a1634f7906 (patch) | |
tree | 671af313f551e908786060458cd8c986ce39ad07 | |
parent | Version bump. (diff) | |
download | gentoo-2-6815eb1802ae093c0ebe8922f50e99a1634f7906.tar.gz gentoo-2-6815eb1802ae093c0ebe8922f50e99a1634f7906.tar.bz2 gentoo-2-6815eb1802ae093c0ebe8922f50e99a1634f7906.zip |
Initial import. Ebuild submitted by Ben de Groot <ben@stijlstek.nl> in bug #101561.
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 11 | ||||
-rw-r--r-- | dev-ruby/bluecloth/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-1.0.0.ebuild | 30 | ||||
-rw-r--r-- | dev-ruby/bluecloth/files/digest-bluecloth-1.0.0 | 1 | ||||
-rw-r--r-- | dev-ruby/bluecloth/metadata.xml | 9 |
5 files changed, 54 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..3d247553a1d9 --- /dev/null +++ b/dev-ruby/bluecloth/Manifest @@ -0,0 +1,3 @@ +MD5 7129e003c2472ca7d7e752682d3bfca3 bluecloth-1.0.0.ebuild 677 +MD5 1a24e0b48460c02e20931fceded24e1a metadata.xml 254 +MD5 b0818443c2418eb08529beb014509cbc files/digest-bluecloth-1.0.0 63 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> |