* [gentoo-commits] gentoo-x86 commit in sci-mathematics/spin: ChangeLog spin-5.2.5-r1.ebuild
@ 2010-06-22 17:49 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-22 17:49 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/06/22 17:49:59
Modified: ChangeLog
Added: spin-5.2.5-r1.ebuild
Log:
Apply a patch to make the font size more sane. Otherwise the toolbar buttons are not visible in default configuration.
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.3 sci-mathematics/spin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/spin/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 11 Jun 2010 14:31:38 -0000 1.2
+++ ChangeLog 22 Jun 2010 17:49:59 -0000 1.3
@@ -1,6 +1,13 @@
# ChangeLog for sci-mathematics/spin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/spin/ChangeLog,v 1.2 2010/06/11 14:31:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/spin/ChangeLog,v 1.3 2010/06/22 17:49:59 phajdan.jr Exp $
+
+*spin-5.2.5-r1 (22 Jun 2010)
+
+ 22 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ +spin-5.2.5-r1.ebuild, +files/spin-font-size.patch:
+ Apply a patch to make the font size more sane. Otherwise the toolbar
+ buttons are not visible in default configuration.
*spin-5.2.5 (11 Jun 2010)
1.1 sci-mathematics/spin/spin-5.2.5-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/spin-5.2.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/spin-5.2.5-r1.ebuild?rev=1.1&content-type=text/plain
Index: spin-5.2.5-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/spin/spin-5.2.5-r1.ebuild,v 1.1 2010/06/22 17:49:59 phajdan.jr Exp $
EAPI="2"
inherit eutils versionator
MY_PV=$(replace_all_version_separators '')
MY_P="${PN}${MY_PV}"
DESCRIPTION="Tool for formal verification of distributed software systems."
HOMEPAGE="http://spinroot.com/"
SRC_URI="http://spinroot.com/spin/Src/${MY_P}.tar.gz
http://spinroot.com/spin/Src/xspin525.tcl"
LICENSE="|| ( spin-commercial spin-educational )"
SLOT="0"
KEYWORDS="~x86"
IUSE="graphviz tk"
DEPEND="sys-devel/bison"
RDEPEND="sys-devel/gcc
sys-process/time
tk? (
dev-lang/tk
graphviz? ( media-gfx/graphviz )
)"
S="${WORKDIR}/Spin/Src${PV}"
src_unpack() {
unpack "${MY_P}.tar.gz"
cp "${DISTDIR}/xspin525.tcl" "${S}/xspin.tcl" || die "cp failed"
}
src_prepare() {
epatch "${FILESDIR}/${PN}-makefile.patch"
epatch "${FILESDIR}/${PN}-xspin-r1.patch"
epatch "${FILESDIR}/${PN}-font-size.patch"
}
src_compile() {
emake -j1 || die "emake failed"
}
src_install() {
dobin spin || die "dobin failed"
doman ../Man/spin.1 || die "doman failed"
dodoc ../Doc/* || die "dodoc failed"
if use tk; then
newbin xspin.tcl xspin || die "newbin failed"
make_desktop_entry xspin XSpin
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-22 17:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22 17:49 [gentoo-commits] gentoo-x86 commit in sci-mathematics/spin: ChangeLog spin-5.2.5-r1.ebuild PaweA Hajdan (phajdan.jr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox