public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/maruku: ChangeLog maruku-0.6.0.ebuild maruku-0.5.9.ebuild maruku-0.5.6.ebuild maruku-0.5.7.ebuild
Date: Sat, 30 May 2009 08:40:57 +0000	[thread overview]
Message-ID: <E1MAK7d-0004Yp-Ne@stork.gentoo.org> (raw)

graaff      09/05/30 08:40:57

  Modified:             ChangeLog maruku-0.5.9.ebuild
  Added:                maruku-0.6.0.ebuild
  Removed:              maruku-0.5.6.ebuild maruku-0.5.7.ebuild
  Log:
  Version bump. Update reference to tetex. Remove old versions.
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/maruku/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/maruku/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/maruku/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/maruku/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/maruku/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	2 Sep 2008 06:04:27 -0000	1.4
+++ ChangeLog	30 May 2009 08:40:57 -0000	1.5
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/maruku
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/maruku/ChangeLog,v 1.4 2008/09/02 06:04:27 graaff Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/maruku/ChangeLog,v 1.5 2009/05/30 08:40:57 graaff Exp $
+
+*maruku-0.6.0 (30 May 2009)
+
+  30 May 2009; Hans de Graaff <graaff@gentoo.org> -maruku-0.5.6.ebuild,
+  -maruku-0.5.7.ebuild, maruku-0.5.9.ebuild, +maruku-0.6.0.ebuild:
+  Version bump. tetex is no longer in the tree, refer to texlive instead;
+  thanks to ulm for pointing this out. Remove old versions.
 
 *maruku-0.5.9 (02 Sep 2008)
 



1.2                  dev-ruby/maruku/maruku-0.5.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/maruku/maruku-0.5.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/maruku/maruku-0.5.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/maruku/maruku-0.5.9.ebuild?r1=1.1&r2=1.2

Index: maruku-0.5.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/maruku/maruku-0.5.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maruku-0.5.9.ebuild	2 Sep 2008 06:04:27 -0000	1.1
+++ maruku-0.5.9.ebuild	30 May 2009 08:40:57 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/maruku/maruku-0.5.9.ebuild,v 1.1 2008/09/02 06:04:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/maruku/maruku-0.5.9.ebuild,v 1.2 2009/05/30 08:40:57 graaff Exp $
 
 inherit ruby gems
 
@@ -18,7 +18,7 @@
 
 pkg_postinst() {
 	elog
-	elog "You need to emerge app-text/tetex and dev-tex/latex-unicode if"
+	elog "You need to emerge app-text/texlive and dev-tex/latex-unicode if"
 	elog "you want to use --pdf with Maruku. You may also want to emerge"
 	elog "dev-tex/listings to enable LaTeX syntax highlighting."
 	elog



1.1                  dev-ruby/maruku/maruku-0.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/maruku/maruku-0.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/maruku/maruku-0.6.0.ebuild?rev=1.1&content-type=text/plain

Index: maruku-0.6.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/maruku/maruku-0.6.0.ebuild,v 1.1 2009/05/30 08:40:57 graaff Exp $

inherit ruby gems

USE_RUBY="ruby18"

DESCRIPTION="A Markdown-superset interpreter written in Ruby."
HOMEPAGE="http://maruku.rubyforge.org/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-ruby/syntax-1.0.0
		>=dev-lang/ruby-1.8.3"
RDEPEND="${DEPEND}"

pkg_postinst() {
	elog
	elog "You need to emerge app-text/texlive and dev-tex/latex-unicode if"
	elog "you want to use --pdf with Maruku. You may also want to emerge"
	elog "dev-tex/listings to enable LaTeX syntax highlighting."
	elog
}






                 reply	other threads:[~2009-05-30  8:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MAK7d-0004Yp-Ne@stork.gentoo.org \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox