mabi 14/07/04 21:03:25 Modified: ChangeLog Added: adie-1.7.47.ebuild Removed: adie-1.7.44.ebuild Log: need libICE and libSM for proper linking (fixes #514756) (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Revision Changes Path 1.47 app-editors/adie/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/adie/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/adie/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/adie/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 10 Jan 2014 18:24:23 -0000 1.46 +++ ChangeLog 4 Jul 2014 21:03:25 -0000 1.47 @@ -1,6 +1,12 @@ # ChangeLog for app-editors/adie # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.46 2014/01/10 18:24:23 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.47 2014/07/04 21:03:25 mabi Exp $ + +*adie-1.7.47 (04 Jul 2014) + + 04 Jul 2014; Matti Bickel <[email protected]> +adie-1.7.47.ebuild, + -adie-1.7.44.ebuild: + need libICE and libSM for proper linking (fixes #514756) *adie-1.7.45 (10 Jan 2014) 1.1 app-editors/adie/adie-1.7.47.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/adie/adie-1.7.47.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/adie/adie-1.7.47.ebuild?rev=1.1&content-type=text/plain Index: adie-1.7.47.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.7.47.ebuild,v 1.1 2014/07/04 21:03:25 mabi Exp $ EAPI=5 inherit fox DESCRIPTION="Text editor based on the FOX Toolkit" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="~x11-libs/fox-${PV} x11-libs/libICE x11-libs/libSM" RDEPEND="${DEPEND}"
