tomjbe 14/08/31 13:44:15 Modified: ChangeLog Added: espresso-ab-1.0-r1.ebuild Log: fix bug 521648 and bump EAPI (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Revision Changes Path 1.5 sci-electronics/espresso-ab/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/espresso-ab/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/espresso-ab/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/espresso-ab/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-electronics/espresso-ab/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 23 Sep 2009 20:00:35 -0000 1.4 +++ ChangeLog 31 Aug 2014 13:44:15 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/espresso-ab -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/espresso-ab/ChangeLog,v 1.4 2009/09/23 20:00:35 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/espresso-ab/ChangeLog,v 1.5 2014/08/31 13:44:15 tomjbe Exp $ + +*espresso-ab-1.0-r1 (31 Aug 2014) + + 31 Aug 2014; Thomas Beierlein <[email protected]> +espresso-ab-1.0-r1.ebuild: + fix bug 521648 and bump EAPI 23 Sep 2009; Patrick Lauer <[email protected]> espresso-ab-1.0.ebuild: Remove virtual/libc 1.1 sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild?rev=1.1&content-type=text/plain Index: espresso-ab-1.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild,v 1.1 2014/08/31 13:44:15 tomjbe Exp $ EAPI=5 DESCRIPTION="POSIX compliant version of the espresso logic minimization tool" HOMEPAGE="http://www.cs.man.ac.uk/apt/projects/balsa/" SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/other-software/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="" RDEPEND="" DOCS="COPYING README"
