public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/evolvotron: ChangeLog evolvotron-0.6.1.ebuild
Date: Sun, 20 Dec 2009 19:57:53 +0000	[thread overview]
Message-ID: <E1NMRub-00081c-37@stork.gentoo.org> (raw)

ssuominen    09/12/20 19:57:53

  Modified:             ChangeLog
  Added:                evolvotron-0.6.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc59/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 x11-misc/evolvotron/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	6 May 2009 16:22:05 -0000	1.19
+++ ChangeLog	20 Dec 2009 19:57:52 -0000	1.20
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/evolvotron
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.19 2009/05/06 16:22:05 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.20 2009/12/20 19:57:52 ssuominen Exp $
+
+*evolvotron-0.6.1 (20 Dec 2009)
+
+  20 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +evolvotron-0.6.1.ebuild:
+  Version bump.
 
   06 May 2009; Raúl Porcel <armin76@gentoo.org> evolvotron-0.5.1.ebuild:
   x86 stable wrt #268743



1.1                  x11-misc/evolvotron/evolvotron-0.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?rev=1.1&content-type=text/plain

Index: evolvotron-0.6.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v 1.1 2009/12/20 19:57:52 ssuominen Exp $

EAPI=2
inherit qt4

DESCRIPTION="Generative art image evolver"
HOMEPAGE="http://sourceforge.net/projects/evolvotron/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

RDEPEND="x11-libs/qt-gui:4"
DEPEND="${RDEPEND}
	dev-lang/python
	dev-libs/boost"

S=${WORKDIR}/${PN}

src_configure() {
	eqmake4 main.pro
}

src_compile() {
	./text_to_markup.py -html < USAGE > evolvotron.html
	./text_to_markup.py -qml -s < USAGE > libevolvotron/usage_text.h
	emake -j1 || die
}

src_install() {
	for bin in ${PN}{,_mutate,_render}; do
		dobin ${bin}/${bin} || die
	done

	doman man/man1/*
	dodoc BUGS CHANGES README TODO USAGE
	dohtml *.html
}






             reply	other threads:[~2009-12-20 19:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-20 19:57 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-12-31 11:30 [gentoo-commits] gentoo-x86 commit in x11-misc/evolvotron: ChangeLog evolvotron-0.6.1.ebuild Samuli Suominen (ssuominen)
2010-01-04 22:14 Markus Meier (maekke)
2010-06-06  9:42 Samuli Suominen (ssuominen)

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=E1NMRub-00081c-37@stork.gentoo.org \
    --to=ssuominen@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