ulm 14/03/26 09:51:50 Modified: ChangeLog uz2unpack-0.1.ebuild Log: Fix LICENSE, bug 505782. Update to EAPI 5. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.7 games-util/uz2unpack/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/uz2unpack/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/uz2unpack/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/uz2unpack/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/uz2unpack/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 3 Nov 2009 21:40:12 -0000 1.6 +++ ChangeLog 26 Mar 2014 09:51:50 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for games-util/uz2unpack -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/uz2unpack/ChangeLog,v 1.6 2009/11/03 21:40:12 nyhm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/uz2unpack/ChangeLog,v 1.7 2014/03/26 09:51:50 ulm Exp $ + + 26 Mar 2014; Ulrich Müller <[email protected]> uz2unpack-0.1.ebuild: + Fix LICENSE, bug 505782. Update to EAPI 5. 03 Nov 2009; Tristan Heaven <[email protected]> uz2unpack-0.1.ebuild: Respect LDFLAGS 1.9 games-util/uz2unpack/uz2unpack-0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild?r1=1.8&r2=1.9 Index: uz2unpack-0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- uz2unpack-0.1.ebuild 3 Nov 2009 21:40:12 -0000 1.8 +++ uz2unpack-0.1.ebuild 26 Mar 2014 09:51:50 -0000 1.9 @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild,v 1.8 2009/11/03 21:40:12 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/uz2unpack/uz2unpack-0.1.ebuild,v 1.9 2014/03/26 09:51:50 ulm Exp $ + +EAPI=5 inherit toolchain-funcs @@ -8,18 +10,17 @@ HOMEPAGE="http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?42:mss:1013:200406:kikgppboefcimdbadcdo" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="" DEPEND="sys-libs/zlib" src_compile() { - emake CC="$(tc-getCC)" LDLIBS=-lz ${PN} || die "emake failed" + emake CC="$(tc-getCC)" LDLIBS=-lz ${PN} } src_install() { - dobin ${PN} || die "dobin failed" + dobin ${PN} dodoc README }
