public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/mscgen: mscgen-0.20.ebuild ChangeLog
Date: Thu,  9 Jun 2011 07:52:01 +0000 (UTC)	[thread overview]
Message-ID: <20110609075201.1A13D20036@flycatcher.gentoo.org> (raw)

radhermit    11/06/09 07:52:01

  Modified:             ChangeLog
  Added:                mscgen-0.20.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha38/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-gfx/mscgen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mscgen/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mscgen/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mscgen/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/mscgen/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	2 Nov 2010 19:13:34 -0000	1.1
+++ ChangeLog	9 Jun 2011 07:52:01 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/mscgen
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/mscgen/ChangeLog,v 1.1 2010/11/02 19:13:34 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/mscgen/ChangeLog,v 1.2 2011/06/09 07:52:01 radhermit Exp $
+
+*mscgen-0.20 (09 Jun 2011)
+
+  09 Jun 2011; Tim Harder <radhermit@gentoo.org> +mscgen-0.20.ebuild:
+  Version bump.
 
 *mscgen-0.18 (02 Nov 2010)
 



1.1                  media-gfx/mscgen/mscgen-0.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mscgen/mscgen-0.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mscgen/mscgen-0.20.ebuild?rev=1.1&content-type=text/plain

Index: mscgen-0.20.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/mscgen/mscgen-0.20.ebuild,v 1.1 2011/06/09 07:52:01 radhermit Exp $

EAPI=4
inherit autotools

DESCRIPTION="A message sequence chart generator"
HOMEPAGE="http://www.mcternan.me.uk/mscgen/"
SRC_URI="http://www.mcternan.me.uk/${PN}/software/${PN}-src-${PV}.tar.gz"

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

RDEPEND="png? (	media-libs/gd[png,truetype?] )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/bison
	sys-devel/flex"

src_prepare() {
	sed -i -e '/dist_doc_DATA/d' Makefile.am || die
	eautoreconf
}

src_configure() {
	local myconf

	if use png; then
		use truetype && myconf="--with-freetype"
	else
		myconf="--without-png"
	fi

	econf \
		--docdir=/usr/share/doc/${PF} \
		${myconf}
}






             reply	other threads:[~2011-06-09  7:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-09  7:52 Tim Harder (radhermit) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-17 19:48 [gentoo-commits] gentoo-x86 commit in media-gfx/mscgen: mscgen-0.20.ebuild ChangeLog Markus Meier (maekke)
2012-08-08 14:01 Anthony G. Basile (blueness)
2012-08-08 14:58 Anthony G. Basile (blueness)
2012-09-29 13:31 Anthony G. Basile (blueness)
2012-10-03 10:27 Agostino Sarubbo (ago)
2012-12-20 13:48 Andreas Schuerch (nativemad)
2014-04-06 11:36 Fabian Groffen (grobian)

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=20110609075201.1A13D20036@flycatcher.gentoo.org \
    --to=radhermit@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