mr_bones_    15/03/14 02:19:36

  Modified:             biounzip-1.1a.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  games-util/biounzip/biounzip-1.1a.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/biounzip/biounzip-1.1a.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/biounzip/biounzip-1.1a.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/biounzip/biounzip-1.1a.ebuild?r1=1.8&r2=1.9

Index: biounzip-1.1a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/biounzip/biounzip-1.1a.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- biounzip-1.1a.ebuild        6 Dec 2008 14:41:51 -0000       1.8
+++ biounzip-1.1a.ebuild        14 Mar 2015 02:19:36 -0000      1.9
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/biounzip/biounzip-1.1a.ebuild,v 
1.8 2008/12/06 14:41:51 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/biounzip/biounzip-1.1a.ebuild,v 
1.9 2015/03/14 02:19:36 mr_bones_ Exp $
 
+EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Unpacks BioZip archives"
@@ -13,19 +14,20 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
+DEPEND="sys-libs/zlib"
+RDEPEND=${DEPEND}
+
 S=${WORKDIR}/${P/a/}
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+src_prepare() {
        epatch "${FILESDIR}"/${P}-64bit.patch
 }
 
 src_compile() {
-       $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} *.c -lz || die "cc failed"
+       $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} *.c -lz || die
 }
 
 src_install() {
-       dobin ${PN} || die "dobin failed"
+       dobin ${PN}
        dodoc biozip.txt
 }



1.6                  games-util/biounzip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/biounzip/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/biounzip/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/biounzip/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/biounzip/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   6 Dec 2008 14:06:16 -0000       1.5
+++ ChangeLog   14 Mar 2015 02:19:36 -0000      1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/biounzip
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/biounzip/ChangeLog,v 1.5 
2008/12/06 14:06:16 nyhm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/biounzip/ChangeLog,v 1.6 
2015/03/14 02:19:36 mr_bones_ Exp $
+
+  14 Mar 2015; Michael Sterrett <[email protected]> biounzip-1.1a.ebuild:
+  EAPI=5
 
   06 Dec 2008; Tristan Heaven <[email protected]> biounzip-1.1a.ebuild:
   Respect CC and LDFLAGS, bug #244118
@@ -22,4 +25,3 @@
   09 Jan 2006; Chris Gianelloni <[email protected]> +metadata.xml,
   +biounzip-1.1a.ebuild:
   Initial import.  Ebuild by Constantin Bergemann <[email protected]>.
-




Reply via email to