jer 14/09/15 09:20:01 Modified: ChangeLog Added: gnocky-0.0.7.ebuild Removed: gnocky-0.0.6.ebuild Log: Version bump (bug #319245). (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.12 app-mobilephone/gnocky/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnocky/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnocky/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnocky/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 30 Aug 2014 12:26:03 -0000 1.11 +++ ChangeLog 15 Sep 2014 09:20:01 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for app-mobilephone/gnocky # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.11 2014/08/30 12:26:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.12 2014/09/15 09:20:01 jer Exp $ + +*gnocky-0.0.7 (15 Sep 2014) + + 15 Sep 2014; Jeroen Roovers <[email protected]> -gnocky-0.0.6.ebuild, + +gnocky-0.0.7.ebuild: + Version bump (bug #319245). 30 Aug 2014; Michał Górny <[email protected]> gnocky-0.0.6.ebuild: Replace einstall with emake install, bug #521456. 1.1 app-mobilephone/gnocky/gnocky-0.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.7.ebuild?rev=1.1&content-type=text/plain Index: gnocky-0.0.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.7.ebuild,v 1.1 2014/09/15 09:20:01 jer Exp $ EAPI=5 DESCRIPTION="GTK-2 version of gnokii" HOMEPAGE="http://www.gnokii.org/" SRC_URI="${HOMEPAGE}download/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" app-mobilephone/gnokii dev-libs/glib:2 gnome-base/libglade:2.0 x11-libs/gtk+:2 " DEPEND=" ${RDEPEND} virtual/pkgconfig "
