public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/dvisvgm: ChangeLog dvisvgm-1.0.8.ebuild
Date: Thu,  2 Jun 2011 14:57:46 +0000 (UTC)	[thread overview]
Message-ID: <20110602145746.C4EA120054@flycatcher.gentoo.org> (raw)

aballier    11/06/02 14:57:46

  Modified:             ChangeLog
  Added:                dvisvgm-1.0.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 app-text/dvisvgm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvisvgm/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvisvgm/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvisvgm/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	25 May 2011 18:59:01 -0000	1.12
+++ ChangeLog	2 Jun 2011 14:57:46 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/dvisvgm
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v 1.12 2011/05/25 18:59:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v 1.13 2011/06/02 14:57:46 aballier Exp $
+
+*dvisvgm-1.0.8 (02 Jun 2011)
+
+  02 Jun 2011; Alexis Ballier <aballier@gentoo.org> +dvisvgm-1.0.8.ebuild:
+  version bump
 
   25 May 2011; Alexis Ballier <aballier@gentoo.org> -dvisvgm-1.0.3.ebuild,
   -dvisvgm-1.0.4.ebuild, -dvisvgm-1.0.5.ebuild, -dvisvgm-1.0.6.ebuild:



1.1                  app-text/dvisvgm/dvisvgm-1.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvisvgm/dvisvgm-1.0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvisvgm/dvisvgm-1.0.8.ebuild?rev=1.1&content-type=text/plain

Index: dvisvgm-1.0.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/dvisvgm-1.0.8.ebuild,v 1.1 2011/06/02 14:57:46 aballier Exp $

EAPI=3

DESCRIPTION="Converts DVI files to SVG"
HOMEPAGE="http://dvisvgm.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos"
IUSE="test"
# Tests don't work from $WORKDIR: kpathsea tries to search in relative
# directories from where the binary is executed.
# We cannot really use absolute paths in the kpathsea configuration since that
# would make it harder for prefix installs.
RESTRICT="test"

RDEPEND="virtual/tex-base
	app-text/ghostscript-gpl
	media-libs/freetype:2
	sys-libs/zlib"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	test? ( dev-util/gtest )"

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS NEWS README || die
}






             reply	other threads:[~2011-06-02 14:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-02 14:57 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-14  3:25 [gentoo-commits] gentoo-x86 commit in app-text/dvisvgm: ChangeLog dvisvgm-1.0.8.ebuild Matt Turner (mattst88)
2011-08-09 21:38 Markos Chandras (hwoarang)
2011-08-12 15:01 Thomas Kahle (tomka)
2011-08-12 15:39 Kacper Kowalik (xarthisius)
2011-08-14 18:34 Markus Meier (maekke)
2011-08-28 15:29 Fabian Groffen (grobian)
2011-09-18 18:02 Raul Porcel (armin76)
2011-10-04 17:38 Jeroen Roovers (jer)
2012-10-08 17:00 Tim Harder (radhermit)

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=20110602145746.C4EA120054@flycatcher.gentoo.org \
    --to=aballier@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