jer 14/07/02 10:37:26 Modified: ChangeLog Added: an-1.2.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.45 app-text/an/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 2 Mar 2014 17:28:00 -0000 1.44 +++ ChangeLog 2 Jul 2014 10:37:26 -0000 1.45 @@ -1,6 +1,11 @@ # ChangeLog for app-text/an # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.44 2014/03/02 17:28:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.45 2014/07/02 10:37:26 jer Exp $ + +*an-1.2 (02 Jul 2014) + + 02 Jul 2014; Jeroen Roovers <[email protected]> +an-1.2.ebuild: + Version bump. 02 Mar 2014; Jeroen Roovers <[email protected]> an-1.1.ebuild: Add dev-libs/icu sub-SLOT dependency (bug #455900). 1.1 app-text/an/an-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/an-1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/an-1.2.ebuild?rev=1.1&content-type=text/plain Index: an-1.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/an/an-1.2.ebuild,v 1.1 2014/07/02 10:37:26 jer Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Very fast anagram generator with dictionary lookup" HOMEPAGE="http://packages.debian.org/unstable/games/an" SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" CDEPEND=" dev-libs/icu:= " DEPEND=" app-arch/xz-utils " RDEPEND=" ${CDEPEND} sys-apps/miscfiles[-minimal] " src_prepare() { sed -i \ -e '/^CC/s|:=|?=|' \ -e 's|$(CC) $(CFLAGS)|& $(LDFLAGS)|g' \ Makefile || die tc-export CC } src_install() { dobin ${PN} newman ${PN}.6 ${PN}.1 dodoc ALGORITHM }
