mr_bones_ 15/04/03 18:13:30 Modified: ChangeLog Added: nyancat-1.2.1.ebuild Log: version bump (bug #476418) (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.8 games-misc/nyancat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/nyancat/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/nyancat/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/nyancat/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/nyancat/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 6 Feb 2015 21:40:27 -0000 1.7 +++ ChangeLog 3 Apr 2015 18:13:30 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for games-misc/nyancat # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/nyancat/ChangeLog,v 1.7 2015/02/06 21:40:27 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/nyancat/ChangeLog,v 1.8 2015/04/03 18:13:30 mr_bones_ Exp $ + +*nyancat-1.2.1 (03 Apr 2015) + + 03 Apr 2015; Michael Sterrett <[email protected]> +nyancat-1.2.1.ebuild: + version bump (bug #476418) 06 Feb 2015; Tupone Alfredo <[email protected]> nyancat-0_pre20120302.ebuild: EAPI 5 1.1 games-misc/nyancat/nyancat-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/nyancat/nyancat-1.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/nyancat/nyancat-1.2.1.ebuild?rev=1.1&content-type=text/plain Index: nyancat-1.2.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-misc/nyancat/nyancat-1.2.1.ebuild,v 1.1 2015/04/03 18:13:30 mr_bones_ Exp $ EAPI=5 inherit games DESCRIPTION="Nyan Cat Telnet Server" HOMEPAGE="http://github.com/klange/nyancat" SRC_URI="https://github.com/klange/nyancat/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_compile() { emake LFLAGS="${LDFLAGS} ${CFLAGS}" } src_install() { dogamesbin src/${PN} dodoc README.md prepgamesdirs }
